summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch2016-07-299-20/+52
|\ \ | |/
| * h264: create a new header for common h264 definitionsAnton Khirnov2016-06-219-20/+52
* | Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch2016-07-2938-40/+40
|\ \ | |/
| * h264: rename h264.[ch] to h264dec.[ch]Anton Khirnov2016-06-2132-34/+34
* | Merge commit 'f651c6a259d4bc78f25db11d25df9256d5110bd3'Clément Bœsch2016-07-292-147/+166
|\ \ | |/
| * h264: factor out setting frame properties / side dataAnton Khirnov2016-06-212-147/+166
* | Merge commit '19446dc5fff6a2f5ccd1a73db66e266255a5d768'Clément Bœsch2016-07-292-3/+0
|\ \ | |/
| * h264: drop unused NAL_FF_IGNOREAnton Khirnov2016-06-212-3/+0
* | Merge commit 'bcd91f1644b46dd142c5355c8b742b27d9028903'Clément Bœsch2016-07-291-9/+7
|\ \ | |/
| * 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
* | hapdec: remove unused memory.h includeJosh de Kock2016-07-291-1/+0
* | 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
OpenPOWER on IntegriCloud