summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov2016-10-02
* Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov2016-10-02
* configure: check for stdatomic.hAnton Khirnov2016-10-02
* huffyuvdsp: Enable the altivec code for PPC little-endian as wellLuca Barbato2016-10-02
* huffyuvdsp: Reenable PPC optimizationsLuca Barbato2016-10-02
* checkasm: Add test for huffyuvdsp add_bytesAlexandra Hájková2016-10-02
* avconv: only retry decoding on actual decoding errorsAnton Khirnov2016-10-02
* avconv: make sure the filtergraph is freed on init failureAnton Khirnov2016-10-02
* avconv: set the encoding framerate when the output is CFRAnton Khirnov2016-10-02
* h264dec: support broken files with mp4 extradata/annex b dataAnton Khirnov2016-10-02
* hwcontext_vaapi: add a quirk for the missing MemoryType attributeAnton Khirnov2016-10-02
* ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asmJustin Ruggles2016-10-01
* ac3dsp: Add some special-case handling for the C downmix functionJustin Ruggles2016-10-01
* ac3dsp: Reverse matrix in/out order in downmix()Justin Ruggles2016-10-01
* avio: add a new flag for marking streams seekable by timestampAnton Khirnov2016-09-30
* avio: cosmetics, prettify AVIO_SEEKABLE_NORMALAnton Khirnov2016-09-30
* lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
* x86/h264_weight: use appropriate register size for weight parametersHendrik Leppkes2016-09-30
* mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* mss*: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* ea: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* blockdsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* intrax8: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-29
* hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...Diego Biurrun2016-09-29
* x86: fpel: Remove unnecessary sign extendDiego Biurrun2016-09-29
* vaapi_h264: Set max_num_ref_frames to 1 when not using B framesMark Thompson2016-09-28
* vaapi_encode: Sync to input surface rather than outputMark Thompson2016-09-28
* vaapi_encode: Check packed header capabilitiesMark Thompson2016-09-28
* vaapi_encode: Refactor initialisationMark Thompson2016-09-28
* examples/output: switch to the new encoding APIAnton Khirnov2016-09-28
* tdsc: use the new decoding APIAnton Khirnov2016-09-28
* lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-28
* mpegvideo_enc: use the new encoding API for b_strategy=2Anton Khirnov2016-09-28
* mpegvideo_enc: handle encoding errors with b_strategy=2Anton Khirnov2016-09-28
* mpegvideo_enc: add const to the AVCodec instanceAnton Khirnov2016-09-28
* APIchanges: fix a typo in the version numberAnton Khirnov2016-09-28
* lavu: Bump version for the 12bit Planar YUV supportLuca Barbato2016-09-27
* pixfmt: Add yuv444p12 pixel formatLuca Barbato2016-09-27
* pixfmt: Add yuv422p12 pixel formatLuca Barbato2016-09-27
* pixfmt: Add yuv420p12 pixel formatLuca Barbato2016-09-27
* swscale: Rename is9_OR_10 to match what it doesLuca Barbato2016-09-27
* swscale: Update bitdepth range checkLuca Barbato2016-09-27
* swscale: Consistently order input YUV pixel formatsVittorio Giovara2016-09-27
* nvenc: Extended rate-control support as provided by SDK 7Yogender Gupta2016-09-24
* nvenc: Add support for high bitdepthYogender Gupta2016-09-24
* nvenc: Add some easier to understand presets that match x264 terminologyYogender Gupta2016-09-24
* nvenc: Make sure that enum and array index matchLuca Barbato2016-09-24