summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* dxva: move d3d11 locking/unlocking to functionswm42017-06-081-18/+28
* dxva: preparations for new hwaccel APIwm42017-06-086-43/+55
* lavc: set avctx->hwaccel before initwm42017-06-081-2/+2
* smacker: Improve error handlingDiego Biurrun2017-06-011-23/+24
* smacker: Check that the data size is a multiple of a sample vectorMichael Niedermayer2017-06-011-0/+5
* decode: fix the code reducing cropping to preserve alignmentAnton Khirnov2017-05-201-1/+7
* hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov2017-05-203-9/+8
* extract_extradata_bsf: make sure all needed parameter set NALUs were foundJames Almer2017-05-201-3/+12
* vp9_superframe_bsf: cache input packets directlyAnton Khirnov2017-05-201-30/+19
* vp9_superframe_bsf: convert to the new bitstream readerAnton Khirnov2017-05-201-10/+12
* hevc: Add names for reserved NAL unit typesMark Thompson2017-05-161-0/+16
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-165-55/+56
* arm: Avoid using .dn register aliasesMartin Storsjö2017-05-152-20/+5
* h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking()Sean McGovern2017-05-091-0/+7
* hevcdec: move SEI message parsing into a separate headerJames Almer2017-05-093-61/+95
* hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-093-79/+86
* hevc: Add NEON 32x32 IDCTAlexandra Hájková2017-05-042-21/+294
* hevc: 16x16 NEON idct: Use the right element size for loads/storesAlexandra Hájková2017-05-041-8/+8
* aacsbr: Turnoff in the event of over read.Alex Converse2017-05-031-0/+1
* aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-028-28/+110
* bitstream: Move VLC reading functions into the vlc.h headerLuca Barbato2017-05-022-73/+74
* vlc: Add header #include when the types are usedLuca Barbato2017-05-0229-0/+29
* hevc: Add NEON add_residual for bitdepth 10Alexandra Hájková2017-05-012-0/+102
* vp9_raw_reorder_bsf: Remove a redundant allocationMark Thompson2017-04-301-4/+0
* mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov2017-04-283-42/+43
* arm: hevc_idct: Tune the add_res_8x8 and add_res_32x32 functionsMartin Storsjö2017-04-281-16/+35
* hevc: Add NEON add_residual for bitdepth 8Seppo Tomperi2017-04-272-0/+103
* mlp_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-273-23/+9
* 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
* mlp: Factor out channel layout subset checksVittorio Giovara2017-04-263-13/+15
* mlp: Drop ff_ prefix from a static functionVittorio Giovara2017-04-261-2/+2
* mlp: Rename the channel layout variableVittorio Giovara2017-04-261-12/+12
* hevc: Add support for bitdepth 10 for IDCT DCAlexandra Hájková2017-04-252-12/+37
* 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
* Add ClearVideo decoderKostya Shishkov2017-04-256-1/+402
* utvideodec: Fix gradient prediction when stride does not match widthPaul B Mahol2017-04-251-2/+10
* 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
OpenPOWER on IntegriCloud