111464 Commits (858b635613751ab7023b95c33567bfdc9a822afd)
 

Author SHA1 Message Date
James Almer 3d1199dff6 avformat/evc: add range checks to evcc_parse_sps and return proper error codes 2 years ago
James Almer 552879d621 avformat/evc: remove duplicate check 2 years ago
James Almer d0fc1b3507 avformat/evc: remove unnecessary struct 2 years ago
James Almer b1b45ac9d4 avcodec/evc_frame_merge: ensure the assembled buffer fits in an AVPacket 2 years ago
Michael Niedermayer 4aa1a42a91
avutil/softfloat: Basic documentation for av_sincos_sf() 2 years ago
Michael Niedermayer d84677abd8
avutil/softfloat: fix av_sincos_sf() 2 years ago
Michael Niedermayer fe167bae96
tools/target_dec_fuzzer: Adjust threshold for speex 2 years ago
caleb 043a9d09cb
avcodec/jpeg2000htdec: Check for invalid magref length. 2 years ago
Michael Niedermayer a4bf559683
avcodec/utils: fix 2 integer overflows in get_audio_frame_duration() 2 years ago
James Almer 25ce1c8333 avformat/id3v2: check the return value of avio_close_dyn_buf() 2 years ago
James Almer 9834660601 avcodec/evc_frame_merge: copy input packet props to output 2 years ago
James Almer daf61a706a avcodec/evc_frame_merge: reindent after previous commit 2 years ago
James Almer e6359b0cc1 avcodec/evc_frame_merge: properly support packets with more than one NALU 2 years ago
Ricardo Monteiro 99dfdb45a8 avcodec/nvenc: let preset decide default gop size 2 years ago
Lynne 997d8a7e73
vulkan_decode: reject decoding of frames with no slices 2 years ago
Lynne 4ff303a7b8
vulkan_decode: simplify and make session parameter generation more robust 2 years ago
Dave Airlie 343716bd74
vulkan/av1: fix tile upload offsets. 2 years ago
Lynne ba8a803236
vulkan_decode: clean up slice handling 2 years ago
Lynne 237c400727
vulkan_decode: remove unused fields 2 years ago
Lynne d9af84426b
vulkan_decode: fix small memory leak 2 years ago
Lynne 13ff3aa9e7
vulkan_decode: use the hwfc->user_opaque field to store the profile 2 years ago
James Almer 1bcb8a7338 avcodec/evc_parser: use a GetBitContext to parse entire NALUs 2 years ago
James Almer 7fc6c7633e avcodec/evc_frame_merge: use a GetBitContext to parse entire NALUs 2 years ago
James Almer c7183a22db avformat/evc: move NALU length and type parsing functions to a header 2 years ago
James Almer e5da2ec456 avcodec/evc_parse: pass a GetBitContext to the slice header parsing function 2 years ago
James Almer 2212808a72 avcodec/evc_ps: pass a GetBitContext to the SPS and PPS parsing functions 2 years ago
James Almer d0d20f16ce avformat/evcdec: use an unsigned type for nalu_size 2 years ago
James Almer a6a5e53595 avformat/evcdec: flush the bsf on EOF 2 years ago
James Almer 43ace56c7e avformat/evcdec: remove unnecessary av_packet_unref() calls 2 years ago
James Almer 2276bcc52a avformat/evcdec: ensure there are enough bytes to seekback 2 years ago
Anton Khirnov 83b3ff741b tests/fate/ffmpeg: silence the audio for fate-ffmpeg-streamloop-transcode-av 2 years ago
Romain Beauxis 468615f204 libavformat/mpegts.c: fix hardcoded 5-bytes skip for metadata streams. 2 years ago
James Almer 98cae37e23 Changelog: mention the recent AC-4 additions 2 years ago
Michael Niedermayer 6a9d13acc2
avformat/jpegxl_anim_dec: fix out of array read using buffer padding 2 years ago
Leo Izen 33c9972808
MAINTAINERS: change Leo Izen IRC nickname 2 years ago
Niklas Haas e998d0a4f7 lavfi/vf_libplacebo: allow pos_w to depend on pos_h 2 years ago
Niklas Haas f998a618ba lavfi/vf_libplacebo: add nb_inputs option 2 years ago
Niklas Haas 9049ea6763 lavfi/vf_libplacebo: set time_base/frame_rate dynamically 2 years ago
Niklas Haas 1b2c6c9a03 lavfi/vf_libplacebo: also skip cache if in FPS == out FPS 2 years ago
Niklas Haas 618b72d4b4 lavfi/vf_libplacebo: skip cache selectively per-input 2 years ago
Niklas Haas 015c3b659e lavfi/vf_libplacebo: set format list for all inputs 2 years ago
Niklas Haas 5989719e87 lavfi/vf_libplacebo: add in_idx variable 2 years ago
Niklas Haas 7645c8df66 lavfi/vf_libplacebo: make input-dependent vars dynamic 2 years ago
Niklas Haas d625010acd lavfi/vf_libplacebo: generalize frame update to multiple inputs 2 years ago
Niklas Haas 6c41c3f928 lavfi/vf_libplacebo: only drain actually used PTS 2 years ago
Niklas Haas 502b699a50 lavfi/vf_libplacebo: determine PTS of next frame from any input 2 years ago
Niklas Haas 0eb37c2419 lavfi/vf_libplacebo: handle multiple inputs 2 years ago
Niklas Haas 56e550b264 lavfi/vf_libplacebo: support blending multiple inputs 2 years ago
Niklas Haas 0c66d912ba lavfi/vf_libplacebo: keep track of latest status globally 2 years ago
Niklas Haas 4e4a66b8c4 lavfi/vf_libplacebo: replace s->input by dynamic array 2 years ago