summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/mlpdec: Avoid code duplication when initializing VLCsAndreas Rheinhardt2020-11-24
* avcodec/mlpdec: Make decoders init-threadsafeAndreas Rheinhardt2020-11-24
* avcodec/mlp: Make initializing CRCs thread-safeAndreas Rheinhardt2020-11-24
* avcodec/mpegaudiodec_template: Don't use unnecessarily many VLC bitsAndreas Rheinhardt2020-11-24
* avcodec/mv30: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-24
* avcodec/imm4: Don't use too big VLC tableAndreas Rheinhardt2020-11-24
* avcodec/aac*: Make initializing ff_aac_pow*sf_tab thread-safeAndreas Rheinhardt2020-11-24
* avcodec/aactab: Fix conflicting types for ff_aac_codebook*Andreas Rheinhardt2020-11-24
* avcodec/qdmc: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-24
* avcodec/hqx: Don't check for errors for complete VLCsAndreas Rheinhardt2020-11-24
* avcodec/hqx: Inline constantsAndreas Rheinhardt2020-11-24
* avcodec/intrax8: Make ff_intrax8_common_init() thread-safeAndreas Rheinhardt2020-11-24
* avcodec/intrax8: Replace always-false check by assertAndreas Rheinhardt2020-11-24
* avcodec/atrac9tab: Add missing static to internal tableAndreas Rheinhardt2020-11-24
* avcodec/atrac9dec: Replace av_free() by av_freep() in close functionAndreas Rheinhardt2020-11-24
* avcodec/atrac9dec: Don't use unnecessarily large VLC tablesAndreas Rheinhardt2020-11-24
* avcodec/atrac9dec: Use least max_depth in calls to get_vlc2()Andreas Rheinhardt2020-11-24
* avcodec/atrac9dec: Don't confuse max_depth of VLC with max codelengthAndreas Rheinhardt2020-11-24
* avcodec/truemotion2: Mark decoder as init-threadsafeAndreas Rheinhardt2020-11-24
* avcodec/g2meet: Use least max_depth in get_vlc2()Andreas Rheinhardt2020-11-24
* avcodec/sheervideo: Add av_cold to build_vlc()Andreas Rheinhardt2020-11-24
* avcodec/mss4: Mark decoder as init-threadsafeAndreas Rheinhardt2020-11-24
* avcodec/rv40vlc2: Make VLC smallerAndreas Rheinhardt2020-11-24
* avcodec/qdm2: Remove outdated commentAndreas Rheinhardt2020-11-24
* avcodec/mpegaudiodsp: Make initializing synth windows thread-safeAndreas Rheinhardt2020-11-24
* avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safeAndreas Rheinhardt2020-11-24
* 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