summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* | libvpxdec: remove pre-1.4.0 checksJames Zern2017-11-20
* | libvpx: remove pre-1.4.0 checksJames Zern2017-11-20
* | x86/jpeg2000dsp: add ff_ict_float_{fma3,fma4}James Almer2017-11-20
* | avcodec/hevcdsp_template: Fix invalid shift in put_hevc_epel_bi_w_v()Michael Niedermayer2017-11-20
* | libavcodec/videotoolbox: fix decoding of h264 streams with minor SPS changesAman Gupta2017-11-20
* | compat/cuda: Pass a logging context to load functionsMark Thompson2017-11-20
* | avcodec: Implement mpeg4 nvdec hwaccelPhilip Langdale2017-11-20
* | avcodec: Implement mpeg1 nvdec hwaccelPhilip Langdale2017-11-20
* | avcodec: Refactor common nvdec hwaccel logicPhilip Langdale2017-11-20
* | avcodec: remove unnecessary AVPacketSideDataType enum offsetJames Almer2017-11-19
* | Merge commit '3152058bf1dca318898550efacf0286f4836cae6'James Almer2017-11-19
|\|
| * libavcodec: Don't use dllexport, only dllimport when building DLLsMartin Storsjö2017-11-19
| * vaapi_h264: Add missing return value checkMark Thompson2017-11-12
| * h264_metadata: Fix clearing SEI payload in error caseMark Thompson2017-11-12
| * cbs_h2645: Fix memory leak on when reading SEI failsMark Thompson2017-11-12
| * cbs: Add a missing return value checkMark Thompson2017-11-12
| * vaapi_h264: Do not use deprecated header typeMark Thompson2017-11-12
* | avcodec: Implement mpeg2 nvdec hwaccelPhilip Langdale2017-11-18