Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] Changelog: Add Enhanced FLV format
@ 2023-07-18  2:10 Steven Liu
  2023-07-18  9:44 ` Anton Khirnov
  0 siblings, 1 reply; 4+ messages in thread
From: Steven Liu @ 2023-07-18  2:10 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Steven Liu

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
---
 Changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Changelog b/Changelog
index 3876082844..db79ae150d 100644
--- a/Changelog
+++ b/Changelog
@@ -25,6 +25,7 @@ version <next>:
 - Raw VVC bitstream parser, muxer and demuxer
 - Bitstream filter for editing metadata in VVC streams
 - Bitstream filter for converting VVC from MP4 to Annex B
+- Enhanced FLV format
 
 version 6.0:
 - Radiance HDR image support
-- 
2.40.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] Changelog: Add Enhanced FLV format
  2023-07-18  2:10 [FFmpeg-devel] [PATCH] Changelog: Add Enhanced FLV format Steven Liu
@ 2023-07-18  9:44 ` Anton Khirnov
  2023-07-18  9:55   ` Steven Liu
  2023-07-19  9:55   ` [FFmpeg-devel] [PATCH v2] Changelog: Add Support hevc, vp9, av1 codec in enhanced flv format Steven Liu
  0 siblings, 2 replies; 4+ messages in thread
From: Anton Khirnov @ 2023-07-18  9:44 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: Steven Liu

Quoting Steven Liu (2023-07-18 04:10:20)
> Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
> ---
>  Changelog | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Changelog b/Changelog
> index 3876082844..db79ae150d 100644
> --- a/Changelog
> +++ b/Changelog
> @@ -25,6 +25,7 @@ version <next>:
>  - Raw VVC bitstream parser, muxer and demuxer
>  - Bitstream filter for editing metadata in VVC streams
>  - Bitstream filter for converting VVC from MP4 to Annex B
> +- Enhanced FLV format

It should say a bit more on what exactly is enhanced about it.

-- 
Anton Khirnov
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] [PATCH] Changelog: Add Enhanced FLV format
  2023-07-18  9:44 ` Anton Khirnov
@ 2023-07-18  9:55   ` Steven Liu
  2023-07-19  9:55   ` [FFmpeg-devel] [PATCH v2] Changelog: Add Support hevc, vp9, av1 codec in enhanced flv format Steven Liu
  1 sibling, 0 replies; 4+ messages in thread
From: Steven Liu @ 2023-07-18  9:55 UTC (permalink / raw)
  To: FFmpeg development discussions and patches, Steven Liu

Anton Khirnov <anton@khirnov.net> 于2023年7月18日周二 17:44写道:
>
> Quoting Steven Liu (2023-07-18 04:10:20)
> > Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
> > ---
> >  Changelog | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/Changelog b/Changelog
> > index 3876082844..db79ae150d 100644
> > --- a/Changelog
> > +++ b/Changelog
> > @@ -25,6 +25,7 @@ version <next>:
> >  - Raw VVC bitstream parser, muxer and demuxer
> >  - Bitstream filter for editing metadata in VVC streams
> >  - Bitstream filter for converting VVC from MP4 to Annex B
> > +- Enhanced FLV format
>
> It should say a bit more on what exactly is enhanced about it.
What about this one?
- Support hevc,vp9,av1 codec in enhanced flv format.


>
> --
> Anton Khirnov
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [FFmpeg-devel] [PATCH v2] Changelog: Add Support hevc, vp9, av1 codec in enhanced flv format
  2023-07-18  9:44 ` Anton Khirnov
  2023-07-18  9:55   ` Steven Liu
@ 2023-07-19  9:55   ` Steven Liu
  1 sibling, 0 replies; 4+ messages in thread
From: Steven Liu @ 2023-07-19  9:55 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: Steven Liu

Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
---
 Changelog | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Changelog b/Changelog
index 3876082844..a3b4cb9703 100644
--- a/Changelog
+++ b/Changelog
@@ -25,6 +25,7 @@ version <next>:
 - Raw VVC bitstream parser, muxer and demuxer
 - Bitstream filter for editing metadata in VVC streams
 - Bitstream filter for converting VVC from MP4 to Annex B
+- Support HEVC,VP9,AV1 codec in enhanced flv format
 
 version 6.0:
 - Radiance HDR image support
-- 
2.40.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-07-19  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18  2:10 [FFmpeg-devel] [PATCH] Changelog: Add Enhanced FLV format Steven Liu
2023-07-18  9:44 ` Anton Khirnov
2023-07-18  9:55   ` Steven Liu
2023-07-19  9:55   ` [FFmpeg-devel] [PATCH v2] Changelog: Add Support hevc, vp9, av1 codec in enhanced flv format Steven Liu

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git