[FFmpeg-cvslog] configure: add threads dep for vulkan

2024-03-12 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Tue Mar 12 10:02:37 2024 +0530| [9e8be937fc4933ade00a18578f8c1420006d4291] | committer: Gyan Doshi configure: add threads dep for vulkan Fixes #10900 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e8be937fc4933ade00a18578f8c1420006d4291 ---

[FFmpeg-cvslog] avcodec/x86/mathops: clip constants used with shift instructions within inline assembly

2024-03-12 Thread Rémi Denis-Courmont
ffmpeg | branch: release/5.0 | Rémi Denis-Courmont | Sun Jul 16 18:18:02 2023 +0300| [b0e2146b06f28589ce15be5047ef3565083a9fa2] | committer: Timo Rothenpieler avcodec/x86/mathops: clip constants used with shift instructions within inline assembly Fixes assembling with binutil as >= 2.41 Sign

[FFmpeg-cvslog] avcodec/x86/mathops: clip constants used with shift instructions within inline assembly

2024-03-12 Thread Rémi Denis-Courmont
ffmpeg | branch: release/4.4 | Rémi Denis-Courmont | Sun Jul 16 18:18:02 2023 +0300| [01fc3034ee8e97b7df25645f7c724d4d70363a87] | committer: Timo Rothenpieler avcodec/x86/mathops: clip constants used with shift instructions within inline assembly Fixes assembling with binutil as >= 2.41 Sign

[FFmpeg-cvslog] avcodec/parser: Reset *buf_size on realloc failure

2024-03-12 Thread Reimar Döffinger
ffmpeg | branch: master | Reimar Döffinger | Tue Mar 12 23:06:49 2024 +0100| [605fc72f19ed975df6b36ea13d9f63b1fe9c852a] | committer: Michael Niedermayer avcodec/parser: Reset *buf_size on realloc failure Fixes: out of array access Fixes: crash-0d640731c7da52415670eb47a2af701cbe2e1a3b Fixes: cr

[FFmpeg-cvslog] avformat/gopher: Add audio and video itemtypes

2024-03-12 Thread Christian Lee Seibold
ffmpeg | branch: master | Christian Lee Seibold | Tue Mar 5 00:39:18 2024 -0600| [384cc270d25ef1cc53f9cc0e047033b47cdaddd1] | committer: Marton Balint avformat/gopher: Add audio and video itemtypes The 's', ';', and '<' itemtypes are used for audio and video by Gophernicus and Gopher+. Signe

[FFmpeg-cvslog] fate: fix generating references when sh=dash

2024-03-12 Thread Nicolas Gaullier
ffmpeg | branch: master | Nicolas Gaullier | Tue Mar 12 13:00:26 2024 +0100| [275add93287fb9f5a9e89c097df0fc6c5c0ca9f4] | committer: Marton Balint fate: fix generating references when sh=dash Regression since 0b98f28c46a7e3e914c51debc461 Signed-off-by: Nicolas Gaullier Signed-off-by: Marton

[FFmpeg-cvslog] avformat/webvttdec: Skip more parts of header to let parsing continue

2024-03-12 Thread Kristoffer Brånemyr
ffmpeg | branch: master | Kristoffer Brånemyr | Mon Feb 26 18:05:38 2024 +0100| [51d303e20cbb0874172f50b5172c515a973587d4] | committer: Marton Balint avformat/webvttdec: Skip more parts of header to let parsing continue Signed-off-by: Kristoffer Brånemyr Signed-off-by: Marton Balint > http:

[FFmpeg-cvslog] avformat/fifo_test: Move into tests/fifo_muxer.c

2024-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 12 19:05:32 2024 +0100| [41ab25cb2d589e2aef18f3ea3ff3f7b2533c4f7b] | committer: Andreas Rheinhardt avformat/fifo_test: Move into tests/fifo_muxer.c This muxer solely exists to test the fifo muxer via a dedicated test tool in libavformat/te

[FFmpeg-cvslog] avcodec/libjxlenc: add option to disable xyb encoding

2024-03-12 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Sun Feb 11 12:03:19 2024 -0500| [a356815a31921676900a9a51f35f9e0036419047] | committer: Leo Izen avcodec/libjxlenc: add option to disable xyb encoding Add an AVOption to the libjxl encoder wrapper, which exposes the flag uses_original_profile in libjxl. For

[FFmpeg-cvslog] avcodec/tiff: Use ff_tget_long() where appropriate

2024-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 12 15:11:38 2024 +0100| [c9eb36e0a0b04c4f1aa7ffad12384759bb1e481b] | committer: Andreas Rheinhardt avcodec/tiff: Use ff_tget_long() where appropriate No need to use the generic ff_tget() when we know the type. Reviewed-by: Stefano Sabatin

[FFmpeg-cvslog] fate/h264: add missing swscale dependency to h264-bsf-mp4toannexb-new-extradata

2024-03-12 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 12 13:41:29 2024 -0300| [7cf4e305a2d26918dc3e6c30341d7040a5d4df8c] | committer: James Almer fate/h264: add missing swscale dependency to h264-bsf-mp4toannexb-new-extradata Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/rcwtenc: canonize name and refresh documentation

2024-03-12 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Mar 12 01:00:03 2024 -0500| [9b981e3112147031b554fdd7df8dff10d43076e8] | committer: Stefano Sabatini avcodec/rcwtenc: canonize name and refresh documentation The formal title of the muxer according to the specification is "RCWT (Raw Captions With Time)",

[FFmpeg-cvslog] avformat/sccdec: remove unused bprint.h include

2024-03-12 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Mar 12 01:00:05 2024 -0500| [b3d87fb0c4aa61a5dab971b6421bc665e0e81248] | committer: Stefano Sabatini avformat/sccdec: remove unused bprint.h include Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b3d87fb0c4aa61a5dab9

[FFmpeg-cvslog] avcodec/tiff: Don't check before av_freep()

2024-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 9 14:31:07 2024 +0100| [f6f94c335765b3794ee0de10c20b8632746f] | committer: Andreas Rheinhardt avcodec/tiff: Don't check before av_freep() Reviewed-by: Stefano Sabatini Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/git

[FFmpeg-cvslog] avcodec/tiff: Improve inclusions

2024-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 9 15:08:47 2024 +0100| [c14dc99f44c68b87efc990b998fa5a9d73c03f1e] | committer: Andreas Rheinhardt avcodec/tiff: Improve inclusions Reviewed-by: Stefano Sabatini Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec/tiff: Avoid duplicating strings

2024-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 9 14:28:53 2024 +0100| [957053b52a2dae4e80df95ec70be1a8a7f2b2365] | committer: Andreas Rheinhardt avcodec/tiff: Avoid duplicating strings Reviewed-by: Stefano Sabatini Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/tiff: Fix handling of av_strdup() failures

2024-03-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 9 13:40:19 2024 +0100| [9b9b57419197a87ed0a627af4dc5116afe82714a] | committer: Andreas Rheinhardt avcodec/tiff: Fix handling of av_strdup() failures For unknown geokey values, get_geokey_val() returns "Unknown-%d" with val being used for

[FFmpeg-cvslog] lavc/vvc_ps: Correct NoOutputBeforeRecoveryFlag of IDR

2024-03-12 Thread Fei Wang
ffmpeg | branch: master | Fei Wang | Mon Mar 11 09:58:40 2024 +0800| [4027c2e1d03915f0dd9c58f4f9474f60710fdb39] | committer: Nuo Mi lavc/vvc_ps: Correct NoOutputBeforeRecoveryFlag of IDR The NoOutputBeforeRecoveryFlag of an IDR frame should be set to 1 as spec says in 8.1.1. Signed-off-by: Fei

[FFmpeg-cvslog] lavc/vvcdec: Add missed chroma sampling factor for crop offset

2024-03-12 Thread Fei Wang
ffmpeg | branch: master | Fei Wang | Mon Mar 11 09:58:39 2024 +0800| [c252d2b84a35e10d541f857632bafd9326023e72] | committer: Nuo Mi lavc/vvcdec: Add missed chroma sampling factor for crop offset Signed-off-by: Fei Wang > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c252d2b84a35e1

[FFmpeg-cvslog] doc/examples/qsv_decode: remove unused config.h header file

2024-03-12 Thread hung kuishing
ffmpeg | branch: master | hung kuishing | Tue Mar 12 11:15:33 2024 +0100| [78803a4b8af3470ffa9f4da672a4b40edd64f5de] | committer: Stefano Sabatini doc/examples/qsv_decode: remove unused config.h header file Signed-off-by: clarkh > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=788

[FFmpeg-cvslog] avformat/aea: add aea muxer

2024-03-12 Thread asivery
ffmpeg | branch: master | asivery | Fri Mar 8 14:45:02 2024 +0100| [9124d807dc0d6eabed297c922cc2a4d18e08ee0a] | committer: Stefano Sabatini avformat/aea: add aea muxer Signed-off-by: asivery > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9124d807dc0d6eabed297c922cc2a4d18e08ee0a

[FFmpeg-cvslog] avformat/dvdvideodec: add menu demuxing support

2024-03-12 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Mar 9 12:27:52 2024 -0600| [275877b98142dc963803046cabe7a527299105d9] | committer: Stefano Sabatini avformat/dvdvideodec: add menu demuxing support Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=275877b98142dc963803

[FFmpeg-cvslog] avformat/dvdvideodec: add CLUT utilities and subtitle color support

2024-03-12 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Mar 9 12:27:51 2024 -0600| [b8cbaad2ac7c96a4d74d57af5ec3282494cbd58f] | committer: Stefano Sabatini avformat/dvdvideodec: add CLUT utilities and subtitle color support Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] doc/muxers/fifo: review documentation

2024-03-12 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sun Jan 21 11:26:13 2024 +0100| [75dd083904df72bf6ace42a80a690029b9a97781] | committer: Stefano Sabatini doc/muxers/fifo: review documentation Apply consistency fixes, sort options, clarify example. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] lavf/fifo: sort options by name

2024-03-12 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Sun Jan 28 01:21:44 2024 +0100| [5828aaa2b5dad91474a1ca164d72e8792ffd5f66] | committer: Stefano Sabatini lavf/fifo: sort options by name > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5828aaa2b5dad91474a1ca164d72e8792ffd5f66 --- libav

[FFmpeg-cvslog] fftools/ffmpeg_filter: don't forward EOF in close_output()

2024-03-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Mar 9 19:53:11 2024 +0100| [639208cc6adae159008e089f7d82f132720f7fc9] | committer: Anton Khirnov fftools/ffmpeg_filter: don't forward EOF in close_output() The caller does not need or expect it, and it can lead to terminating filtering prematurely

[FFmpeg-cvslog] fftools/ffmpeg_filter: merge block with the enclosing one

2024-03-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Mar 9 19:58:46 2024 +0100| [f344277a880b712d008b4200a9c09bee386c8bd5] | committer: Anton Khirnov fftools/ffmpeg_filter: merge block with the enclosing one It has no reason to exist. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f344

[FFmpeg-cvslog] fftools/ffmpeg_filter: do not assume av_buffersrc_get_nb_failed_requests()>0

2024-03-12 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Mar 7 15:21:30 2024 +0100| [ce178be8b0caf3255ceeeff14a8c3619dac5cc8a] | committer: Anton Khirnov fftools/ffmpeg_filter: do not assume av_buffersrc_get_nb_failed_requests()>0 Apparently it can happen that avfilter_graph_request_oldest() returns EAG