[FFmpeg-cvslog] avformat/hls: Add option to retry failed segments for hls

2023-02-09 Thread gnattu
ffmpeg | branch: master | gnattu | Thu Oct 20 20:11:38 2022 +0800| [d09254a658365b89fc4430e88e18fef04de432be] | committer: Gyan Doshi avformat/hls: Add option to retry failed segments for hls Current HLS implementation simply skip a failed segment to catch up the stream, but this is not optimal

[FFmpeg-cvslog] avcodec/h264_metadata_bsf: remove AUDs at any position

2023-02-09 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sun Jan 29 17:10:04 2023 +0530| [159b028df58f480605b678109088e1b2ba8fdc71] | committer: Gyan Doshi avcodec/h264_metadata_bsf: remove AUDs at any position Some files, likely due to faulty packetization or muxing, can have AUDs at other positions besides the

[FFmpeg-cvslog] configure: make flite depend on threads

2023-02-09 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Feb 7 09:01:40 2023 +0100| [63a348659b28ef481112ff063f33176d679de5e5] | committer: Anton Khirnov configure: make flite depend on threads The filter calls pthreads functions unconditionally. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] ffmpeg_opt: move help text for -ab/-b:a to audio category

2023-02-09 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Feb 6 12:12:15 2023 -0600| [25f31929b6ede49194ca9231560323829d4da67a] | committer: Anton Khirnov ffmpeg_opt: move help text for -ab/-b:a to audio category Since at least 4.4.3, -ab/-b:a help text was in the video section of ffmpeg -h, but these are audi

[FFmpeg-cvslog] ffprobe: report the corrupt flag on packets

2023-02-09 Thread rcombs
ffmpeg | branch: master | rcombs | Tue Jan 10 19:55:32 2023 -0600| [18cd65998bfe9651b1bd9496bba9f641c77920cd] | committer: Anton Khirnov ffprobe: report the corrupt flag on packets Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18cd65998bfe9651b1bd949

[FFmpeg-cvslog] Revert "avfilter/af_pan: fix regression introduced with switch to new channel layout API"

2023-02-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Feb 9 13:40:00 2023 +0100| [458ae405ef2eca38e1d16ea3b494830cc686d678] | committer: Paul B Mahol Revert "avfilter/af_pan: fix regression introduced with switch to new channel layout API" This reverts commit 93a9ee7afd7bf2e019490117f1bada30724a0200.

[FFmpeg-cvslog] fftools/ffmpeg: add an option for writing pre-muxing stats

2023-02-09 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Feb 6 13:14:53 2023 +0100| [42a0dd6e7e3bc343d65a5499bd1373ad15160ab7] | committer: Anton Khirnov fftools/ffmpeg: add an option for writing pre-muxing stats Analogous to -enc_stats*, but happens right before muxing. Useful because bitstream filters

[FFmpeg-cvslog] fftools/ffmpeg: store output packet timebases in the packet

2023-02-09 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Feb 6 13:12:05 2023 +0100| [6d4f3ae116eaa6552434c9c73eb8d84f7be07c91] | committer: Anton Khirnov fftools/ffmpeg: store output packet timebases in the packet Useful to keep track of what timebase the packet's timestamps are in. > http://git.videol

[FFmpeg-cvslog] avformat/avformat: Remove AVOutputFormat.data_codec

2023-02-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 27 15:05:56 2023 +0100| [145f6b22231b84e59cc26a350b6c2a6237b2113d] | committer: Anton Khirnov avformat/avformat: Remove AVOutputFormat.data_codec No AVOutputFormat has this set. Signed-off-by: Andreas Rheinhardt Signed-off-by: Anton Khir

[FFmpeg-cvslog] avformat/demux: Avoid stack packet when decoding frame

2023-02-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 27 15:05:59 2023 +0100| [f23ae839fc184c4492e10f371cde5c1b55e51522] | committer: Anton Khirnov avformat/demux: Avoid stack packet when decoding frame Possible now that avcodec_decode_subtitle2() accepts a const AVPacket*. Signed-off-by: An

[FFmpeg-cvslog] avformat/avformat: Move codecpar up in AVStream

2023-02-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 27 15:05:57 2023 +0100| [0281e28c3763765be1bff448bb735bbefca4c7d6] | committer: Anton Khirnov avformat/avformat: Move codecpar up in AVStream It is the most commonly used field and moving it to the start e.g. allows to encode the offset in

[FFmpeg-cvslog] avcodec: Make avcodec_decode_subtitle2 accept a const AVPacket*

2023-02-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 27 15:05:58 2023 +0100| [868a31b42dc0fb62f63e704138f083d48f40d68c] | committer: Anton Khirnov avcodec: Make avcodec_decode_subtitle2 accept a const AVPacket* Signed-off-by: Andreas Rheinhardt Signed-off-by: Anton Khirnov > http://git.vi

[FFmpeg-cvslog] avcodec/avcodec: Remove AV_CODEC_FLAG2_DROP_FRAME_TIMECODE

2023-02-09 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jan 27 15:05:55 2023 +0100| [f843460eb790d37e444e5946628f228421916537] | committer: Anton Khirnov avcodec/avcodec: Remove AV_CODEC_FLAG2_DROP_FRAME_TIMECODE It has been deprecated in 94d68a41fabb55dd8c7e59b88fe4a28a637d1e5f and can't be set vi

[FFmpeg-cvslog] avcodec: remove FF_API_UNUSED_CODEC_CAPS

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 9 10:40:00 2023 -0300| [2f9cd8861797df5b4d2e36143dfa8268b65cfd38] | committer: Anton Khirnov avcodec: remove FF_API_UNUSED_CODEC_CAPS Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f9cd8861797df5b4d2e36

[FFmpeg-cvslog] avcodec: remove FF_API_OPENH264_SLICE_MODE

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 9 10:38:43 2023 -0300| [cb7de655899f8a18d2361942a309a425d4486895] | committer: Anton Khirnov avcodec: remove FF_API_OPENH264_SLICE_MODE Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb7de655899f8a18d236

[FFmpeg-cvslog] avcodec: remove FF_API_OPENH264_CABAC

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 9 10:39:16 2023 -0300| [86806347d853b1b4297f5bf6ff6996d35afac5fc] | committer: Anton Khirnov avcodec: remove FF_API_OPENH264_CABAC Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86806347d853b1b4297f5bf6f

[FFmpeg-cvslog] avcodec: remove FF_API_GET_FRAME_CLASS

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 9 11:08:14 2023 -0300| [63258b6f7cc5275a35fa7896321327959309c3da] | committer: Anton Khirnov avcodec: remove FF_API_GET_FRAME_CLASS Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63258b6f7cc5275a35fa7896

[FFmpeg-cvslog] avcodec: remove FF_API_AUTO_THREADS

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 9 11:09:09 2023 -0300| [10c9a0874cb361336237557391d306d26d43f137] | committer: Anton Khirnov avcodec: remove FF_API_AUTO_THREADS Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10c9a0874cb361336237557391d

[FFmpeg-cvslog] avcodec: remove FF_API_THREAD_SAFE_CALLBACKS

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 23 19:05:02 2023 -0300| [e0786a8eeb9e7c8feb057e83f284491f0a87e463] | committer: Anton Khirnov avcodec: remove FF_API_THREAD_SAFE_CALLBACKS Signed-off-by: James Almer Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avcodec: remove FF_API_DEBUG_MV

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 9 11:06:53 2023 -0300| [0b3152779d99712d8c54add32bad1703f0087178] | committer: Anton Khirnov avcodec: remove FF_API_DEBUG_MV Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b3152779d99712d8c54add32bad170

[FFmpeg-cvslog] avcodec: remove FF_API_AVCTX_TIMEBASE

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 4 13:13:19 2023 -0300| [5f9e848e686a3c0795939809712b260af5c1adb8] | committer: Anton Khirnov avcodec: remove FF_API_AVCTX_TIMEBASE Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f9e848e686a3c07959398097

[FFmpeg-cvslog] avcodec: remove FF_API_SUB_TEXT_FORMAT

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 9 11:25:21 2023 -0300| [1ba8b6d9dcf5541107b627cf634a4dc2b0cd3d1a] | committer: Anton Khirnov avcodec: remove FF_API_SUB_TEXT_FORMAT Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ba8b6d9dcf5541107b627cf

[FFmpeg-cvslog] avformat: remove FF_API_LAVF_PRIV_OPT

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:27:14 2023 -0300| [add33e370d241d947209c914de1bf062fe44d58e] | committer: Anton Khirnov avformat: remove FF_API_LAVF_PRIV_OPT Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=add33e370d241d947209c914d

[FFmpeg-cvslog] avcodec: remove FF_API_FLAG_TRUNCATED

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Jan 9 11:22:39 2023 -0300| [3ceffe783965767e62d59e8e68ecd265c98460ec] | committer: Anton Khirnov avcodec: remove FF_API_FLAG_TRUNCATED Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ceffe783965767e62d59e8e6

[FFmpeg-cvslog] avformat: remove FF_HLS_TS_OPTIONS

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:28:49 2023 -0300| [1f86fc1c5ede2be519a618e5b22fd11a268021fc] | committer: Anton Khirnov avformat: remove FF_HLS_TS_OPTIONS Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f86fc1c5ede2be519a618e5b22f

[FFmpeg-cvslog] avformat: remove FF_API_AVSTREAM_CLASS

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:31:11 2023 -0300| [6d6ae3595b74106ad8f59800f26b96ab3dfb297e] | committer: Anton Khirnov avformat: remove FF_API_AVSTREAM_CLASS Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d6ae3595b74106ad8f59800

[FFmpeg-cvslog] avformat: remove FF_API_AVIOCONTEXT_WRITTEN

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:28:22 2023 -0300| [9b8a398930df6606f6314b07c66605f44a8cb0eb] | committer: Anton Khirnov avformat: remove FF_API_AVIOCONTEXT_WRITTEN Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b8a398930df6606f63

[FFmpeg-cvslog] avfilter: remove FF_API_SWS_PARAM_OPTION

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:33:03 2023 -0300| [a9e77b42e348f6da8f6f2d98e9fbb64fc5addfdc] | committer: Anton Khirnov avfilter: remove FF_API_SWS_PARAM_OPTION Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9e77b42e348f6da8f6f2d

[FFmpeg-cvslog] avdevice: remove FF_API_DEVICE_CAPABILITIES

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:35:51 2023 -0300| [4fcd6c82cf45160880be35e6c097708323d9d93f] | committer: Anton Khirnov avdevice: remove FF_API_DEVICE_CAPABILITIES Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4fcd6c82cf45160880b

[FFmpeg-cvslog] avfilter: remove FF_API_BUFFERSINK_ALLOC

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:33:48 2023 -0300| [863822bfaf5374fc8c8cabbf171141621c50e037] | committer: Anton Khirnov avfilter: remove FF_API_BUFFERSINK_ALLOC Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=863822bfaf5374fc8c8cab

[FFmpeg-cvslog] avutil: remove FF_API_D2STR

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:37:58 2023 -0300| [30e1e7e0f324d7bf66b3b8583a3e49fd3cd101b2] | committer: Anton Khirnov avutil: remove FF_API_D2STR Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=30e1e7e0f324d7bf66b3b8583a3e49fd3cd

[FFmpeg-cvslog] avfilter: remove FF_API_PAD_COUNT

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:34:25 2023 -0300| [8bc0d3132082c0d87f40e41867042ce7a383cf56] | committer: Anton Khirnov avfilter: remove FF_API_PAD_COUNT Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8bc0d3132082c0d87f40e41867042

[FFmpeg-cvslog] avutil: remove FF_API_DECLARE_ALIGNED

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:46:41 2023 -0300| [21814a70db08999efee49531c67f62e2678a62f4] | committer: Anton Khirnov avutil: remove FF_API_DECLARE_ALIGNED Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21814a70db08999efee49531c

[FFmpeg-cvslog] avutil: remove FF_API_COLORSPACE_NAME

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:48:27 2023 -0300| [16c4e8f9c106c1e4f4e50a06b7ed0350928775b8] | committer: Anton Khirnov avutil: remove FF_API_COLORSPACE_NAME Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16c4e8f9c106c1e4f4e50a06b

[FFmpeg-cvslog] avutil: remove FF_API_AV_MALLOCZ_ARRAY

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 11 10:50:01 2023 -0300| [dc1b8135e096e4a41c1d606f8ca5795053136ad7] | committer: Anton Khirnov avutil: remove FF_API_AV_MALLOCZ_ARRAY Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc1b8135e096e4a41c1d606f

[FFmpeg-cvslog] avutil/version: postpone the remaining API deprecations

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jan 12 08:53:51 2023 -0300| [0a95e4af998e2ff096331ee338a4d6caf490394c] | committer: Anton Khirnov avutil/version: postpone the remaining API deprecations They are too recent. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avcodec/version: postpone the remaining API deprecations

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jan 12 08:55:01 2023 -0300| [1135ad0f26305b534fc7ad7239a942c35b2165c6] | committer: Anton Khirnov avcodec/version: postpone the remaining API deprecations They are either too recent, or still need work like FF_API_INIT_PACKET. Signed-off-by: James A

[FFmpeg-cvslog] avformat/version: postpone the remaining API deprecations

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jan 12 08:55:32 2023 -0300| [c52b1c283e30c0985cf062248eb1dd8fb0485966] | committer: Anton Khirnov avformat/version: postpone the remaining API deprecations They are either too recent, or still need work like FF_API_COMPUTE_PKT_FIELDS2. Signed-off-by

[FFmpeg-cvslog] avutil/{color_utils, csp}: merge color_utils into csp and expose API

2023-02-09 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Mon Jan 30 11:50:10 2023 -0500| [719a93f4e40b202c5b74b58bcff85395a3edd0c7] | committer: Anton Khirnov avutil/{color_utils, csp}: merge color_utils into csp and expose API libavutil/color_utils contains some avpriv_ symbols that map enum AVTransferCharacteri

[FFmpeg-cvslog] Bump major versions of all libraries

2023-02-09 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Jan 12 09:20:34 2023 -0300| [5bad4856035ca5ed571e9d7d9b1d503a5c9ef0a5] | committer: Anton Khirnov Bump major versions of all libraries Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5bad4856035ca5ed571e9d7d9b

[FFmpeg-cvslog] avformat/wavarc: demux only data chunk content

2023-02-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Feb 9 11:32:19 2023 +0100| [8ed1d6b5e409c2a92a6920b42caff5ea89b66dfb] | committer: Paul B Mahol avformat/wavarc: demux only data chunk content > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ed1d6b5e409c2a92a6920b42caff5ea89b66dfb ---