Steven Liu 于2023年7月26日周三 16:27写道:
>
> avformat/flv: correct the video frametype mask to 0x70
>
> because the flv specification said the video frametype
> should use value range from 0x00 to 0x70,
> so use 0xF0 have no problem before support enhanced flv,
> but the 0xF0 will get incorrect result af
Steven Liu 于2023年8月4日周五 10:54写道:
>
> The exheader is unnecessary after 207e9f4e505d969d6ff7545b449295a1b88d6d1c
> Iust use local varible can do the same function.
>
> Signed-off-by: Steven Liu
> ---
> libavformat/flvdec.c | 9 -
> 1 file changed, 4 insertions(+), 5 deletions(-)
>
> diff
Signed-off-by: Steven Liu
---
tests/fate/flvenc.mak | 4 ++
tests/ref/fate/enhanced-flv-av1 | 70 +
2 files changed, 74 insertions(+)
create mode 100644 tests/ref/fate/enhanced-flv-av1
diff --git a/tests/fate/flvenc.mak b/tests/fate/flvenc.mak
index da
Signed-off-by: Steven Liu
---
tests/fate/flvenc.mak | 4
tests/ref/fate/enhanced-flv-vp9 | 18 ++
2 files changed, 22 insertions(+)
create mode 100644 tests/ref/fate/enhanced-flv-vp9
diff --git a/tests/fate/flvenc.mak b/tests/fate/flvenc.mak
index 406d04db1d..dae
Signed-off-by: Steven Liu
---
tests/fate/flvenc.mak| 7 +-
tests/ref/fate/enhanced-flv-hevc | 258 +++
2 files changed, 264 insertions(+), 1 deletion(-)
create mode 100644 tests/ref/fate/enhanced-flv-hevc
diff --git a/tests/fate/flvenc.mak b/tests/fate/
On Sun, 13 Aug 2023 at 18:36, Timo Rothenpieler
wrote:
> Did you actually get this to work?
> I'm testing it right now, and at stupid low values like 10 bytes I get a
> working but heavily artifacted video.
> If I set it to something like 2048 all I get is a full size video that
> VLC decodes to
Andreas Rheinhardt:
> It has undefined behaviour in case the value does not fit into an int.
> Also stop allowing to override a stream level "alpha_mode" tag
> by an AVFormatContext one and properly check that the stereo_mode
> number given via a tag is actually in the range 0..14: Negative
> value
Will apply soon.
___
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...@ffmpeg.org with subject "unsubscribe".
On 10/08/2023 03:54, Wang, Fei W wrote:
On Mon, 2023-08-07 at 22:21 +0100, Mark Thompson wrote:
On 03/08/2023 07:01, fei.w.wang-at-intel@ffmpeg.org wrote:
From: Fei Wang
Signed-off-by: Fei Wang
---
Changelog |1 +
configure |3 +
doc
Turn tracing into callbacks for each syntax element, with a default
callback to match trace_headers for debug. Move the construction of
bit strings outside CBS, which simplifies all of the read and write
functions.
---
Prompted by the AV1 VAAPI encode patch which reimplements a load of AV1 header
Did you actually get this to work?
I'm testing it right now, and at stupid low values like 10 bytes I get a
working but heavily artifacted video.
If I set it to something like 2048 all I get is a full size video that
VLC decodes to a black screen.
___
LGTM to whole set
___
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...@ffmpeg.org with subject "unsubscribe".
12 matches
Mail list logo