refer to SPEC:
Annex E. The FLV File Format said:
E.3 TheFLVFileBody have a table:
FieldTypeComment
PreviousTagSize0 UI32Always 0
Signed-off-by: Steven Liu
---
libavformat/flvdec.c | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/libavformat/f
On Sat, Mar 25, 2017 at 9:01 AM, Steven Liu wrote:
> refer to SPEC:
> Annex E. The FLV File Format said:
> E.3 TheFLVFileBody have a table:
> FieldTypeComment
> PreviousTagSize0 UI32Always 0
>
> Signed-off-by: Steven Liu
> ---
> libavformat/flvdec.c | 13 -
> 1 fi
2017-03-25 16:09 GMT+08:00 Hendrik Leppkes :
> On Sat, Mar 25, 2017 at 9:01 AM, Steven Liu wrote:
> > refer to SPEC:
> > Annex E. The FLV File Format said:
> > E.3 TheFLVFileBody have a table:
> > FieldTypeComment
> > PreviousTagSize0 UI32Always 0
> >
> > Signed-off-by: Steven
On Fri, 24 Mar 2017 18:53:41 +0100
Michael Niedermayer wrote:
> On Fri, Mar 24, 2017 at 01:47:10PM +0100, wm4 wrote:
> > async_mutex has is used in a very strange but intentional way: it is
> > locked by default, and unlocked only in regions that can be run
> > concurrently.
> >
> > If the user
On Fri, 24 Mar 2017 18:53:41 +0100
Michael Niedermayer wrote:
> On Fri, Mar 24, 2017 at 01:47:10PM +0100, wm4 wrote:
> > async_mutex has is used in a very strange but intentional way: it is
> > locked by default, and unlocked only in regions that can be run
> > concurrently.
> >
> > If the user
On Fri, 24 Mar 2017 21:42:18 -0400
Micah Galizia wrote:
> Signed-off-by: Micah Galizia
> ---
> libavformat/http.c | 41 +
> 1 file changed, 37 insertions(+), 4 deletions(-)
>
> diff --git a/libavformat/http.c b/libavformat/http.c
> index 293a8a7..37bdacf
On Fri, 24 Mar 2017 10:47:53 -0700
Fredrik Hubinette wrote:
> On Fri, Mar 24, 2017 at 12:47 AM, wm4 wrote:
>
> > On Mon, 20 Mar 2017 14:39:07 -0700
> > Fredrik Hubinette wrote:
> >
> > > It looks like the value in s->error also comes from an earlier call to
> > > avio_read().
> > > ogg_read_
The old "API" that signaled rotation as a metadata value has been
replaced by DISPLAYMATRIX side data quite a while ago.
There is no reason to make muxers/demuxers/API users support both. In
addition, the metadata API is dangerous, as user tags could "leak" into
it, creating unintended features or
Hello,
The latest patch appear to have a problem :
fatal: corrupt patch at line 6
And it doesn't work for me (head variable seems to be important).
I put in attach a patch, based on the previous one, who works for me.
Martin
0001-libavcodec-exr-add-support-for-scanline-file-where-o.patch
Des
On Sat, Mar 25, 2017 at 12:03:23PM +0100, wm4 wrote:
> On Fri, 24 Mar 2017 18:53:41 +0100
> Michael Niedermayer wrote:
>
> > On Fri, Mar 24, 2017 at 01:47:10PM +0100, wm4 wrote:
> > > async_mutex has is used in a very strange but intentional way: it is
> > > locked by default, and unlocked only i
Hello,
In attach a patch who rename tile variable to better follow ffmpeg coding
style
Martin
--
Martin Vignali
Jokyo Images
18 rue du Transvaal
69008 Lyon
06 99 89 33 30
m.vign...@jokyo-images.com
http://www.jokyo-images.com/
0003-libavcodec-exr-cosmetics-variable-name.patch
Description: B
Ping for apply
Martin
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Hello,
In attach a fate test for the patch by Dzung Hoang, who add support for
scanline file
who have scanline offsets set to zero.
I modify a previous fate sample, to set offsets table to zero (this sample
can be decode by the official library)
The sample can be found here :
https://we.tl/0jRSK
On Sat, 25 Mar 2017 13:01:58 +0100
Michael Niedermayer wrote:
> On Sat, Mar 25, 2017 at 12:03:23PM +0100, wm4 wrote:
> > On Fri, 24 Mar 2017 18:53:41 +0100
> > Michael Niedermayer wrote:
> >
> > > On Fri, Mar 24, 2017 at 01:47:10PM +0100, wm4 wrote:
> > > > async_mutex has is used in a very
On Sat, Mar 25, 2017 at 01:13:13PM +0100, wm4 wrote:
> On Sat, 25 Mar 2017 13:01:58 +0100
> Michael Niedermayer wrote:
>
> > On Sat, Mar 25, 2017 at 12:03:23PM +0100, wm4 wrote:
> > > On Fri, 24 Mar 2017 18:53:41 +0100
> > > Michael Niedermayer wrote:
> > >
> > > > On Fri, Mar 24, 2017 at 01:
Hello,
In attach patch to add fate test for cineform decoder
Sample can be found here :
https://we.tl/y06cKrKh3a
there is two sample in the download link
The test is about : cineform_yuv10b_hd.mov
this sample need to be put inside ./fate-suite/cineform/ (the folder
doesn't exist)
and can be te
refer to SPEC:
Annex E. The FLV File Format said:
E.3 TheFLVFileBody have a table:
FieldTypeComment
PreviousTagSize0 UI32Always 0
Signed-off-by: Steven Liu
---
libavformat/flvdec.c | 12 +++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/libavformat/fl
On 3/16/2017 6:24 PM, James Almer wrote:
>> ffmpeg | branch: master | Jerry Jiang | Wed
>> Feb 1 23:23:04 2017 -0800| [884506dfe2e29a5b2bd2905ca4f17e277e32acb1] |
>> committer: Rostislav Pehlivanov
>>
>> Implement optimal huffman encoding for (M)JPEG.
>>
>>> seems to break
>>> make fate-vsynth1
On Sat, Mar 25, 2017 at 01:01:12PM +0100, Martin Vignali wrote:
> Hello,
>
> In attach a fate test for the patch by Dzung Hoang, who add support for
> scanline file
> who have scanline offsets set to zero.
>
> I modify a previous fate sample, to set offsets table to zero (this sample
> can be dec
On 2017-03-25 07:11 AM, wm4 wrote:
>> -while ((param = av_strtok(cookie, "; ", &next_param))) {
>> +while ((param = av_strtok(cookie, ";", &next_param))) {
>> +
>> +// move past any leading whitespace
>> +param += strspn(param, WHITESPACES);
>> +
> Not qui
Signed-off-by: Micah Galizia
---
libavformat/http.c | 43 +++
1 file changed, 39 insertions(+), 4 deletions(-)
diff --git a/libavformat/http.c b/libavformat/http.c
index 293a8a7..f7d1925 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -29,6 +29
On Sat, 25 Mar 2017 10:31:00 -0400
Micah Galizia wrote:
> Signed-off-by: Micah Galizia
> ---
> libavformat/http.c | 43 +++
> 1 file changed, 39 insertions(+), 4 deletions(-)
>
> diff --git a/libavformat/http.c b/libavformat/http.c
> index 293a8a7..f7d19
Ping.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Signed-off-by: James Almer
---
ffprobe.c | 4 ++--
tests/ref/fate/mov-aac-2048-priming | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ffprobe.c b/ffprobe.c
index ba27bce823..dc69a89b78 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -1770,12 +1770,12 @@
Signed-off-by: James Almer
---
ffprobe.c | 5 +
1 file changed, 5 insertions(+)
diff --git a/ffprobe.c b/ffprobe.c
index 4a7ec0ad31..ba27bce823 100644
--- a/ffprobe.c
+++ b/ffprobe.c
@@ -1806,6 +1806,11 @@ static void print_pkt_side_data(WriterContext *w,
print_int("yaw", (doubl
On 25 March 2017 at 19:04, James Almer wrote:
> Signed-off-by: James Almer
> ---
> ffprobe.c | 5 +
> 1 file changed, 5 insertions(+)
>
> diff --git a/ffprobe.c b/ffprobe.c
> index 4a7ec0ad31..ba27bce823 100644
> --- a/ffprobe.c
> +++ b/ffprobe.c
> @@ -1806,6 +1806,11 @@ static void print_p
On Sat, Mar 25, 2017 at 10:51 AM, wm4 wrote:
> This can overflow sizeof(exp_buf).
Sorry, new patch cleans that up.
>> +
>> +// move the string beyond the day of week
>> +i = 0;
>> +while ((exp_buf[i] < '0' || exp_buf[i] > '9') && (i < j))
>> +
Signed-off-by: Micah Galizia
---
libavformat/http.c | 43 +++
1 file changed, 39 insertions(+), 4 deletions(-)
diff --git a/libavformat/http.c b/libavformat/http.c
index 293a8a7..53fae2a 100644
--- a/libavformat/http.c
+++ b/libavformat/http.c
@@ -29,6 +29
Needed for the C+11 atomics. Also change add_cxxflags to check_cxxflags.
Signed-off-by: Marton Balint
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index c1aeb6e..6823894 100755
--- a/configure
+++ b/configure
@@ -4648,7 +4648,7 @@ fi
Signed-off-by: Marton Balint
---
libavdevice/decklink_enc.cpp | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/libavdevice/decklink_enc.cpp b/libavdevice/decklink_enc.cpp
index 8892d19..18ef905 100644
--- a/libavdevice/decklink_enc.cpp
+++ b/libavdevice/decklink_enc.
Signed-off-by: Marton Balint
---
libavdevice/decklink_common.cpp | 7 +++
libavdevice/decklink_dec.cpp| 1 +
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavdevice/decklink_common.cpp b/libavdevice/decklink_common.cpp
index f17c263..c9107c0 100644
--- a/libavdevice/dec
On Sat, Mar 25, 2017 at 02:04:03PM +0100, Martin Vignali wrote:
> Hello,
>
> In attach patch to add fate test for cineform decoder
>
> Sample can be found here :
> https://we.tl/y06cKrKh3a
>
> there is two sample in the download link
> The test is about : cineform_yuv10b_hd.mov
uploaded
[...]
On 3/25/2017 8:51 PM, Marton Balint wrote:
> Needed for the C+11 atomics. Also change add_cxxflags to check_cxxflags.
>
> Signed-off-by: Marton Balint
> ---
> configure | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index c1aeb6e..6823894 100755
On Sat, Mar 18, 2017 at 09:56:04AM +0100, wm4 wrote:
> From: Anton Khirnov
>
> Certain hardware decoding APIs are not guaranteed to be thread-safe, so
> having the user access decoded hardware surfaces while the decoder is
> running in another thread can cause failures (this is mainly known to
>
On 3/25/2017 9:23 PM, Michael Niedermayer wrote:
> On Sat, Mar 18, 2017 at 09:56:04AM +0100, wm4 wrote:
>> From: Anton Khirnov
>>
>> Certain hardware decoding APIs are not guaranteed to be thread-safe, so
>> having the user access decoded hardware surfaces while the decoder is
>> running in anothe
On Fri, Mar 24, 2017 at 07:31:42PM -0300, James Almer wrote:
> Required by some samples, like PVA_test-partial.pva
>
> Signed-off-by: James Almer
> ---
> libavcodec/extract_extradata_bsf.c | 46
> ++
> 1 file changed, 37 insertions(+), 9 deletions(-)
LGTM
t
On Fri, Mar 24, 2017 at 07:31:46PM -0300, James Almer wrote:
> It's a simplifaction of the same code, originally commited as 3b5ad8fbf77.
>
> Signed-off-by: James Almer
> ---
> libavcodec/extract_extradata_bsf.c | 12 ++--
> 1 file changed, 6 insertions(+), 6 deletions(-)
LGTM
thx
[...
On Fri, Mar 24, 2017 at 07:31:45PM -0300, James Almer wrote:
> It's a simplifaction of the same code, originally commited as b4b9a64bdb6.
>
> Signed-off-by: James Almer
> ---
> libavcodec/extract_extradata_bsf.c | 18 +++---
> 1 file changed, 7 insertions(+), 11 deletions(-)
LGTM
t
On 3/25/2017 9:50 PM, Michael Niedermayer wrote:
> On Fri, Mar 24, 2017 at 07:31:46PM -0300, James Almer wrote:
>> It's a simplifaction of the same code, originally commited as 3b5ad8fbf77.
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/extract_extradata_bsf.c | 12 ++--
>> 1 file
On 3/25/2017 9:48 PM, Michael Niedermayer wrote:
> On Fri, Mar 24, 2017 at 07:31:42PM -0300, James Almer wrote:
>> Required by some samples, like PVA_test-partial.pva
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/extract_extradata_bsf.c | 46
>> ++
>>
On 3/25/2017 9:53 PM, Michael Niedermayer wrote:
> On Fri, Mar 24, 2017 at 07:31:45PM -0300, James Almer wrote:
>> It's a simplifaction of the same code, originally commited as b4b9a64bdb6.
>>
>> Signed-off-by: James Almer
>> ---
>> libavcodec/extract_extradata_bsf.c | 18 +++---
>> 1
On 3/25/2017 4:25 PM, Rostislav Pehlivanov wrote:
> On 25 March 2017 at 19:04, James Almer wrote:
>
>> Signed-off-by: James Almer
>> ---
>> ffprobe.c | 5 +
>> 1 file changed, 5 insertions(+)
>>
>> diff --git a/ffprobe.c b/ffprobe.c
>> index 4a7ec0ad31..ba27bce823 100644
>> --- a/ffprobe.c
Hello,
Sorry for late reply.
In the Message;
Subject: Re: [FFmpeg-devel] compile error caused by configure script's
change
Message-ID : <782762766.1879842.1490244866...@mail.yahoo.com>
Date & Time: Thu, 23 Mar 2017 04:54:26 + (UTC)
Dzung Hoang has written:
> I banged my head a
43 matches
Mail list logo