summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwcontext: add a QSV implementationAnton Khirnov2016-06-218-1/+857
* qsvdec: move reading the user-provided session to qsv_decode_init()Anton Khirnov2016-06-211-13/+11
* lavc: allow using AVCodecContext.hw_frames_ctx for decodingAnton Khirnov2016-06-214-9/+37
* truemotion2rt: Use ff_set_dimensionsVittorio Giovara2016-06-211-3/+8
* pixdesc: Add new SMPTE 431, 432, and 2085 color propertiesVittorio Giovara2016-06-215-2/+11
* pixfmt: Add ARIB STD-B76 color transfer characteristicNeil Birkbeck2016-06-215-2/+5
* avconv: factor out initializing stream parameters for streamcopyAnton Khirnov2016-06-211-99/+110
* avconv: initialize output framerate earlierAnton Khirnov2016-06-212-34/+42
* avconv: do not set encoder options when streamcopy is usedAnton Khirnov2016-06-211-4/+0
* avconv: refactor selecting an encoderAnton Khirnov2016-06-212-25/+37
* avconv: fix handling attachments in init_output_streamAnton Khirnov2016-06-211-1/+1
* avconv: create simple filtergraphs earlierAnton Khirnov2016-06-214-10/+21
* avconv: add a function for determining whether a filtergraph is simpleAnton Khirnov2016-06-213-3/+8
* h264: handle frame recovery in h264_field_start()Anton Khirnov2016-06-212-18/+18
* h264: discard slices of redundant pictures right after parsing the slice headerAnton Khirnov2016-06-212-2/+8
* h264: always set redundant_pic_count during slice header parsingAnton Khirnov2016-06-211-0/+1
* h264: call the hwaccel frame_start() from h264_field_start()Anton Khirnov2016-06-212-4/+6
* h264: fix the check for mixed IDR/non-IDR slicesAnton Khirnov2016-06-213-6/+12
* h264: do not pass H264Context to h264_slice_header_parse()Anton Khirnov2016-06-213-31/+31
* h264: fix warnings in fill_filter_caches_inter()Anton Khirnov2016-06-211-9/+9
* h264: drop tests whether the codec id is AV_CODEC_ID_H264Anton Khirnov2016-06-212-6/+3
* h264_cabac: drop an always true conditionAnton Khirnov2016-06-211-1/+1
* h264: add H264_ prefix to the NAL unit typesAnton Khirnov2016-06-218-65/+65
* h264_sei: drop an unnecessary h264dec.h includeAnton Khirnov2016-06-211-1/+1
* lavc: drop unnecessary h264dec.h includesAnton Khirnov2016-06-212-2/+2
* h264: tighten the valid range for ref_frame_countAnton Khirnov2016-06-211-2/+1
* h264: move the parameter set definitions to a new header fileAnton Khirnov2016-06-2115-131/+176
* svq3: stop using H264PictureAnton Khirnov2016-06-211-10/+24
* h264: create a new header for common h264 definitionsAnton Khirnov2016-06-219-20/+52
* h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-2132-34/+34
* h264: factor out setting frame properties / side dataAnton Khirnov2016-06-212-147/+166
* h264: drop unused NAL_FF_IGNOREAnton Khirnov2016-06-212-3/+0
* h264: move a per-field block from decode_slice_header() to field_start()Anton Khirnov2016-06-211-9/+7
* h264: only allow ending a field/starting a new one before finish_setup()Anton Khirnov2016-06-211-15/+19
* h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov2016-06-213-23/+12
* h264: decode the poc values from the slice header into the per-slice contextAnton Khirnov2016-06-212-25/+21
* h264: set mb_aff_frame in frame_start()Anton Khirnov2016-06-211-5/+3
* h264: move the block starting a new field out of slice_header_parse()Anton Khirnov2016-06-211-35/+33
* h264: pass a H2645NAL to slice header decodingAnton Khirnov2016-06-213-15/+19
* fate: Add TrueMotion 2 RT testsVittorio Giovara2016-06-204-0/+18
* fate: Move Duck Truemotion 1 and 2 tests to vpx.makVittorio Giovara2016-06-202-12/+12
* Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-209-1/+240
* fate: Add tests for MagicYUVVittorio Giovara2016-06-208-0/+33
* Add MagicYUV decoderPaul B Mahol2016-06-2011-1/+503
* ffv1: Error out on unsupported formatJerome Martinez2016-06-181-0/+11
* checkasm: Add tests for h264 idctMartin Storsjö2016-06-174-0/+237
* mov: Support prores with multiple stsdVittorio Giovara2016-06-171-0/+2
* mov: Implement support for multiple sample description tablesVittorio Giovara2016-06-172-6/+127
* h264: Support AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara2016-06-171-0/+13
* lavc: Document AV_PKT_DATA_NEW_EXTRADATAVittorio Giovara2016-06-171-0/+8
OpenPOWER on IntegriCloud