summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safeAndreas Rheinhardt2020-11-24
* avcodec/mpegaudiodsp: Combine initializing float and int tablesAndreas Rheinhardt2020-11-24
* avcodec/motionpixels: Make decoder init-threadsafeAndreas Rheinhardt2020-11-24
* avcodec/motionpixels: Use symbols tableAndreas Rheinhardt2020-11-24
* avcodec/motionpixels: Don't check for errors for complete VLCAndreas Rheinhardt2020-11-24
* avcodec/motionpixels: Be more strict when parsing Huffman treesAndreas Rheinhardt2020-11-24
* avcodec/motionpixels: Only create VLC iff it is going to be usedAndreas Rheinhardt2020-11-24
* avcodec/mimic: Mark decoder as init-threadsafeAndreas Rheinhardt2020-11-24
* avcodec/mimic: Cleanup generically upon init failureAndreas Rheinhardt2020-11-24
* avcodec/rv10: Make initializing static RV10 VLCs thread-safeAndreas Rheinhardt2020-11-24
* avcodec/smacker: Mark decoders as init-threadsafeAndreas Rheinhardt2020-11-24
* avcodec/tscc2: Mark tscc2 decoder as init-threadsafeAndreas Rheinhardt2020-11-24
* avcodec: add SpeedHQ encoderJean-Baptiste Kempf2020-11-24
* avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codecJan Ekström2020-11-24
* avcodec/cbs_av1: add support for standard MP4/Matroska extradataJan Ekström2020-11-24
* cbs: Add function to read extradata from an AVCodecContextMark Thompson2020-11-24
* avcodec/exr: skip bottom clearing loop when its outside the imageMichael Niedermayer2020-11-22
* avcodec/exr: Check ymin vs. hMichael Niedermayer2020-11-22
* avcodec/atrac3: increase max block align sizePaul B Mahol2020-11-21
* avcodec/mobiclip: Check mv against INT_MAXMichael Niedermayer2020-11-21
* avcodec/mv30: Use unsigned in idct_1d()Michael Niedermayer2020-11-21
* avcodec/cuviddec: fix missing context push/popleozhang2020-11-21
* avcodec/exr: use lookuptable for alpha if there is no trc_funcMark Reid2020-11-20
* avcodec/wavpack: use av_buffer_replace() to simplify codeGil Pedersen2020-11-19
* avcodec/mobiclip: Use get_ue_golomb_31() where possibleAndreas Rheinhardt2020-11-15
* avcodec/cbs_av1: remove dead codeJames Almer2020-11-13
* avcodec/vp3dsp: Use unsigned constant to avoid undefined integer overflow in ...Michael Niedermayer2020-11-13
* avcodec/nvdec_av1: fix setting film grain parameters for frames with update_g...James Almer2020-11-13
* avcodec/av1dec: remove order_hint from AV1FrameJames Almer2020-11-13
* avcodec/av1dec: add a reference to the raw frame header to AV1FramesJames Almer2020-11-13
* avcodec/dxva2: add AV1 decode supportHendrik Leppkes2020-11-12
* avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMVAndreas Rheinhardt2020-11-12
* avcodec/nvdec: add av1 hwaccelTimo Rothenpieler2020-11-11
* avcodec/nvdec: add support for separate reference frameTimo Rothenpieler2020-11-11
* avcodec/av1dec: expose coded_losslessTimo Rothenpieler2020-11-11
* avcodec/av1dec: expose skip mode frame indexTimo Rothenpieler2020-11-11
* avcodec/cbs_av1: add a range check to tg_endJames Almer2020-11-11
* avcodec/cbs_av1: infer ref_order_hint when not coded in the bitstreamJames Almer2020-11-11
* avcodec/gdv: Remove dead checkAndreas Rheinhardt2020-11-10
* avcodec/utils: clear the packet props queue on flushingJames Almer2020-11-09
* avcodec: add adpcm_ima_amv encoderZane van Iperen2020-11-09
* avcodec/adpcm_ima_amv: document header formatZane van Iperen2020-11-09
* avcodec/adpcm_ima_amv: use coded sample countZane van Iperen2020-11-09
* avcodec/adpcm_ima_amv: restrict to 1 channelZane van Iperen2020-11-09
* lavc/amfenc: Add hardware config metadataOvchinnikovDmitrii2020-11-08
* lavc: Mark hw_config pointer arrays as constMark Thompson2020-11-08
* avcodec/adpcm_ima_swf: fix frame size to 4096Zane van Iperen2020-11-07
* Revert "avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once"Zane van Iperen2020-11-07
* avcodec/truemotion2: Allocate buffers togetherAndreas Rheinhardt2020-11-06
* avcodec/truemotion2: Cleanup generically on init failureAndreas Rheinhardt2020-11-06