50129 Commits (ba38d0e3282544765bff1110e043c65c7e566db6)

Author SHA1 Message Date
Michael Niedermayer a2ec2bd493
avcodec/wavarc: fix integer overflow in decode_5elp() block type 2 10 months ago
Michael Niedermayer c7075cdb67
avcodec/dovi_rpuenc: Initialize bl_compat_id 10 months ago
Rémi Denis-Courmont 38f67a32b3 lavc/ac3dsp: R-V V min_exponents 10 months ago
sunyuechi 5bc3b7f513 lavc/rv40dsp: R-V V chroma_mc 10 months ago
sunyuechi 7d0673db7e lavc/blockdsp: R-V V fill_block 10 months ago
Rémi Denis-Courmont 6cd97cd797 lavc/ac3dsp: R-V V sum_square_butterfly_float 10 months ago
Rémi Denis-Courmont 6459966beb lavc/ac3dsp: R-V V sum_square_butterfly_int32 10 months ago
Michael Niedermayer 69b4d9736b
avcodec/av1dec: Change bit_depth to int 10 months ago
Michael Niedermayer fd7d24fa3f
avcodec/av1dec: bit_depth cannot be another values than 8,10,12 10 months ago
Michael Niedermayer f9218e4d52
avcodec/avs3_parser: assert the return value of init_get_bits() 10 months ago
Michael Niedermayer a7c4f119c9
avcodec/avs2_parser: Assert init_get_bits8() success with const size 15 10 months ago
Andreas Rheinhardt c3ca90a92e avcodec/x86/vp3dsp_init: Set correct function pointer, fix crash 10 months ago
Andreas Rheinhardt 9fb3d640fb avcodec/av1dec: Always set ret before goto end 10 months ago
James Almer 86e418ffd7 avcodec/avcodec: free decoded_side_data in ff_codec_close() 10 months ago
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 10 months ago
Haihao Xiang 8c62d77139 lavc/vp9: Fix regression introduced in 0ba05857 10 months ago
James Almer c4e3d6cdb0 avcodec/codec_par: always clear extradata_size in avcodec_parameters_to_context() 10 months ago
Michael Niedermayer b91e3c4c90
avcodec/cbs_h2645: Check NAL space 10 months ago
James Almer 63702d5f9c avcodec/aac/aacdec: remove double colon 10 months ago
Zhao Zhili 66161166dc avcodec/mediacodecenc: add AV_CODEC_CAP_ENCODER_FLUSH support 10 months ago
Zhao Zhili 9e49915195 avcodec/mediacodecenc: Add global header support 10 months ago
Zhao Zhili 3cfea6993a avcodec/mediacodecenc: Remove write only variable 10 months ago
Zhao Zhili a5a3788f56 avcodec/mediacodecenc: Fix return empty packet when bsf is used 10 months ago
Zhao Zhili 32fa20c0c9 avcodec/mediacodec_wrapper: Fix unused variable warning 10 months ago
Zhao Zhili 98b5e80fd6 avcodec/mediacodec_wrapper: link to NDK mediacodec API directly 10 months ago
Lynne e3650886c7
aacdec: initialize float/fixed SBR tables only when either is needed 10 months ago
Lynne 176c922e4e
aacsbr: constify the only SBR table 10 months ago
Lynne 03cf101645
aacdec: remove AAC-specific MIPS optimizations 10 months ago
Lynne ae7c6cc17d
aac: move aacdec.c to aac/aacdec.c 10 months ago
Lynne 551ce16b59
aacdec: move aacdec.h into libavcodec/aac 10 months ago
Lynne cd1e404a10
aacdec: merge previously-templated code 10 months ago
Lynne ce740618d1
aacdec: move LATM decode functions into a separate file 10 months ago
Lynne e93793bf3c
aacdec: fully detemplate decoder core 10 months ago