44105 Commits (bcdf67c7fa49fec946cd681d1a5b46d5bde6f562)

Author SHA1 Message Date
Andreas Rheinhardt 6612d6d62e avcodec/atrac9dec: Replace av_free() by av_freep() in close function 4 years ago
Andreas Rheinhardt 659c61ba7c avcodec/atrac9dec: Don't use unnecessarily large VLC tables 4 years ago
Andreas Rheinhardt 4a9ffce91c avcodec/atrac9dec: Use least max_depth in calls to get_vlc2() 4 years ago
Andreas Rheinhardt 92209cf4c9 avcodec/atrac9dec: Don't confuse max_depth of VLC with max codelength 4 years ago
Andreas Rheinhardt 0339af05a4 avcodec/truemotion2: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 73b3ea5728 avcodec/g2meet: Use least max_depth in get_vlc2() 4 years ago
Andreas Rheinhardt e74621b0a8 avcodec/sheervideo: Add av_cold to build_vlc() 4 years ago
Andreas Rheinhardt f1919dc8fa avcodec/mss4: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 9a61326b0f avcodec/rv40vlc2: Make VLC smaller 4 years ago
Andreas Rheinhardt 278a27f651 avcodec/qdm2: Remove outdated comment 4 years ago
Andreas Rheinhardt 16bb8247b4 avcodec/mpegaudiodsp: Make initializing synth windows thread-safe 4 years ago
Andreas Rheinhardt ead3134150 avcodec/mpegaudiodsp: Make ff_mpadsp_init() thread-safe 4 years ago
Andreas Rheinhardt b9c1ab8907 avcodec/fft_template, fft_init_table: Make ff_fft_init() thread-safe 4 years ago
Andreas Rheinhardt 5c45f7e156 avcodec/mpegaudiodsp: Combine initializing float and int tables 4 years ago
Andreas Rheinhardt af7acbb4b8 avcodec/motionpixels: Make decoder init-threadsafe 4 years ago
Andreas Rheinhardt cc18bcdd52 avcodec/motionpixels: Use symbols table 4 years ago
Andreas Rheinhardt d3fba74803 avcodec/motionpixels: Don't check for errors for complete VLC 4 years ago
Andreas Rheinhardt 3d95b1a828 avcodec/motionpixels: Be more strict when parsing Huffman trees 4 years ago
Andreas Rheinhardt e246ea2535 avcodec/motionpixels: Only create VLC iff it is going to be used 4 years ago
Andreas Rheinhardt 97da1b4341 avcodec/mimic: Mark decoder as init-threadsafe 4 years ago
Andreas Rheinhardt 3066b243e9 avcodec/mimic: Cleanup generically upon init failure 4 years ago
Andreas Rheinhardt e9d06fef62 avcodec/rv10: Make initializing static RV10 VLCs thread-safe 4 years ago
Andreas Rheinhardt 1463f9edcb avcodec/smacker: Mark decoders as init-threadsafe 4 years ago
Andreas Rheinhardt a6423412c1 avcodec/tscc2: Mark tscc2 decoder as init-threadsafe 4 years ago
Jean-Baptiste Kempf 052a5993ad avcodec: add SpeedHQ encoder 4 years ago
Jan Ekström 8fbc139e61 avcodec/av1{dec,parser}: move to ff_cbs_read_extradata_from_codec 4 years ago
Jan Ekström a66d1779bb avcodec/cbs_av1: add support for standard MP4/Matroska extradata 4 years ago
Mark Thompson 7bacf60ae5 cbs: Add function to read extradata from an AVCodecContext 4 years ago
Michael Niedermayer b0a8b40294 avcodec/exr: skip bottom clearing loop when its outside the image 4 years ago
Michael Niedermayer 3e5959b345 avcodec/exr: Check ymin vs. h 4 years ago
Paul B Mahol d29a9b8891 avcodec/atrac3: increase max block align size 4 years ago
Michael Niedermayer a108a4d809 avcodec/mobiclip: Check mv against INT_MAX 4 years ago
Michael Niedermayer 2eb6417417 avcodec/mv30: Use unsigned in idct_1d() 4 years ago
leozhang 7ce7d33d15 avcodec/cuviddec: fix missing context push/pop 4 years ago
Mark Reid dd03d65540 avcodec/exr: use lookuptable for alpha if there is no trc_func 4 years ago
Gil Pedersen abcca6a055 avcodec/wavpack: use av_buffer_replace() to simplify code 4 years ago
Andreas Rheinhardt 33996444ee avcodec/mobiclip: Use get_ue_golomb_31() where possible 4 years ago
James Almer 0cccb5fb14 avcodec/cbs_av1: remove dead code 4 years ago
Michael Niedermayer c7e775f712 avcodec/vp3dsp: Use unsigned constant to avoid undefined integer overflow in ff_vp3dsp_set_bounding_values() 4 years ago
James Almer f9eec62983 avcodec/nvdec_av1: fix setting film grain parameters for frames with update_grain == 0 4 years ago
James Almer 5d4a6bbd4b avcodec/av1dec: remove order_hint from AV1Frame 4 years ago
James Almer f5517be32a avcodec/av1dec: add a reference to the raw frame header to AV1Frames 4 years ago
Hendrik Leppkes 8f4aec719e avcodec/dxva2: add AV1 decode support 4 years ago
Andreas Rheinhardt 454bee5be0 avcodec/adpcmenc: Fix leak of trellis buffer with ADPCM_IMA_AMV 4 years ago
Timo Rothenpieler ac5b45abab avcodec/nvdec: add av1 hwaccel 4 years ago
Timo Rothenpieler 72982f8cb5 avcodec/nvdec: add support for separate reference frame 4 years ago
Timo Rothenpieler 5868f1c66b avcodec/av1dec: expose coded_lossless 4 years ago
Timo Rothenpieler e1efff8906 avcodec/av1dec: expose skip mode frame index 4 years ago
James Almer a876bc9c17 avcodec/cbs_av1: add a range check to tg_end 4 years ago
James Almer ddb0e4fecd avcodec/cbs_av1: infer ref_order_hint when not coded in the bitstream 4 years ago