summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/nvenc: set correct error codePan Bian2017-11-29
* libvpxenc,vp9: add corpus-complexity optionJames Zern2017-11-28
* Add HW H.264 and HEVC encoding for AMD GPUs based on AMF SDKMikhail Mironov2017-11-28
* avcodec: set correct return value in ff_mpeg_ref_picturePan Bian2017-11-28
* prores: Always assume limited rangeVittorio Giovara2017-11-28
* avcodec/videotoolbox: fix SEGV when hwaccel decoding h264 with ffmpeg.cAman Gupta2017-11-28
* avcodec/nvdec: More effort to make vp8 compile with gcc < 4.6Philip Langdale2017-11-26
* avcodec/nvdec: Make vp8 initialisation more 'compatible'Philip Langdale2017-11-26
* avcodec/mlpdsp: Fix signed integer overflow, 2nd tryMichael Niedermayer2017-11-27
* avcodec/h264idct_template: Fix integer overflow in ff_h264_idct8_addMichael Niedermayer2017-11-27
* avcodec/kgv1dec: Check that there is enough input for maximum RLE compressionMichael Niedermayer2017-11-27
* avcodec/vc1dec: fix preprocessor checks and hw_configs lists for the hwaccelsJames Almer2017-11-26
* avcodec/mpeg4videodec: fix preprocessor check for the nvdec hwaccelJames Almer2017-11-26
* avcodec/nvdec: Implement vp8 hwaccelPhilip Langdale2017-11-26
* vaapi_decode: Ignore the profile when not usefulMark Thompson2017-11-26
* vaapi: Add VP8 decode hwaccelMark Thompson2017-11-26
* vp8: Add hwaccel hooksMark Thompson2017-11-26
* vaapi: Make the decode profile matching more explicitMark Thompson2017-11-26
* lavc: Mark all AVHWAccel structures as constMark Thompson2017-11-26
* lavc: Delete all fake hwaccelsMark Thompson2017-11-26
* lavc: Remove register mechanism for hwaccelsMark Thompson2017-11-26
* lavc: Deprecate av_hwaccel_next() and av_register_hwaccel()Mark Thompson2017-11-26
* lavc: Use hardware config information in ff_get_format()Mark Thompson2017-11-26
* lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson2017-11-26
* lavc: Add codec metadata to indicate hardware supportMark Thompson2017-11-26
* avcodec/dirac_dwt: Fix integer overflow in COMPOSE_FIDELITYi*Michael Niedermayer2017-11-26
* vorbisenc: Check the return value of av_frame_cloneDerek Buitenhuis2017-11-26
* nvenc: Include config.h before checking for D3D11 supportMark Thompson2017-11-26
* h264_picture: Actually return error during alloc failureDerek Buitenhuis2017-11-26
* error_resilience: remove avpriv_atomic usageRostislav Pehlivanov2017-11-26
* libavcodec/utils.c: simplify avcodec locking with atomicsRostislav Pehlivanov2017-11-26
* lavc/utils.c: use C11 atomics for entangled thread handlingRostislav Pehlivanov2017-11-26
* avcodec/hapdec : use gray8 for HapAlphaOnly decoding instead of RGB0Martin Vignali2017-11-25
* avcodec/texturedsp : add rgtc1u gray decodingMartin Vignali2017-11-25
* avcodec/fft: fix INTERL macro on 3dnowMikulas Patocka2017-11-25
* Merge commit '136e7cf64ce9e78de7158d6720539d51cb96b743'Mark Thompson2017-11-25
|\
| * qsv/hevcdec: Load hw plugin by default on non-windows osLi, Zhong2017-11-23
* | ffmpeg libopusdec: fix missing include file in libopusdec.cMikulas Patocka2017-11-25
* | avcodec/sbrdsp_fixed: Fix integer overflowMichael Niedermayer2017-11-25
* | avcodec/nvdec: Round up odd width/height valuesPhilip Langdale2017-11-24
* | avcodec/vorbis: 1 << 31 > int32_t::max(), so use 1u << 31 instead.Dale Curtis2017-11-24
* | avcodec/j2kenc: Only allocate cblk.data onceMichael Niedermayer2017-11-24
* | avcodec/x86/exrdsp : use ymm constant for pb_80Martin Vignali2017-11-23
* | opus_pvq: fix crashing on analysis of monoRostislav Pehlivanov2017-11-23
* | avcodec/jpeg2000: Dynamically allocate codeblock dataMichael Niedermayer2017-11-22
* | avcodec/mpeg4videodec: Check also for negative versions in the validity checkMichael Niedermayer2017-11-21
* | x86/utvideodsp: reuse shared constantsJames Almer2017-11-21
* | x86/constants: make pb_80 32 byte wideJames Almer2017-11-21
* | avcodec/hapdec : add support for hapqa decodingMartin Vignali2017-11-21
* | avcodec/hapdec : indent after previous commitMartin Vignali2017-11-21