summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* | Merge commit 'e328178da90f44690e0076f4dbfd16da9175f441'Clément Bœsch2017-03-15
|\|
| * qsvdec: only access hwaccel_context is the pixel format is QSVAnton Khirnov2016-07-31
| * Fix instances of broken indentation found by gcc 6Anton Khirnov2016-07-31
* | Merge commit '8495d84f0101464b15517860db33e8605586d87e'Clément Bœsch2017-03-15
|\|
| * ac3dec: Add some inline hintsLuca Barbato2016-07-29
* | Merge commit '3db51bf671defd47f2ec5ab67b11fb7730fb5e5a'Clément Bœsch2017-03-15
|\|
| * ac3dec: Simplify skippingLuca Barbato2016-07-29
* | Merge commit 'f0ccc65bc9ab9ddf1366066395564c71bcc825ee'Clément Bœsch2017-03-15
|\|
| * ac3dec: Split coupling-specific code from decode_audio_block()Luca Barbato2016-07-29
* | Merge commit 'a5ebe5d1217942238c641c83b24ef1106e53934a'Clément Bœsch2017-03-15
|\|
| * ac3dec: Split spx-specific code from decode_audio_block()Luca Barbato2016-07-29
* | Merge commit 'a115eb9e750543f1d8bf951414d291069bf396c2'Clément Bœsch2017-03-15
|\|
| * mimic: do not release the newly obsolete reference at the end of decodingAnton Khirnov2016-07-29
* | avcodec/videotoolboxenc: add rc_max_bitrate control into videotoolboxSteven Liu2017-03-15
* | Merge commit '48b80f8393d418ad35d73f5a36f5011de1928f3c'Clément Bœsch2017-03-15
|\|
| * hpeldsp: Explain why put_no_rnd_pixels_tab is larger than necessaryDiego Biurrun2016-07-25