108712 Commits (3141dbb7adf1e2bd5b9ff700312d7732c958b8df)
 

Author SHA1 Message Date
Zhao Zhili 94644343a6 avformat/mp3dec: remove a call to avio_tell() 2 years ago
Zhao Zhili 0d17f5228f avformat/mp3dec: avoid seek back and forth 2 years ago
Zhao Zhili 2205ccd216 avformat/mpegtsenc: add omit_rai flag 2 years ago
Andreas Rheinhardt ba30744213 avcodec/opus_pvq: Don't build ppp_pvq_search_c when unused 2 years ago
Andreas Rheinhardt 5e8ea2bbc6 avcodec/opus_rc: Don't duplicate define 2 years ago
Andreas Rheinhardt e846617b82 avcodec/opus: Use prefix for defines 2 years ago
Andreas Rheinhardt a4dc60a258 avcodec/opusenc_psy: Remove unused/write-only context members 2 years ago
Andreas Rheinhardt bebd5b77af avcodec/opusenc_psy: Remove unused function parameter 2 years ago
Andreas Rheinhardt bcfa427c8f checkasm/vp8dsp: Use declare_func_emms only when needed 2 years ago
Andreas Rheinhardt e89b85a5e4 avcodec/asvenc: Remove unnecessary emms_c() 2 years ago
Andreas Rheinhardt 83ae36287e avcodec/wmv2enc: Inline extradata size 2 years ago
Andreas Rheinhardt ddbaf6227b avcodec/msmpeg4enc: Fix indentation 2 years ago
Paul B Mahol 3d6d127cd0 avfilter/af_biquads: fix bandpass for zdf 2 years ago
Haihao Xiang fce8b90851 lavc/cbs_av1: restore CodedBitstreamAV1Context when AVERROR(ENOSPC) 2 years ago
Andreas Rheinhardt aaf4109a5f avcodec/mpegvideo_enc: Call ff_mpeg1_encode_init() earlier 2 years ago
Andreas Rheinhardt 4e26bd7ad7 avcodec/h261enc: Store the H.261 format value 2 years ago
Andreas Rheinhardt d74ca6fdb4 avcodec/mpegvideo_enc: Move H.261 size check to h261enc.c 2 years ago
Andreas Rheinhardt 759d216c47 avcodec/mpegvideo_enc: Call ff_h261_encode_init() earlier 2 years ago
Andreas Rheinhardt 40e4ddf619 avcodec/mpegvideo_enc: Move SpeedHQ check to speedhqenc.c 2 years ago
Andreas Rheinhardt 406c7fceeb fate/vcodec: Add speedhq tests 2 years ago
Gavin Smith 2c2aaa5bd0 avformat/mxfdec: do not log warning of multiple ANC packets if count is 0 2 years ago
Richard Ayres b074424bf6 Encrypted SMPTE DC MXF - additional UL needed to unpack EKLV packet 2 years ago
Andreas Rheinhardt 451b310d4f avcodec/fraps: Fix segfault with negative linesizes 2 years ago
Andreas Rheinhardt fcfa6965e5 avcodec/escape124: Fix segfault with negative linesizes 2 years ago
Andreas Rheinhardt fced3a17db avcodec/c93: Fix segfault when using negative linesizes 2 years ago
Andreas Rheinhardt ce4713ea73 avcodec/sgidec: Use planar pixel formats 2 years ago
Andreas Rheinhardt e771223ec1 avcodec/sgidec: Avoid redundant private context 2 years ago
Andreas Rheinhardt 54cf0482bd avcodec/sgidec: Support negative linesizes 2 years ago
Andreas Rheinhardt 02c19dfb85 avcodec/sunrast: Use ptrdiff_t for stride 2 years ago
Andreas Rheinhardt 8a9eac7e42 avcodec/asv: Split ASV1Context into decoder and encoder contexts 2 years ago
Lynne bd3e552549
lavu: bump minor and add APIChanges entry for RISC-V's RVBbasic 2 years ago
Rémi Denis-Courmont 2abafd7307 lavc/bswapdsp: RISC-V V bswap16_buf 2 years ago
Rémi Denis-Courmont d7528af4df lavc/bswapdsp: RISC-V V bswap_buf 2 years ago
Rémi Denis-Courmont f0ef11ea83 lavc/bswapdsp: RISC-V B bswap_buf 2 years ago
Rémi Denis-Courmont 37d5ddc317 lavu/riscv: CPU flag for the Zbb extension 2 years ago
Lynne b25c6a5704
riscv/alacdsp: drop config.h include 2 years ago
Rémi Denis-Courmont 3ba5579e55 riscv: remove unnecessary #include's 2 years ago
Rémi Denis-Courmont f0d1637c11 lavc/alacdsp: RISC-V V append_extra_bits[1] 2 years ago
Rémi Denis-Courmont 55bde97f29 lavc/alacdsp: RISC-V V append_extra_bits[0] 2 years ago
Rémi Denis-Courmont 64ab577954 lavc/alacdsp: RISC-V V decorrelate_stereo 2 years ago
Andreas Rheinhardt 23411e6dcd avcodec/sbcdec: Remove always-false check 2 years ago
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