summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264_slice: Make setup_finished check cover more casesMichael Niedermayer2016-07-271-4/+7
* Merge commit 'debca90863e4ee53447efd02483c500f89766384'Clément Bœsch2016-07-273-23/+12
|\
| * h264: store {curr,max}_pic_num in the per-slice contextAnton Khirnov2016-06-213-23/+12
* | Merge commit 'f966498e433fead2f5e6b5b66fad2ac062146d22'Clément Bœsch2016-07-272-28/+23
|\ \ | |/
| * h264: decode the poc values from the slice header into the per-slice contextAnton Khirnov2016-06-212-25/+21
* | lavc/h264_slice: adjust a few line breaks to reduce diff with LibavClément Bœsch2016-07-271-4/+1
* | Merge commit '54dd9b1cdd9e54f1ee39ae25af0324f8aba2831b'Clément Bœsch2016-07-271-95/+90
|\ \ | |/
| * 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
* | lavc/ffjni: replace ff_jni_{attach,detach} with ff_jni_get_envMatthieu Bouron2016-07-275-212/+74
* | libopenh264: Support building with the 1.6 releaseMartin Storsjö2016-07-272-2/+26
* | Add an OpenH264 decoder wrapperMartin Storsjö2016-07-277-44/+355
* | vp9: add mxext versions of the single-block (w=8,npx=8) h/v loopfilters.Ronald S. Bultje2016-07-262-39/+63
* | vp9: add mxext versions of the single-block (w=4,npx=8) h/v loopfilters.Ronald S. Bultje2016-07-262-49/+103
* | vp9: add 32x32 idct AVX2 implementation.Ronald S. Bultje2016-07-262-6/+224
* | avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer2016-07-253-5/+15
* | Revert "lavc: always build dnxhddata"James Almer2016-07-251-3/+2
* | lavc/Makefile: Fix standalone compilation of the svq3 decoder.Carl Eugen Hoyos2016-07-241-1/+2
* | lavc: always build dnxhddataMatthieu Bouron2016-07-241-2/+3
* | lavc/h264_ps: Be more verbose when truncating likely oversized PPS.Carl Eugen Hoyos2016-07-241-1/+3
* | Revert "Merge commit '3c53627ac17fc6bdea5029be57da1e03b32d265d'"Ivan Uskov2016-07-241-28/+6
* | libavcodec/dnxhdenc: add support for dnxhr encodingMark Reid2016-07-234-19/+103
* | libavcodec/dnxhdenc: add support for variable mircoblock countsMark Reid2016-07-232-19/+24
* | lavc/intrax8: Use correct printf specifier for size_t on Windows.Carl Eugen Hoyos2016-07-221-1/+1
* | avcodec/mpeg4_unpack_bframes_bsf: Check av_packet_from_data() return valueJan Sebechlebsky2016-07-221-1/+5
* | avcodec/mpeg4_unpack_bframes_bsf: Copy packet propsJan Sebechlebsky2016-07-221-0/+6
* | libx264: Increase x264 opts character limit to 4096Sasi Inguva2016-07-221-2/+2
* | libvpxenc,cosmetics: rename common fns vp8 -> vpxJames Zern2016-07-211-30/+30
* | libvpxdec,cosmetics: rename common fns vp8 -> vpxJames Zern2016-07-211-14/+14
* | avcodec/huffman: beautify: add space between #include and filename.Yong Lei2016-07-221-1/+1
* | avcodec/ffv1dec: Test extradata_size instead of extradata for better robustnessMichael Niedermayer2016-07-211-1/+1
* | x86/diracdsp: make ff_put_signed_rect_clamped_10_sse4 work on x86_32James Almer2016-07-202-21/+20
* | libavcodec/dnxhd: add dnxhr profilesMark Reid2016-07-206-0/+43
* | libavcodec/libvpx: Add VPx alpha decode supportVignesh Venkatasubramanian2016-07-191-20/+87
* | avcodec/h264_slice: Move h264_init_ps() call into h264_field_start()Michael Niedermayer2016-07-201-7/+7
* | avcodec/h264: remove list_count and ref_count clearingMichael Niedermayer2016-07-202-7/+0
* | fate: add test for avfftPetru Rares Sincraian2016-07-194-58/+189
* | lavc/h264: fix spacing before commentClément Bœsch2016-07-191-1/+1
* | avcodec/ccaption_dec: default rollup to row 10Aman Gupta2016-07-181-1/+2
* | avcodec/ccaption_dec: implement positioning for closed captionsAman Gupta2016-07-181-3/+26
* | avcodec/ccaption_dec: change write_char() to void as return value is unusedAman Gupta2016-07-171-4/+4
* | cosmetics: fix some misspelled wordsJames Almer2016-07-172-2/+2
* | avcodec/dnxhddata: replace % by &Michael Niedermayer2016-07-161-1/+1
* | libavcodec/dnxhd: add support more dnxhr header prefixesMark Reid2016-07-162-5/+12
* | Restore compatibility with powerpc-apple-darwin9-gcc-4.2.1Pavel Koshevoy2016-07-152-12/+22
* | Merge commit 'b25cd7540e7cba9868edc13817c0ce1ddef90ffc'Clément Bœsch2016-07-143-15/+19
|\ \ | |/
| * h264: pass a H2645NAL to slice header decodingAnton Khirnov2016-06-213-15/+19
* | lavc/truemotion2rt: mark AVPacket* as constClément Bœsch2016-07-141-1/+1
* | Merge commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b'Clément Bœsch2016-07-141-58/+62
|\ \ | |/
| * Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-206-1/+236
OpenPOWER on IntegriCloud