summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* libvpx: Cast a pointer to const to squelch a warningDiego Biurrun2016-08-261-1/+1
* vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-268-43/+49
* prores: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-265-18/+19
* cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-266-49/+75
* vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3cDiego Biurrun2016-08-263-21/+21
* vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-262-10/+11
* vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-268-20/+20
* vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-266-39/+27
* av1: Add codec_id and basic demuxing supportLuca Barbato2016-08-242-0/+8
* mss12: validate display dimensionsAnton Khirnov2016-08-181-0/+10
* vc1: check that slices have a positive heightAnton Khirnov2016-08-181-0/+6
* pcx: use the bytestream2 API for reading from inputAnton Khirnov2016-08-181-44/+29
* pcx: check that the packet is large enough before reading the headerAnton Khirnov2016-08-181-0/+7
* pcx: properly pad the scanlineAnton Khirnov2016-08-181-1/+1
* cook: use the bytestream2 API for reading extradataAnton Khirnov2016-08-181-19/+12
* qpeg: fix an off by 1 error in the MV checkAnton Khirnov2016-08-181-2/+2
* alac: do not return success if nothing was decodedAnton Khirnov2016-08-181-0/+4
* vmnc: check that subrectangles fit into their containing rectanglesAnton Khirnov2016-08-181-2/+14
* golomb: Drop disabled cruftDiego Biurrun2016-08-171-16/+0
* simple_idct: arm: Drop disabled code variantDiego Biurrun2016-08-171-7/+0
* simple_idct: x86: Drop disabled IDCT implementationDiego Biurrun2016-08-171-255/+0
* dvbsubdec: Remove disabled, near-duplicate debug codeDiego Biurrun2016-08-171-60/+2
* mpegvideo: Kill some disabled codeDiego Biurrun2016-08-172-18/+0
* msmpeg4: Drop disabled debug cruftDiego Biurrun2016-08-172-12/+0
* mathops: Drop disabled alternative mid_pred() implementationDiego Biurrun2016-08-171-10/+0
* mjpegdec: Drop disabled codeDiego Biurrun2016-08-171-18/+0
* faan(i)dct: Kill some disabled codeDiego Biurrun2016-08-172-27/+2
* ffv1: Remove broken disabled cruftDiego Biurrun2016-08-172-12/+0
* h264: Kill broken disabled cruftDiego Biurrun2016-08-172-40/+0
* aac: Drop broken cruftDiego Biurrun2016-08-171-6/+0
* jfdct: Kill broken cruftDiego Biurrun2016-08-171-5/+0
* roqvideoenc: Drop broken disabled cruftDiego Biurrun2016-08-171-15/+0
* pnm_parser: Drop broken disabled cruftDiego Biurrun2016-08-171-9/+0
* wma: Kill non-compiling disabled cruftDiego Biurrun2016-08-172-27/+0
* mpeg4videoenc: Kill non-compiling disabled cruftDiego Biurrun2016-08-171-28/+0
* rangecoder: Kill non-compiling disabled cruftDiego Biurrun2016-08-171-14/+0
* vaapi_vc1: Remove redundant version checkMark Thompson2016-08-131-2/+0
* vaapi_vc1: Constify pointersMark Thompson2016-08-131-14/+14
* vaapi_mpeg2: Constify pointersMark Thompson2016-08-131-4/+4
* vaapi_h264: Constify pointersMark Thompson2016-08-131-12/+12
* vp9: reindent after last commitAnton Khirnov2016-08-111-120/+120
* vp9: add frame threadingRonald S. Bultje2016-08-114-81/+318
* vp9: allocate 'b', 'block/uvblock' and 'eob/uveob' dynamically.Ronald S. Bultje2016-08-114-11/+34
* vp9: split last/cur_frame from the reference buffers.Ronald S. Bultje2016-08-114-98/+207
* h264_direct: use the reference mask from the actual referenceAnton Khirnov2016-08-111-7/+7
* lavc: free buffer_frame/pkt on avcodec_open2() failureAnton Khirnov2016-08-111-0/+2
* vp9: make mv bounds 32bit.Ronald S. Bultje2016-08-031-1/+1
* vp9mc/x86: sse2 MC assembly.Ronald S. Bultje2016-08-032-106/+324
* vp9mc/x86: add AVX and AVX2 MCJames Almer2016-08-034-111/+178
* vp9mc/x86: rename ff_* to ff_vp9_*Clément Bœsch2016-08-032-54/+54