109304 Commits (f1907faab4023517af7d10d746b5684cccc5cfcc)
 

Author SHA1 Message Date
Paul B Mahol 404c2955b1 avfilter/af_surround: move upmix before irdft 2 years ago
Paul B Mahol d770403cac avfilter/af_surround: refactor some code 2 years ago
Anton Khirnov 822da7a317 fftools/ffmpeg: make demuxing with one file always blocking 2 years ago
Anton Khirnov c15eb2773a fftools/ffmpeg_[de]mux: constify all uses of OptionsContext 2 years ago
Anton Khirnov 4119480681 fftools/ffmpeg_mux_init: stop using OptionsContext as storage in copy_metadata() 2 years ago
Anton Khirnov 3c7dd5ed37 fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata() 2 years ago
Mark Reid 15df8261be avcodec/tiff: add read support for compressed rgb floating point formats 2 years ago
Aidan MacDonald a4405cc0cc avcodec/dvdsub_parser: Fix length check for short packets 2 years ago
James Almer b119b3da1e fftools/ffprobe: support 2D arrays in print_list_fmt() 2 years ago
Martijn van Beurden bf6c500cff
libavcodec/flacenc: Enable sample rates > 655350 Hz 2 years ago
Paul B Mahol 752039a9eb avfilter/af_surround: add support for commands 2 years ago
Paul B Mahol 64031c5e65 avfilter/af_surround: add focus option 2 years ago
Niklas Haas c0b93c4f8b avfilter/vf_libplacebo: support all supported pixfmts 2 years ago
Niklas Haas be13812a23 avfilter/vf_libplacebo: init vulkan device in query_format 2 years ago
Cosmin Stejerean 3b375a0c5c lavfi/vf_dnn_processing.c: Fix missing AV_PIX_FMT_GRAY8 2 years ago
Paul B Mahol 52f7adfbde avfilter/af_surround: add forgotten null pointer check 2 years ago
Paul B Mahol 11d744343f avfilter/af_surround: avoid using doubles 2 years ago
Timo Rothenpieler eb1e359a14 avcodec/nvenc: use provided constant for max extradata size 2 years ago
Timo Rothenpieler c7a60124e3 avcodec/nvenc: add forgotten X2RGB10 formats to 10-bit-list 2 years ago
Paul B Mahol 9bbd3b3b17 avfilter/af_surround: check that upmix func ptr is valid 2 years ago
Paul B Mahol e0fbf89939 avfilter/af_surround: speed up slice threading for stereo upmixing 2 years ago
Michael Niedermayer 104b516a13
avcodec/bonk: step cannot become 0 without overflowing which is undefined 2 years ago
Michael Niedermayer 5df8c300a9
avcodec/bonk: actual_run seems not able to become negative 2 years ago
Michael Niedermayer 00b489b168
avcodec/bonk: Remove special 32bit case from read_uint_max() 2 years ago
bwang30 3ab11dc5bb libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI 2 years ago
Paul B Mahol 2d25f33a7e avcodec/smcenc: unbreak skip blocks for inter coding 2 years ago
Paul B Mahol 163f1949ed avcodec/smcenc: more y<height checks to fix invalid reads 2 years ago
Paul B Mahol 31e1b614f6 avcodec/rpzaenc: stop assuming prev and current frame linesize match 2 years ago
rcombs 5d7de322d4 lavc: bump micro version 2 years ago
rcombs 9a4b318286 lavc/libaribb24: add default_profile option 2 years ago
James Almer 84fe53f6e1 avutil/hwcontext_cuda: fix compilation without Vulkan after last commit 2 years ago
James Almer f4aa5c275f avutil/hwcontext_cuda: fix mixed declarations and code warning 2 years ago
Paul B Mahol 92f9b28ed8 avcodec/rpzaenc: stop accessing out of bounds frame 2 years ago
Paul B Mahol 13c1310975 avcodec/smcenc: stop accessing out of bounds frame 2 years ago
Andreas Rheinhardt bfab87a61d avfilter/vf_fftdnoiz: Check return value of av_tx_init() 2 years ago
Andreas Rheinhardt c787eab395 avfilter/af_afir: Check return value of av_tx_init() 2 years ago
Andreas Rheinhardt 36d0550bc9 avfilter/vf_fftfilt: Check return value of av_tx_init() 2 years ago
Andreas Rheinhardt b6fcf3a617 avfilter/af_surround: Check return value of av_tx_init() 2 years ago
Peter Ross b653352bd8 avcodec/siren: indent 2 years ago
Andreas Rheinhardt c124981b79 avutil/cast5: Avoid undefined shift of uint32_t by 32 places 2 years ago
Andreas Rheinhardt e2d397a9ef avcodec/mpeg4data: Move ff_mpeg4_resync_prefix to its only user 2 years ago
Andreas Rheinhardt f56ca21dd4 avcodec/h261dec: Don't update block_index unnecessarily 2 years ago
Andreas Rheinhardt e559f8428f avcodec: Remove unnecessary fft, dct inclusions 2 years ago
Michael Niedermayer 8e59e72041
avcodec/bonk: steplet cannot become negative 2 years ago
Michael Niedermayer 3263185225
avcodec/bonk: Check step against overflow 2 years ago
Michael Niedermayer 9f00286c4c
avcodec/bonk: Simplify read_uint_max() 2 years ago
Michael Niedermayer f4df49eb48
avcodec/bonk: Use unsigned in predictor_calc_error() to avoid undefined overflows 2 years ago
Michael Niedermayer 024c5b4ab4
avcodec/dts2pts_bsf: Check ctx for NULL before ff_cbs_flush() 2 years ago
Paul B Mahol 8e96319674 avfilter/af_dynaudnorm: add curve option 2 years ago
Paul B Mahol a0c7c9d636 avfilter/f_ebur128: add quiet framelog mode 2 years ago