git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avutil/frame : add a side data prop to signal channel layout dependent types
29 décembre 2024, par James Almer -
avcodec/libdav1d : clear the buffered Dav1dData on decoding failure
27 décembre 2024, par James Almeravcodec/libdav1d: clear the buffered Dav1dData on decoding failure Should ensure avcodec_send_packet() doesn't return EAGAIN in scenarios where it's not meant to (e.g., ffmpeg_dec.c where avcodec_receive_frame() is called in a loop to drain all produced frames before trying to submit more packets). Fixes ticket #11377. Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
-
avformat/iamf_writer : ensure the stream groups are not empty
27 décembre 2024, par James Almer -
avformat : bump version for enhanced flv
27 décembre 2024, par Timo Rothenpieler -
fftools/ffmpeg_filter : reinitialize the filterchain if downmix metadata changed betwe...
27 décembre 2024, par James Almer