libav-commits
Thread
Date
Earlier messages
Later messages
Messages by Thread
[libav-commits] dxva2_h264: Remove an unused variable
Martin Storsjö
[libav-commits] hwcontext: add a QSV implementation
Anton Khirnov
[libav-commits] qsvdec: move reading the user-provided session to qsv_decode_init()
Anton Khirnov
[libav-commits] qsvenc: support getting the session from an AVHWFramesContext
Anton Khirnov
[libav-commits] qsvdec: support getting the session from an AVHWFramesContext
Anton Khirnov
[libav-commits] lavfi: add a QSV scaling filter
Anton Khirnov
[libav-commits] lavc: export the timestamps when decoding in AVFrame.pts
Anton Khirnov
[libav-commits] Use AVFrame.pts instead of deprecated pkt_pts.
Anton Khirnov
[libav-commits] lavc: allow using AVCodecContext.hw_frames_ctx for decoding
Anton Khirnov
[libav-commits] truemotion2rt: Use ff_set_dimensions
Vittorio Giovara
[libav-commits] pixfmt: Add ARIB STD-B76 color transfer characteristic
Neil Birkbeck
[libav-commits] pixdesc: Add new SMPTE 431, 432, and 2085 color properties
Vittorio Giovara
[libav-commits] avconv: fix handling attachments in init_output_stream
Anton Khirnov
[libav-commits] avconv: initialize output framerate earlier
Anton Khirnov
[libav-commits] avconv: refactor selecting an encoder
Anton Khirnov
[libav-commits] avconv: factor out initializing stream parameters for streamcopy
Anton Khirnov
[libav-commits] avconv: add a function for determining whether a filtergraph is simple
Anton Khirnov
[libav-commits] avconv: do not set encoder options when streamcopy is used
Anton Khirnov
[libav-commits] avconv: create simple filtergraphs earlier
Anton Khirnov
[libav-commits] h264: move the block starting a new field out of slice_header_parse()
Anton Khirnov
[libav-commits] h264: tighten the valid range for ref_frame_count
Anton Khirnov
[libav-commits] h264_cabac: drop an always true condition
Anton Khirnov
[libav-commits] h264: only allow ending a field/starting a new one before finish_setup()
Anton Khirnov
[libav-commits] h264: drop tests whether the codec id is AV_CODEC_ID_H264
Anton Khirnov
[libav-commits] h264: decode the poc values from the slice header into the per-slice context
Anton Khirnov
[libav-commits] h264: drop unused NAL_FF_IGNORE
Anton Khirnov
[libav-commits] h264: move the parameter set definitions to a new header file
Anton Khirnov
[libav-commits] h264: store {curr, max}_pic_num in the per-slice context
Anton Khirnov
[libav-commits] h264: do not pass H264Context to h264_slice_header_parse()
Anton Khirnov
[libav-commits] h264_sei: drop an unnecessary h264dec.h include
Anton Khirnov
[libav-commits] h264: fix the check for mixed IDR/non-IDR slices
Anton Khirnov
[libav-commits] h264: fix warnings in fill_filter_caches_inter()
Anton Khirnov
[libav-commits] h264: handle frame recovery in h264_field_start()
Anton Khirnov
[libav-commits] h264: always set redundant_pic_count during slice header parsing
Anton Khirnov
[libav-commits] h264: add H264_ prefix to the NAL unit types
Anton Khirnov
[libav-commits] h264: pass a H2645NAL to slice header decoding
Anton Khirnov
[libav-commits] svq3: stop using H264Picture
Anton Khirnov
[libav-commits] h264: discard slices of redundant pictures right after parsing the slice header
Anton Khirnov
[libav-commits] h264: set mb_aff_frame in frame_start()
Anton Khirnov
[libav-commits] h264: move a per-field block from decode_slice_header() to field_start()
Anton Khirnov
[libav-commits] h264: create a new header for common h264 definitions
Anton Khirnov
[libav-commits] h264: factor out setting frame properties / side data
Anton Khirnov
[libav-commits] lavc: drop unnecessary h264dec.h includes
Anton Khirnov
[libav-commits] h264: call the hwaccel frame_start() from h264_field_start()
Anton Khirnov
[libav-commits] h264: rename h264.[ch] to h264dec.[ch]
Anton Khirnov
[libav-commits] fate: Add TrueMotion 2 RT tests
Vittorio Giovara
[libav-commits] fate: Move Duck Truemotion 1 and 2 tests to vpx.mak
Vittorio Giovara
[libav-commits] fate: Add tests for MagicYUV
Vittorio Giovara
[libav-commits] Add TrueMotion 2.0 Real Time decoder
Paul B Mahol
[libav-commits] Add MagicYUV decoder
Paul B Mahol
[libav-commits] ffv1: Error out on unsupported format
Jerome Martinez
[libav-commits] checkasm: Add tests for h264 idct
Martin Storsjö
[libav-commits] mov: Implement support for multiple sample description tables
Vittorio Giovara
[libav-commits] lavc: Document AV_PKT_DATA_NEW_EXTRADATA
Vittorio Giovara
[libav-commits] mov: Support prores with multiple stsd
Vittorio Giovara
[libav-commits] h264: Support AV_PKT_DATA_NEW_EXTRADATA
Vittorio Giovara
[libav-commits] x86: Add missing movsxd for the int stride parameter
Martin Storsjö
[libav-commits] avdevice: Ignore timefilter test program
Diego Biurrun
[libav-commits] h264: Drop unused function check_opcodes()
Diego Biurrun
[libav-commits] LICENSE: Fix silly typo
Diego Biurrun
[libav-commits] avpacket: Error out when creating 0-sized side data
Vittorio Giovara
[libav-commits] pixdesc: Use C99 array to list color properties names
Vittorio Giovara
[libav-commits] h264: factor out setting the parameter sets for a frame
Anton Khirnov
[libav-commits] h264: split reading the ref list modifications and actually building the ref list
Anton Khirnov
[libav-commits] h264: move initialising the implicit pred weight table for MBAFF
Anton Khirnov
[libav-commits] h264: move calculating the POC out of h264_slice_header_parse()
Anton Khirnov
[libav-commits] h264: factor starting a new field out of parsing the slice header
Anton Khirnov
[libav-commits] h264: move direct mode inits out of h264_slice_header_parse()
Anton Khirnov
[libav-commits] h264: decode the MMCOs into per-slice contexts
Anton Khirnov
[libav-commits] h264: move initing the implicit pred weight table out of h264_slice_header_parse ()
Anton Khirnov
[libav-commits] h264: Fix decoding delay for Intra only streams
Anton Mitrofanov
[libav-commits] h264: rename mmco_index to nb_mmco
Anton Khirnov
[libav-commits] h264: pass just the PPS to get_chroma_qp()
Anton Khirnov
[libav-commits] h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref list
Anton Khirnov
[libav-commits] h264: move initialising the explicit pred weight table for MBAFF
Anton Khirnov
[libav-commits] h264: merge the two reinit blocks in slice_header_parse()
Anton Khirnov
[libav-commits] h264: move building the reference list out of h264_slice_header_parse()
Anton Khirnov
[libav-commits] h264: postpone generating the implicit MMCOs
Anton Khirnov
[libav-commits] h264: move initializing the slice start out of h264_slice_header_parse()
Anton Khirnov
[libav-commits] lavc: add H.264 MVC profiles
Anton Khirnov
[libav-commits] h264: start splitting decode_slice_header()
Anton Khirnov
[libav-commits] h264: drop an outdated comment
Anton Khirnov
[libav-commits] vaapi_h264: Add source version identifier as unregistered SEI
Mark Thompson
[libav-commits] vaapi_h264: Add support for SEI messages
Mark Thompson
[libav-commits] vaapi_h265: cu_qp_delta should not be used in constant-QP mode
Mark Thompson
[libav-commits] vaapi_encode: Add support for writing arbitrary additional packed headers
Mark Thompson
[libav-commits] vaapi_h264: Add support for VUI parameters
Mark Thompson
[libav-commits] h264: drop unused H264Context.gb
Anton Khirnov
[libav-commits] dvbsub_parser: Add missing mem.h #include
Diego Biurrun
[libav-commits] Drop unnecessary unary.h #includes
Diego Biurrun
[libav-commits] Drop unnecessary golomb.h #includes
Diego Biurrun
[libav-commits] gsm: Move requant_tab table to the gsm tables file
Diego Biurrun
[libav-commits] get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes
Diego Biurrun
[libav-commits] svq1enc: Drop unused GetBitContext context member
Diego Biurrun
[libav-commits] vorbis: Kill some pointless debug code
Diego Biurrun
[libav-commits] mss2: Drop a silly assert
Diego Biurrun
[libav-commits] Remove unnecessary get_bits.h #includes
Diego Biurrun
[libav-commits] mpc: Drop unused GetBitContext context member
Diego Biurrun
[libav-commits] indeo2: Drop disabled big-endian ir2_codes table
Diego Biurrun
[libav-commits] sgirledec: simplify, no need to use reget buffer
Paul B Mahol
[libav-commits] avconv: Do not copy extradata if source buffer is empty
Vittorio Giovara
[libav-commits] aic: add frame threading support
Paul B Mahol
[libav-commits] fate: Move Canopus decoder tests to a separate file
Vittorio Giovara
[libav-commits] vp9: Return the correct size when decoding a superframe
typx
[libav-commits] vp9: Return the correct size when decoding a superframe
Denis Charmet
[libav-commits] vp9: Return the correct size when decoding a superframe
Denis Charmet
[libav-commits] build: Simplify postprocessing of linker version script files
Diego Biurrun
[libav-commits] build: Print a message when generating version scripts
Diego Biurrun
[libav-commits] build: Change structure of the linker version script templates
Diego Biurrun
[libav-commits] build: Only enable symbol reduction if the compiler does proper DCE
Diego Biurrun
[libav-commits] asm: FF_-prefix internal macros used in inline assembly
Diego Biurrun
[libav-commits] Drop unnecessary libavutil/x86/asm.h #includes
Diego Biurrun
[libav-commits] ac3: Check the array bound before dereferencing
Luca Barbato
[libav-commits] ac3: Check the array bound before dereferencing
Luca Barbato
[libav-commits] vaapi_h264: Add trivial support for low-power encoding
Mark Thompson
[libav-commits] vaapi_h264: Fix frame_num after non-reference frames
Mark Thompson
[libav-commits] vaapi_encode: Check config attributes before creating config
Mark Thompson
[libav-commits] build: Ignore generated mapfile and remove it on distclean
Diego Biurrun
[libav-commits] hwcontext_dxva2: implement device creation
Anton Khirnov
[libav-commits] hwcontext_vaapi: implement device creation
Anton Khirnov
[libav-commits] hwcontext_cuda: implement device creation
Anton Khirnov
[libav-commits] avconv_dxva2: use the hwcontext device creation API
Anton Khirnov
[libav-commits] hwcontext: add a function for opening devices
Anton Khirnov
[libav-commits] FATE: drop the audio stream from the dxtory test
Anton Khirnov
[libav-commits] avconv: fix parsing bitstream filters
Anton Khirnov
[libav-commits] hwcontext_vdpau: implement device creation
Anton Khirnov
[libav-commits] avconv_vaapi: use the hwcontext device creation API
Anton Khirnov
[libav-commits] lavc: handle hw_frames_ctx where necessary
Andrey Turkin
[libav-commits] avconv_vdpau: use the hwcontext device creation API
Anton Khirnov
[libav-commits] avconv: fix a check for av_bsf_get_by_name() return value
Anton Khirnov
[libav-commits] ppc: avutil: Drop a potentially dangerous workaround
Luca Barbato
[libav-commits] ppc: Restrict some Altivec implementations to Big Endian
Luca Barbato
[libav-commits] ppc: linux: Check altivec using the auxv
Luca Barbato
[libav-commits] ppc: Support little endian intreadwrite
Luca Barbato
[libav-commits] golomb: Give svq3_get_se_golomb()/svq3_get_ue_golomb() better names
Diego Biurrun
[libav-commits] fate: More fine-grained dependencies for demuxer tests
Diego Biurrun
[libav-commits] fate: More fine-grained dependencies for voice codec tests
Diego Biurrun
[libav-commits] rtsp: Use avcodec_descriptor_get instead of avcodec_find_decoder
Martin Storsjö
[libav-commits] Tag v11.7 : 11.7 release
Sean McGovern
[libav-commits] Update changelog for v11.7
Sean McGovern
[libav-commits] avcodec: Bump micro version after changing public JPEG 2000 defines
Diego Biurrun
[libav-commits] jpeg2000: Fix profile define values
Francois Cartegnie
[libav-commits] Tag v11.6 : 11.6 release
Janne Grunau
[libav-commits] lavf: update muxing doxy
Anton Khirnov
[libav-commits] avfiltergraph: check the query_formats() return value
Anton Khirnov
[libav-commits] lavc: document that avcodec_close() should not be used
Anton Khirnov
[libav-commits] lavc: deprecate avcodec_copy_context()
Anton Khirnov
[libav-commits] lavc: deprecate avcodec_get_context_defaults3()
Anton Khirnov
[libav-commits] mp3: Make the extrasize explicit
Luca Barbato
[libav-commits] get_bits: Drop some TRACE-level debug code
Diego Biurrun
[libav-commits] avconv: stop using AVStream.codec
Anton Khirnov
[libav-commits] avconv: Use more precise deprecation ifdefs
Diego Biurrun
[libav-commits] dump: Drop unused variable
Diego Biurrun
[libav-commits] configure: Don't require nonfree for nvenc
Timo Rothenpieler
[libav-commits] nvenc: write the VUI signal properties for HEVC
Anton Khirnov
[libav-commits] nvenc: De-compensate aspect ratio compensation of DVD-like content.
Philip Langdale
[libav-commits] nvenc: list the major contributors in the copyright header
Anton Khirnov
[libav-commits] nvenc: only support HW frames when CUDA is enabled
Anton Khirnov
[libav-commits] nvenc: only write the VUI signal type fields if they are set
Anton Khirnov
[libav-commits] nvenc: allow setting the number of slices
Anton Khirnov
[libav-commits] nvenc: drop the hard dependency on CUDA
Anton Khirnov
[libav-commits] nvenc: Delay frame output to increase encoding speed
Timo Rothenpieler
[libav-commits] nvenc: Generate bufferingPeriod/pictureTiming SEI
Timo Rothenpieler
[libav-commits] nvenc: add support for lossless encoding
Anton Khirnov
[libav-commits] nvenc: Generate AUD NAL units for better compatiblity
Timo Rothenpieler
[libav-commits] nvenc: fix the rc option definitions
Anton Khirnov
[libav-commits] mjpegdec: Properly fail on malloc failure
Derek Buitenhuis
[libav-commits] configure: improve the help text for external libraries
Anton Khirnov
[libav-commits] configure: move the hardware accel libs' entries in the configure output
Anton Khirnov
[libav-commits] Add release notes for 12.
Anton Khirnov
[libav-commits] lavc: revert the Makefile part of 330177b
Anton Khirnov
[libav-commits] configure: move the hardware accel libs' entries in the help text
Anton Khirnov
[libav-commits] blowfish-test: Return different values for different errors
Diego Biurrun
[libav-commits] blowfish-test: Use struct allocation functions from the API
Diego Biurrun
[libav-commits] xtea-test: Use struct allocation functions from the API
Diego Biurrun
[libav-commits] mov: Fix parsing short loci
Michael Niedermayer
[libav-commits] movenc: Factorize a function for finding a metadata entry and the associated language
Martin Storsjö
[libav-commits] mov: Print reason of loci parsing failure
Michael Niedermayer
[libav-commits] movenc: Write 'loci' geotag metadata for 3gp and mp4
Martin Storsjö
[libav-commits] mov: Append place name instead of overwriting for loci
Michael Niedermayer
[libav-commits] mov: Also export loci altitude
Michael Niedermayer
[libav-commits] movenc: Write ?xyz geotag metadata for mov files
Michael Niedermayer
[libav-commits] mov: Add a comment referring to the standard that defines the loci box
Martin Storsjö
[libav-commits] movenc: Add a missed const
Martin Storsjö
[libav-commits] movenc: Use packets in interleaving queues for the duration at the end of fragments
Martin Storsjö
[libav-commits] flvenc: Provide output bytestream markers
Martin Storsjö
[libav-commits] avio: Allow custom IO users to get labels for the output bytestream
Martin Storsjö
[libav-commits] movenc: Add a test for VFR with b-frames, with a duration change at a fragment end
Martin Storsjö
[libav-commits] movenc-test: Test write_data_type
Martin Storsjö
[libav-commits] movenc: Provide output bytestream markers for fragmented content
Martin Storsjö
[libav-commits] matroskaenc: Provide output bytestream markers
Martin Storsjö
[libav-commits] stereo3d: Add API to get name from value or value from name
Vittorio Giovara
[libav-commits] lavf: Raw G.729 demuxer
Vladimir Voroshilov
[libav-commits] avprobe: Print stereo3d information
Vittorio Giovara
[libav-commits] fate: Update fate-lavf-ts after commit 393596f9d5
Martin Storsjö
[libav-commits] tools: Port to codec parameters API
Diego Biurrun
[libav-commits] mpegtsenc: stop impersonating ses in sdt
Francois Cartegnie
[libav-commits] Move VLC and RL_VLC_ELEM structure definitions to a separate header
Alexandra Hájková
[libav-commits] hwcontext: add a dxva2 implementation
Anton Khirnov
[libav-commits] avconv_dxva2: use the hwcontext API
Anton Khirnov
Earlier messages
Later messages