115084 Commits (1330a73ccadd855542ac4386f75fd72ff0ab5ea1)
 

Author SHA1 Message Date
Michael Niedermayer 1330a73cca
swscale/output: Fix integer overflow in yuv2rgba64_full_1_c_template() 11 months ago
Michael Niedermayer a56559e688
swscale/output: Fix integer overflow in yuv2rgba64_1_c_template 11 months ago
Michael Niedermayer c7075cdb67
avcodec/dovi_rpuenc: Initialize bl_compat_id 11 months ago
James Almer 2e16285fe8 avformat/iamf_reader: split "if ((ret = ...) < 0)" line 11 months ago
James Almer 0ec8f3c55a avformat/mov: don't use stream duration to calculate bitrate with fragmented input 11 months ago
James Almer 82397084a9 avfilter/vf_scale: properly reinitialize framesync 11 months ago
James Almer ccf395e8bd avfilter/framesync: reset nb_in on allocation failure 11 months ago
James Almer eb392e4100 avfilter/vf_scale: don't expose framesync options in vf_scale2ref 11 months ago
Derek Buitenhuis f8a613d6a8 fftools/ffprobe: Avoid overflow when calculating DAR 11 months ago
James Almer 088bf6e8c1 avutil/iamf: use AV_OPT_TYPE_UINT 11 months ago
James Almer d6e877bbcd avutil/iamf: fix offsets for mix_gain options 11 months ago
James Almer d053290d8d avutil/opt: add an unsigned option type 11 months ago
James Almer 9902fc550a avutil/tests/opt: test values > INT_MAX for INT64 type 11 months ago
James Almer 72ac495960 avutil/tests/opt: test negative values for INT and INT64 types 11 months ago
Andreas Rheinhardt 2c77dc5aad avformat/movenc: Avoid loop for writing array 11 months ago
Andreas Rheinhardt 601873263e avformat/movenc: Check av_malloc() 11 months ago
Niklas Haas df868bae23 doc/filters: mention scale2ref in replacement example 11 months ago
Niklas Haas 8bf0a9c2ca doc/filters: move scale=ref_* to correct sectton 11 months ago
Niklas Haas 6a5b021e35 avfilter/vf_scale: fix input declaration 11 months ago
Rémi Denis-Courmont 38f67a32b3 lavc/ac3dsp: R-V V min_exponents 11 months ago
Marcus B Spencer 5e7180864f
avutil/opt: Clarify type of integers 11 months ago
sunyuechi 5bc3b7f513 lavc/rv40dsp: R-V V chroma_mc 11 months ago
sunyuechi cfa8d2488d checkasm/rv40dsp: add chroma_mc test 11 months ago
sunyuechi 7d0673db7e lavc/blockdsp: R-V V fill_block 11 months ago
sunyuechi b369c4d569 checkasm/blockdsp: add fill_block test 11 months ago
Rémi Denis-Courmont 6cd97cd797 lavc/ac3dsp: R-V V sum_square_butterfly_float 11 months ago
Rémi Denis-Courmont 6459966beb lavc/ac3dsp: R-V V sum_square_butterfly_int32 11 months ago
Niklas Haas 95568c4e31 avfilter/scale2ref: deprecate in favor of scale=rw:rh 11 months ago
Niklas Haas 5b5e692da6 fate/scale2ref_keep_aspect: switch to vf_scale ref_* 11 months ago
Niklas Haas bb80445813 avfilter/vf_scale: add optional "ref" input 11 months ago
Niklas Haas e82a3997cd avfilter/vf_scale: switch to FFFrameSync 11 months ago
Niklas Haas a5032dc12a avfilter/framesync: make framesync_class un-static 11 months ago
Michael Niedermayer 69b4d9736b
avcodec/av1dec: Change bit_depth to int 11 months ago
Michael Niedermayer fd7d24fa3f
avcodec/av1dec: bit_depth cannot be another values than 8,10,12 11 months ago
Michael Niedermayer f9218e4d52
avcodec/avs3_parser: assert the return value of init_get_bits() 11 months ago
Michael Niedermayer a7c4f119c9
avcodec/avs2_parser: Assert init_get_bits8() success with const size 15 11 months ago
Andreas Rheinhardt c3ca90a92e avcodec/x86/vp3dsp_init: Set correct function pointer, fix crash 11 months ago
Andreas Rheinhardt 9fb3d640fb avcodec/av1dec: Always set ret before goto end 11 months ago
James Almer 86e418ffd7 avcodec/avcodec: free decoded_side_data in ff_codec_close() 11 months ago
Niklas Haas 71669f2ad5 avcodec/libx264: bump minimum required version to 155 11 months ago
Timo Rothenpieler 476688095f configure: handle xargs versions that exec empty commands 11 months ago
Timo Rothenpieler 95edaf72b4 configure: support msvc build inside WSL 11 months ago
Michael Niedermayer e757726e89
avfilter/avfiltergraph: return value of ff_request_frame() is unused 11 months ago
Andrew Sayers 99e43a6dfe
lavu/opt: Clarify the scope of AVOptions 11 months ago
Michael Niedermayer 9f54c13bc4
avformat/iamfdec: check nb_streams in header read 11 months ago
Michael Niedermayer 20a6bfda0f
avformat/mxfdec: Check body_offset 11 months ago
Michael Niedermayer c26a762ea1
avformat/kvag: Check sample_rate 11 months ago
Michael Niedermayer 615c994739
avcodec/atrac9dec: Check init_get_bits8() for failure 11 months ago
Michael Niedermayer 63415168db
avcodec/ac3_parser: Check init_get_bits8() for failure 11 months ago
James Almer e09164940e avformat/mov: free the infe allocated item data on failure 11 months ago