summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* | 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
* | avcodec/hapdec : reorganize code before adding multi-texture decodingMartin Vignali2017-11-21
* | avcodec/huffyuvdspenc : add diff_int16 AVX2 funcMartin Vignali2017-11-21
* | avcodec/huffyuvdspenc : reorganize diff_int16Martin Vignali2017-11-21
* | avcodec/huffyuvdsp : add add_int16 AVX2 funcMartin Vignali2017-11-21
* | avcodec/huffyuvdsp : reorganize add_int16 asmMartin Vignali2017-11-21
* | avcodec/huffyuvdsp(enc) : move duplicate macro to a template fileMartin Vignali2017-11-21
* | avcodec/x86/utvideodsp.asm : cosmeticMartin Vignali2017-11-21
* | avcodec/utvideodsp : add avx2 version for the dspMartin Vignali2017-11-21
* | avcodec/x86/utvideodsp : make macro for funcMartin Vignali2017-11-21
* | Fix undefined shift on assumed 8-bit input.Dale Curtis2017-11-21
* | libvpxenc: remove pre-1.4.0 checksJames Zern2017-11-20