[FFmpeg-cvslog] fftools/textformat/avtextformat: Make close functions return void

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 15 02:31:28 2025 +0200| [a888975a3c25760027cd59932f5c1ad04368db8b] | committer: Andreas Rheinhardt fftools/textformat/avtextformat: Make close functions return void Just like normal close functions. Reviewed-by: softworkz . Signed-off-by

[FFmpeg-cvslog] fftools/textformat/avtextformat: Add missing AVERROR()

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 15 02:30:48 2025 +0200| [37635d31cbbf14c0ed7b918babc12cff8d03be5a] | committer: Andreas Rheinhardt fftools/textformat/avtextformat: Add missing AVERROR() Reviewed-by: softworkz . Signed-off-by: Andreas Rheinhardt > http://git.videolan.o

[FFmpeg-cvslog] fftools/textformat/avtextformat: Initialize stuff earlier

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 15 02:15:20 2025 +0200| [f873734f84a81ddd04ad41571f939dcd7048d014] | committer: Andreas Rheinhardt fftools/textformat/avtextformat: Initialize stuff earlier avtext_context_close() calls av_opt_free() on an AVTextFormatContext as well as av

[FFmpeg-cvslog] fftools/textformat/avtextformat: Fix segfault upon allocation error

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 15 02:11:57 2025 +0200| [50ef4b2a6b799247133503157ff1b97056b1b6d5] | committer: Andreas Rheinhardt fftools/textformat/avtextformat: Fix segfault upon allocation error Would happen if an AVTextFormatContext's private context could not be al

[FFmpeg-cvslog] textformat/tw_avio: Remove close_on_uninit param from create_file

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 15 00:49:22 2025 +0200| [b9450583bcdd6bc4f7a7e3550a0fae97e12aa381] | committer: Andreas Rheinhardt textformat/tw_avio: Remove close_on_uninit param from create_file avtextwriter_create_file() creates an AVIOContext whose pointer resides in

[FFmpeg-cvslog] fftools/textformat/avtextformat: Fix segfault upon allocation error

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 15 01:45:54 2025 +0200| [7ee7632cb846c31b59f4e563790586fe97edf88a] | committer: Andreas Rheinhardt fftools/textformat/avtextformat: Fix segfault upon allocation error Reviewed-by: softworkz . Signed-off-by: Andreas Rheinhardt > http://g

[FFmpeg-cvslog] fftools/textformat/tw_avio: Remove unused private class

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 15 00:42:42 2025 +0200| [395c91347f15913bcb8aa4a6f3f11628387a9659] | committer: Andreas Rheinhardt fftools/textformat/tw_avio: Remove unused private class This AVTextWriter does not have any options. Reviewed-by: softworkz . Signed-off-b

[FFmpeg-cvslog] fftools/textformat: Use "", not <> for lavu headers

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 15 00:38:44 2025 +0200| [c9dc6ca02b72b8609aa37845a6905f0d4911528b] | committer: Andreas Rheinhardt fftools/textformat: Use "", not <> for lavu headers Also remove unused headers. Reviewed-by: softworkz . Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] fftools/textformat/tw_avio: Don't flush unnecessarily

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 15 00:44:48 2025 +0200| [79fa31d159765bb94b24d209a396e867fe995dcc] | committer: Andreas Rheinhardt fftools/textformat/tw_avio: Don't flush unnecessarily avio_close() automatically flushes the AVIOContext. Reviewed-by: softworkz . Signed-

[FFmpeg-cvslog] fftools/textformat/avtextformat: Simplify avtext_print_rational()

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 14 22:13:19 2025 +0200| [2ab10212647bd8cce73f4ff98879691e6ff5916c] | committer: Andreas Rheinhardt fftools/textformat/avtextformat: Simplify avtext_print_rational() Use snprintf() directly instead of initializing an AVBPrint just for this.

[FFmpeg-cvslog] fftools/textformat/tw_avio: Use avio_closep()

2025-04-15 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Apr 15 00:46:37 2025 +0200| [f73badbf47e7dc302f5914629a22e1f16ef0cfd3] | committer: Andreas Rheinhardt fftools/textformat/tw_avio: Use avio_closep() Avoids leaving dangling pointers behind. Reviewed-by: softworkz . Signed-off-by: Andreas Rhe

[FFmpeg-cvslog] avutil/hwcontext_vulkan: use the typedef'd name for the expect_assume struct

2025-04-15 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 15 16:52:51 2025 -0300| [0e59675698615bb57433432cf01f061a7558c41a] | committer: James Almer avutil/hwcontext_vulkan: use the typedef'd name for the expect_assume struct Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] avutil/hwcontext_vulkan: check if expect_assume is supported by the header

2025-04-15 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 15 16:44:41 2025 -0300| [f29475a89ecbd7cb4b744c652a7a13a7fb9f2edb] | committer: James Almer avutil/hwcontext_vulkan: check if expect_assume is supported by the header Reviewed-by: Lynne Signed-off-by: James Almer > http://git.videolan.org/gitwe

[FFmpeg-cvslog] vulkan_ffv1: fallback to upload if mapping packet fails, fix fallback

2025-04-15 Thread Lynne
ffmpeg | branch: master | Lynne | Sat Apr 5 05:13:02 2025 +| [b72ada0a9652c24ac0bd7133e51839e727bdae8a] | committer: Lynne vulkan_ffv1: fallback to upload if mapping packet fails, fix fallback The commit which added support for host mapping accidentally broke the original, upload route. Fo

[FFmpeg-cvslog] lavfi/src_movie: set pkt_timebase

2025-04-15 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Sun Jan 5 22:59:44 2025 +0100| [0040d7e60896f34023d5e1306fd5fa1e6f453ade] | committer: Nicolas George lavfi/src_movie: set pkt_timebase Fix “Could not update timestamps for skipped samples” warning and associated misfeature. > http://git.videolan.or