101045 Commits (579e4e57a2c4ab8d98bf2e18413dc73ce02353f9)
 

Author SHA1 Message Date
Gyan Doshi c52ced7ca2 doc/fftools-common-opts: document max_alloc 4 years ago
Gyan Doshi e73a8ecb38 doc/fftools-common-opts: document buildconf 4 years ago
Michael Niedermayer 2488ba85a0 avcodec/utils: Check for integer overflow in get_audio_frame_duration() for ADPCM_DTK 4 years ago
Michael Niedermayer 14bbb6bb30 avformat/fitsdec: Better size checks 4 years ago
Michael Niedermayer d3d9b1fc8e avformat/mxfdec: Fix integer overflow in next position in mxf_read_local_tags() 4 years ago
Andreas Rheinhardt da607832b5 avcodec/tableprint: Don't include mem_internal.h 4 years ago
Paul B Mahol 3ce97d8ddd avfilter/vf_atadenoise: fix mid calculation 4 years ago
Paul B Mahol bb66fd7f90 avfilter/vf_estdif: make interpolation used user configurable 4 years ago
Paul B Mahol 95183d25e8 avfilter/vf_atadenoise: add sigma options 4 years ago
Andreas Rheinhardt ee1d1c4b37 avcodec/h264_metadata_bsf: Don't use unitialized value 4 years ago
Andreas Rheinhardt 53db591a2e avcodec/videotoolboxenc: Fix SEI enum identifiers 4 years ago
Paul B Mahol ff9bf372f7 avfilter/vf_w3fdif: reduce overhead calling execute for every plane 4 years ago
Guo, Yejun 07a18ff477 tests/dnn: fix build issue after function name changed 4 years ago
Mark Thompson bb96824510 dnn: Add ff_ prefix to unnamespaced globals 4 years ago
Mark Thompson 2c424d9630 dnn_backend_native.c: Add missing static to local variable 4 years ago
Guo, Yejun 5235634b61 dnn-layer-conv2d-test.c: remove dependency of dnn_native_class 4 years ago
Xu Guangxin ae97f69ce1 avutils/vulkan: hwmap, respect src frame resolution 4 years ago
Mark Thompson c6a3ca2db4 dnn_backend_native_layer_mathbinary.c: Delete unused global variable 4 years ago
Guo, Yejun a11a3f358d dnn_backend_native_layer_conv2d.c: refine code with av_malloc_array and av_freep 4 years ago
Guo, Yejun a76fa0caa0 dnn_backend_native_layer_conv2d.c: correct struct name with CamelCase 4 years ago
Guo, Yejun d4f40c1b60 dnn/queue: remove prefix FF for Queue and SafeQueue 4 years ago
Guo, Yejun c5e30d588d libavfilter/dnn: add prefix ff_ for internal functions 4 years ago
Guo, Yejun 2d6af4a501 libavfilter/dnn: use avpriv_report_missing_feature for unsupported features 4 years ago
Guo, Yejun 0d5fd4999a dnn_backend_openvino.c: add version mismatch reminder 4 years ago
Limin Wang 6dad428546 avformat/async: Use AVERROR macro 4 years ago
Mark Thompson c154aada45 lavd/dshow: Add namespace prefix to global functions 4 years ago
Michael Niedermayer 43c8d3097b avcodec/cri: check for available input in unpack_10bit() 4 years ago
Michael Niedermayer 1b373b41d9 avformat/avidec: dv does not support palettes 4 years ago
Michael Niedermayer 7540d60bf6 avformat/dhav: Break out of infinite dhav search loop 4 years ago
Michael Niedermayer 1b1dac2716 libavformat/utils: consider avio_size() failure in ffio_limit() 4 years ago
Michael Niedermayer 60770a50fb avformat/nistspheredec: Check bits_per_coded_sample and channels 4 years ago
Michael Niedermayer 631ee3f8e4 avformat/paf: Do not zero allocated tables which are immedeately filled 4 years ago
Andreas Rheinhardt b347384173 avcodec/me_cmp: Remove ff_check_alignment() 4 years ago
Andreas Rheinhardt 1f9ef2f3cf avcodec/mpeg12dec: Remove redundant writes 4 years ago
Andreas Rheinhardt aff923c0b5 avcodec/Makefile: Make H.263 encoder compilable without MPEG4 encoder 4 years ago
Andreas Rheinhardt ab905f1dbc avcodec/Makefile: Make H.263 decoder compilable without H.263I 4 years ago
Andreas Rheinhardt d64828c8af avcodec/Makefile: Remove FLAC dependencies on vorbis_data 4 years ago
Andreas Rheinhardt 21b4b90475 avcodec/Makefile: Remove dependency of H.263 on FLV codecs 4 years ago
Andreas Rheinhardt 9e74f324d8 avcodec/Makefile: Remove unnecessary cbrt_data dependency 4 years ago
Mark Thompson fa75e43875 h264_redundant_pps_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson 375176a540 av1_metadata_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson e46aa5a894 vp9_metadata_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson f35b268327 mpeg2_metadata_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson b95f901c7f h265_metadata_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson c837d9481a h264_metadata_bsf: Use common cbs bsf implementation 4 years ago
Mark Thompson 01a68c12a7 cbs: Implement common parts of cbs-based bitstream filters separately 4 years ago
Mark Thompson c9c5b1977f h264_metadata_bsf: Improve interpretation of input display matrices 4 years ago
Mark Thompson 8a14d51b8b h264_metadata_bsf: Refactor the filter function into smaller parts 4 years ago
Mark Thompson 88b65bed9c cbs_sei: Remove restrictions on MDCV values 4 years ago
Mark Thompson 8843607f49 cbs_h2645: Merge SEI message handling in common between codecs 4 years ago