[FFmpeg-cvslog] avformat/dump: lowercase 'Start' prefix for start offset

2025-06-15 Thread Marth64
ffmpeg | branch: master | Marth64 | Sun Jun 15 01:41:22 2025 -0500| [f66ae1ba24fd633962c195303f617e4165d2fe33] | committer: Marth64 avformat/dump: lowercase 'Start' prefix for start offset Just applying some UX polish. This is to match the lowercase trend of attributes in the dump s

[FFmpeg-cvslog] avformat/dvdvideodec: fix seeking on multi-angle discs

2025-06-15 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Feb 1 13:01:42 2025 -0600| [f8c8e1f39da073b6152c5420c7ff671b1362677a] | committer: Marth64 avformat/dvdvideodec: fix seeking on multi-angle discs When seeking on multi-angle titles, libdvdnav does not lock on to the correct sectors initially as it seeks

[FFmpeg-cvslog] avformat/dvdvideodec: remove unused has_cc field

2025-06-15 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Jun 14 11:34:42 2025 -0500| [693703bcdbfda1394160d3d9a610c1e85e4984c4] | committer: Marth64 avformat/dvdvideodec: remove unused has_cc field Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/hw_base_encode: log the readable error message on failure

2025-02-09 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Feb 3 15:10:02 2025 -0600| [0ae5b1bfcca7fbf179e6bebdc020f8372fcbc8c1] | committer: Marth64 avcodec/hw_base_encode: log the readable error message on failure Currently, if there is a hardware encode failure, the numeric error code will be printed making

[FFmpeg-cvslog] avcodec/mpeg12dec: fix range for cc_format option

2025-01-07 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Dec 24 15:59:14 2024 -0600| [9305a1edcaf74d7ceaa52e8f563402287ab9b615] | committer: Marth64 avcodec/mpeg12dec: fix range for cc_format option After support was added for DVB 0502 Closed Caption coding, the cc_format option's range was never updat

[FFmpeg-cvslog] avformat/avformat.h: elaborate documentation for avformat_open_input() on error condition

2025-01-07 Thread Marth64
ffmpeg | branch: master | Marth64 | Fri Feb 9 16:08:02 2024 -0600| [910e5a275ddede994697e09fd3b9c7907fd6d15c] | committer: Marth64 avformat/avformat.h: elaborate documentation for avformat_open_input() on error condition Signed-off-by: Marth64 > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/dvdvideodec: fix missing last chapter marker due to off-by-one

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Tue Nov 26 20:09:04 2024 -0600| [7264127438e468fdf2eb267ac7827fb0f81f6e63] | committer: Marth64 avformat/dvdvideodec: fix missing last chapter marker due to off-by-one When using fast chapter marker calculation (default), the last marker is

[FFmpeg-cvslog] avformat/dashdec: return ret directly in open_demux_for_component()

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Fri Oct 11 02:06:35 2024 -0500| [9d9b87be2b5f3119f1d92e073bbf59114a0555ed] | committer: Marth64 avformat/dashdec: return ret directly in open_demux_for_component() Signed-off-by: Marth64 Reviewed-by: Steven Liu (cherry picked from commit

[FFmpeg-cvslog] avformat/libssh: fix credential variables typo

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Wed Nov 20 01:35:18 2024 -0600| [60551696c0867654ee705cccf891c3b30d53b0dd] | committer: Marth64 avformat/libssh: fix credential variables typo Signed-off-by: Marth64 (cherry picked from commit 084d3515cabf1f7141e8789f21db534b304a47cc) > h

[FFmpeg-cvslog] avformat/hlsenc: check return value of avcodec_parameters_copy()

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Sat Oct 12 12:25:40 2024 -0500| [dd78b9ed7c5ee97e9eb2bd03f8387c2d6348ceca] | committer: Marth64 avformat/hlsenc: check return value of avcodec_parameters_copy() Written in the dominant style of the surrounding code block. Signed-off-by: Marth64

[FFmpeg-cvslog] avformat/dashdec: format open_demux_for_component()

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Fri Oct 11 02:06:37 2024 -0500| [ae7332065bb3c17fcef0244346e5a7f4edc94d97] | committer: Marth64 avformat/dashdec: format open_demux_for_component() Signed-off-by: Marth64 Reviewed-by: Steven Liu (cherry picked from commit

[FFmpeg-cvslog] avformat/dashdec: check return code of avcodec_parameters_copy()

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Fri Oct 11 02:06:36 2024 -0500| [ba94588afaf1dfbe280202e115f294afd5baf06a] | committer: Marth64 avformat/dashdec: check return code of avcodec_parameters_copy() Signed-off-by: Marth64 Reviewed-by: Steven Liu (cherry picked from commit

[FFmpeg-cvslog] avcodec/cbs_av1: fix variable shadowing in cbs_av1_split_fragment()

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Wed Dec 18 20:17:35 2024 -0600| [3a375e3dcf09f8ac7dcf213160789ff96da88b7c] | committer: Marth64 avcodec/cbs_av1: fix variable shadowing in cbs_av1_split_fragment() header is previously declared as an int argument then shadowed in the scope of the loop

[FFmpeg-cvslog] avformat/smoothstreamingenc: check return value of avcodec_parameters_copy()

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Sat Oct 12 12:18:30 2024 -0500| [0a51afd21d6c76a9f4e5797135db6e067e3ad645] | committer: Marth64 avformat/smoothstreamingenc: check return value of avcodec_parameters_copy() Written in the dominant style of the surrounding code block. Reviewed-by

[FFmpeg-cvslog] avformat/dvdvideodec: check return code of ff_dvdclut_yuv_to_rgb()

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Wed Nov 27 11:13:44 2024 -0600| [a6d4bac44d2d7f034027fadb4920830d521b4190] | committer: Marth64 avformat/dvdvideodec: check return code of ff_dvdclut_yuv_to_rgb() Signed-off-by: Marth64 (cherry picked from commit

[FFmpeg-cvslog] avformat/dvdvideodec: don't allow seeking beyond dvdnav reported duration

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:05:05 2024 -0500| [7fc55c38c77629723f38fd5a78459b8253589d03] | committer: Marth64 avformat/dvdvideodec: don't allow seeking beyond dvdnav reported duration There is no reason to accept timestamp values beyond what dvdnav reported a

[FFmpeg-cvslog] doc/demuxers/dvdvideo: seeking is supported, remove outdated statement

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Wed Nov 27 23:28:50 2024 -0600| [0ccb070863424e0f355c9d905b91c612eef7af60] | committer: Marth64 doc/demuxers/dvdvideo: seeking is supported, remove outdated statement Signed-off-by: Marth64 (cherry picked from commit

[FFmpeg-cvslog] avformat/dvdvideodec: remove "auto" value for -pg option, default to 1

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:52 2024 -0500| [a5c48cc7a1b20fd2865b5d6e34e66b8b56da702c] | committer: Marth64 avformat/dvdvideodec: remove "auto" value for -pg option, default to 1 The default "auto" mode is effectively useless; the reasonable de

[FFmpeg-cvslog] avformat/dvdvideodec: check the length of a NAV packet when reading titles

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:58 2024 -0500| [a61eb0c2c0d51567de5e8d3627bff9ba08020410] | committer: Marth64 avformat/dvdvideodec: check the length of a NAV packet when reading titles Some discs present titles with bogus NAV packets. We apply this check for menus

[FFmpeg-cvslog] avformat/dvdvideodec: reset the subdemuxer on discontinuity instead of flushing

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:57 2024 -0500| [e46e1c3368a97dcf87cd93d386928ddff7b75001] | committer: Marth64 avformat/dvdvideodec: reset the subdemuxer on discontinuity instead of flushing DVDs naturally consist of segmented MPEG-PS blobs within a VOB (i.e. VOBs

[FFmpeg-cvslog] avformat/dvdvideodec: enable chapter calculation for menus

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:55 2024 -0500| [ece2a9a27522f73c7157d67c7cbd99f9c902d1ce] | committer: Marth64 avformat/dvdvideodec: enable chapter calculation for menus Menus are generally segmented by cell, so use them as the marker delimiters. Requires preindex

[FFmpeg-cvslog] avformat/dvdvideodec: measure duration of the current menu VOBU in state

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:51 2024 -0500| [5d37c7cf081fb766e52d894ac7d9c6964a3c2347] | committer: Marth64 avformat/dvdvideodec: measure duration of the current menu VOBU in state This will be a pre-requisite to calculating chapter markers for menus. Signed-off

[FFmpeg-cvslog] avformat/dvdvideodec: discard duplicate or partial AC3 samples

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:05:04 2024 -0500| [a626a08c45b0b4cefebef740612aa1c52a209bac] | committer: Marth64 avformat/dvdvideodec: discard duplicate or partial AC3 samples Some DVD muxers signal segments to start with duplicate audio samples when starting

[FFmpeg-cvslog] avformat/dvdvideodec: drop packets with unset PTS or DTS

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:05:03 2024 -0500| [53e66c71613583783d3e7386ee4a015f41dda4bf] | committer: Marth64 avformat/dvdvideodec: drop packets with unset PTS or DTS The packets effectively serve no purpose and we are already dropping packets with PTS less than 0

[FFmpeg-cvslog] avformat/dvdvideodec: remove unnecessary need_parsing argument

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:05:02 2024 -0500| [19740bcbf8c4e14c110698bedd4a6046c4f5adc7] | committer: Marth64 avformat/dvdvideodec: remove unnecessary need_parsing argument The value is always AVSTREAM_PARSE_HEADERS. Signed-off-by: Marth64 (cherry picked from

[FFmpeg-cvslog] avformat/dvdvideodec: simplify dvdvideo_read_packet()

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:56 2024 -0500| [75c1943e30923b8d3c409dc65c56e9b423c50727] | committer: Marth64 avformat/dvdvideodec: simplify dvdvideo_read_packet() The function has a few branches where it discards frames via FFERROR_REDO; consolidate is via a goto

[FFmpeg-cvslog] avformat/dvdvideodec: open subdemuxer after initializing IFO headers

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:05:01 2024 -0500| [09e08d790efa49aba3ded60a1a70732bc590c475] | committer: Marth64 avformat/dvdvideodec: open subdemuxer after initializing IFO headers It is wasteful to open the subdemuxer if an error occurs while initializing streams or

[FFmpeg-cvslog] avformat/dvdvideodec: default menu_vts option to 1 and clarify description

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:59 2024 -0500| [212546e9c61a02b92627a8945aaa893644b03acc] | committer: Marth64 avformat/dvdvideodec: default menu_vts option to 1 and clarify description Menu 0 is the VIDEO_TS root menu, which does not appear to be used commonly for

[FFmpeg-cvslog] avformat/dvdvideodec: remove auto value for menu_lu option

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:05:00 2024 -0500| [340795adc9825230b77a4352e2eba6da3239541c] | committer: Marth64 avformat/dvdvideodec: remove auto value for menu_lu option The "auto" mode serves no functional purpose except for logging a message and setting

[FFmpeg-cvslog] avformat/dvdvideodec: standardize the NAV packet event signal

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:54 2024 -0500| [6f4ae5f183890928de1cfc230dc080bb93eaa5be] | committer: Marth64 avformat/dvdvideodec: standardize the NAV packet event signal This consolidates the FFERROR_REDO handling of NAV packets to dvdvideo_subdemux_read_data

[FFmpeg-cvslog] avformat/dvdvideodec: move memcpy below missed NAV packet warning

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:53 2024 -0500| [b108d17c5659f5cd78a0de61da9306c225f4bc50] | committer: Marth64 avformat/dvdvideodec: move memcpy below missed NAV packet warning Readability improvement; the warning can be bundled beneath the preceding validations

[FFmpeg-cvslog] avformat/dvdvideodec: remove unused headers

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:49 2024 -0500| [15684239ca9c29d74ac6b781209fb4938c94b829] | committer: Marth64 avformat/dvdvideodec: remove unused headers Signed-off-by: Marth64 (cherry picked from commit 3ad96243d756b2b63431410112956e36e4044e4a) > h

[FFmpeg-cvslog] avformat/dvdvideodec: fix menu PGC number off-by-one in state

2025-01-07 Thread Marth64
ffmpeg | branch: release/7.1 | Marth64 | Mon Oct 7 18:04:50 2024 -0500| [aebce8b1b84a4bc7b98f2f7f520aaf6db8dddfd8] | committer: Marth64 avformat/dvdvideodec: fix menu PGC number off-by-one in state Signed-off-by: Marth64 (cherry picked from commit 94346edbbfeff7a54ab04631ef4ba2781460e17c

[FFmpeg-cvslog] avformat/dashdec: reformat and lowercase get_Fragment()

2024-12-24 Thread Marth64
ffmpeg | branch: master | Marth64 | Wed Nov 20 01:35:04 2024 -0600| [3778b1f6f102c7fda82b83f19db0bf48151d496b] | committer: Marth64 avformat/dashdec: reformat and lowercase get_Fragment() Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/cbs_av1: fix variable shadowing in cbs_av1_split_fragment()

2024-12-24 Thread Marth64
ffmpeg | branch: master | Marth64 | Wed Dec 18 20:17:35 2024 -0600| [8e8260aabf39c8c39eb99d5de9c21a76eb314747] | committer: Marth64 avcodec/cbs_av1: fix variable shadowing in cbs_av1_split_fragment() header is previously declared as an int argument then shadowed in the scope of the loop as a

[FFmpeg-cvslog] fftools/ffprobe: add analyze_frames option for CC and grain detection

2024-12-13 Thread Marth64
ffmpeg | branch: master | Marth64 | Sun Dec 8 17:27:39 2024 -0600| [90af8e07b02e690a9fe60aab02a8bccd2cbf3f01] | committer: Marth64 fftools/ffprobe: add analyze_frames option for CC and grain detection Currently, ffprobe has two stream-level fields that do not work, closed_captions and

[FFmpeg-cvslog] avformat/mov: don't reallocate extradata when converting dvdsub palette

2024-12-13 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Dec 10 18:04:25 2024 -0600| [8291aedf1abfdbc48c9aa18a7929a464c186782a] | committer: Marth64 avformat/mov: don't reallocate extradata when converting dvdsub palette After introduction of ff_dvdclut_palette_extradata_cat() to convert DVD subtitle pal

[FFmpeg-cvslog] avformat/mov: use dvdclut for YUV to RGB conversion of DVD subtitle palettes

2024-12-08 Thread Marth64
ffmpeg | branch: master | Marth64 | Wed Nov 27 21:41:08 2024 -0600| [3b0e6c0eccd7d61eb089370fc5f2196c2b30336f] | committer: Marth64 avformat/mov: use dvdclut for YUV to RGB conversion of DVD subtitle palettes Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/demuxers/dvdvideo: seeking is supported, remove outdated statement

2024-12-01 Thread Marth64
ffmpeg | branch: master | Marth64 | Wed Nov 27 23:28:50 2024 -0600| [1c2c70fe4d17e93401f88fa9e4ec2b8404790bd3] | committer: Marth64 doc/demuxers/dvdvideo: seeking is supported, remove outdated statement Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dvdvideodec: check return code of ff_dvdclut_yuv_to_rgb()

2024-12-01 Thread Marth64
ffmpeg | branch: master | Marth64 | Wed Nov 27 11:13:44 2024 -0600| [e256761defe527c81521ae035ae3ee6f16265707] | committer: Marth64 avformat/dvdvideodec: check return code of ff_dvdclut_yuv_to_rgb() Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dvdvideodec: fix missing last chapter marker due to off-by-one

2024-12-01 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Nov 26 20:09:04 2024 -0600| [a5a899bfcbe458bc9e4e73f883ed63cbaacbb451] | committer: Marth64 avformat/dvdvideodec: fix missing last chapter marker due to off-by-one When using fast chapter marker calculation (default), the last marker is inadverdently

[FFmpeg-cvslog] avformat/libssh: fix credential variables typo

2024-11-26 Thread Marth64
ffmpeg | branch: master | Marth64 | Wed Nov 20 01:35:18 2024 -0600| [084d3515cabf1f7141e8789f21db534b304a47cc] | committer: Marth64 avformat/libssh: fix credential variables typo Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/smoothstreamingenc: check return value of avcodec_parameters_copy()

2024-11-20 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Oct 12 12:18:30 2024 -0500| [3528bfed450842a991df6e076fe72d4c2eee6432] | committer: Marth64 avformat/smoothstreamingenc: check return value of avcodec_parameters_copy() Written in the dominant style of the surrounding code block. Reviewed-by: ePirat

[FFmpeg-cvslog] avformat/dvdvideodec: check the length of a NAV packet when reading titles

2024-11-17 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:58 2024 -0500| [afc152f564fbeca4d2ff62195e3f0b6244e28cb3] | committer: Marth64 avformat/dvdvideodec: check the length of a NAV packet when reading titles Some discs present titles with bogus NAV packets. We apply this check for menus and for

[FFmpeg-cvslog] avformat/dvdvideodec: discard duplicate or partial AC3 samples

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:05:04 2024 -0500| [0912407b9de431fb750e74cb307ea7a11fc27e6b] | committer: Marth64 avformat/dvdvideodec: discard duplicate or partial AC3 samples Some DVD muxers signal segments to start with duplicate audio samples when starting extraction from

[FFmpeg-cvslog] avformat/dvdvideodec: measure duration of the current menu VOBU in state

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:51 2024 -0500| [39c662f54125f55b6f0014ac61d92cb2618f5db0] | committer: Marth64 avformat/dvdvideodec: measure duration of the current menu VOBU in state This will be a pre-requisite to calculating chapter markers for menus. Signed-off-by

[FFmpeg-cvslog] avformat/dvdvideodec: remove "auto" value for -pg option, default to 1

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:52 2024 -0500| [e1ace1d3146744439a8c7768813c8008de1e9ec6] | committer: Marth64 avformat/dvdvideodec: remove "auto" value for -pg option, default to 1 The default "auto" mode is effectively useless; the reasonable defaul

[FFmpeg-cvslog] avformat/dvdvideodec: enable chapter calculation for menus

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:55 2024 -0500| [c1e4b6c676c4e5e587c4762a7a8ca29184bc5f46] | committer: Marth64 avformat/dvdvideodec: enable chapter calculation for menus Menus are generally segmented by cell, so use them as the marker delimiters. Requires preindex option

[FFmpeg-cvslog] avformat/dvdvideodec: remove unnecessary need_parsing argument

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:05:02 2024 -0500| [3656379d9225778d9b76e4cfe6832ae6e594b8a2] | committer: Marth64 avformat/dvdvideodec: remove unnecessary need_parsing argument The value is always AVSTREAM_PARSE_HEADERS. Signed-off-by: Marth64 > http://git.videolan.

[FFmpeg-cvslog] avformat/dvdvideodec: drop packets with unset PTS or DTS

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:05:03 2024 -0500| [f2f238c3a4855cd0919889940c2f45958ac47be6] | committer: Marth64 avformat/dvdvideodec: drop packets with unset PTS or DTS The packets effectively serve no purpose and we are already dropping packets with PTS less than 0. This

[FFmpeg-cvslog] avformat/dvdvideodec: open subdemuxer after initializing IFO headers

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:05:01 2024 -0500| [a2c57e27d6bb7b849b4e84612bb99dc514f6bc96] | committer: Marth64 avformat/dvdvideodec: open subdemuxer after initializing IFO headers It is wasteful to open the subdemuxer if an error occurs while initializing streams or

[FFmpeg-cvslog] avformat/dvdvideodec: remove auto value for menu_lu option

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:05:00 2024 -0500| [60434b483c54aa683a3249a158c8610d5db2fe4a] | committer: Marth64 avformat/dvdvideodec: remove auto value for menu_lu option The "auto" mode serves no functional purpose except for logging a message and setting the

[FFmpeg-cvslog] avformat/dvdvideodec: standardize the NAV packet event signal

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:54 2024 -0500| [b38ca20bf2544c503e30d0f68453483ed24430c3] | committer: Marth64 avformat/dvdvideodec: standardize the NAV packet event signal This consolidates the FFERROR_REDO handling of NAV packets to dvdvideo_subdemux_read_data(), is a

[FFmpeg-cvslog] avformat/dvdvideodec: default menu_vts option to 1 and clarify description

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:59 2024 -0500| [4a03e95ff4c3ed15d5420bd97c7868e0b62e1d0a] | committer: Marth64 avformat/dvdvideodec: default menu_vts option to 1 and clarify description Menu 0 is the VIDEO_TS root menu, which does not appear to be used commonly for menu

[FFmpeg-cvslog] avformat/dvdvideodec: don't allow seeking beyond dvdnav reported duration

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:05:05 2024 -0500| [1d55f548466516a6a4ed4cc67e118e1c29c6ae5a] | committer: Marth64 avformat/dvdvideodec: don't allow seeking beyond dvdnav reported duration There is no reason to accept timestamp values beyond what dvdnav reported a

[FFmpeg-cvslog] avformat/dvdvideodec: reset the subdemuxer on discontinuity instead of flushing

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:57 2024 -0500| [a1ae66c827370b7caa90f10068bdd913f4cf2f18] | committer: Marth64 avformat/dvdvideodec: reset the subdemuxer on discontinuity instead of flushing DVDs naturally consist of segmented MPEG-PS blobs within a VOB (i.e. VOBs are not

[FFmpeg-cvslog] avformat/dvdvideodec: remove unused headers

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:49 2024 -0500| [3ad96243d756b2b63431410112956e36e4044e4a] | committer: Marth64 avformat/dvdvideodec: remove unused headers Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/dvdvideodec: simplify dvdvideo_read_packet()

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:56 2024 -0500| [1964faa568c2b7bd9e172f7090a601625bb5dd9e] | committer: Marth64 avformat/dvdvideodec: simplify dvdvideo_read_packet() The function has a few branches where it discards frames via FFERROR_REDO; consolidate is via a goto block

[FFmpeg-cvslog] avformat/dvdvideodec: move memcpy below missed NAV packet warning

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:53 2024 -0500| [6bbaa7db49de86653bd23544e5bb55315265f828] | committer: Marth64 avformat/dvdvideodec: move memcpy below missed NAV packet warning Readability improvement; the warning can be bundled beneath the preceding validations rather

[FFmpeg-cvslog] avformat/dvdvideodec: fix menu PGC number off-by-one in state

2024-11-16 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Oct 7 18:04:50 2024 -0500| [94346edbbfeff7a54ab04631ef4ba2781460e17c] | committer: Marth64 avformat/dvdvideodec: fix menu PGC number off-by-one in state Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/sapdec: check return value of avcodec_parameters_copy()

2024-11-15 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Oct 12 12:32:12 2024 -0500| [7332b1700e3b257dd80341f40305cf0bf4582fcf] | committer: Marth64 avformat/sapdec: check return value of avcodec_parameters_copy() Written in the dominant style of the surrounding code block. Signed-off-by: Marth64 > h

[FFmpeg-cvslog] doc/bitstream_filters: elaborate on h264_redundant_pps

2024-11-09 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Oct 12 11:44:49 2024 -0500| [6d5a0998b69a8ec7e67f880d3ff81367bc439574] | committer: Marth64 doc/bitstream_filters: elaborate on h264_redundant_pps Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/mpeg12dec: set FF_CODEC_PROPERTY_CLOSED_CAPTIONS in mpeg_set_cc_format()

2024-11-07 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Oct 12 13:04:50 2024 -0500| [11c703be3176174c2ddb0f3893d10f3ed1accb89] | committer: marth64 avcodec/mpeg12dec: set FF_CODEC_PROPERTY_CLOSED_CAPTIONS in mpeg_set_cc_format() When Closed Captions are discovered, this method is always invoked. Therefore

[FFmpeg-cvslog] avformat/dashdec: format open_demux_for_component()

2024-10-13 Thread Marth64
ffmpeg | branch: master | Marth64 | Fri Oct 11 02:06:37 2024 -0500| [95bb47de7dc564ad8a36d6c0770400815a9b39c2] | committer: Steven Liu avformat/dashdec: format open_demux_for_component() Signed-off-by: Marth64 Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avformat/hlsenc: check return value of avcodec_parameters_copy()

2024-10-13 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Oct 12 12:25:40 2024 -0500| [f46415f37332c4291882ae1b403aaf8179e3ea49] | committer: Steven Liu avformat/hlsenc: check return value of avcodec_parameters_copy() Written in the dominant style of the surrounding code block. Signed-off-by: Marth64 Reviewed

[FFmpeg-cvslog] avformat/dashdec: check return code of avcodec_parameters_copy()

2024-10-13 Thread Marth64
ffmpeg | branch: master | Marth64 | Fri Oct 11 02:06:36 2024 -0500| [7acc2ebd5d9e09198ea235870f8e6a9a5de667f8] | committer: Steven Liu avformat/dashdec: check return code of avcodec_parameters_copy() Signed-off-by: Marth64 Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/dashdec: return ret directly in open_demux_for_component()

2024-10-13 Thread Marth64
ffmpeg | branch: master | Marth64 | Fri Oct 11 02:06:35 2024 -0500| [6ee7555a909d263080de8490628e92bf0c5cdb15] | committer: Steven Liu avformat/dashdec: return ret directly in open_demux_for_component() Signed-off-by: Marth64 Reviewed-by: Steven Liu > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] MAINTAINERS: update myself for dvdvideo, rcwtdec, rcwtenc

2024-09-29 Thread Marth64
ffmpeg | branch: master | Marth64 | Wed Sep 25 21:28:42 2024 -0500| [9d3cdf8fa602bc092c6a9168416d2c7ffbd1adf6] | committer: Michael Niedermayer MAINTAINERS: update myself for dvdvideo, rcwtdec, rcwtenc I plan to look after and test them for the forseeable future. I am not a committer but do

[FFmpeg-cvslog] avformat/dvdvideodec: implement seeking

2024-09-15 Thread Marth64
ffmpeg | branch: master | Marth64 | Fri Sep 13 00:37:44 2024 -0500| [8707c8660d4ba9376b7e08b69c29486036c34212] | committer: Anton Khirnov avformat/dvdvideodec: implement seeking Player applications can now enjoy seeking while playing back a title. Accuracy is at the mercy of what libdvdnav

[FFmpeg-cvslog] avcodec/aacenc: Correct option description for aac_coder fast

2024-07-30 Thread Marth64
ffmpeg | branch: master | Marth64 | Sun Jul 14 00:00:35 2024 -0500| [e2105b2800d99cf878c8bf7ed56e7162fca2952e] | committer: Leo Izen avcodec/aacenc: Correct option description for aac_coder fast The description advertises fast as "Default fast search", but this has not been the def

[FFmpeg-cvslog] avformat/dvdvideodec: Fix incorrect padding cell trim logic

2024-07-13 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Jul 2 01:41:31 2024 -0500| [f1abb754aaae7c74962940c75cae2edc51f7a2ba] | committer: Stefano Sabatini avformat/dvdvideodec: Fix incorrect padding cell trim logic When -trim option is used (by default), padding cells at the beginning of the title are

[FFmpeg-cvslog] avformat/dvdvideodec: Remove redundant ret initializations

2024-07-13 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Jul 2 01:03:29 2024 -0500| [f37f86a774fab1f760efa920b797e2d3229c6e27] | committer: Stefano Sabatini avformat/dvdvideodec: Remove redundant ret initializations Remove initializing ret = 0, in areas where ret is only used to hold an error value

[FFmpeg-cvslog] avformat/dvdvideodec: Don't add chapter markers for empty/dummy PTTs

2024-07-13 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Jul 2 00:41:39 2024 -0500| [eb07a593d346b835df60fe923331c62e3aa10c22] | committer: Stefano Sabatini avformat/dvdvideodec: Don't add chapter markers for empty/dummy PTTs Some discs (usually same ones with padding cells), also have empty padding

[FFmpeg-cvslog] avformat/dvdvideodec: Remove unused cell count variable

2024-07-07 Thread Marth64
ffmpeg | branch: master | Marth64 | Wed Jul 3 19:29:47 2024 -0500| [8b8ee799de8409189f5b75eb791995ce548e4a41] | committer: Anton Khirnov avformat/dvdvideodec: Remove unused cell count variable Signed-off-by: Marth64 Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/dvdvideodec: Fix duration logic with 1 chapter and validate chapter range

2024-07-01 Thread Marth64
ffmpeg | branch: master | Marth64 | Wed Jun 26 22:05:46 2024 -0500| [4dc204ea3e3633d2c8bd89ac9796b47e87c25836] | committer: Stefano Sabatini avformat/dvdvideodec: Fix duration logic with 1 chapter and validate chapter range Chapters and duration are calculated together in dvdvideo demuxer

[FFmpeg-cvslog] avformat/dvdvideodec: Do not EOF on WAIT events

2024-07-01 Thread Marth64
ffmpeg | branch: master | Marth64 | Wed Jun 26 20:34:35 2024 -0500| [0c1c7688eacd1c8eba1e85757494c681442f2667] | committer: Stefano Sabatini avformat/dvdvideodec: Do not EOF on WAIT events A DVDNAV_WAIT event by itself should not warrant an EOF when navigating the program stream. Some discs

[FFmpeg-cvslog] Changelog: fix typos for 7.0 section

2024-04-04 Thread Marth64
ffmpeg | branch: release/7.0 | Marth64 | Thu Apr 4 10:08:21 2024 -0500| [4866aaf7c50ae256a0e29312163fd24189a22094] | committer: James Almer Changelog: fix typos for 7.0 section Signed-off-by: James Almer (cherry picked from commit e3335e9e9ebfff4acea97fd715b2824ec1957b96) > h

[FFmpeg-cvslog] Changelog: fix typos for 7.0 section

2024-04-04 Thread Marth64
ffmpeg | branch: master | Marth64 | Thu Apr 4 10:08:21 2024 -0500| [e3335e9e9ebfff4acea97fd715b2824ec1957b96] | committer: James Almer Changelog: fix typos for 7.0 section Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] doc/indevs: update CC extraction example to use RCWT muxer

2024-04-02 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Apr 2 00:24:58 2024 -0500| [2204ea00d669cc2fac32982d32d8155473587585] | committer: Stefano Sabatini doc/indevs: update CC extraction example to use RCWT muxer Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/rcwtdec: add RCWT Closed Captions demuxer

2024-04-02 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Apr 2 00:24:54 2024 -0500| [15406f83772eefe4a0eddfc75f8b440f12b3005a] | committer: Stefano Sabatini avformat/rcwtdec: add RCWT Closed Captions demuxer RCWT (Raw Captions With Time) is a format native to ccextractor, a commonly used OSS tool for

[FFmpeg-cvslog] avformat/subtitles: extend ff_subtitles_queue_insert() to support not yet available events

2024-04-02 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Apr 2 00:24:53 2024 -0500| [1c3533367188ea25bace9dedd6ee63fb1112b14d] | committer: Stefano Sabatini avformat/subtitles: extend ff_subtitles_queue_insert() to support not yet available events If ff_subtitles_queue_insert() were given a NULL buffer with

[FFmpeg-cvslog] doc/muxers: refresh the RCWT muxer's doc to be consistent with the demuxer

2024-04-02 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Apr 2 00:24:57 2024 -0500| [0866b2ba5ea64127d670f9ce35d34bd9c2708cc9] | committer: Stefano Sabatini doc/muxers: refresh the RCWT muxer's doc to be consistent with the demuxer Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] avformat/rcwtenc: remove repeated documentation

2024-04-02 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Apr 2 00:24:56 2024 -0500| [58f04608c21b5f8c0db81ab4b0c65b147e98b5ea] | committer: Stefano Sabatini avformat/rcwtenc: remove repeated documentation The high level summary of RCWT can be delegated doc/muxers, which makes it easier to maintain and more

[FFmpeg-cvslog] avformat/rcwtenc: don't assume .bin extension

2024-04-02 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Apr 2 00:24:55 2024 -0500| [536f0239c0898707a82759260025f67ea151d175] | committer: Stefano Sabatini avformat/rcwtenc: don't assume .bin extension Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/dvdvideodec: add explicit inttypes.h include

2024-03-26 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Mar 25 16:21:02 2024 -0500| [9df11820650b1d93f6a49519aaa51afb5cc17086] | committer: Leo Izen avformat/dvdvideodec: add explicit inttypes.h include Since log statements printing int64 were made portable in 4464b7eeb194e98ac115f18d2b6be67361407c8a, let us

[FFmpeg-cvslog] avcodec/mpeg12dec: extract only one type of CC substream

2024-03-19 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Mar 12 10:43:11 2024 -0500| [0b342a2f156a5eb8ebbb2c07f1b887ab6fda8fc5] | committer: Stefano Sabatini avcodec/mpeg12dec: extract only one type of CC substream In MPEG-2 user data, there can be different types of Closed Captions formats embedded (A53

[FFmpeg-cvslog] avformat/dvdvideodec: use int64_t for menu blocks_read and make format expressions portable

2024-03-15 Thread Marth64
ffmpeg | branch: master | Marth64 | Tue Mar 12 11:14:09 2024 -0500| [4464b7eeb194e98ac115f18d2b6be67361407c8a] | committer: Andreas Rheinhardt avformat/dvdvideodec: use int64_t for menu blocks_read and make format expressions portable Signed-off-by: Marth64 Signed-off-by: Andreas Rheinhardt

[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

[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=commi

[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=commi

[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=commi

[FFmpeg-cvslog] doc/bitstream_filters: add filter_units practical examples for removing closed captions

2024-03-10 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Mar 9 19:56:49 2024 -0600| [2c82ec9b4a9def6ae7d5b21e6cac0b1300c4] | committer: Stefano Sabatini doc/bitstream_filters: add filter_units practical examples for removing closed captions Signed-off-by: Marth64 > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/ccaption_dec: clarify log message when out-of-display columns are ignored

2024-03-10 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Mar 9 12:39:55 2024 -0600| [8991cedd6aa25c4967c8eae033000cc9709c2b13] | committer: Stefano Sabatini avcodec/ccaption_dec: clarify log message when out-of-display columns are ignored Signed-off-by: Marth64 > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] MAINTAINERS: add myself as dvdvideo demuxer, rcwt muxer maintainer

2024-03-10 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Mar 9 12:48:22 2024 -0600| [e68f57d89ebbd47bec5dc3377f142c61c870aa92] | committer: Stefano Sabatini MAINTAINERS: add myself as dvdvideo demuxer, rcwt muxer maintainer I am willing to maintain these into the future as needed. Signed-off-by: Marth64

[FFmpeg-cvslog] avformat/dvdvideodec: assign mono channel layout explicitly

2024-03-10 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Mar 9 12:27:50 2024 -0600| [ffc3f2a3501003b11f882ae3d2bc72b20536ad9b] | committer: Stefano Sabatini avformat/dvdvideodec: assign mono channel layout explicitly Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/ccaption_dec: use consistent naming convention of Closed Captions

2024-03-10 Thread Marth64
ffmpeg | branch: master | Marth64 | Sat Mar 9 12:39:56 2024 -0600| [590b2d6517ee734f6743e6efbbd5a9b8d7acfa2b] | committer: Stefano Sabatini avcodec/ccaption_dec: use consistent naming convention of Closed Captions Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] configure: do not specify -ldvdread, as pkg-config check is already done

2024-03-04 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Mar 4 11:36:22 2024 -0600| [59981b47db438bb402eb8fb97aab9a9b1b339b61] | committer: Timo Rothenpieler configure: do not specify -ldvdread, as pkg-config check is already done Reported-by: BtbN Signed-off-by: Marth64 > http://git.videolan.

[FFmpeg-cvslog] avformat/dvdvideodec: fix -pgc and -pg options

2024-03-04 Thread Marth64
ffmpeg | branch: master | Marth64 | Sun Mar 3 02:45:41 2024 -0600| [01476f752aa74f23c9226dfa3dc161285184a242] | committer: Stefano Sabatini avformat/dvdvideodec: fix -pgc and -pg options Rebased on top of recently merged fixes (should apply correctly now). In merged DVD patch, -pgc and -pg

[FFmpeg-cvslog] doc/demuxers: emphasize that DVD demuxer does not do decryption

2024-03-04 Thread Marth64
ffmpeg | branch: master | Marth64 | Sun Mar 3 14:49:36 2024 -0600| [b065ffb295ac21f1832c17339f17f7052b7c2bb0] | committer: Stefano Sabatini doc/demuxers: emphasize that DVD demuxer does not do decryption Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] Changelog: restore new line

2024-03-04 Thread Marth64
ffmpeg | branch: master | Marth64 | Sun Mar 3 03:02:40 2024 -0600| [e3a137bef3d2e26ce4e36a8df19a59a8a91b8f08] | committer: Stefano Sabatini Changelog: restore new line A new line was removed in a1304272c3a0ef7c3d77c702dd466b3f11bf300f which breaks consistency in between versions. Signed-off

  1   2   >