49965 Commits (71669f2ad54d92a40dc2748cd5bd6ca4c8651231)

Author SHA1 Message Date
Niklas Haas 71669f2ad5 avcodec/libx264: bump minimum required version to 155 10 months ago
Michael Niedermayer 615c994739
avcodec/atrac9dec: Check init_get_bits8() for failure 10 months ago
Michael Niedermayer 63415168db
avcodec/ac3_parser: Check init_get_bits8() for failure 10 months ago
Niklas Haas 1d89de03d6 avcodec/dovi_rpuenc: avoid division by zero 10 months ago
Andreas Rheinhardt 08781ebe1a avcodec/riscv/vp9dsp: Fix inclusion guard 10 months ago
sunyuechi c3a96f97f8 lavc/vp9dsp: R-V V ipred dc 10 months ago
Lynne f492095bd3
opustab: macro constant as a double 10 months ago
Zhao Zhili cf4af4bca0 avcodec/mediacodecenc: Flush bsf after create extradata 10 months ago
Fei Wang 67fc9b8427 lavc/qsvdec: Use FFmpeg default 1/25 framerate if can't derive it from bitstream 10 months ago
Andreas Rheinhardt 651f3aa7f9 avcodec/h264dec: Remove unused coded_picture_number 10 months ago
Yotam Ofek a9a69a5a31 avcodec/aacenc: don't redundantly re-compute max sfb 10 months ago
Michael Niedermayer 091fdce87e
avcodec/pngdec: Check last AVFrame before deref 10 months ago
Michael Niedermayer d9699464c3
avcodec/vp3: Call ff_progress_frame_unref() before ff_progress_frame_get_buffer() 10 months ago
Michael Niedermayer 5eb05f4450
avcodec/hevcdec: Check ref frame 10 months ago
Andreas Rheinhardt 67c7c44c79 avcodec/vp8: Return error on error 10 months ago
Lynne 3390693bfb
aacdec: avoid generating unused code when either implementation is disabled 10 months ago
Lynne 134dba9544
opusdsp: add ability to modify deemphasis constant 10 months ago
Diego Felix de Souza 9d675bb60d avcodec/nvenc: add high bit depth encoding for HEVC 11 months ago
Haihao Xiang 8c62d77139 lavc/vp9: Fix regression introduced in 0ba05857 11 months ago
James Almer c4e3d6cdb0 avcodec/codec_par: always clear extradata_size in avcodec_parameters_to_context() 11 months ago
Michael Niedermayer b91e3c4c90
avcodec/cbs_h2645: Check NAL space 11 months ago
James Almer 63702d5f9c avcodec/aac/aacdec: remove double colon 11 months ago
Zhao Zhili 66161166dc avcodec/mediacodecenc: add AV_CODEC_CAP_ENCODER_FLUSH support 11 months ago
Zhao Zhili 9e49915195 avcodec/mediacodecenc: Add global header support 11 months ago
Zhao Zhili 3cfea6993a avcodec/mediacodecenc: Remove write only variable 11 months ago
Zhao Zhili a5a3788f56 avcodec/mediacodecenc: Fix return empty packet when bsf is used 11 months ago
Zhao Zhili 32fa20c0c9 avcodec/mediacodec_wrapper: Fix unused variable warning 11 months ago
Zhao Zhili 98b5e80fd6 avcodec/mediacodec_wrapper: link to NDK mediacodec API directly 11 months ago
Lynne e3650886c7
aacdec: initialize float/fixed SBR tables only when either is needed 11 months ago
Lynne 176c922e4e
aacsbr: constify the only SBR table 11 months ago
Lynne 03cf101645
aacdec: remove AAC-specific MIPS optimizations 11 months ago
Lynne ae7c6cc17d
aac: move aacdec.c to aac/aacdec.c 11 months ago
Lynne 551ce16b59
aacdec: move aacdec.h into libavcodec/aac 11 months ago
Lynne cd1e404a10
aacdec: merge previously-templated code 11 months ago
Lynne ce740618d1
aacdec: move LATM decode functions into a separate file 11 months ago
Lynne e93793bf3c
aacdec: fully detemplate decoder core 11 months ago
Lynne 2f90d83981
aacdec: move fixed/float DSP initialization to templated init functions 11 months ago
Lynne 905fdb0601
aacdec: reuse TNS and LTP tables between fixed and float decoders 11 months ago
Lynne 49e7be1e37
aacdec: move prediction to separate files 11 months ago
Lynne b1718ce0f9
aacdec: move CCE decoding to a separate templated file 11 months ago
Lynne 41c04bec0a
aacdec: move fixed-point clipping to a separate function 11 months ago
Lynne 87a93a5670
aacdec: split off channel coupling into a new file 11 months ago
Lynne b7387ea00e
aacdec: deduplicate table initizalization 11 months ago
Lynne 41ae2b03a5
aacdec: move spectrum decode and dequantization to a new file 11 months ago
Lynne 5c026e6637
aacdec: remove unnecessary decode_spectrum_and_dequant arguments 11 months ago
Lynne eef9100a8e
aacdec: template LTP windowing separately 11 months ago
Lynne 091d85217d
aacdec: template windowing and transforms separately 11 months ago
Lynne a309aa4127
aacdec: duplicate table initialization 11 months ago
Lynne e9fc7661da
aacdec: template LTP application separately 11 months ago
Lynne db5128ef70
aacdec: template TNS application separately 11 months ago