summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: add clobber tests for the new encoding/decoding APIAnton Khirnov2016-09-283-0/+60
* 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
* 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-228-12/+11
* audiodsp: fix vector_clipf documentationAnton Khirnov2016-09-221-1/+1
* blockdsp: drop the high_bit_depth parameterAnton Khirnov2016-09-227-43/+34
* 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
* avcodec: Add the extended pixel format profile for HEVCYogender Gupta2016-09-192-1/+2
* mpegvideo_motion: Handle edge emulation even without unrestricted_mvMichael Niedermayer2016-09-161-11/+8
* vaapi_h264: Fix HRD bit_rate/cpb_size scalingMark Thompson2016-09-141-4/+4
* pixblockdsp: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-09-149-26/+25
* ppc: mpegvideo: Add proper runtime AltiVec detectionDiego Biurrun2016-09-111-0/+5
* ppc: Update #endif commentsDiego Biurrun2016-09-1122-45/+44
* audiodsp: ppc: Add VSX variantLuca Barbato2016-09-111-0/+32
* vaapi_vp8: Explicitly include libva vp8 decode headerMark Thompson2016-09-091-0/+3
* vaapi_decode: Ignore the profile when not usefulMark Thompson2016-09-081-1/+2
* lavc/vaapi: Add VP8 decode hwaccelMark Thompson2016-09-084-0/+236
* vp8: Add hwaccel hooksMark Thompson2016-09-082-60/+157
* utvideo: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-083-13/+14
* iir_filter: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-072-5/+10
* error_resilience: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-072-11/+14
* sanm: Change type of array pitch parameters to ptrdiff_tDiego Biurrun2016-09-041-11/+11
* copy_block: Change type of array stride parameters to ptrdiff_tDiego Biurrun2016-09-041-5/+6
* svq1dec: Change type of array pitch parameters to ptrdiff_tDiego Biurrun2016-09-041-6/+6
* indeo: Change type of array pitch parameters to ptrdiff_tDiego Biurrun2016-09-045-68/+69
* lavc: Remove old vaapi decode infrastructureMark Thompson2016-08-307-329/+69
* vaapi_mpeg4: Convert to use the new VAAPI hwaccel codeMark Thompson2016-08-301-82/+133
* vaapi_vc1: Convert to use the new VAAPI hwaccel codeMark Thompson2016-08-301-140/+206
* vaapi_mpeg2: Convert to use the new VAAPI hwaccel codeMark Thompson2016-08-301-61/+106
* vaapi_h264: Convert to use the new VAAPI hwaccel codeMark Thompson2016-08-301-98/+137
* lavc: Rewrite VAAPI decode infrastructureMark Thompson2016-08-303-2/+627
* wmavoice: Simplify GetBitContext initializationDiego Biurrun2016-08-301-3/+1
* libvpx: Cast a pointer to const to squelch a warningDiego Biurrun2016-08-261-1/+1
* vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun2016-08-268-43/+49
* prores: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-265-18/+19
* cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-266-49/+75
* vp8: Update some assembly comments left unchanged in bd66f073fe7286bd3cDiego Biurrun2016-08-263-21/+21
* vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-262-10/+11
* vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-268-20/+20
* vp3: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-266-39/+27
* av1: Add codec_id and basic demuxing supportLuca Barbato2016-08-242-0/+8
* mss12: validate display dimensionsAnton Khirnov2016-08-181-0/+10
* vc1: check that slices have a positive heightAnton Khirnov2016-08-181-0/+6
OpenPOWER on IntegriCloud