summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* hevc: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-294-34/+34
* h264chroma: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-2917-110/+110
* idct: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-2936-166/+184
* blockdsp: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-292-3/+6
* intrax8: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-293-42/+46
* hpeldsp: arm: Update comments left behind in 25841dfe806a13de526ae09c11149ab1...Diego Biurrun2016-09-291-8/+8
* x86: fpel: Remove unnecessary sign extendDiego Biurrun2016-09-291-1/+0
* vaapi_h264: Set max_num_ref_frames to 1 when not using B framesMark Thompson2016-09-281-1/+1
* vaapi_encode: Sync to input surface rather than outputMark Thompson2016-09-281-3/+3
* vaapi_encode: Check packed header capabilitiesMark Thompson2016-09-285-7/+54
* vaapi_encode: Refactor initialisationMark Thompson2016-09-285-437/+418
* examples/output: switch to the new encoding APIAnton Khirnov2016-09-281-27/+44
* tdsc: use the new decoding APIAnton Khirnov2016-09-281-6/+9
* lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-284-0/+68
* mpegvideo_enc: use the new encoding API for b_strategy=2Anton Khirnov2016-09-281-39/+49
* mpegvideo_enc: handle encoding errors with b_strategy=2Anton Khirnov2016-09-281-0/+18
* mpegvideo_enc: add const to the AVCodec instanceAnton Khirnov2016-09-281-1/+1
* APIchanges: fix a typo in the version numberAnton Khirnov2016-09-281-1/+1
* lavu: Bump version for the 12bit Planar YUV supportLuca Barbato2016-09-272-1/+4
* pixfmt: Add yuv444p12 pixel formatLuca Barbato2016-09-2710-1/+44
* pixfmt: Add yuv422p12 pixel formatLuca Barbato2016-09-2711-1/+48
* pixfmt: Add yuv420p12 pixel formatLuca Barbato2016-09-2712-2/+56
* swscale: Rename is9_OR_10 to match what it doesLuca Barbato2016-09-276-10/+10
* swscale: Update bitdepth range checkLuca Barbato2016-09-273-11/+11
* swscale: Consistently order input YUV pixel formatsVittorio Giovara2016-09-271-29/+29
* nvenc: Extended rate-control support as provided by SDK 7Yogender Gupta2016-09-245-1/+80
* nvenc: Add support for high bitdepthYogender Gupta2016-09-243-5/+96
* nvenc: Add some easier to understand presets that match x264 terminologyYogender Gupta2016-09-244-5/+22
* nvenc: Make sure that enum and array index matchLuca Barbato2016-09-241-9/+14
OpenPOWER on IntegriCloud