Zhao Zhili 于2025年4月29日 周二17:30写道:
> From: Zhao Zhili
>
> ---
> libavformat/hls.c | 47 ++-
> 1 file changed, 34 insertions(+), 13 deletions(-)
>
> diff --git a/libavformat/hls.c b/libavformat/hls.c
> index 6623c80309..fe908a563b 100644
> --- a/libavfor
> On Apr 23, 2025, at 20:59, Zhao Zhili
> wrote:
Hi Zhili,
>
> From: Zhao Zhili
>
> ---
> libavformat/hls.c | 12 +++-
> 1 file changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/libavformat/hls.c b/libavformat/hls.c
> index 6623c80309..45c1b283c9 100644
> --- a/libavformat/h
Peter Xia 于2025年4月5日周六 11:21写道:
>
> Hi Michael,
>
> The current webp decoder does not support animated, only webp stills. It has
> been a pretty long standing feature request (#4907).
>
> Although it adds dependency of the libwebp decoder library, libwebp itself is
> already a dependency of the
Jack Lau via ffmpeg-devel 于2025年3月24日周一 07:13写道:
>
> The previous code sets the bitrate to be calculated only when duration>0.5,
> which is obviously not general enough.
>
> In some scenarios, we may need to set hls_time<0.5, then the generated
> segments are all <0.5. At this time, because the
Zhao Zhili 于2025年3月11日周二 10:35写道:
>
> From: Zhao Zhili
>
> ---
> tests/fate/flvenc.mak | 4 +
> tests/ref/fate/enhanced-flv-hevc-hdr10 | 100 +
> 2 files changed, 104 insertions(+)
> create mode 100644 tests/ref/fate/enhanced-flv-hevc-hdr10
>
> diff --
Jack Lau via ffmpeg-devel 于2025年3月3日周一 09:38写道:
>
> fix ticket: 10786
> parse the SPS from extradata and get profile_compatibility, tier, constraints
> which was been hard code before.
>
> HEVC CODECS Attribute reference to: ISO/IEC14496-15
> Signed-off-by: Jack Lau
> ---
> libavformat/hlsenc.c
Jack Lau via ffmpeg-devel 于2025年3月2日周日 21:31写道:
>
> fix ticket: 10786
> parse the SPS from extradata and get profile_compatibility, tier, constraints
> which was been hard code before.
>
> HEVC CODECS Attribute reference to: ISO/IEC14496-15
> Signed-off-by: Jack Lau
> ---
> libavformat/hlsenc.c
Jack Lau via ffmpeg-devel 于2025年3月2日周日 15:47写道:
>
> fix ticket: 10786
> parse the SPS from extradata and get profile_compatibility, tier, constraints
> which was been hard code before.
>
> HEVC CODECS Attribute reference to: ISO/IEC14496-15
> Signed-off-by: Jack Lau
> ---
> libavformat/hlsenc.c
Michael Niedermayer 于2025年2月15日周六 23:14写道:
>
> Hi Steven
>
> On Sat, Feb 15, 2025 at 07:30:40AM +0800, Steven Liu wrote:
> [...]
> > That’s not whole WebRTC, just push streams to server, we can implement a
> > tiny function, I know WebRTC is too huge and there have
Kieran Kunhya 于2025年2月15日 周六06:15写道:
>
>
> On Fri, 14 Feb 2025, 21:29 Steven Liu, wrote:
>
>>
>>
>> Kieran Kunhya via ffmpeg-devel 于2025年2月15日
>> 周六04:21写道:
>>
>>> On Fri, Feb 14, 2025 at 7:28 PM Michael Niedermayer
>>> wrote:
>
Kieran Kunhya via ffmpeg-devel 于2025年2月15日
周六04:21写道:
> On Fri, Feb 14, 2025 at 7:28 PM Michael Niedermayer
> wrote:
> >
> > Hi everyone
> >
> > Please help improve the gsoc 2025 page
> >
> > 2 ideas are missing backup mentors, if you are able please
> > add yourself to them as backup mentor
> >
Stephen Hutchinson 于2025年2月14日 周五05:44写道:
> On 2/13/25 8:32 AM, Timo Rothenpieler wrote:
> > If anyone wants to be allowed to fork, just let me know with an account
> > name and I'll up the limit.
>
> Yes, in my case. Account name: qyot27
Yes too. account name:lq
Thanks
Steven
>
>
> __
Michael Niedermayer 于2025年1月28日 周二10:21写道:
> Hi
>
> Everyone interested in mentoring a project in 2025, please add your
> idea(s) to [1].
>
> during February 11 - 26 "Google program administrators review organization
> applications"
> That means that by February 11th the list of ideas must be comp
softworkz 于2025年1月19日周日 16:52写道:
>
> From: softworkz
>
> This change has caused regressions for many users and consumers.
> Playlist reloads only happen when a playlist doesn't indicate that it
> has ended (via #EXT-X-ENDLIST), which means that the addition of future
> segments is still expected.
Michael Niedermayer 于2025年2月6日周四 20:10写道:
>
> Allow mp4 with all mpegts extensions
>
> Fixes: Ticket11435
>
> Signed-off-by: Michael Niedermayer
> ---
> libavformat/hls.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/libavformat/hls.c b/libavformat/hls.c
> index 8e
compn 于2025年1月29日 周三17:26写道:
> hi,
Hi compn
>
> as i asked on irc this week, and as many of you may have seen it, the
> owner of twitter/x did a thing at a political rally last week:
> https://www.youtube.com/watch?v=wubITdJ_MCw
>
> when asked if he meant the gesture, the man replied with this
Ingo Oppermann 于2025年1月29日 周三17:54写道:
Hi Ingo,
Great job, thanks for your valuable patch,
> The current implementation of the hls_time might produce segments
> with shorter duration in some cases. With the hls_min_time option
> a minimal segment duration will be enforced.
>
> Instead of changing
Michael Niedermayer 于2025年1月18日周六 06:31写道:
>
> On Thu, Jan 16, 2025 at 04:39:49AM +0100, Michael Niedermayer wrote:
> > Fixes: CVE-2023-6602, V. DASH Playlist SSRF
> >
> > Found-by: Harvey Phillips of Amazon Element55 (element55)
> > Signed-off-by: Michael Niedermayer
> > ---
> > libavformat/das
Ronald S. Bultje 于2024年12月29日 周日00:54写道:
> Hi all,
>
> (Prior note: the election was scheduled to end on the 23rd of December.
> Anton is currently taking a break so I've asked him to let me announce the
> election results.)
>
> The poll has concluded, with 31 votes out of 52. Results are availabl
Leo Izen 于2024年12月27日周五 21:29写道:
Hi Leo,
>
> On 12/26/24 6:37 PM, Steven Liu wrote:
> > fix CID: 1637073
> > there maybe have NULL pointer return by av_strtok, and should be checked
> > before
> > strtoll it.
> >
> > Signed-off-by: Steven Liu
> >
fix CID: 1637073
there maybe have NULL pointer return by av_strtok, and should be checked before
strtoll it.
Signed-off-by: Steven Liu
---
libavformat/dashdec.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
index 8107280444..043cd52232
Ronald S. Bultje 于2024年12月23日周一 21:24写道:
>
> Hi,
>
> On Mon, Dec 23, 2024 at 8:22 AM Nicolas George wrote:
>
> > Could you all stop ganging against Michael? It is reminiscent of the
> > bullying he was subjected to in the months leading to the fork that
> > convinced him to “resign” as project le
Marth64 于2024年12月25日 周三05:50写道:
> Hi Steven,
>
> OK with me pushing this readability change?
Sure, go ahead and push it. I'm really sorry for forgetting about this
patch. I've been taking care of my newborn baby for the past few days and
it must have slipped my mind.
>
>
> Thank you
>
Thanks
St
唐莎 于2024年11月14日周四 09:18写道:
looks ok, the ret is unused.
Thanks
Steven
>
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-requ..
vectronic 于2024年11月8日周五 05:31写道:
>
> I am again updating and resubmitting a patch which fixes the following ticket:
>
> https://trac.ffmpeg.org/ticket/7359
>
> This fix has been tested and recommended by several people now and I have
> been using it in production successfully since I submitted it
Nicolas George 于2024年11月8日周五 00:24写道:
>
> Michael Niedermayer (12024-11-03):
> > We can install gitlab on our infrastructure, if the community decides that
> > it
> > wants gitlab. We can also install anything else the community wants.
>
> If we want a more-than-monthly emergency security update
> On Nov 6, 2024, at 17:32, Zhao Zhili wrote:
>
> From: Zhao Zhili
>
> The typo has no real effect except confusing.
>
> Signed-off-by: Zhao Zhili
> Reported-by: Chen Haibo
> ---
> fftools/ffplay_renderer.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fftools
Michael Niedermayer 于2024年11月5日 周二04:34写道:
> Hi all
>
> I think, in general most fixed issues (both bugs and features)
> should have a test added to fate.
>
> To make that actually happen i suggest to introduce a state like
> "fixed_and_fate_test" to trac
>
> That way we can track if a closed issu
Steven Liu 于2024年10月12日周六 09:21写道:
>
> Marth64 于2024年10月11日周五 15:06写道:
> >
> > Signed-off-by: Marth64
> > ---
> > libavformat/dashdec.c | 15 ++-
> > 1 file changed, 6 insertions(+), 9 deletions(-)
> >
> > diff --git a/libavfo
Steven Liu 于2024年10月13日周日 08:42写道:
>
> Marth64 于2024年10月13日周日 01:25写道:
> >
> > Written in the dominant style of the surrounding code block.
> >
> > Signed-off-by: Marth64
> > ---
> > libavformat/hlsenc.c | 4 +++-
> > 1 file changed, 3 i
Jonathan Baecker 于2024年10月13日周日 19:54写道:
>
> Am 04.10.24 um 12:09 schrieb Steven Liu:
> > Jonathan Baecker 于2024年9月29日周日 05:56写道:
> >> If 'sname:*' is set in the var_stream_map variable, use it as
> >> the NAME attribute for subtitles. This improves the
Marth64 于2024年10月13日周日 01:25写道:
>
> Written in the dominant style of the surrounding code block.
>
> Signed-off-by: Marth64
> ---
> libavformat/hlsenc.c | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 571d6b2752..1b3
Marth64 于2024年10月11日周五 15:13写道:
>
> Signed-off-by: Marth64
> ---
> libavformat/dashdec.c | 6 +-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 9ce23aec65..cd1b3da3a2 100644
> --- a/libavformat/dashdec.c
> +++ b/libavfo
Marth64 于2024年10月11日周五 15:07写道:
>
> Signed-off-by: Marth64
> ---
> libavformat/dashdec.c | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index cd1b3da3a2..a1d274f2f0 100644
> --- a/libavformat/dashdec.c
> +++ b/libavfo
Marth64 于2024年10月11日周五 15:06写道:
>
> Signed-off-by: Marth64
> ---
> libavformat/dashdec.c | 15 ++-
> 1 file changed, 6 insertions(+), 9 deletions(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 99ac6197be..9ce23aec65 100644
> --- a/libavformat/dashdec.c
> ++
ation if another thread or a plugin is still using
libxml2.
So give a warning message to user for call xmlCleanupParser by themselves.
Signed-off-by: Steven Liu
---
libavformat/dashdec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/dashdec.c b/libavformat/dash
Jonathan Baecker 于2024年9月29日周日 05:56写道:
>
> If 'sname:*' is set in the var_stream_map variable, use it as
> the NAME attribute for subtitles. This improves the naming of
> subtitle streams in HTML players, providing clearer and more
> descriptive labels for users.
> ---
> doc/muxers.texi
Jonathan Baecker 于2024年10月1日周二 07:56写道:
>
> This modification applies Steven's suggestion.
>
> Original description was:
> Ensure that when the `-hls_flags omit_endlist` option is set,
> the `#EXT-X-ENDLIST` tag is also omitted from the `stream_vtt.m3u8`
> subtitle playlist. This maintains consist
Jonathan Baecker 于2024年10月1日周二 03:51写道:
>
> Apply Stevens suggestion.
>
> Original description:
> Ensure that when the `-hls_flags append_list` option is set,
> that *.vtt files in stream_vtt.m3u8 are correctly updated.
> This fixes https://trac.ffmpeg.org/ticket/11208
> ---
> libavformat/hlsenc.
Jonathan Baecker 于2024年9月29日周日 01:29写道:
Hi Jonathan,
>
> Ensure that when the `-hls_flags omit_endlist` option is set,
> the `#EXT-X-ENDLIST` tag is also omitted from the `stream_vtt.m3u8`
> subtitle playlist. This maintains consistency with the behavior
> in other playlists when `omit_endlist` i
Steven Liu 于2024年9月26日周四 21:18写道:
>
> Jonathan Baecker 于2024年9月26日周四 15:59写道:
> >
> > The EXT-X-DISCONTINUITY tag was not being added to subtitle streams,
> > causing synchronization issues. This patch ensures that the tag is applied
> > consistently acr
Jonathan Baecker 于2024年9月29日周日 03:51写道:
Hi Jonathan,
>
> Ensure that when the `-hls_flags append_list` option is set,
> that *.vtt files in stream_vtt.m3u8 are correctly updated.
>
> This fixes https://trac.ffmpeg.org/ticket/11208
>
> Is a bit of an ugly fix, let me know what you think.
> ---
>
> On Sep 27, 2024, at 19:57, jb wrote:
>
> Sorry for the last empty replay!
>
> That patch is not working correctly.
>
> The variable `varname` is also used for multiple video streams.
What about try to use a varname for webvtt, eg. subtitle_varname ?
>
> Is there another way, to specify th
> On Sep 27, 2024, at 19:22, Carlos Ruiz wrote:
>
> Hi all,
>
> Not sure if this should be directed at libav-user instead, feel free to
> redirect
> me if needed.
>
> I've read the writing_filters.txt documentation and numerous StackOverflow
> posts and everything indicates that in order to
> On Sep 27, 2024, at 14:32, Jonathan Baecker wrote:
Hi Jonathan,
thanks for your valuable patch.
>
> Ensure that when the `-hls_flags append_list` option is set, that *.vtt files
> in stream_vtt.m3u8 are correctly updated. This fixes
> https://trac.ffmpeg.org/ticket/11208
>
> This is a bi
Jonathan Baecker 于2024年9月26日周四 15:59写道:
>
> The EXT-X-DISCONTINUITY tag was not being added to subtitle streams, causing
> synchronization issues. This patch ensures that the tag is applied
> consistently across video and subtitle streams.
> ---
> libavformat/hlsenc.c | 2 +-
> 1 file changed,
> On Sep 25, 2024, at 05:38, Dennis Mungai wrote:
>
> On Tue, 24 Sept 2024, 22:24 Ingo Oppermann, wrote:
>
>> "Leavitt" (https://en.wikipedia.org/wiki/Henrietta_Swan_Leavitt)
>>
>>> On 24 Sep 2024, at 17:47, Michael Niedermayer
>> wrote:
>>>
>>> On Wed, Aug 14, 2024 at 02:41:55PM +0200, Mi
Steven Liu 于2024年9月2日周一 16:46写道:
>
> jiangjie 于2024年9月2日周一 16:35写道:
> >
> > If the segment is very small, avformat_find_stream_info will read all
> > audio/video data in this segment. cur->is_restart_needed is set to 0 later
> > in dash_read_packet function, a
Michael Niedermayer 于2024年9月13日周五 07:44写道:
>
> Fixes: memeleak
> Fixes:
> 70659/clusterfuzz-testcase-minimized-ffmpeg_dem_KUX_fuzzer-4539872627458048
>
> Found-by: continuous fuzzing process
> https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
> Signed-off-by: Michael Niedermayer
>
the VVC test cases cbs-vvc should prerequisites
VVC{demuxer, parser, metadata_bsf, muser}
Signed-off-by: Steven Liu
---
tests/fate/cbs.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/cbs.mak b/tests/fate/cbs.mak
index 4c30c5ec6c..dfd9e7d93c 100644
--- a
fix fate error when --disable-everything --samples=fate-suite/
--enable-demuxer=mov
Signed-off-by: Steven Liu
---
tests/fate/demux.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak
index d9b9045f0b..e0d1fccc8f 100644
--- a/tests
add h264_metadata_bsf and file protocol for cbs-hevc-discard test cases
Signed-off-by: Steven Liu
---
tests/fate/cbs.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/cbs.mak b/tests/fate/cbs.mak
index 368385982c..4c30c5ec6c 100644
--- a/tests/fate/cbs.mak
+++ b
add h264_metadata and file protocol for cbs-h264-discard test
Signed-off-by: Steven Liu
---
tests/fate/cbs.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/cbs.mak b/tests/fate/cbs.mak
index 802b0351a3..368385982c 100644
--- a/tests/fate/cbs.mak
+++ b/tests
fix error at fate-seek-* when
configure with --disable-everything --samples=fate-suite/ --enable-demuxer=mov
Signed-off-by: Steven Liu
---
tests/fate/seek.mak | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/fate/seek.mak b/tests/fate/seek.mak
index dfc2fa6a96
fix error st fate-mov-neg-firstpts-discard when
--disable-everything --samples=fate-suite
Signed-off-by: Steven Liu
---
tests/fate/mov.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/mov.mak b/tests/fate/mov.mak
index 4160c63a45..682997f7fe 100644
--- a/tests
fix error message when use --disable-everything --samples=fate-suite/
Signed-off-by: Steven Liu
---
tests/fate/matroska.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/matroska.mak b/tests/fate/matroska.mak
index 738c7fe30a..563d756485 100644
--- a/tests/fate
move fate-flcl1905 with depend on test case,
because there will get an error when disable-everything with fate-suite samples.
Signed-off-by: Steven Liu
---
tests/fate/audio.mak | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak
fix make fate error when make fate with --disable-everything,
should check the mov build into ffmpeg status before test mov functions.
Signed-off-by: Steven Liu
---
tests/fate/mov.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/mov.mak b/tests/fate
fix make fate failed problem, because fate libavcodec-avcodec need mjpeg encoder
when fate-libavcodec-huffman
Signed-off-by: Steven Liu
---
tests/fate/libavcodec.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak
index
fix make fate failed problem, because fate libavcodec-avcodec need mjpeg encoder
when fate-libavcodec-huffman
Signed-off-by: Steven Liu
---
tests/fate/libavcodec.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak
index
fix make fate error when make fate with --disable-everything,
should check the mov build into ffmpeg status before test mov functions.
Signed-off-by: Steven Liu
---
tests/fate/mov.mak | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/mov.mak b/tests/fate
move fate-flcl1905 with depend on test case,
because there will get an error when disable-everything with fate-suite samples.
Signed-off-by: Steven Liu
---
tests/fate/audio.mak | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak
fix error message when use --disable-everything --samples=fate-suite/
Signed-off-by: Steven Liu
---
tests/fate/matroska.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/matroska.mak b/tests/fate/matroska.mak
index 738c7fe30a..563d756485 100644
--- a/tests/fate
Output var stream map m3u8 list file,
and check the list file correct.
Signed-off-by: Steven Liu
---
tests/fate-run.sh | 4
tests/fate/hlsenc.mak | 17 +
2 files changed, 21 insertions(+)
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 6ae0320c60..12d8faa65b
Steven Liu 于2024年9月2日周一 14:31写道:
>
> Signed-off-by: Steven Liu
> ---
> tests/fate/hlsenc.mak | 15 +++
> tests/ref/fate/hls-with-vtt-var-stream_map | 1 +
> 2 files changed, 16 insertions(+)
> create mode 100644 tests/ref/fate/hls-with-vtt
jiangjie 于2024年9月2日周一 16:35写道:
>
> If the segment is very small, avformat_find_stream_info will read all
> audio/video data in this segment. cur->is_restart_needed is set to 0 later in
> dash_read_packet function, and no chance to be set to 1 again in the
> read_data function.
>
> Reproduction:
Output var stream map m3u8 list file,
and check the list file correct.
Signed-off-by: Steven Liu
---
tests/fate-run.sh | 4
tests/fate/hlsenc.mak | 17 +
2 files changed, 21 insertions(+)
diff --git a/tests/fate-run.sh b/tests/fate-run.sh
index 6ae0320c60..12d8faa65b
Signed-off-by: Steven Liu
---
tests/fate/hlsenc.mak | 15 +++
tests/ref/fate/hls-with-vtt-var-stream_map | 1 +
2 files changed, 16 insertions(+)
create mode 100644 tests/ref/fate/hls-with-vtt-var-stream_map
diff --git a/tests/fate/hlsenc.mak b/tests/fate
Timo Rothenpieler 于2024年8月16日 周五08:03写道:
> Without resetting it, if there was a previous set of varstreams with
> subtitles, it would subtract from all the streams, leading to chaos and
> segfaults when trying to access for example stream -1.
> ---
> libavformat/hlsenc.c | 2 +-
> 1 file changed,
Steven Liu 于2024年7月15日周一 21:47写道:
>
> CoderVenkat 于2024年7月15日周一 00:07写道:
> >
> > Apologies
> > Correct file attached in this
> > mail.___
> I need more time look at the deep for and if logic.
Hi CoderVenkat,
+
CoderVenkat 于2024年7月15日周一 00:07写道:
>
> Apologies
> Correct file attached in this
> mail.___
I need more time look at the deep for and if logic.
Thanks
Steven
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg
CoderVenkat 于2024年7月14日周日 16:21写道:
Hi Coder Venkat,
>
> Ping.
> Any chance you could take a look? I would like to submit another fix based on
> this.
@@ -1434,6 +1436,31 @@ static int create_master_playlist(AVFormatContext *s,
avio_printf(hls->m3u8_out, ",INSTREAM-ID=\"%s\"\n", ccs->in
CoderVenkat 于2024年7月5日周五 21:27写道:
>
> In absence of default in var_stream_map, it was setting default=yes on
> every stream,
> but according to RFC8216 4.3.4.1 only one stream in a default group may
> have that.
> Additionally added support for autoselect=yes/no, whose presence
> combined with def
Fix CID: 1609624
The hlsenc should give error message when hlsenc_io_open error, release
memory of filename and options, should return warning message when
hlsenc_io_close error.
Signed-off-by: Steven Liu
---
libavformat/hlsenc.c | 9 +
1 file changed, 9 insertions(+)
diff --git a
Martin Storsjö 于2024年7月3日周三 04:46写道:
>
> On Wed, 26 Jun 2024, Martin Storsjö wrote:
>
> > Previously, vs->start_pos was never 0 here, unless using the
> > -hls_segment_size option, which wasn't allowed for SEGMENT_TYPE_FMP4.
> > Therefore, this if statement was practically always taken anyway.
> >
> On Jun 24, 2024, at 16:49, Martin Storsjö wrote:
>
> When not using HLS_SINGLE_FILE or hls_segment_size, we're writing
> each segment into a separate file. In that case, the file start pos for
> each segment will be zero.
>
> This matches the case in (hls->max_seg_size > 0) above, where we
>
Nuo Mi 于2024年6月19日周三 16:40写道:
>
> On Tue, Jun 18, 2024 at 8:06 PM Steven Liu wrote:
>
> > Nuo Mi 于2024年6月18日周二 19:51写道:
> > >
> > > On Mon, Jun 17, 2024 at 5:28 PM Zhao Zhili
> > wrote:
> > >
> > > >
> > &
Nuo Mi 于2024年6月18日周二 19:51写道:
>
> On Mon, Jun 17, 2024 at 5:28 PM Zhao Zhili wrote:
>
> >
> >
> > > On Jun 17, 2024, at 16:45, Hendrik Leppkes wrote:
> > >
> > > On Mon, Jun 17, 2024 at 10:03 AM Zhao Zhili
> > wrote:
> > >>
> > >>
> > >>
> > >>> On Jun 17, 2024, at 15:05, Anton Khirnov wrote:
Steven Liu 于2024年6月18日周二 17:53写道:
>
> Michael Niedermayer 于2024年6月17日周一 07:09写道:
> >
> > Ive been told that someone at the BCN video tech meetup claimed to be the
> > "release maintainer for FFmpeg".
> >
> > If you have any doubt who maintains relea
Michael Niedermayer 于2024年6月17日周一 07:09写道:
>
> Ive been told that someone at the BCN video tech meetup claimed to be the
> "release maintainer for FFmpeg".
>
> If you have any doubt who maintains releases, just do something like the
> following and look at the output:
> VER=5.1
> echo commiters ;
Michael Niedermayer 于2024年5月25日周六 19:18写道:
>
> Fixes: CID1529222 Unused value
>
> Sponsored-by: Sovereign Tech Fund
> Signed-off-by: Michael Niedermayer
> ---
> libavformat/hlsenc.c | 4
> 1 file changed, 4 deletions(-)
>
> diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
> index 0
Timo Rothenpieler 于2024年5月21日周二 17:03写道:
>
> This is based on the preliminary spec for enhanced rtmp v2:
> https://veovera.org/docs/enhanced/enhanced-rtmp-v2
>
> The spec is not final, and can still undergo breaking changes, hence this set
> is purely for comments and review, and not ready to be
LuMingYin 于2024年4月13日周六 14:35写道:
>
> In the function 'hls_write_trailer' in the file
> '/FFmpeg/libavformat/hlsenc.c', the variable named 'options' allocates a
> block of dynamic memory in the 'av_dict_set' function, which is not freed on
> error paths.
>
> Signed-off-by: LuMingYin
> ---
> li
Anton Khirnov 于2024年4月13日周六 17:58写道:
>
> Hi all,
> I am hereby resigning from my position as a CC member, since I do not
> want to be associated with the CC's utter lack of initiative and
> meaningful action.
What's happened? Perhaps have some misunderstand with some body or some things?
Thanks
Romain Beauxis 于2024年3月26日周二 08:58写道:
>
> This patch adds support for updating HLS metadata passed as ID3 frames.
>
> This seems like a pretty straight-forward improvement. Updating the
> metadaata of the first stream seems to be the mechanism is other places
> in the code and works as expected.
>
gt; return 0;
> >>
> >> fail:
> >> -av_freep(&rt->playpath);
> >> -av_freep(&rt->tcurl);
> >> -av_freep(&rt->flashver);
> >> av_dict_free(opts);
> >> rtmp_close(s);
> >> return ret;
> >
> 在 2024年3月29日,06:51,Romain Beauxis 写道:
>
> On Mon, Mar 25, 2024, 19:58 Romain Beauxis wrote:
>
>> This patch adds support for updating HLS metadata passed as ID3 frames.
>>
>> This seems like a pretty straight-forward improvement. Updating the
>> metadaata of the first stream seems to be t
Signed-off-by: Steven Liu
---
Changelog | 1 +
1 file changed, 1 insertion(+)
diff --git a/Changelog b/Changelog
index b7d7535a9e..e3ca52430c 100644
--- a/Changelog
+++ b/Changelog
@@ -34,6 +34,7 @@ version :
- ffprobe (with -export_side_data film_grain) now prints film grain metadata
- AEA
Steven Liu 于2024年3月7日周四 17:33写道:
>
> zhupengfei via ffmpeg-devel 于2024年3月4日周一 21:52写道:
> >
> > From: Zhu Pengfei <411294...@qq.com>
> >
> > Signed-off-by: Zhu Pengfei <411294...@qq.com>
> > ---
> > libavformat/flvdec.c | 177 ++
James Almer 于2024年3月8日周五 21:19写道:
>
> Signed-off-by: James Almer
> ---
> tests/fate-run.sh | 5 +++--
> tests/fate/flvenc.mak | 2 +-
> tests/fate/mpegps.mak | 2 +-
> 3 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/tests/fate-run.sh b/tests/fate-run.sh
> index 2de560354f..
James Almer 于2024年3月8日周五 21:13写道:
>
> On 3/8/2024 10:07 AM, Andreas Rheinhardt wrote:
> > Steven Liu:
> >> before patch:
> >> test failed when using libaomdec.
> >> TESTenhanced-flv-av1
> >> --- src/tests/ref/fate/enhanced-flv-av1 2024-03-
: 320x176
-#sar 0: 0/1
+#sar 0: 1/1
0, 0, 0, 41, 4718, 0xc4d912ec
0, 42, 42, 41, 5109, 0xc065dd7d, F=0x0
0, 83, 83, 41, 192, 0x160c5335, F=0x0
after patch:
test passed
Signed-off-by: Steven Liu
---
libavcodec
zhupengfei via ffmpeg-devel 于2024年3月4日周一 21:52写道:
>
> From: Zhu Pengfei <411294...@qq.com>
>
> Signed-off-by: Zhu Pengfei <411294...@qq.com>
> ---
> libavformat/flvdec.c | 177 ++-
> 1 file changed, 176 insertions(+), 1 deletion(-)
>
> diff --git a/libavfor
Dennis Mungai 于2024年1月22日 周一18:20写道:
> On Mon, 22 Jan 2024 at 13:10, Steven Liu wrote:
>
> > Dennis Mungai 于2024年1月21日周日 00:42写道:
> >
> > > >
> > > Perfect, and thanks for considering a revert of this deprecated
> feature.
> >
> > H
Dennis Mungai 于2024年1月21日周日 00:42写道:
> >
> Perfect, and thanks for considering a revert of this deprecated feature.
Hi Dennis,
Need more talk, Why don't try to use hls_flags +delete_segments+append_list. ?
Thanks
Steven
___
ffmpeg-devel mailing list
Dennis Mungai 于2024年1月20日 周六23:15写道:
> On Sat, 20 Jan 2024, 6:09 pm Steven Liu, wrote:
>
> > Dennis Mungai 于2024年1月20日 周六21:02写道:
> >
> > > Hello,
> > >
> > > Is there a valid technical reason as to why FFmpeg's HLS muxer dropped
> >
Dennis Mungai 于2024年1月20日 周六21:02写道:
> Hello,
>
> Is there a valid technical reason as to why FFmpeg's HLS muxer dropped the
> hls_wrap option?
eg. three player playing the list and every fragment less or equal 1 second
,
1. Player 1 from fragment1, fragment2
2. Now Player 2 from fragment 1, fra
James Almer 于2024年1月8日周一 05:31写道:
Hi James,
>
> Similar to filter_complex_script. Should make setting stream groups
> easier.
>
> Signed-off-by: James Almer
> ---
> fftools/ffmpeg_mux_init.c | 2 +-
> fftools/ffmpeg_opt.c | 3 +++
> 2 files changed, 4 insertions(+), 1 deletion(-)
>
> diff -
Romain Beauxis 于2024年1月1日周一 23:53写道:
>
> This patch populates the third entry for HLS codec attribute using the
> AAC profile.
>
> The HLS specifications[1] require this value to be the Object Type ID as
> referred to in table 1.3 of ISO/IEC 14496-3:2009[2].
>
> The numerical constants in the code
Evgeniy Pantyuhin via ffmpeg-devel
于2023年12月7日周四 04:32写道:
>
> Signed-off-by: Evgeniy
> ---
> libavformat/dashdec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
> index 29d4680..36e4719 100644
> --- a/libavformat/dashdec.c
1 - 100 of 1804 matches
Mail list logo