summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* decode: fix the code reducing cropping to preserve alignmentAnton Khirnov2017-05-20
* hevcdec: move the MD5 context out of HEVCSEIPictureHash back into HEVCContextAnton Khirnov2017-05-20
* extract_extradata_bsf: make sure all needed parameter set NALUs were foundJames Almer2017-05-20
* vp9_superframe_bsf: cache input packets directlyAnton Khirnov2017-05-20
* vp9_superframe_bsf: convert to the new bitstream readerAnton Khirnov2017-05-20
* hevc: Add names for reserved NAL unit typesMark Thompson2017-05-16
* h264_sei: Add namespace prefix to all SEI valuesMark Thompson2017-05-16
* arm: Avoid using .dn register aliasesMartin Storsjö2017-05-15
* h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking()Sean McGovern2017-05-09
* hevcdec: move SEI message parsing into a separate headerJames Almer2017-05-09
* hevcdec: remove HEVCContext usage from hevc_seiJames Almer2017-05-09
* hevc: Add NEON 32x32 IDCTAlexandra Hájková2017-05-04
* hevc: 16x16 NEON idct: Use the right element size for loads/storesAlexandra Hájková2017-05-04
* aacsbr: Turnoff in the event of over read.Alex Converse2017-05-03
* aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-02
* bitstream: Move VLC reading functions into the vlc.h headerLuca Barbato2017-05-02
* vlc: Add header #include when the types are usedLuca Barbato2017-05-02
* hevc: Add NEON add_residual for bitdepth 10Alexandra Hájková2017-05-01
* vp9_raw_reorder_bsf: Remove a redundant allocationMark Thompson2017-04-30
* mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov2017-04-28
* arm: hevc_idct: Tune the add_res_8x8 and add_res_32x32 functionsMartin Storsjö2017-04-28
* hevc: Add NEON add_residual for bitdepth 8Seppo Tomperi2017-04-27
* mlp_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-27
* aac_ac3_parser: Drop in-parser downmix functionalityVittorio Giovara2017-04-27
* vaapi: Add external control of allow-profile-mismatchMark Thompson2017-04-26
* lavc: Add flag to allow profile mismatch with hardware decodingMark Thompson2017-04-26
* vaapi_encode: Use gop_size consistently in RC parametersMark Thompson2017-04-26
* mlp: Factor out channel layout subset checksVittorio Giovara2017-04-26
* mlp: Drop ff_ prefix from a static functionVittorio Giovara2017-04-26
* mlp: Rename the channel layout variableVittorio Giovara2017-04-26
* hevc: Add support for bitdepth 10 for IDCT DCAlexandra Hájková2017-04-25
* hevc: Add NEON IDCT DC functions for bitdepth 8Seppo Tomperi2017-04-25
* clearvideo: Convert to the new bitstream readerDiego Biurrun2017-04-25
* Add ClearVideo decoderKostya Shishkov2017-04-25
* utvideodec: Fix gradient prediction when stride does not match widthPaul B Mahol2017-04-25
* utvideodec: Fix decoding odd sizes with interlaced video with some formatsPaul B Mahol2017-04-25
* dca: Move the downmix request check outside the loopAnton Khirnov2017-04-25
* vc1dec: raise an error if sprite picture data is missingSean McGovern2017-04-24
* qsvenc: Make sure the interlaced encoding worksAaron Levinson2017-04-23
* qsvenc: Use MFXVideoENCODE_Query() to update the parametersAaron Levinson2017-04-23
* mjpeg: Report non-3 component rgb lossless as not supportedLuca Barbato2017-04-20
* dca: Account for lfe when checking for the channel countLuca Barbato2017-04-19
* utvideodec: Support for gradient predictionPaul B Mahol2017-04-15
* utvideodec: Reuse the huffyuv add_leftPaul B Mahol2017-04-15
* utvideodec: Support ULY4 and ULH4Paul B Mahol2017-04-15
* utvideodec: Support UQRA and UQRGPaul B Mahol2017-04-15
* utvideodec: Support UQY2Paul B Mahol2017-04-13
* golomb: Simplify get_ur_golomb_jpeglsLuca Barbato2017-04-13
* utvideodec: Prevent possible signed overflowGanesh Ajjanagadde2017-04-13
* Add FM Screen Capture Codec decoderPaul B Mahol2017-04-13