Re: [FFmpeg-devel] [PATCH] avformat/flv: correct the video frametype mask to 0x70

2023-08-13 Thread Steven Liu
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

Re: [FFmpeg-devel] [PATCH] avformat/flvdec: remove unused context member of flv

2023-08-13 Thread Steven Liu
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

[FFmpeg-devel] [PATCH v7 3/3] tests/fate/flvenc: add av1 in enhanced flv test case

2023-08-13 Thread Steven Liu
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

[FFmpeg-devel] [PATCH v7 2/3] tests/fate/flvenc: add vp9 in enhanced flv test case

2023-08-13 Thread Steven Liu
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

[FFmpeg-devel] [PATCH v7 1/3] tests/fate/flvenc: add hevc in enhanced flv test case

2023-08-13 Thread Steven Liu
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/

Re: [FFmpeg-devel] [PATCH] Add NVENC "Maximum encoded slice size in bytes" for H.264/HEVC codecs.

2023-08-13 Thread Kieran Kunhya
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

Re: [FFmpeg-devel] [PATCH 1/9] avformat/matroskaenc: Avoid atoi()

2023-08-13 Thread Andreas Rheinhardt
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

Re: [FFmpeg-devel] [PATCH] apsnr and asisdr filter

2023-08-13 Thread Paul B Mahol
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".

Re: [FFmpeg-devel] [PATCH v3 6/6] lavc/vaapi_encode: Add VAAPI AV1 encoder

2023-08-13 Thread Mark Thompson
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

[FFmpeg-devel] [PATCH] cbs: Make tracing more general

2023-08-13 Thread Mark Thompson
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

Re: [FFmpeg-devel] [PATCH] Add NVENC "Maximum encoded slice size in bytes" for H.264/HEVC codecs.

2023-08-13 Thread Timo Rothenpieler
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. ___

Re: [FFmpeg-devel] [PATCH v2] wmavoice: convert DCT-I/DST-I to lavu/tx

2023-08-13 Thread Paul B Mahol
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".