summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '831018b0bbe26a603802a9022472f714a59293be'James Almer2017-10-303-42/+43
|\
| * mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov2017-04-283-42/+43
* | Merge commit 'e1c2453a4fac1f7116244d0d05310935c20887e6'James Almer2017-10-301-16/+35
|\ \ | |/
| * arm: hevc_idct: Tune the add_res_8x8 and add_res_32x32 functionsMartin Storsjö2017-04-281-16/+35
* | Merge commit '0d4d43513786f1df4d561e1fac924fb0722c6700'James Almer2017-10-302-75/+92
|\ \ | |/
| * hevc: Add NEON add_residual for bitdepth 8Seppo Tomperi2017-04-272-0/+103
* | avcodec/mips: Improve avc chroma avg hv mc msa functionsKaustubh Raste2017-10-301-200/+238
* | avcodec/mips: Improve avc avg mc 22, 11, 31, 13 and 33 msa functionsKaustubh Raste2017-10-301-268/+513
* | avcodec/aacdec_fixed: Fix integer overflow in apply_dependent_coupling_fixed()Michael Niedermayer2017-10-301-1/+1
* | avcodec/aacdec_fixed: Fix integer overflow in predict()Michael Niedermayer2017-10-301-2/+2
* | Merge commit '970c76f32283bddf3a5afd24fe52db7a96186244'James Almer2017-10-303-23/+9
|\ \ | |/
| * mlp_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-273-23/+9
* | Merge commit 'dd3aa85b68c017c419acb0c39ff6aa890ce89e87'James Almer2017-10-301-14/+2
|\ \ | |/
| * aac_ac3_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-271-14/+2
| * vaapi: Add external control of allow-profile-mismatchMark Thompson2017-04-261-9/+2
| * lavc: Add flag to allow profile mismatch with hardware decodingMark Thompson2017-04-262-1/+15
| * vaapi_encode: Use gop_size consistently in RC parametersMark Thompson2017-04-263-6/+5
* | Merge commit '94c54d97e7f4fe90570c323803f2bdf6246c1010'James Almer2017-10-303-13/+15
|\ \ | |/
| * mlp: Factor out channel layout subset checksVittorio Giovara2017-04-263-13/+15
* | Merge commit 'cea7fd9afb8488a6c48f7d7ee38602e1fd3dd425'James Almer2017-10-301-2/+2
|\ \ | |/
| * mlp: Drop ff_ prefix from a static functionVittorio Giovara2017-04-261-2/+2
* | Merge commit '1f6e5dd4d4dd9c02371ad211049d27edb6d95286'James Almer2017-10-301-13/+13
|\ \ | |/
| * mlp: Rename the channel layout variableVittorio Giovara2017-04-261-12/+12
* | Merge commit '3d69dd65c6771c28d3bf4e8e53a905aa8cd01fd9'James Almer2017-10-302-12/+37
|\ \ | |/
| * hevc: Add support for bitdepth 10 for IDCT DCAlexandra Hájková2017-04-252-12/+37
* | Merge commit '358adef0305618219522858e471edf7e0cb4043e'James Almer2017-10-302-84/+84
|\ \ | |/
| * hevc: Add NEON IDCT DC functions for bitdepth 8Seppo Tomperi2017-04-252-0/+88
| * clearvideo: Convert to the new bitstream readerDiego Biurrun2017-04-251-12/+12
* | Merge commit '189157c3fc8eeb691e3684b09d971eb5ddb47d5b'James Almer2017-10-301-26/+30
|\ \ | |/
| * Add ClearVideo decoderKostya Shishkov2017-04-256-1/+402
| * utvideodec: Fix gradient prediction when stride does not match widthPaul B Mahol2017-04-251-2/+10
* | avcodec/avcodec.h: remove doxy from the old bsf API functionsJames Almer2017-10-301-56/+14
* | Merge commit '7c25523cc8e618e77dc84d960e41e9644eaf8c33'James Almer2017-10-301-1/+11
|\ \ | |/
| * utvideodec: Fix decoding odd sizes with interlaced video with some formatsPaul B Mahol2017-04-251-1/+11
| * dca: Move the downmix request check outside the loopAnton Khirnov2017-04-251-4/+7
| * vc1dec: raise an error if sprite picture data is missingSean McGovern2017-04-241-1/+1
| * qsvenc: Make sure the interlaced encoding worksAaron Levinson2017-04-232-6/+24
| * qsvenc: Use MFXVideoENCODE_Query() to update the parametersAaron Levinson2017-04-231-1/+9
| * mjpeg: Report non-3 component rgb lossless as not supportedLuca Barbato2017-04-201-0/+6
| * dca: Account for lfe when checking for the channel countLuca Barbato2017-04-191-1/+1
| * utvideodec: Support for gradient predictionPaul B Mahol2017-04-151-5/+227
| * utvideodec: Reuse the huffyuv add_leftPaul B Mahol2017-04-152-30/+136
| * utvideodec: Support ULY4 and ULH4Paul B Mahol2017-04-151-0/+30
| * utvideodec: Support UQRA and UQRGPaul B Mahol2017-04-151-0/+43
| * utvideodec: Support UQY2Paul B Mahol2017-04-133-40/+252
| * golomb: Simplify get_ur_golomb_jpeglsLuca Barbato2017-04-131-8/+4
| * utvideodec: Prevent possible signed overflowGanesh Ajjanagadde2017-04-131-2/+2
* | x86/bswapdsp: add missing preprocessor wrappers for AVX2 functionsJames Almer2017-10-291-0/+2
* | decode: avoid leaks on failure in ff_get_buffer()Anton Khirnov2017-10-291-0/+3
* | lavc/avrndec: remove AV_CODEC_CAP_DR1, as it's brokenwm42017-10-291-1/+0
OpenPOWER on IntegriCloud