summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-21
* h264: factor out setting frame properties / side dataAnton Khirnov2016-06-21
* h264: drop unused NAL_FF_IGNOREAnton Khirnov2016-06-21
* h264: move a per-field block from decode_slice_header() to field_start()Anton Khirnov2016-06-21
* h264: only allow ending a field/starting a new one before finish_setup()Anton Khirnov2016-06-21
* h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov2016-06-21
* h264: decode the poc values from the slice header into the per-slice contextAnton Khirnov2016-06-21
* h264: set mb_aff_frame in frame_start()Anton Khirnov2016-06-21
* h264: move the block starting a new field out of slice_header_parse()Anton Khirnov2016-06-21
* h264: pass a H2645NAL to slice header decodingAnton Khirnov2016-06-21
* fate: Add TrueMotion 2 RT testsVittorio Giovara2016-06-20
* fate: Move Duck Truemotion 1 and 2 tests to vpx.makVittorio Giovara2016-06-20
* Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-20
* fate: Add tests for MagicYUVVittorio Giovara2016-06-20
* Add MagicYUV decoderPaul B Mahol2016-06-20
* ffv1: Error out on unsupported formatJerome Martinez2016-06-18
* checkasm: Add tests for h264 idctMartin Storsjö2016-06-17
* mov: Support prores with multiple stsdVittorio Giovara2016-06-17
* mov: Implement support for multiple sample description tablesVittorio Giovara2016-06-17
* h264: Support AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara2016-06-17
* lavc: Document AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara2016-06-17
* x86: Add missing movsxd for the int stride parameterMartin Storsjö2016-06-17
* avdevice: Ignore timefilter test programDiego Biurrun2016-06-14
* LICENSE: Fix silly typoDiego Biurrun2016-06-14
* h264: Drop unused function check_opcodes()Diego Biurrun2016-06-14
* avpacket: Error out when creating 0-sized side dataVittorio Giovara2016-06-13
* pixdesc: Use C99 array to list color properties namesVittorio Giovara2016-06-13
* h264: Fix decoding delay for Intra only streamsAnton Mitrofanov2016-06-12
* lavc: add H.264 MVC profilesAnton Khirnov2016-06-12
* h264: factor out setting the parameter sets for a frameAnton Khirnov2016-06-12
* h264: pass just the PPS to get_chroma_qp()Anton Khirnov2016-06-12
* h264: merge the two reinit blocks in slice_header_parse()Anton Khirnov2016-06-12
* h264: factor starting a new field out of parsing the slice headerAnton Khirnov2016-06-12
* h264: postpone generating the implicit MMCOsAnton Khirnov2016-06-12
* h264: decode the MMCOs into per-slice contextsAnton Khirnov2016-06-12
* h264: rename mmco_index to nb_mmcoAnton Khirnov2016-06-12
* h264: move initializing the slice start out of h264_slice_header_parse()Anton Khirnov2016-06-12
* h264: move calculating the POC out of h264_slice_header_parse()Anton Khirnov2016-06-12
* h264: move building the reference list out of h264_slice_header_parse()Anton Khirnov2016-06-12
* h264: move initing the implicit pred weight table out of h264_slice_header_pa...Anton Khirnov2016-06-12
* h264: split reading the ref list modifications and actually building the ref ...Anton Khirnov2016-06-12
* h264: move initialising the implicit pred weight table for MBAFFAnton Khirnov2016-06-12
* h264: call ff_h264_fill_mbaff_ref_list() when constructing the normal ref listAnton Khirnov2016-06-12
* h264: move initialising the explicit pred weight table for MBAFFAnton Khirnov2016-06-12
* h264: drop an outdated commentAnton Khirnov2016-06-12
* h264: move direct mode inits out of h264_slice_header_parse()Anton Khirnov2016-06-12
* h264: start splitting decode_slice_header()Anton Khirnov2016-06-12
* vaapi_h265: cu_qp_delta should not be used in constant-QP modeMark Thompson2016-06-09
* vaapi_h264: Add source version identifier as unregistered SEIMark Thompson2016-06-09
* vaapi_h264: Add support for SEI messagesMark Thompson2016-06-09