Experimental for now to give it time to mature.
Documentation to follow.
This is intended to become the replacement to the limited
avformat/bluray protocol handler that exists today.
Signed-off-by: Marth64
---
configure|4 +-
libavformat/Makefile |1 +
libavformat/al
Signed-off-by: Marth64
---
doc/demuxers.texi | 1 -
1 file changed, 1 deletion(-)
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 86a9158e59..cc81c615dd 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -292,7 +292,6 @@ DVD-Video demuxer, powered by libdvdnav and libdvdread.
Ca
On Wed, Nov 27, 2024 at 6:46 PM Michael Niedermayer
wrote:
> Hi Vittorio
>
> On Wed, Nov 27, 2024 at 05:50:56PM -0500, Vittorio Giovara wrote:
> [...]
> > And it took three weeks
> > of drama on the mailing list to obtain this information. And you think
> this
> > is not obscurity.
>
> The reques
> seems to break build
Fixed in v3 (and replaced 16 in loop with the relevant constant, ==
16). Thank you.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
Signed-off-by: Marth64
---
libavformat/Makefile | 3 +-
libavformat/mov.c| 69
2 files changed, 21 insertions(+), 51 deletions(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 7ca68a7036..dd96bf7ba8 100644
--- a/libavformat/Makef
On Wed, Nov 27, 2024 at 11:41:27AM -0600, Marth64 wrote:
> v2 fixes overallocation of dvdsub_clut (typo)
>
> Signed-off-by: Marth64
> ---
> libavformat/mov.c | 69 +--
> 1 file changed, 19 insertions(+), 50 deletions(-)
seems to break build
LD f
Signed-off-by: Marth64
---
doc/ffprobe.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 64e2d88574..4f9e912539 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -256,6 +256,7 @@
+
--
2.34.1
__
On Thu, 28 Nov 2024 01:27:10 +0200
Nikolay Aleksandrov wrote:
> - I am an active contributor to multiple open source projects, mostly
> related to the Linux kernel and its networking subsystem where I'm a
> maintainer of a few subsystems, you can find me in the Linux kernel's
> MAINTAINERS file
Signed-off-by: Marth64
---
libavformat/options.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavformat/options.c b/libavformat/options.c
index c8f3390306..309a903c32 100644
--- a/libavformat/options.c
+++ b/libavformat/options.c
@@ -224,7 +224,8 @@ const AVClass *avfor
Signed-off-by: Marth64
---
doc/APIchanges | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/APIchanges b/doc/APIchanges
index fac0fff8ea..e06a74a457 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07
API chan
This is now printed at a disposition level.
Signed-off-by: Marth64
---
libavcodec/avcodec.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/avcodec.c b/libavcodec/avcodec.c
index 1fa8704c9d..2dc9b165fb 100644
--- a/libavcodec/avcodec.c
+++ b/libavcodec/avcodec.c
@@ -647,8 +647,6
After avformat_find_stream_info() calls codec_close(), the
properties are not copied in the newly created skeleton context
returned by codec_close(). This breaks display of the properties
when viewing stream information afterward e.g. via av_dump_format().
Copy the old properties over, thus fixing
Signed-off-by: Marth64
---
doc/ffprobe.xsd | 2 --
1 file changed, 2 deletions(-)
diff --git a/doc/ffprobe.xsd b/doc/ffprobe.xsd
index 4f9e912539..ec75ef44cf 100644
--- a/doc/ffprobe.xsd
+++ b/doc/ffprobe.xsd
@@ -282,8 +282,6 @@
-
-
--
2.34.1
___
ffprobe cannot access the inner codec context when setting up
the streams, so the values for these fields are always 0.
Signed-off-by: Marth64
---
fftools/ffprobe.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index 14b98d22a1..2cb3476656 100644
---
As it stands today, ffprobe has two stream-level fields (closed_captions and
film_grain)
that do not work. Their value is always 0 because ffprobe cannot access the
internal
codec properties in the stream context when it is setting up its internal
streams.
Additionally, avformat/dump used to su
Signed-off-by: Marth64
---
libavformat/demux.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavformat/demux.c b/libavformat/demux.c
index cba1f2e4df..61a163b267 100644
--- a/libavformat/demux.c
+++ b/libavformat/demux.c
@@ -2976,6 +2976,9 @@ int avformat_find_stream_info(AVFormatConte
It is added at the beginning since the presence of the
substream is significant.
Signed-off-by: Marth64
---
libavformat/dump.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/dump.c b/libavformat/dump.c
index b7125a652f..81a5e033cb 100644
--- a/libavformat/dump.c
+++ b/libavfor
Signed-off-by: Marth64
---
libavformat/avformat.h | 4
1 file changed, 4 insertions(+)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index cedfd82170..9a3fb2b585 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -718,6 +718,10 @@ typedef struct AVIndexEntry
Hi Kieran
On Wed, Nov 27, 2024 at 10:18:45PM +, Kieran Kunhya via ffmpeg-devel wrote:
[...]
> Hi Michael,
>
> Just so I understand correctly, when Josh or Marvin want to be roots
I still do not remember marvin asking for root, but iam a few days behind
in some of the threads.
> it
> requir
On Sun, Oct 20, 2024 at 8:41 PM Michael Niedermayer
wrote:
> On Thu, Oct 17, 2024 at 01:13:39PM +0200, Ramiro Polla wrote:
> > On Sun, Sep 29, 2024 at 5:38 PM Ramiro Polla wrote:
> > >
> > > ---
> > > The new owdenoise-scenwin-jpeg.raw reference file is available at
> > > https://0x0.st/XguT.raw
Hi Vittorio
On Wed, Nov 27, 2024 at 05:50:56PM -0500, Vittorio Giovara wrote:
[...]
> And it took three weeks
> of drama on the mailing list to obtain this information. And you think this
> is not obscurity.
The request for teh hosting locations was sent Nov 20 22:36:15 EET 2024
https://lists.ffm
On 11/28/24 00:50, Vittorio Giovara wrote:
> On Wed, Nov 27, 2024 at 4:20 PM Michael Niedermayer
> wrote:
>
>> Hi Vittorio
>>
>> On Wed, Nov 27, 2024 at 03:56:05PM -0500, Vittorio Giovara wrote:
>>> On Wed, Nov 27, 2024 at 11:56 AM Michael Niedermayer <
>> mich...@niedermayer.cc>
>>> wrote:
>>>
>
On 27.11.2024 00:31, Michael Niedermayer wrote:
Signed-off-by: Michael Niedermayer
---
doc/infra.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/infra.txt b/doc/infra.txt
index 08dcf04c307..71ad7a7db02 100644
--- a/doc/infra.txt
+++ b/doc/infra.txt
@@ -9,9 +9
On Wed, Nov 27, 2024 at 4:20 PM Michael Niedermayer
wrote:
> Hi Vittorio
>
> On Wed, Nov 27, 2024 at 03:56:05PM -0500, Vittorio Giovara wrote:
> > On Wed, Nov 27, 2024 at 11:56 AM Michael Niedermayer <
> mich...@niedermayer.cc>
> > wrote:
> >
> > > Hi Kieran
> > >
> > > On Wed, Nov 27, 2024 at 12
On Wed, 27 Nov 2024, 16:56 Michael Niedermayer,
wrote:
> Hi Kieran
>
> On Wed, Nov 27, 2024 at 12:01:03AM +, Kieran Kunhya via ffmpeg-devel
> wrote:
> > On Tue, 26 Nov 2024, 23:32 Michael Niedermayer,
> > wrote:
> >
> > > Signed-off-by: Michael Niedermayer
> > > ---
> > > doc/infra.txt | 6
Hi
On Tue, Nov 26, 2024 at 11:48:54AM +0100, Anton Khirnov wrote:
> Quoting Michael Niedermayer (2024-10-15 00:46:50)
> > +@item qtable
> > +-1 (default, automatic), 0 use 8bit default, 1, use >8bit default
>
> int seems like the wrong type then.
well, you are correct, (maybe not they way you me
Hi
On Wed, Nov 27, 2024 at 10:20:07PM +0100, Michael Niedermayer wrote:
[...]
> > > Also even when SMS is not used as 2FA, ownership of phone and email
> > > can sometimes be enough to reset a password & 2FA
>
> i did actually look into this a few months ago
> and the authenticator often isnt hel
Hi Vittorio
On Wed, Nov 27, 2024 at 03:56:05PM -0500, Vittorio Giovara wrote:
> On Wed, Nov 27, 2024 at 11:56 AM Michael Niedermayer
> wrote:
>
> > Hi Kieran
> >
> > On Wed, Nov 27, 2024 at 12:01:03AM +, Kieran Kunhya via ffmpeg-devel
> > wrote:
> > > On Tue, 26 Nov 2024, 23:32 Michael Niede
On Wed, Nov 27, 2024 at 11:56 AM Michael Niedermayer
wrote:
> Hi Kieran
>
> On Wed, Nov 27, 2024 at 12:01:03AM +, Kieran Kunhya via ffmpeg-devel
> wrote:
> > On Tue, 26 Nov 2024, 23:32 Michael Niedermayer,
> > wrote:
> >
> > > Signed-off-by: Michael Niedermayer
> > > ---
> > > doc/infra.tx
On Tue, 26 Nov 2024 14:50:00 +0100
"Jean-Baptiste Kempf" wrote:
> Hello,
> A conference where you paid NOTHING and got your flights + hotels paid to the
> other side of the world, while you are inactive on all open source projects.
thanks for inviting me and paying for my trip! for sure, and pr
According to the GL_EXT_buffer_reference spec alignment
"must be a power of two and be greater than or equal to the largest
scalar/component type in the block."
This means by using u32vec2 we can drop the requirement alignment from 8 bytes
to 4 bytes
and save a pack64 call in reverse8 (though I
---
libavcodec/vulkan/common.comp | 5 +
1 file changed, 5 insertions(+)
diff --git a/libavcodec/vulkan/common.comp b/libavcodec/vulkan/common.comp
index e0874d304f..799aa86f64 100644
--- a/libavcodec/vulkan/common.comp
+++ b/libavcodec/vulkan/common.comp
@@ -172,3 +172,8 @@ uint64_t put_bits
If caller wrote a divisible by eight number of bits it would write an extra
byte.
Also increment by to_write instead of BUF_BYTES which overly pads the bitstream.
---
libavcodec/vulkan/common.comp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/vulkan/common.com
v2 fixes overallocation of dvdsub_clut (typo)
Signed-off-by: Marth64
---
libavformat/mov.c | 69 +--
1 file changed, 19 insertions(+), 50 deletions(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 24feadb95b..955391cae3 100644
--- a/libavfo
Signed-off-by: Marth64
---
libavformat/dvdvideodec.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libavformat/dvdvideodec.c b/libavformat/dvdvideodec.c
index 4d11480dfd..9c7b224a78 100644
--- a/libavformat/dvdvideodec.c
+++ b/libavformat/dvdvideodec.c
@@ -1299,6 +1299,7
Signed-off-by: Marth64
---
libavformat/mov.c | 69 +--
1 file changed, 19 insertions(+), 50 deletions(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index 24feadb95b..e749d92ca1 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -60,6 +60
Hi Kieran
On Wed, Nov 27, 2024 at 12:01:03AM +, Kieran Kunhya via ffmpeg-devel wrote:
> On Tue, 26 Nov 2024, 23:32 Michael Niedermayer,
> wrote:
>
> > Signed-off-by: Michael Niedermayer
> > ---
> > doc/infra.txt | 6 +++---
> > 1 file changed, 3 insertions(+), 3 deletions(-)
> >
> > diff -
Should reduce memory usage as well as remove code duplication.
Signed-off-by: James Almer
---
libavformat/isom.h | 15 +-
libavformat/mov.c | 544 +
2 files changed, 221 insertions(+), 338 deletions(-)
diff --git a/libavformat/isom.h b/libavformat/i
On 27 Nov 2024, at 14:35, Marvin Scholz wrote:
> Move the ff_dovi_configure to happen before ff_encode_add_cpb_side_data
> as the former reallocates the sidedata so the pointer returned from
> ff_encode_add_cpb_side_data would be invalid.
> ---
> libavcodec/libaomenc.c | 8
> 1 file ch
On 25/11/2024 21:53, Jean-Baptiste Kempf wrote:
> On Mon, 25 Nov 2024, at 17:42, Michael Niedermayer wrote:
>> +Main server security:
>> +-
>> +Telepoint is one of the largest Bulgarian DC providers with multiple
>> sibling companies offering
>> +Internet, SDH, DWDM, peering ex
Move the ff_dovi_configure to happen before ff_encode_add_cpb_side_data
as the former reallocates the sidedata so the pointer returned from
ff_encode_add_cpb_side_data would be invalid.
---
libavcodec/libaomenc.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavcode
There's a single AVCodecParameters user vs two (or strictly speaking, five) for
AVCodecContext, so move the roundtrip logic to the single user instead.
Signed-off-by: James Almer
---
libavcodec/bsf/dovi_rpu.c | 18 ++-
libavcodec/dovi_rpu.h | 4 +--
libavcodec/dovi_rpuenc.c | 63 ++
Ping.
> On Nov 20, 2024, at 20:44, Zhao Zhili wrote:
>
> From: Zhao Zhili
>
> v2:
> 1. Remove unused include
> 2. Remove words on intrinsics vs handwritten assembly in wasm context.
>
> Zhao Zhili (3):
> configure: Add wasm as a fake arch
> tests/checkasm: Add partial support for wasm
> av
Hi Rahul,
Any error information, including that from FFmpeg, would have to be made
available by Niagara, so I can't guide you on how you might access it.
Cheers,
Frank
On 26/11/2024 14:11, Kumar, Rahul via ffmpeg-devel wrote:
> I tried to stream H264 video outside Niagara(attached file) Looks li
ons 2024-11-27 klockan 08:34 +0100 skrev Anton Khirnov:
> > It's just an essence stream.
>
> You spent too much time around MXF, consider exorcism. I assume this
> piece of jargon means "raw/elementary stream", correct me if I'm
> wrong.
Blasphemy. But yes, it is MXF parlance for that. It also us
Quoting Zhao Zhili (2024-11-27 08:42:34)
> >
> >> +
> >> +ff_mutex_unlock(&s->input_mutex);
> >> +ff_cond_signal(&s->input_cond);
> >
> > This looks wrong - you should signal while holding the mutex, otherwise
> > the consumer may miss the signal. Same for the other two signalling
> > sit
46 matches
Mail list logo