aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/nvenc: combine input and output surface structuresAndrey Turkin2016-05-251-91/+105
* avcodec/nvenc: split large functions into smaller onesAndrey Turkin2016-05-251-442/+603
* libavcodec/dv_tablegen: fixed wrong printf formatdsmudhar2016-05-241-1/+1
* avcodec/mips/idctdsp_mmi: Version 2 of the optimizations for loongson mmiZhouXiaoyong2016-05-231-136/+154
* avcodec/mips/pixblockdsp_mmi: Version 2 of the optimizations for loongson mmiZhouXiaoyong2016-05-231-41/+60
* avcodec/mips/blockdsp_mmi: Version 2 of the optimizations for loongson mmiZhouXiaoyong2016-05-231-92/+103
* avcodec/dca_exss: always update downmix flagsfoo862016-05-231-4/+2
* libavcodec/cfhd: fixed wrong printf formatdsmudhar2016-05-231-3/+3
* avcodec/truemotion2rt: also export key frame infoPaul B Mahol2016-05-221-0/+1
* avcodec/iff: mention RGB8/RGBN decoderPiotr Bandurski2016-05-222-4/+4
* avcodec/mvcdec: simplify, no need to use reget bufferPaul B Mahol2016-05-221-23/+9
* avcodec: add adpcm MTAF decoderPaul B Mahol2016-05-219-1/+122
* avcodec/aic: add frame threading supportPaul B Mahol2016-05-211-2/+5
* avcodec/mips: loongson optimize h264pred with mmi v3Zhou Xiaoyong2016-05-214-646/+859
* avcodec/mips: loongson optimize hpeldsp with mmi v1Zhou Xiaoyong2016-05-214-0/+1394
* avcodec/mips/mpegvideo_mmi: Version 2 of the optimizations for loongson mmiZhou Xiaoyong2016-05-211-309/+358
* avcodec/sgirledec: simplify, no need to use reget bufferPaul B Mahol2016-05-211-25/+7
* avcodec/mips/h264chroma_mmi: Version 2 of the optimizations for loongson mmiZhouXiaoyong2016-05-211-494/+629
* avcodec/dca: use LUT for LBR frequency rangesfoo862016-05-203-12/+12
* avcodec/dca: simplify 'residual ok' flag trackingfoo862016-05-202-21/+18
* avcodec/dca_parser: improve frame end searchfoo862016-05-201-14/+80
* avcodec/dca: don't set initial sample_fmtfoo862016-05-201-3/+0
* avcodec/dca: remove useless debug messagefoo862016-05-201-3/+1
* avcodec/dca: remove Rice code length limitfoo862016-05-201-1/+1
* avcodec/utils: Move avctx->codec check before its useMichael Niedermayer2016-05-201-2/+3
* avcodec/adpcm: pick correct step_index for IMA AMVPaul B Mahol2016-05-191-2/+2
* avcodec/options-test: Check avcodec_open2() return valueMichael Niedermayer2016-05-191-1/+6
* avcodec/diracdec: Fix potential integer overflowMichael Niedermayer2016-05-191-2/+2
* avcodec/iff: add support for ANBR filesPaul B Mahol2016-05-191-6/+18
* avcodec/exr: Fix potential integer overflowMichael Niedermayer2016-05-191-1/+1
* avcodec/h264: Check init_get_bits8() for failureMichael Niedermayer2016-05-191-1/+6
* avcodec/m101: Ask for samples with too small extradata_sizeMichael Niedermayer2016-05-181-1/+3
* avcodec/m101: Check BPS valueMichael Niedermayer2016-05-181-2/+5
* avcodec/iff: add forgotten checks for end of input bufferPaul B Mahol2016-05-181-2/+2
* avcodec/iff: scala anim32 & anim16 decompressionPaul B Mahol2016-05-181-2/+128
* Merge commit '71d3305c2711d4f6ec8b92db09ff64cf4e19a58e'Derek Buitenhuis2016-05-171-1/+6
|\
| * h264_parse: make sure the ref count is zeroed on all failure pathsAnton Khirnov2016-04-241-6/+9
* | Merge commit 'a6e27f7add2698fdd89911632b570c3d0c3f2aaa'Derek Buitenhuis2016-05-176-52/+62
|\|
| * h264: factor out parsing the reference count into a separate fileAnton Khirnov2016-04-246-53/+60
* | Merge commit '56b17a33f231859cbccbd741b4763617cb4ecf03'Derek Buitenhuis2016-05-171-8/+3
|\|
| * h264: stop testing whether the reference count changes in ff_set_ref_count()Anton Khirnov2016-04-241-8/+3
* | Merge commit 'e9f884416c76558098fc1f63825b293956e8483c'Derek Buitenhuis2016-05-173-2/+6
|\|
| * h264: move reading direct_spatial_mv_pred out of ff_set_ref_count()Anton Khirnov2016-04-243-2/+6
* | Merge commit '8d0cc8ca97678f4ca87948ebabcbaab5a4f4c1f6'Hendrik Leppkes2016-05-174-134/+28
|\|
| * h264_parser: switch to h2645_parse for NAL unescapingAnton Khirnov2016-04-244-128/+28
* | h2645_parse: support badly muxed mp4 streamsHendrik Leppkes2016-05-171-2/+18
* | avcodec/iff: fix artifacts with uncompressed ham ANIMsPaul B Mahol2016-05-171-2/+2
* | avcodec/mips/h264dsp_mmi: Version 2 of the optimizations for loongson mmiZhouXiaoyong2016-05-171-2127/+2451
* | avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMsPaul B Mahol2016-05-161-9/+6
* | avcodec/iff: check if there is enough bytes leftPaul B Mahol2016-05-161-0/+6