[FFmpeg-cvslog] ogg/flac: implement header packet skip in chained ogg bitstreams.

2025-05-18 Thread Romain Beauxis
ffmpeg | branch: master | Romain Beauxis | Tue May 6 09:13:06 2025 -0500| [2fb6416dd06b5e66eca035458bb91b7956760d7c] | committer: Lynne ogg/flac: implement header packet skip in chained ogg bitstreams. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2fb6416dd06b5e66eca035458bb91b7

[FFmpeg-cvslog] ogg/opus: implement header packet skip in chained ogg bitstreams.

2025-05-18 Thread Romain Beauxis
ffmpeg | branch: master | Romain Beauxis | Tue May 6 09:11:23 2025 -0500| [9c5ed57f94a271b07176f068ff7c07b3139f7a3d] | committer: Lynne ogg/opus: implement header packet skip in chained ogg bitstreams. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c5ed57f94a271b07176f068ff7c07b

[FFmpeg-cvslog] tests/fate/matroska: Add container cropping test

2025-05-18 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri May 16 15:37:02 2025 +0200| [bd2dcfaed478740dc9b0e467849535bc3426950c] | committer: Andreas Rheinhardt tests/fate/matroska: Add container cropping test Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] tests/fate/pixfmt: fix definition of 16bit tests

2025-05-18 Thread James Almer
ffmpeg | branch: master | James Almer | Sun May 18 18:42:55 2025 -0300| [95c43c6d0ebbac7e23cd71f5c82e15419455aba9] | committer: James Almer tests/fate/pixfmt: fix definition of 16bit tests No effect as is, but without this change, new additions to FATE_PIXFMT_16-* will not work. Signed-off-by:

[FFmpeg-cvslog] doc: add htmlxref.cnf

2025-05-18 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 14 17:40:58 2025 -0300| [9fadd6ddad6e39ccdbf4c6fc761aa59bb6a48f36] | committer: James Almer doc: add htmlxref.cnf Silences warnings like filters.texi:256: warning: no htmlxref.cnf entry found for `ffmpeg-utils' Signed-off-by: James Almer > htt

[FFmpeg-cvslog] avformat/mpegts: update stream info when PMT ES stream_type changes

2025-05-18 Thread Pavel Koshevoy
ffmpeg | branch: release/6.1 | Pavel Koshevoy | Sun May 18 08:57:31 2025 -0600| [8723e83699471edff046279e5411ca8e6c1a1ea6] | committer: Pavel Koshevoy avformat/mpegts: update stream info when PMT ES stream_type changes I have several .ts captures where video and audio codec changes even though

[FFmpeg-cvslog] avformat/mpegts: update stream info when PMT ES stream_type changes

2025-05-18 Thread Pavel Koshevoy
ffmpeg | branch: release/7.1 | Pavel Koshevoy | Sun May 18 08:57:31 2025 -0600| [24de8a98cfb33b10992772ba54f650eb61c96d44] | committer: Pavel Koshevoy avformat/mpegts: update stream info when PMT ES stream_type changes I have several .ts captures where video and audio codec changes even though

[FFmpeg-cvslog] avformat/mpegts: update stream info when PMT ES stream_type changes

2025-05-18 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Sun May 18 08:57:31 2025 -0600| [0021484d05f9b0f032fa319399de6e24eea0c04f] | committer: Pavel Koshevoy avformat/mpegts: update stream info when PMT ES stream_type changes I have several .ts captures where video and audio codec changes even though the

[FFmpeg-cvslog] fftools/graphprint: Fix leak of graphprint object

2025-05-18 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat May 17 11:59:00 2025 +0100| [2070cc138ba7ecc702e381ee243997076897d4dc] | committer: Mark Thompson fftools/graphprint: Fix leak of graphprint object > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2070cc138ba7ecc702e381ee243997076897d4dc

[FFmpeg-cvslog] ffmpeg: Don't print graphs if there are no outputs yet

2025-05-18 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat May 17 12:07:17 2025 +0100| [20502ba92a5936bc6a6e006d05828b750f4290ed] | committer: Mark Thompson ffmpeg: Don't print graphs if there are no outputs yet Avoids writing an empty json blob in setup error cases. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] fftools/graphprint: Fix leak of graph section header string

2025-05-18 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sat May 17 11:57:56 2025 +0100| [c18d1b63abcb1b9ff8be83225d51cc630ac208d5] | committer: Mark Thompson fftools/graphprint: Fix leak of graph section header string > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c18d1b63abcb1b9ff8be83225d51cc

[FFmpeg-cvslog] doc: add swscale rewrite design document

2025-05-18 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Mar 7 22:08:45 2025 +0100| [06cee0c681b32059bc7ea8bad9c5b4962a96e34a] | committer: Niklas Haas doc: add swscale rewrite design document This should hopefully serve as a better introduction to my new swscale redesign than hunting down random commit me

[FFmpeg-cvslog] swscale/graph: prefer bools to ints

2025-05-18 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Thu Mar 6 10:37:40 2025 +0100| [6072e27e9aa809d64a16e89676763e67f081b448] | committer: Niklas Haas swscale/graph: prefer bools to ints This is more consistent with the rest of the newly added code, which universally switched to using bools for boolean va

[FFmpeg-cvslog] swscale/graph: move vshift() and shift_img() to shared header

2025-05-18 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Thu Mar 6 10:25:13 2025 +0100| [d95944786e135a6e632fdf71b7d810e755a6c342] | committer: Niklas Haas swscale/graph: move vshift() and shift_img() to shared header I need to reuse these inside `ops.c`. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] swscale/graph: make noop loop more robust

2025-05-18 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Thu Mar 6 10:47:21 2025 +0100| [bc9696bff80d996b5d526c02b596caa5d64e2db2] | committer: Niklas Haas swscale/graph: make noop loop more robust The current loop only works if the input and output have the same number of planes. However, with the new scaling

[FFmpeg-cvslog] swscale/graph: expose ff_sws_graph_add_pass

2025-05-18 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Feb 21 16:09:38 2025 +0100| [51e912466f860f1ba7bcb2580b1a7383f07ab296] | committer: Niklas Haas swscale/graph: expose ff_sws_graph_add_pass So we can move pass-adding business logic outside of graph.c. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] tests/swscale: improve colorization of speedup

2025-05-18 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Wed Apr 23 17:20:57 2025 +0200| [f297ebf97abbe300abfb7ca074fd56b9f3cc3f4a] | committer: Niklas Haas tests/swscale: improve colorization of speedup The old limits were a bit too tightly clustered around 1.0. Make the value range much more generous, and als