summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* vaapi_h264: Convert to use the new VAAPI hwaccel codeMark Thompson2016-08-30
* lavc: Rewrite VAAPI decode infrastructureMark Thompson2016-08-30
* wmavoice: Simplify GetBitContext initializationDiego Biurrun2016-08-30
* libvpx: Cast a pointer to const to squelch a warningDiego Biurrun2016-08-26
* vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-26
* prores: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3cDiego Biurrun2016-08-26
* vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* av1: Add codec_id and basic demuxing supportLuca Barbato2016-08-24
* mss12: validate display dimensionsAnton Khirnov2016-08-18
* vc1: check that slices have a positive heightAnton Khirnov2016-08-18
* pcx: use the bytestream2 API for reading from inputAnton Khirnov2016-08-18
* pcx: check that the packet is large enough before reading the headerAnton Khirnov2016-08-18
* pcx: properly pad the scanlineAnton Khirnov2016-08-18
* cook: use the bytestream2 API for reading extradataAnton Khirnov2016-08-18
* qpeg: fix an off by 1 error in the MV checkAnton Khirnov2016-08-18
* alac: do not return success if nothing was decodedAnton Khirnov2016-08-18
* vmnc: check that subrectangles fit into their containing rectanglesAnton Khirnov2016-08-18
* golomb: Drop disabled cruftDiego Biurrun2016-08-17
* simple_idct: arm: Drop disabled code variantDiego Biurrun2016-08-17
* simple_idct: x86: Drop disabled IDCT implementationDiego Biurrun2016-08-17
* dvbsubdec: Remove disabled, near-duplicate debug codeDiego Biurrun2016-08-17
* mpegvideo: Kill some disabled codeDiego Biurrun2016-08-17
* msmpeg4: Drop disabled debug cruftDiego Biurrun2016-08-17
* mathops: Drop disabled alternative mid_pred() implementationDiego Biurrun2016-08-17
* mjpegdec: Drop disabled codeDiego Biurrun2016-08-17
* faan(i)dct: Kill some disabled codeDiego Biurrun2016-08-17
* ffv1: Remove broken disabled cruftDiego Biurrun2016-08-17
* h264: Kill broken disabled cruftDiego Biurrun2016-08-17
* aac: Drop broken cruftDiego Biurrun2016-08-17
* jfdct: Kill broken cruftDiego Biurrun2016-08-17
* roqvideoenc: Drop broken disabled cruftDiego Biurrun2016-08-17
* pnm_parser: Drop broken disabled cruftDiego Biurrun2016-08-17
* wma: Kill non-compiling disabled cruftDiego Biurrun2016-08-17
* mpeg4videoenc: Kill non-compiling disabled cruftDiego Biurrun2016-08-17
* rangecoder: Kill non-compiling disabled cruftDiego Biurrun2016-08-17
* vaapi_vc1: Remove redundant version checkMark Thompson2016-08-13
* vaapi_vc1: Constify pointersMark Thompson2016-08-13
* vaapi_mpeg2: Constify pointersMark Thompson2016-08-13
* vaapi_h264: Constify pointersMark Thompson2016-08-13
* vp9: reindent after last commitAnton Khirnov2016-08-11
* vp9: add frame threadingRonald S. Bultje2016-08-11
* vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically.Ronald S. Bultje2016-08-11
* vp9: split last/cur_frame from the reference buffers.Ronald S. Bultje2016-08-11
* h264_direct: use the reference mask from the actual referenceAnton Khirnov2016-08-11
* lavc: free buffer_frame/pkt on avcodec_open2() failureAnton Khirnov2016-08-11
* vp9: make mv bounds 32bit.Ronald S. Bultje2016-08-03