summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge commit 'd5fda00efa756387cffb4d7294691cd54cfe86cf'Clément Bœsch2017-03-19
|\
| * mpeg4videoenc: Kill non-compiling disabled cruftDiego Biurrun2016-08-17
* | Merge commit 'e4d5b55193109d08be47c42d320334546c006b51'Clément Bœsch2017-03-19
|\|
| * 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
* | Merge commit 'e9bfff1cc66c85b91b262c41e8aa5e8685606225'Clément Bœsch2017-03-18
|\|
| * lavc: free buffer_frame/pkt on avcodec_open2() failureAnton Khirnov2016-08-11
| * vp9: make mv bounds 32bit.Ronald S. Bultje2016-08-03
* | lavc/avcodec: Constify AVBitStreamFilter* in AVBitStreamFilterContext struct.Carl Eugen Hoyos2017-03-17
* | avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-17
* | avcodec/nvenc: allow different const-qps for I, P and B framesKonda Raju2017-03-17
* | avcodec: fix uninitialized variable readwm42017-03-17
* | lavc/internal: Constify AVPacket* in AVCodecInternal.Carl Eugen Hoyos2017-03-16
* | lavc/avpacket: Make pkt parameter of av_packet_get_side_data() const.Carl Eugen Hoyos2017-03-16
* | Merge commit 'e99ecda55082cb9dde8fd349361e169dc383943a'Clément Bœsch2017-03-16
|\|
| * vp9mc/x86: sse2 MC assembly.Ronald S. Bultje2016-08-03
| * vp9mc/x86: add AVX and AVX2 MCJames Almer2016-08-03
| * vp9mc/x86: rename ff_* to ff_vp9_*Clément Bœsch2016-08-03
| * vp9mc/x86: rename ff_avg[48]_sse to ff_avg[48]_mmxextJames Almer2016-08-03
| * vp9mc/x86: simplify a few inits.Clément Bœsch2016-08-03
| * vp9mc/x86: add 16px functions (64bit only).Ronald S. Bultje2016-08-03
* | Merge commit '89466de4aeaf5e359489b81b8a9920a2bc7936d6'Clément Bœsch2017-03-16
|\|
| * vp9/x86: rename vp9dsp to vp9mcAnton Khirnov2016-08-03
* | avcodec/h264_cabac: Fix runtime error: negation of -2147483648 cannot be repr...Michael Niedermayer2017-03-16
* | avcodec/h264idct_template: fix multiple runtime error: signed integer overflowMichael Niedermayer2017-03-16
* | lavc/tests/dct/aarch64: add ff_simple_idct_neon testMatthieu Bouron2017-03-16
* | lavc/aarch64: add ff_simple_idct{,_add,_put}_neon functionsMatthieu Bouron2017-03-16
* | Merge commit '89aebc5bcc6e23a0a79c3f51c3a55c3571692ba0'James Almer2017-03-15
|\|
| * lavc: align the linesize to 32 when AVX is enabledAnton Khirnov2016-08-03
* | Merge commit '3c504bc3599f00bfc5923adc114beef34bce11d0'James Almer2017-03-15
|\|
| * x86: deduplicate some constantsChristophe Gisquet2016-08-03
| * h264dec: reset nb_slice_ctx_queued for hwaccel decodingAnton Khirnov2016-08-03
* | Merge commit '3ccec334b8502701e72ef13bed25913c3578022e'James Almer2017-03-15
|\|
| * sbrdsp: Move a misplaced #endif directive to the right spotDiego Biurrun2016-08-03
| * dvbsubdec: Use NULL instead of 0 as pointer valueDiego Biurrun2016-08-03
| * Revert "Don't use expressions with side effects in macro parameters"Martin Storsjö2016-08-02
| * Don't use expressions with side effects in macro parametersMartin Storsjö2016-07-31
* | avcodec/tiff: Check palette shiftMichael Niedermayer2017-03-16
* | avcodec/wavpack: Fix multiple integer overflowsMichael Niedermayer2017-03-16
* | avcodec/simple_idct_template: Fix several integer overflowsMichael Niedermayer2017-03-16
* | Merge commit '7ebdffc353f3f0827864e8e3461fdc00cc243b14'Clément Bœsch2017-03-15
|\|
| * dxv: Check to make sure we don't overrun buffers on corrupt inputsMartin Storsjö2016-07-31