aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxextJames Almer2016-08-032-5/+8
* vp9mc/x86: simplify a few inits.Clément Bœsch2016-08-031-10/+6
* vp9mc/x86: add 16px functions (64bit only).Ronald S. Bultje2016-08-032-0/+127
* vp9/x86: rename vp9dsp to vp9mcAnton Khirnov2016-08-032-2/+2
* lavc: align the linesize to 32 when AVX is enabledAnton Khirnov2016-08-031-1/+3
* x86: deduplicate some constantsChristophe Gisquet2016-08-036-5/+9
* h264dec: reset nb_slice_ctx_queued for hwaccel decodingAnton Khirnov2016-08-031-2/+3
* sbrdsp: Move a misplaced #endif directive to the right spotDiego Biurrun2016-08-031-1/+1
* dvbsubdec: Use NULL instead of 0 as pointer valueDiego Biurrun2016-08-031-4/+4
* Revert "Don't use expressions with side effects in macro parameters"Martin Storsjö2016-08-021-12/+6
* Don't use expressions with side effects in macro parametersMartin Storsjö2016-07-311-6/+12
* dxv: Check to make sure we don't overrun buffers on corrupt inputsMartin Storsjö2016-07-311-3/+11
* qsvdec: only access hwaccel_context is the pixel format is QSVAnton Khirnov2016-07-311-1/+1
* Fix instances of broken indentation found by gcc 6Anton Khirnov2016-07-313-70/+71
* ac3dec: Add some inline hintsLuca Barbato2016-07-291-3/+3
* ac3dec: Simplify skippingLuca Barbato2016-07-291-2/+1
* ac3dec: Split coupling-specific code from decode_audio_block()Luca Barbato2016-07-291-91/+116
* ac3dec: Split spx-specific code from decode_audio_block()Luca Barbato2016-07-291-90/+108
* mimic: do not release the newly obsolete reference at the end of decodingAnton Khirnov2016-07-291-3/+0
* hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessaryDiego Biurrun2016-07-251-0/+2
* vpx: Support color rangeLuca Barbato2016-07-232-0/+20
* qsvenc: print warnings from encode/initAnton Khirnov2016-07-223-0/+19
* qsvenc: do not re-execute encoding on all positive status codesAnton Khirnov2016-07-221-1/+1
* qsv: print more complete error messagesAnton Khirnov2016-07-224-72/+97