summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* audiodsp/x86: yasmify vector_clipf_sseAnton Khirnov2016-09-224-60/+44
* audiodsp: reorder arguments for vector_clipfAnton Khirnov2016-09-229-16/+15
* audiodsp: fix vector_clipf documentationAnton Khirnov2016-09-221-1/+1
* checkasm: add tests for audiodspAnton Khirnov2016-09-224-0/+151
* checkasm: add a test for blockdspAnton Khirnov2016-09-224-0/+73
* blockdsp: drop the high_bit_depth parameterAnton Khirnov2016-09-227-43/+34
* hwcontext_cuda: Add P010 and YUV444P16 pixel formatYogender Kumar Gupta2016-09-221-0/+22
* audiodsp/x86: clear the high bits of the order parameter on 64bitAnton Khirnov2016-09-191-1/+1
* audiodsp/x86: fix ff_vector_clip_int32_sse2Anton Khirnov2016-09-191-18/+18
* x86util: Document SBUTTERFLY macroAlexandra Hájková2016-09-191-0/+10
* avcodec: Add the extended pixel format profile for HEVCYogender Gupta2016-09-193-1/+5
* mpegvideo_motion: Handle edge emulation even without unrestricted_mvMichael Niedermayer2016-09-161-11/+8
* build: remove hardcoded name of version headerJanne Grunau2016-09-151-1/+1
* build: doc: more fine-grained dependencies for generated texi filesDiego Biurrun2016-09-151-4/+7
* libdc1394: Distinguish between enumeration errors and no cameras foundJosh de Kock2016-09-151-3/+8
* rtsp: Fix a crash with the RTSP muxerMartin Storsjö2016-09-151-1/+2
* vf_scale_vaapi: Crop input surface to active regionMark Thompson2016-09-141-1/+11
* vaapi_h264: Fix HRD bit_rate/cpb_size scalingMark Thompson2016-09-141-4/+4
* hwcontext_vdpau: Fix missing subscriptsMark Thompson2016-09-141-2/+2
* hwcontext_vdpau: Remove duplicate definition of GET_CALLBACKMark Thompson2016-09-141-24/+13
* pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-149-26/+25
* configure: Drop check_lib()/require() in favor of check_lib2()/require2()Diego Biurrun2016-09-131-36/+20
* ppc: mpegvideo: Add proper runtime AltiVec detectionDiego Biurrun2016-09-111-0/+5
OpenPOWER on IntegriCloud