Thank you, Frank,
Applied with some minor changes.
On Sat, Jan 11, 2025 at 5:31 AM Frank Plowman wrote:
> The criteria for slice structure validity is similar to that of
> subpicture structure validity that we saw not too long ago [1].
> The relationship between tiles and slices must satisfy the
On Sat, Jan 11, 2025 at 11:49 PM James Almer wrote:
> As defined in
> https://github.com/ietf-wg-cellar/matroska-specification/blob/master/codec_specs.md#v_mpegiisovvc
>
> Signed-off-by: James Almer
> ---
> libavformat/matroska.c| 1 +
> libavformat/matroskaenc.c | 10 --
> 2 files
On Sat, Jan 11, 2025 at 9:18 PM Frank Plowman wrote:
> In some scenarios, the VVCContext.pix_fmt and the
> AVCodecContext.pix_fmt can get out-of-sync. It is more robust here
> to check the AVCodecContext.pix_fmt, as we already do for the width and
> height, seeing as the AVCodecContext.pix_fmt i
On 1/11/2025 11:37 PM, Peter Ross wrote:
---
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/codec_desc.c | 7 ++
libavcodec/codec_id.h | 1 +
libavcodec/g728data.h | 70 +
libavcodec/g728dec.c| 213 +
On Sun, Jan 12, 2025 at 6:24 AM James Almer wrote:
> On 1/11/2025 3:40 AM, Nuo Mi wrote:
> > Tested with:
> > ```
> > wget
> https://www.itu.int/wftp3/av-arch/jvet-site/bitstream_exchange/VVC/draft_conformance/draft6/CodingToolsSets_E_Tencent_1.zip
> > unzip CodingToolsSets_E_Tencent_1.zip Coding
Tested with:
```
wget
https://www.itu.int/wftp3/av-arch/jvet-site/bitstream_exchange/VVC/draft_conformance/draft6/CodingToolsSets_E_Tencent_1.zip
unzip CodingToolsSets_E_Tencent_1.zip CodingToolsSets_E_Tencent_1.bit
ffprobe -hide_banner CodingToolsSets_E_Tencent_1.bit -select_streams v
-show_fra
---
libavformat/rtp.c| 2 +-
libavformat/rtpenc.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavformat/rtp.c b/libavformat/rtp.c
index 564489b613..5bde171cf4 100644
--- a/libavformat/rtp.c
+++ b/libavformat/rtp.c
@@ -53,7 +53,7 @@ static const struct {
{13, "CN",
---
libavformat/aiff.c| 1 +
libavformat/aiffdec.c | 3 +++
2 files changed, 4 insertions(+)
diff --git a/libavformat/aiff.c b/libavformat/aiff.c
index 1ceac69a70..907f7d8d28 100644
--- a/libavformat/aiff.c
+++ b/libavformat/aiff.c
@@ -40,6 +40,7 @@ const AVCodecTag ff_codec_aiff_tags[] = {
---
libavformat/riff.c| 2 ++
libavformat/riffenc.c | 1 +
2 files changed, 3 insertions(+)
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 017a0658ef..151563e9f2 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -555,6 +555,7 @@ const AVCodecTag ff_codec_wav_tags[] = {
---
libavformat/Makefile | 1 +
libavformat/allformats.c | 1 +
libavformat/g728dec.c| 58
3 files changed, 60 insertions(+)
create mode 100644 libavformat/g728dec.c
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 074efc118a..e6a9
---
libavcodec/Makefile | 1 +
libavcodec/allcodecs.c | 1 +
libavcodec/codec_desc.c | 7 ++
libavcodec/codec_id.h | 1 +
libavcodec/g728data.h | 70 +
libavcodec/g728dec.c| 213
libavcodec/utils.c | 1 +
7 files cha
---
libavcodec/aac/aacdec_dsp_template.c | 2 +-
libavcodec/aacenc_tns.c | 2 +-
libavcodec/lpc.c | 2 +-
libavcodec/lpc_functions.h | 18 +-
libavcodec/ra288.c | 2 +-
5 files changed, 17 insertions(+), 9 deletions(-
---
libavcodec/g728_template.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/g728_template.c b/libavcodec/g728_template.c
index 72eb5fde80..0c83b0dbdc 100644
--- a/libavcodec/g728_template.c
+++ b/libavcodec/g728_template.c
@@ -39,7 +39,7 @@ static void convolve(fl
Sample: https://pross.sdf.org/sandpit/CW5.g728
Peter Ross (8):
avcodec/g728_template: do_hybrid_window() template
avcodec/g728_template: make hist parameter constant
avcodec/lpc_functions: compute_lpc_coefs: add starting lpc order and
err cache parameters
avcodec/g728dec: G.728 decoder
intended for use by RealAudio 2.0 (28.8k) and G.728 decoders.
---
libavcodec/g728_template.c | 65 ++
libavcodec/ra288.c | 50 ++---
2 files changed, 68 insertions(+), 47 deletions(-)
create mode 100644 libavcodec/g728_template.c
Michael Niedermayer:
> On Thu, Jan 09, 2025 at 03:47:39AM +0100, Andreas Rheinhardt wrote:
>> Patch attached
>
>> configure |6
>> libavfilter/aeval.c | 19
>> libavfilter/af_aap.c| 12
>> libavfilter/af_acontrast.c |
On Thu, Jan 09, 2025 at 03:47:39AM +0100, Andreas Rheinhardt wrote:
> Patch attached
> configure |6
> libavfilter/aeval.c | 19
> libavfilter/af_aap.c| 12
> libavfilter/af_acontrast.c |8
> libavfilter/af_acopy.c
On 1/11/2025 3:40 AM, Nuo Mi wrote:
Tested with:
```
wget
https://www.itu.int/wftp3/av-arch/jvet-site/bitstream_exchange/VVC/draft_conformance/draft6/CodingToolsSets_E_Tencent_1.zip
unzip CodingToolsSets_E_Tencent_1.zip CodingToolsSets_E_Tencent_1.bit
ffprobe -hide_banner CodingToolsSets_E_Tenc
Andreas Rheinhardt:
> Patch attached
>
>
> ___
> 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 "unsub
On Sat, 11 Jan 2025, Andreas Rheinhardt wrote:
Marton Balint:
Make the checker functions available for all codecs.
Signed-off-by: Marton Balint
---
libavcodec/encode.c| 19 +++
libavcodec/encode.h| 9 +
libavcodec/mpegvideo_enc.c | 8
3 f
As defined in
https://github.com/ietf-wg-cellar/matroska-specification/blob/master/codec_specs.md#v_mpegiisovvc
Signed-off-by: James Almer
---
libavformat/matroska.c| 1 +
libavformat/matroskaenc.c | 10 --
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/libavformat/
On 18.12.2024 08:13, Zhao Zhili wrote:
From: Zhao Zhili
---
libavcodec/cuviddec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/cuviddec.c b/libavcodec/cuviddec.c
index 3fae9c12eb..502bcc7fc2 100644
--- a/libavcodec/cuviddec.c
+++ b/libavcodec/cuviddec.c
@@ -1162,6 +1162,7 @
With this, the output from
ffmpeg -i $fate-samples/ac3/monsters_inc_5.1_448_small.ac3 -af
aresample,aformat=channel_layouts=mono -f s16le -
matches the one from
ffmpeg -downmix mono -i $fate-samples/ac3/monsters_inc_5.1_448_small.ac3 -f
s16le -
When testing with tiny_psnr.
Signed-off-by: Jam
In some scenarios, the VVCContext.pix_fmt and the
AVCodecContext.pix_fmt can get out-of-sync. It is more robust here
to check the AVCodecContext.pix_fmt, as we already do for the width and
height, seeing as the AVCodecContext.pix_fmt is the value which
actually ends up being used to determine the
Marton Balint:
> Make the checker functions available for all codecs.
>
> Signed-off-by: Marton Balint
> ---
> libavcodec/encode.c| 19 +++
> libavcodec/encode.h| 9 +
> libavcodec/mpegvideo_enc.c | 8
> 3 files changed, 36 insertions(+)
>
> di
Make the checker functions available for all codecs.
Signed-off-by: Marton Balint
---
libavcodec/encode.c| 19 +++
libavcodec/encode.h| 9 +
libavcodec/mpegvideo_enc.c | 8
3 files changed, 36 insertions(+)
diff --git a/libavcodec/encode.c b/li
Hi Michael,
On Fri, Jan 10, 2025 at 9:01 PM Michael Niedermayer
wrote:
> But i think a company which actually depends on a FFmpeg vote outcome
>
> will be able to connect the dots and be able to enumerate the options
> to influcence said vote
>
> * do they have an employee with vote rights, iam
On Thu, 9 Jan 2025, Michael Niedermayer wrote:
Hi
On Tue, Jan 07, 2025 at 12:08:39AM +0100, Marton Balint wrote:
All elements should be within 1-255.
---
libavcodec/encode.c | 16
1 file changed, 16 insertions(+)
this breaks:
./ffmpeg -i lena.pnm -qscale 4 -intra_matrix
On Fri, 10 Jan 2025, Leo Izen wrote:
It should be more clear what this flag is indicating with a more
verbose comment documenting it.
Signed-off-by: Leo Izen
Reviewed-by: Marton Balint
Reviewed-by: Alexander Strasser
Reviewed-by: Marth64
---
libavutil/frame.h | 6 +-
1 file changed, 5
29 matches
Mail list logo