On Sat, Jul 9, 2022 at 8:44 AM Raymond Cheng
wrote:
> I also feel, btw, that there is already precedent for this kind of implied
> relationship between f_metadata.c and f_metadatareader.c. For example, the
> demuxer/muxer pairs in libavformat, such as movenc.c and mov.c are
> complimentary, the l
On Wed, Jul 6, 2022 at 8:47 PM Paul B Mahol wrote:
>
> Added parser.
> The test will be added after this is merged.
>
Will apply soon with test.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To
Well, I do think VTT is useful for the reasons I gave below, but also remember
that I am fine not doing VTT. 😊
Regarding the complexity, I think I started out simple, and that works fine
when not crossing between audio/video, but it got more complex in order to
perform the audio-to-video crosso
On Sun, 19 Jun 2022, rcombs wrote:
---
fftools/ffprobe.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index 4e2fdbaec8..22a754ae44 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -2491,8 +2491,9 @@ static void show_pac
On 09.07.2022 07:01, Gyan Doshi wrote:
On 2022-07-09 04:24 am, Timo Rothenpieler wrote:
---
Changelog | 1 +
configure | 7 +
doc/filters.texi | 68 ++
libavfilter/Makefile | 1 +
libavfilter/allfilt
Leo Izen:
> On 7/8/22 09:52, Michael Niedermayer wrote:
>> On Fri, Jul 08, 2022 at 10:36:54AM +0200, Jean-Baptiste Kempf wrote:
>>> On Thu, 7 Jul 2022, at 22:47, Michael Niedermayer wrote:
previosuly suggested names i found in my very unorgnaized notes:
Mellin, Gauss, Galois, Viterbi, Dar
On Fri, 1 Jul 2022, Brion Vibber wrote:
Attached patch adds input support for 16:9 DV video in QuickTime.
I found some old files produced by Adobe Premiere and Radius SoftDV which
were affected by this: 4:3 files were marked as type 'dvc ' which already
worked; 16:9 files as 'dvl ' which was
On Sat, 9 Jul 2022, lishuangxi wrote:
Please help review it, thanks.
You should describe why the old logic of encrypting in 16 byte chunks
is uneeded in the commit message.
Code process
-- Fixes ticket #9807.
-- Fixes ticket #9777.
The file in linked in
On 2022-07-08 09:26 am, Gyan Doshi wrote:
On 2022-07-07 03:11 pm, Anton Khirnov wrote:
Quoting Gyan Doshi (2022-07-04 18:29:12)
This is a per-file input option that adjusts an input's timestamps
with reference to another input, so that emitted packet timestamps
account for the difference b
On Mon, 4 Jul 2022, Wenbin Chen wrote:
For 422 frames we should not use hard coded 8 to calculate mb size for
uv plane. Chroma shift should be taken into consideration to be
compatiple with different sampling format.
The error is reported by fate test when av_cpu_max_align() return 64
on the
Signed-off-by: Andreas Rheinhardt
---
libavcodec/pnmdec.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/pnmdec.c b/libavcodec/pnmdec.c
index bb2ce53496..f012ed288b 100644
--- a/libavcodec/pnmdec.c
+++ b/libavcodec/pnmdec.c
@@ -513,5 +513,6 @@ const FFCodec ff_phm_decoder = {
On Sun, 19 Jun 2022, Martin Storsjö wrote:
On Mon, 20 Jun 2022, dvhh wrote:
On Sun, 19 Jun 2022 17:46:58 +0200
Timo Rothenpieler wrote:
On 17.06.2022 18:46, dvhh wrote:
pkg_config fallback for SDL2 use 2.1.0 as max (excluded) version
where the pkg_config specify 3.0.0
Correcting fa
On Sat, Jul 9, 2022 at 8:28 PM Gyan Doshi wrote:
>
>
> On 2022-07-08 09:26 am, Gyan Doshi wrote:
> >
> >
> > On 2022-07-07 03:11 pm, Anton Khirnov wrote:
> >> Quoting Gyan Doshi (2022-07-04 18:29:12)
> >>> This is a per-file input option that adjusts an input's timestamps
> >>> with reference to
On 2022-07-10 01:13 am, Paul B Mahol wrote:
On Sat, Jul 9, 2022 at 8:28 PM Gyan Doshi wrote:
On 2022-07-08 09:26 am, Gyan Doshi wrote:
On 2022-07-07 03:11 pm, Anton Khirnov wrote:
Quoting Gyan Doshi (2022-07-04 18:29:12)
This is a per-file input option that adjusts an input's timestamp
On Sat, Jul 9, 2022 at 9:56 PM Gyan Doshi wrote:
>
>
>
> On 2022-07-10 01:13 am, Paul B Mahol wrote:
> > On Sat, Jul 9, 2022 at 8:28 PM Gyan Doshi wrote:
> >
> >>
> >> On 2022-07-08 09:26 am, Gyan Doshi wrote:
> >>>
> >>> On 2022-07-07 03:11 pm, Anton Khirnov wrote:
> Quoting Gyan Doshi (202
This is in preparation of switching the default init-thread-safety
to a codec being init-thread-safe.
Signed-off-by: Andreas Rheinhardt
---
libavcodec/amfenc_h264.c| 3 ++-
libavcodec/amfenc_hevc.c| 3 ++-
libavcodec/codec_internal.h | 7 +++
libavcodec/crysta
16 matches
Mail list logo