Re: [FFmpeg-devel] [PATCH 0/6] avformat/movenc: normalize on AC-3 parser usage

2022-06-06 Thread Jan Ekström
On Fri, Jun 3, 2022 at 3:46 PM Jan Ekström wrote: > > The simplified parsing currently in `mov_write_ac3_tag` trusts the content > of the packets a bit too much (the AC-3 parser returns all data fed to it, > including any possible data before the start code), while the existing E-AC-3 > logic does

Re: [FFmpeg-devel] [PATCH] libavformat/isom: Add more language mappings

2022-06-06 Thread Ivan Baykalov
Ping ср, 27 апр. 2022 г. в 18:00, Ivan Baykalov <4ru...@gmail.com>: > mov_mdhd_language_map table doesn't contain ISO 639 codes for some of > the languages. I added a few which have no contradictory mappings > > Fixes ticket #9743 > --- > libavformat/isom.c | 10 +- > 1 file changed, 5 i

[FFmpeg-devel] [PATCH] New API usage example (reading, converting, encoding and muxing an audio file)

2022-06-06 Thread Paolo Prete
Hello, >From what I see, the doc/examples files can be still improved. More precisely, >their main() is often split into functions with short names that hide >important (sometime essential) details of what they're doing and they worsen >the readability, by forcing the user to jump from chunks to

Re: [FFmpeg-devel] [PATCH] avformat/movenc: Support alpha channel for AVIF

2022-06-06 Thread Vignesh Venkatasubramanian
On Wed, Jun 1, 2022 at 12:47 PM Vignesh Venkatasubramanian wrote: > > On Wed, Jun 1, 2022 at 11:52 AM xyesbee wrote: > > > > Why can it not accept it as one but two distinct streams? Why the extra > > hurdle of alphaextract? YUVA pixel format exists though. > > Yes, while the YUVA pixel formats

[FFmpeg-devel] [PATCH] Deprecate ALPHA support

2022-06-06 Thread Michael Niedermayer
See: ML Thread "[FFmpeg-devel] [PATCH 1/2] avutil/opt: Alpha workaround" Signed-off-by: Michael Niedermayer --- Changelog | 1 + configure | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog b/Changelog index d4ca674b1b..39020776c0 100644 --- a/Changelog +++ b/Changelog @@ -19,6 +19,

Re: [FFmpeg-devel] [PATCH 1/2] avutil/opt: Alpha workaround

2022-06-06 Thread Anton Khirnov
Quoting Michael Niedermayer (2022-06-01 19:01:27) > On Wed, Jun 01, 2022 at 12:38:05PM +0200, Anton Khirnov wrote: > > Quoting Michael Niedermayer (2022-05-30 21:09:10) > > > alpha-linux-gnu-gcc-5 (Ubuntu 5.5.0-12ubuntu1) 5.5.0 20171010 with > > > qemu-alpha version 2.11.1(Debian 1:2.11+dfsg-1ubun

Re: [FFmpeg-devel] [PATCH 1/2] lavfi/blockdetect: Fix possible div by 0

2022-06-06 Thread Thilo Borgmann
Am 04.06.22 um 13:57 schrieb Thilo Borgmann: Now with actual patch… Pushed, thanks! -Thilo ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel