47301 Commits (91e192c3a09ebe0529512215e9b8c4acde74381d)

Author SHA1 Message Date
Andreas Rheinhardt 91e192c3a0 avcodec/opus: Move Silk declarations to a new header, opus_silk.h 2 years ago
Andreas Rheinhardt c095358289 avcodec/opus: Move defines to better places 2 years ago
Andreas Rheinhardt 81b927a53b avcodec/opus: Move remaining celt declarations to opus_celt.h 2 years ago
Andreas Rheinhardt 542c334eb5 avcodec/opus_celt, opus_pvq: Move CeltPVQ typedef to opus_pvq.h 2 years ago
Andreas Rheinhardt a622f4451f avcodec/opus_celt: Break cyclic inlusion of opus_celt.h<->opus_pvq.h 2 years ago
Andreas Rheinhardt 4fc2531fff avcodec/opus: Move stuff shared by decoder and parser to a new file 2 years ago
Andreas Rheinhardt 6658028482 avcodec/opus: Move OpusStreamContext to its only user 2 years ago
Michael Niedermayer f1f78e3cf4
avcodec/mlpdec: add max channels check 2 years ago
Michael Niedermayer 77164b2344
avcodec/speexdec: Check channels > 2 2 years ago
Andreas Rheinhardt 042c1966da avcodec/pngdec: Don't use unsigned for width, height 2 years ago
Andreas Rheinhardt 04196852a2 avcodec/mpegvideo_dec: Fix UB NULL + 0 2 years ago
Andreas Rheinhardt e95fdf7660 avcodec/g723_1enc: Fix undefined left-shifts of negative numbers 2 years ago
Andreas Rheinhardt e47f3e366b avcodec/g723_1enc: Remove unnecessary av_clipl_int32() 2 years ago
Andreas Rheinhardt 1e1ddbb70d avcodec/zerocodec: Avoid undefined NULL - 0 2 years ago
Andreas Rheinhardt bf8e40ae0d avcodec/wmalosslessdec: Simplify flushing, avoid NULL + 0 2 years ago
Andreas Rheinhardt 44bdb4efd0 avcodec/wmavoice: Check init_get_bits8() 2 years ago
Andreas Rheinhardt d5eb74b58d avcodec/wmavoice: Don't initialize GetBitContext with buf == NULL 2 years ago
Andreas Rheinhardt 8a61f66381 avocdec/cavsdsp: Fix undefined pointer arithmetic 2 years ago
Andreas Rheinhardt 22e7e4e19d avcodec/vc2enc_dwt: Fix left shifts of negative numbers 2 years ago
Andreas Rheinhardt 3b09e8f5e9 avcodec/jpeg2000dsp: Use unsigned to avoid overflow 2 years ago
Andreas Rheinhardt 2fd99aa208 avcodec/mpeg12: Move ff_mpeg1_clean_buffers decl to a new header 2 years ago
Andreas Rheinhardt ef285d59ac configure, avcodec/Makefile: Remove obsolete mpegvideo dependencies 2 years ago
Andreas Rheinhardt 7cea36f183 avcodec/mpeg12: Inline ff_mpeg12_common_init() into mpeg12enc.c 2 years ago
Andreas Rheinhardt b0c1473f6e avcodec/mpeg12dec: Don't call ff_mpeg12_common_init() 2 years ago
Andreas Rheinhardt fccb23b7dd avcodec/mpeg12vlc: Move MPEG-1/2 RL VLCs to it 2 years ago
James Almer b92e14147f avcodec: add a bsf to reorder DTS into PTS 2 years ago
Grzegorz Bernacki 8f4b000c37 lavc/aarch64: Add neon implementation for vsse_intra8 2 years ago
Grzegorz Bernacki bad67cb9fd lavc/aarch64: Provide optimized implementation of vsse8 for arm64. 2 years ago
Grzegorz Bernacki faea56c9c7 lavc/aarch64: Provide neon implementation of nsse8 2 years ago
Grzegorz Bernacki f401a2af21 lavc/aarch64: Add neon implementation for pix_abs8 functions. 2 years ago
Andreas Rheinhardt dfe7c7ffce avcodec/vorbis: Split data declarations out into new header 2 years ago
Andreas Rheinhardt 5f02a261a2 avcodec/rl2: Fix indentation 2 years ago
Andreas Rheinhardt 87f243911e avcodec/rl2: Fix undefined pointer arithmetic 2 years ago
Andreas Rheinhardt 73f104201b avcodec/rl2: Use ptrdiff_t for stride 2 years ago
Andreas Rheinhardt b7848d1b2a avcodec/rl2: Don't presume stride to be > 0 2 years ago
Andreas Rheinhardt 98aaaf08b3 avcodec/rl2: Remove wrong check 2 years ago
Andreas Rheinhardt 7eed125dbb avcodec/mpeg4audio: Move ff_copy_pce_data() to a header of its own 2 years ago
sfan5 954784b120 lavc/mediacodecdec_common: enable refcounting of buffers unconditionally 2 years ago
Andreas Rheinhardt b0c7352cd4 avcodec/mjpegdec: Fix compilation 2 years ago
Paul B Mahol 4b6b75c752 avcodec: add Media 100i decoder 2 years ago
Paul B Mahol 9a494b82d9 avcodec/mjpegdec: remove not needed operations on channel identifiers 2 years ago
Andreas Rheinhardt e5f6918cbd avcodec/mpegvideo: Fix undefined left shift of negative numbers 2 years ago
Andreas Rheinhardt fe3c2c8bbe avcodec/jrevdct: Fix UB left shifts of negative numbers 2 years ago
Andreas Rheinhardt 87cc318bc2 avcodec/tiff: Remove commented-out code 2 years ago
Wenbin Chen 5682046ce5 libavcodec/qsvenc: Let runtime to decide targetUsage 2 years ago
Wenbin Chen a3c0a3ec60 libavcodec/qsvenc: Let runtime to set default parameter. 2 years ago
Wenbin Chen 3771d54989 libavcodec/qsvenc: Add pic_timing_sei reset support to qsv 2 years ago
Wenbin Chen 29a3ba8693 libavcodec/qsvenc: Add bitrate reset support to qsvenc 2 years ago
Wenbin Chen 17df61083d libavcodec/qsvenc: Add framerate reset support to qsv 2 years ago
Andreas Rheinhardt 76d8f0dd14 avcodec/ac3dsp: Remove unused parameter 2 years ago