summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vp9lpf/x86: add an SSE2 version of vp9_loop_filter_[vh]_88_16James Almer2016-10-042-3/+20
* vp9lpf/x86: add ff_vp9_loop_filter_[vh]_88_16_{ssse3,avx}.Clément Bœsch2016-10-042-27/+163
* vp9lpf/x86: add ff_vp9_loop_filter_[vh]_16_16_sse2().James Almer2016-10-042-10/+23
* vp9lpf/x86: add x86 SSSE3/AVX SIMD for vp9_loop_filter_[vh]_16_16.Clément Bœsch2016-10-043-1/+618
* checkasm: add VP9 loopfilter tests.Ronald S. Bultje2016-10-041-0/+159
* vp9: ignore reference segmentation map if error_resilience flag is set.Ronald S. Bultje2016-10-042-13/+17
* fate: Add test for rscc paletteVittorio Giovara2016-10-022-0/+5
* rscc: Support palette formatCarl Eugen Hoyos2016-10-021-3/+18
* avcodec: Document AV_PKT_DATA_PALETTE side data typeVittorio Giovara2016-10-021-0/+5
* avidec: Set palette alpha as fully opaqueVittorio Giovara2016-10-021-1/+1
* avidec: Do not special case palette on big-endianVittorio Giovara2016-10-021-5/+1
* pixfmt: Document alternative names for smpte 431 and 432Vittorio Giovara2016-10-021-2/+2
* vaapi_h265: Add main 10 encode supportMark Thompson2016-10-021-8/+8
* hwcontext_vaapi: Enable P010 supportMark Thompson2016-10-021-1/+1
* vaapi_h265: Fix buffering parametersMark Thompson2016-10-021-4/+4
* vaapi_h265: Fix slice header writingMark Thompson2016-10-021-58/+58
* vaapi_h264: Write bitstream restriction fieldsMark Thompson2016-10-021-2/+23
* vaapi_h264: Fix CFR mode with frame_rate set in AVCodecContextMark Thompson2016-10-021-2/+2
* vaapi_encode: Decide on GOP setup before initialising sequence parametersMark Thompson2016-10-021-6/+6
* lavu: remove the custom atomic APIAnton Khirnov2016-10-029-403/+0
* pthread_frame: use atomics for frame progressAnton Khirnov2016-10-021-10/+17
* pthread_frame: use atomics for PerThreadContext.stateAnton Khirnov2016-10-021-28/+39
* pthread_frame: use a thread-safe way for signalling threads to dieAnton Khirnov2016-10-021-9/+11
* mmaldec: convert to stdatomicAnton Khirnov2016-10-021-12/+13
* v4l2: convert to stdatomicAnton Khirnov2016-10-021-9/+9
* buffer: convert to stdatomicAnton Khirnov2016-10-022-12/+14
* Add a compat dummy stdatomic.h used when threading is disabledAnton Khirnov2016-10-022-0/+179
* Add a compat stdatomic.h implementation based on pthreadsAnton Khirnov2016-10-023-0/+239
* Add a compat stdatomic.h implementation based on suncc atomicsAnton Khirnov2016-10-022-0/+188
* Add a compat stdatomic.h implementation based on windows atomicsAnton Khirnov2016-10-022-0/+181
* Add a compat stdatomic.h implementation based on GCC atomicsAnton Khirnov2016-10-022-0/+179
* configure: check for stdatomic.hAnton Khirnov2016-10-021-1/+28
* huffyuvdsp: Enable the altivec code for PPC little-endian as wellLuca Barbato2016-10-021-4/+4
* huffyuvdsp: Reenable PPC optimizationsLuca Barbato2016-10-021-0/+2
* checkasm: Add test for huffyuvdsp add_bytesAlexandra Hájková2016-10-024-0/+81
* avconv: only retry decoding on actual decoding errorsAnton Khirnov2016-10-021-10/+27
* avconv: make sure the filtergraph is freed on init failureAnton Khirnov2016-10-021-6/+10
* avconv: set the encoding framerate when the output is CFRAnton Khirnov2016-10-021-0/+2
* h264dec: support broken files with mp4 extradata/annex b dataAnton Khirnov2016-10-021-1/+18
* hwcontext_vaapi: add a quirk for the missing MemoryType attributeAnton Khirnov2016-10-024-2/+17
* ac3dsp: x86: Replace inline asm for in-decoder downmixing with standalone asmJustin Ruggles2016-10-016-177/+316
* ac3dsp: Add some special-case handling for the C downmix functionJustin Ruggles2016-10-011-1/+38
* ac3dsp: Reverse matrix in/out order in downmix()Justin Ruggles2016-10-015-36/+52
* avio: add a new flag for marking streams seekable by timestampAnton Khirnov2016-09-304-2/+13
* avio: cosmetics, prettify AVIO_SEEKABLE_NORMALAnton Khirnov2016-09-301-2/+4
* lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-3048-78/+84
* x86/h264_weight: use appropriate register size for weight parametersHendrik Leppkes2016-09-301-6/+6
* mpegaudiodsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-295-11/+14
* mss*: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-299-46/+50
* ea: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-297-11/+13
OpenPOWER on IntegriCloud