On Tue, 27 Jul 2021, at 05:49, Gyan Doshi wrote:
> Of course. The format is alive but the publisher has abandoned it, so
> hacks are all that is left.
Or you define a proper extension with proper documentation and reviewing.
--
Jean-Baptiste Kempf - President
+33 672 704 734
__
On Tue, Jul 27, 2021 at 5:50 AM Gyan Doshi wrote:
>
>
>
> On 2021-07-26 22:51, Hendrik Leppkes wrote:
> > On Mon, Jul 26, 2021 at 5:16 PM Gyan Doshi wrote:
> >>
> >>
> >> On 2021-07-26 19:49, Steven Liu wrote:
> >>> 在 2021年7月26日星期一,Gyan Doshi 写道:
> >>>
> On 2021-07-26 16:39, Steven Liu wrot
在 2021年7月27日星期二,Gyan Doshi 写道:
>
>
> On 2021-07-27 04:28, Steven Liu wrote:
>
>> 在 2021年7月26日星期一,Gyan Doshi 写道:
>>
>>
>>> On 2021-07-26 19:49, Steven Liu wrote:
>>>
>>> 在 2021年7月26日星期一,Gyan Doshi 写道:
On 2021-07-26 16:39, Steven Liu wrote:
>
> 2021年7月26日 下午6:57,Gyan Doshi
On 2021-07-27 04:28, Steven Liu wrote:
在 2021年7月26日星期一,Gyan Doshi 写道:
On 2021-07-26 19:49, Steven Liu wrote:
在 2021年7月26日星期一,Gyan Doshi 写道:
On 2021-07-26 16:39, Steven Liu wrote:
2021年7月26日 下午6:57,Gyan Doshi 写道:
Are you referring to the choice of FLV_CODECID values?
Not only, you
On 2021-07-26 22:51, Hendrik Leppkes wrote:
On Mon, Jul 26, 2021 at 5:16 PM Gyan Doshi wrote:
On 2021-07-26 19:49, Steven Liu wrote:
在 2021年7月26日星期一,Gyan Doshi 写道:
On 2021-07-26 16:39, Steven Liu wrote:
2021年7月26日 下午6:57,Gyan Doshi 写道:
Are you referring to the choice of FLV_CODECID
On 7/26/2021 6:49 PM, Marton Balint wrote:
On Mon, 26 Jul 2021, James Almer wrote:
Don't attempt to read its contents in place.
Fixes invalid reads when run under Valgrind.
As far as I remember AVBPrint buffer CAN be read in place by design,
zero terminator is always guaranteed, not only a
在 2021年7月27日星期二,Hendrik Leppkes 写道:
> On Mon, Jul 26, 2021 at 5:16 PM Gyan Doshi wrote:
> >
> >
> >
> > On 2021-07-26 19:49, Steven Liu wrote:
> > > 在 2021年7月26日星期一,Gyan Doshi 写道:
> > >
> > >>
> > >> On 2021-07-26 16:39, Steven Liu wrote:
> > >>
> > >>> 2021年7月26日 下午6:57,Gyan Doshi 写道:
> > >>>
在 2021年7月26日星期一,Gyan Doshi 写道:
>
>
> On 2021-07-26 19:49, Steven Liu wrote:
>
>> 在 2021年7月26日星期一,Gyan Doshi 写道:
>>
>>
>>> On 2021-07-26 16:39, Steven Liu wrote:
>>>
>>> 2021年7月26日 下午6:57,Gyan Doshi 写道:
> Are you referring to the choice of FLV_CODECID values?
>
> Not only, you c
Marton Balint (12021-07-26):
> As far as I remember AVBPrint buffer CAN be read in place by design, zero
> terminator is always guaranteed, not only after finalizing. So this should
> not be needed. What is causing the invalid reads exactly?
I confirm your memory. The documentation states:
* The
On Mon, 26 Jul 2021, James Almer wrote:
Don't attempt to read its contents in place.
Fixes invalid reads when run under Valgrind.
As far as I remember AVBPrint buffer CAN be read in place by design,
zero terminator is always guaranteed, not only after finalizing. So this
should not be nee
Paul B Mahol (12021-07-26):
> Signed-off-by: Paul B Mahol
> ---
> libavfilter/avf_concat.c | 8 ++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/libavfilter/avf_concat.c b/libavfilter/avf_concat.c
> index cb46f52a04..f7d3889dfa 100644
> --- a/libavfilter/avf_concat.c
>
Signed-off-by: Paul B Mahol
---
libavfilter/avf_concat.c | 8 ++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/libavfilter/avf_concat.c b/libavfilter/avf_concat.c
index cb46f52a04..f7d3889dfa 100644
--- a/libavfilter/avf_concat.c
+++ b/libavfilter/avf_concat.c
@@ -397,12 +39
On Mon, Jul 26, 2021 at 5:16 PM Gyan Doshi wrote:
>
>
>
> On 2021-07-26 19:49, Steven Liu wrote:
> > 在 2021年7月26日星期一,Gyan Doshi 写道:
> >
> >>
> >> On 2021-07-26 16:39, Steven Liu wrote:
> >>
> >>> 2021年7月26日 下午6:57,Gyan Doshi 写道:
> Are you referring to the choice of FLV_CODECID values?
> >>>
On 2021-07-26 19:49, Steven Liu wrote:
在 2021年7月26日星期一,Gyan Doshi 写道:
On 2021-07-26 16:39, Steven Liu wrote:
2021年7月26日 下午6:57,Gyan Doshi 写道:
Are you referring to the choice of FLV_CODECID values?
Not only, you can find whole history on:
https://lists.ffmpeg.org/pipermail/ffmpeg-deve
在 2021年7月26日星期一,Gyan Doshi 写道:
>
>
> On 2021-07-26 16:39, Steven Liu wrote:
>
>>
>> 2021年7月26日 下午6:57,Gyan Doshi 写道:
>>>
>>> Are you referring to the choice of FLV_CODECID values?
>>>
>> Not only, you can find whole history on:
>>
>> https://lists.ffmpeg.org/pipermail/ffmpeg-devel/
>> https://tr
From: Jan Ekström
Includes basic support for both the ISMV ('dfxp') and MP4 ('stpp')
methods. This initial version also foregoes fragmentation support
in case the built-in sample squashing is to be utilized, as this
eases the initial review.
Additionally, add basic tests for both muxing modes in
To keep it simpler this first part includes only non-fragmented use
cases if the built-in sample squashing is utilized. Contains the basic
mapping code as well as the function that writes out the squashed documents.
Works with both subtitle-only output as well as with other streams.
In a separate
From: Jan Ekström
This way it can be re-utilized in movenc.
Signed-off-by: Jan Ekström
---
libavformat/ttmlenc.c | 9 ++---
libavformat/ttmlenc.h | 39 +++
2 files changed, 41 insertions(+), 7 deletions(-)
create mode 100644 libavformat/ttmlenc.h
diff
On 2021-07-26 16:39, Steven Liu wrote:
2021年7月26日 下午6:57,Gyan Doshi 写道:
Are you referring to the choice of FLV_CODECID values?
Not only, you can find whole history on:
https://lists.ffmpeg.org/pipermail/ffmpeg-devel/
https://trac.ffmpeg.org/ticket/6389
https://trac.ffmpeg.org/ticket/3581
Dear:
The libavcodec/libx264.c uses the wrong offset to obtain the SEI
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index f78365a4f7..9afaf19547 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -936,7 +936,7 @@ static av_cold int X264_init(AVCodecContext *avctx)
Don't attempt to read its contents in place.
Fixes invalid reads when run under Valgrind.
Signed-off-by: James Almer
---
libavformat/concat.c | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/libavformat/concat.c b/libavformat/concat.c
index aec1f52d8e..64ac03e1d8 1006
On Wed, Jul 21, 2021 at 11:11 AM Alan Kelly wrote:
>
>
> On Fri, Jul 16, 2021 at 3:48 PM Alan Kelly wrote:
>
>> These functions replace all ff_hscale8to15_*_ssse3 when avx2 is available.
>> ---
>> EXTERNAL_AVX2_FAST is now used instead of EXTERNAL_AVX2_FAST_GATHER as
>> discussed in the email th
Oops
Sent wrong patch, Please use the following:
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 9afaf19547..f78365a4f7 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -936,7 +936,7 @@ static av_cold int X264_init(AVCodecContext *avctx)
for (i = 0; i < nnal
> 2021年7月26日 下午6:57,Gyan Doshi 写道:
>
> Are you referring to the choice of FLV_CODECID values?
Not only, you can find whole history on:
https://lists.ffmpeg.org/pipermail/ffmpeg-devel/
https://trac.ffmpeg.org/ticket/6389
https://trac.ffmpeg.org/ticket/3581
And there have lots of use case in Ch
On 2021-07-26 13:45, Steven Liu wrote:
2021年7月26日 上午11:44,Gyan Doshi 写道:
On 2021-07-25 19:07, James Almer wrote:
On 7/25/2021 10:04 AM, Xiaolei Yu wrote:
Explicitly supply an HEVC codec id to enable this feature.
---
libavformat/flv.h| 1 +
libavformat/flvdec.c | 21 ++
> 2021年7月26日 上午11:44,Gyan Doshi 写道:
>
>
>
> On 2021-07-25 19:07, James Almer wrote:
>> On 7/25/2021 10:04 AM, Xiaolei Yu wrote:
>>> Explicitly supply an HEVC codec id to enable this feature.
>>> ---
>>> libavformat/flv.h| 1 +
>>> libavformat/flvdec.c | 21 ++---
>>>
26 matches
Mail list logo