summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavu: remove the custom atomic APIAnton Khirnov2016-10-02
* pthread_frame: use atomics for frame progressAnton Khirnov2016-10-02
* pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov2016-10-02
* pthread_frame: use a thread-safe way for signalling threads to dieAnton Khirnov2016-10-02
* mmaldec: convert to stdatomicAnton Khirnov2016-10-02
* v4l2: convert to stdatomicAnton Khirnov2016-10-02
* buffer: convert to stdatomicAnton Khirnov2016-10-02
* Add a compat dummy stdatomic.h used when threading is disabledAnton Khirnov2016-10-02
* Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov2016-10-02
* Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov2016-10-02
* 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