On 07/19/2016 11:33 PM, Josh de Kock wrote:
---
libavformat/libopenmpt.c | 26 +++---
1 file changed, 23 insertions(+), 3 deletions(-)
+{ "subsong", "set subsong",OFFSET(subsong), AV_OPT_TYPE_INT,{
.i64 = -2 }, -2, INT_MAX, A | D, "layou
On Wed, Jul 13, 2016 at 03:09:28PM +0430, Omid Ghaffarinia wrote:
> I attached the patch.
>
> The actual bug is, when creating a local multicast stream (i.e. giving
> "rtp://224.1.1.1:1?ttl=0" to avio_open), then you can see the
> packets on the network and not just on local machine (despite s
On Tue, Jul 19, 2016 at 10:48:16PM -0300, James Almer wrote:
> Signed-off-by: James Almer
> ---
> configure| 10 --
> libavutil/internal.h | 22 ++
> 2 files changed, 10 insertions(+), 22 deletions(-)
fails to build here
CC libavcodec/dvenc.o
In file
On Wed, Jul 20, 2016 at 10:53:29AM +0800, Jun Zhao wrote:
> ffmpeg_opt.c |3 ---
> 1 file changed, 3 deletions(-)
> 179bc295a55cb77f9ecfdc3a5636f53c52338e6e
> 0001-ffmpeg_opt-Delete-duplicate-hwaccel_output_format-op.patch
> From d712488fd73bebaa8c8f38ee29b70aa34c1df7fa Mon Sep 17 00:00:00 2
On Sat, Jul 16, 2016 at 07:37:37PM -0700, Mark Reid wrote:
> ---
> libavcodec/avcodec.h| 7 +++
> libavcodec/codec_desc.c | 1 +
> libavcodec/dnxhddec.c | 21 +
> libavcodec/dnxhdenc.c | 2 ++
> libavcodec/profiles.c | 10 ++
> libavcodec/profiles.h |
---
libavformat/libopenmpt.c | 30 +++---
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/libavformat/libopenmpt.c b/libavformat/libopenmpt.c
index 58a02be..ac67d28 100644
--- a/libavformat/libopenmpt.c
+++ b/libavformat/libopenmpt.c
@@ -36,15 +36,19 @@ typed
Thanks for testing in mingw
New patch attached, which should work now.
On Wed, Jul 20, 2016 at 1:25 PM, Michael Niedermayer
wrote:
> On Wed, Jul 13, 2016 at 03:09:28PM +0430, Omid Ghaffarinia wrote:
>> I attached the patch.
>>
>> The actual bug is, when creating a local multicast stream (i.e. gi
There has an error when seeking in a flv file, which key frames was
sorted before video frame.
This ensures that all the key frames was cached, and add to
corresponding stream when it was created.
On Wed, Jul 20, 2016 at 9:30 PM, zhangxinzheng wrote:
> From: Xinzheng Zhang
>
> ---
> libavformat
Signed-off-by: James Almer
---
I went overzealous with cosmetics and added a space before a bracket,
obviously screwing up the macro in the process.
configure| 10 --
libavutil/internal.h | 22 ++
2 files changed, 10 insertions(+), 22 deletions(-)
diff --
2016-07-20 21:46 GMT+08:00 XinZheng Zhang :
> There has an error when seeking in a flv file, which key frames was
> sorted before video frame.
> This ensures that all the key frames was cached, and add to
> corresponding stream when it was created.
>
> On Wed, Jul 20, 2016 at 9:30 PM, zhangxinzhen
XinZheng Zhang 于2016年7月20日 周三下午11:05写道:
> What are you meaning for the original mail?
>
> On Wed, Jul 20, 2016 at 10:24 PM, Steven Liu
> wrote:
> >
> >
> > 2016-07-20 21:46 GMT+08:00 XinZheng Zhang :
> >>
> >> There has an error when seeking in a flv file, which key frames was
> >> sorted before
My app seems to hit the av_assert0(len >= s->orig_buffer_size) (line 535 in
my sources) in aviobuf.c::fill_buffer. FWIW I have registered a custom
AVIOContext that will consistently not fill the entire buffer when the read
callback is called.
The outcome is that 'len' in fill_buffer is decremente
From: Xinzheng Zhang
There has an error when seeking in a flv file, which key frames was
sorted before video frame.
This ensures that all the key frames was cached, and add to
corresponding stream when it was created.
---
libavformat/flvdec.c | 52 +---
Note: I don't know much about the issue itself, just converting the suggested
changes into patch form
---
libavformat/aviobuf.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/libavformat/aviobuf.c b/libavformat/aviobuf.c
index 31e7202..b0a6208 100644
--- a/libavformat/a
On 20 July 2016 at 02:40, James Almer wrote:
> Signed-off-by: James Almer
> ---
> libavcodec/x86/diracdsp.asm| 37 -
> libavcodec/x86/diracdsp_init.c | 4
> 2 files changed, 20 insertions(+), 21 deletions(-)
>
> diff --git a/libavcodec/x86/diracdsp.
Hi there,
Here is a test for dcshift filter :)
Thanks,
Petru Rares.From f64daccf65b56e6eff22989f42c70c771b2a3801 Mon Sep 17 00:00:00 2001
From: Petru Rares Sincraian
Date: Wed, 20 Jul 2016 18:32:04 +0200
Subject: [PATCH] fate: add test for dcshift filter
---
tests/fate/filter-audio.mak |
On 7/20/2016 1:28 PM, Rostislav Pehlivanov wrote:
> Very nice, thanks.
> Push whenever you have the time
Pushed.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>> I apologize - I'm new to this project and have to get familiar with the
>> coding styles..
>
>Before writing your first line of code, read other ffmpeg code as well
>as the developer guidelines. Those things mentioned in this thread are
>all noted here:
>https://ffmpeg.org/developer.html#Codi
Hi there,
Here is another test, in this case for earwax filter.
Regards,
Petru Rares.From c5bf7787be1ff7b9be2be31341a9bd9d0dd4ceaa Mon Sep 17 00:00:00 2001
From: Petru Rares Sincraian
Date: Wed, 20 Jul 2016 18:41:58 +0200
Subject: [PATCH] fate: add test for earwax filter
---
tests/fate/filte
On Thu, Jul 21, 2016 at 00:06:44 +0800, zhangxinzheng wrote:
> Subject: [FFmpeg-devel] [PATCH] avformat/fivdec: cached keyframes before
> video or audio stream was created
^^^ flv
> There has an error when seeking in a flv file, which key frames was
> s
On Wed, Jul 20, 2016 at 04:36:22PM +, Petru Rares Sincraian wrote:
>
> Hi there,
>
> Here is a test for dcshift filter :)
>
>
> Thanks,
> Petru Rares.
> fate/filter-audio.mak |5 +
> ref/fate/filter-dcshift | 25 +
> 2 files changed, 30 insertions(+)
>
On Wed, Jul 20, 2016 at 06:11:56PM +, Petru Rares Sincraian wrote:
>
> Hi there,
>
> Here is another test, in this case for earwax filter.
>
>
> Regards,
> Petru Rares.
> fate/filter-audio.mak |5 +
> ref/fate/filter-earwax | 25 +
> 2 files changed, 30
On Wed, Jul 20, 2016 at 11:25:15AM -0300, James Almer wrote:
> Signed-off-by: James Almer
> ---
> I went overzealous with cosmetics and added a space before a bracket,
> obviously screwing up the macro in the process.
>
> configure| 10 --
> libavutil/internal.h | 22 ++--
On Wed, Jul 20, 2016 at 03:59:39PM +, code bythepound wrote:
> My app seems to hit the av_assert0(len >= s->orig_buffer_size) (line 535 in
> my sources) in aviobuf.c::fill_buffer. FWIW I have registered a custom
> AVIOContext that will consistently not fill the entire buffer when the read
> ca
On Wed, Jul 20, 2016 at 05:38:10PM +0430, Omid Ghaffarinia wrote:
> Thanks for testing in mingw
> New patch attached, which should work now.
still fails, even on ubuntu:
libavformat/udp.c: In function ‘udp_set_multicast_ttl’:
libavformat/udp.c:367:13: warning: passing argument 1 of ‘udp_set_url’ f
2016-07-21 5:03 GMT+08:00 Moritz Barsnick :
> On Thu, Jul 21, 2016 at 00:06:44 +0800, zhangxinzheng wrote:
>
> > Subject: [FFmpeg-devel] [PATCH] avformat/fivdec: cached keyframes before
> video or audio stream was created
>^^^ flv
>
> > There has an erro
2016-07-21 7:29 GMT+08:00 Steven Liu :
>
>
> 2016-07-21 5:03 GMT+08:00 Moritz Barsnick :
>
>> On Thu, Jul 21, 2016 at 00:06:44 +0800, zhangxinzheng wrote:
>>
>> > Subject: [FFmpeg-devel] [PATCH] avformat/fivdec: cached keyframes
>> before video or audio stream was created
>>
The intermediate was rounded to an integer
Signed-off-by: Michael Niedermayer
---
libavfilter/vf_psnr.c |5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libavfilter/vf_psnr.c b/libavfilter/vf_psnr.c
index f3dff62..54d4ff0 100644
--- a/libavfilter/vf_psnr.c
+++ b/libavfi
On Tue, Jul 19, 2016 at 10:49:20AM -0700, Lucas Cooper wrote:
> This allows retroactive aggregation of the PSNR statistics (e.g.
> calculating average PSNR for entire video or a segment of the video).
To do this accurate it would be better to list the actual integer
differences instead of float ro
On Sun, Jul 17, 2016 at 04:10:38AM +0200, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer
> ---
> libavformat/mux.c |4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
W
---
libavformat/rawenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/rawenc.c b/libavformat/rawenc.c
index 4b8b41c..c4d7a90 100644
--- a/libavformat/rawenc.c
+++ b/libavformat/rawenc.c
@@ -128,7 +128,7 @@ AVOutputFormat ff_dirac_muxer = {
AVOutputFormat ff_dnxh
The data offset value in the prefix increases as the heights increases.
This test adds a tests for some common dnxhr heights.
can somebody add the following test footage to fate/dnxhd?
https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/prefix-256x1536.dnxhr
https://dl.dropboxusercontent.com/u/1
On 7/12/2016 6:36 PM, James Almer wrote:
> Addresses ticket #5687
>
> Signed-off-by: James Almer
> ---
> AVFMT_TS_NONSTRICT is added to flags because invisible vp8 frames don't
> increase the pts
>
> libavformat/oggenc.c| 94
> +
> tests/fate
On 7/12/2016 11:24 PM, Michael Niedermayer wrote:
> On Wed, Jul 06, 2016 at 08:25:27PM -0300, James Almer wrote:
>> RFC 5334 recommendens this extension to go alongside the video/ogg
>> mimetype for video files, with or without audio and subtitles [1].
>>
>> [1] https://tools.ietf.org/html/rfc5334#
The rest of the set was applied, thanks.
--
Josh
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Tue, Jul 19, 2016, at 04:39 PM, Josh de Kock wrote:
> [...]
Set applied
--
Josh
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Tue, Jul 19, 2016 at 11:17 PM, Umair Khan wrote:
>
> Updated patch.
>
> On Tue, Jul 19, 2016 at 8:19 PM, Thilo Borgmann
> wrote:
> > Am 19.07.16 um 15:42 schrieb Umair Khan:
> >> On Tue, Jul 19, 2016 at 5:20 PM, Thilo Borgmann
> >> wrote:
> >>> Am 19.07.16 um 09:22 schrieb Umair Khan:
> >>>
I apologize about my English and let me re-arrange my words.
The current realization would result in the loss of all key frame
indices from all the current video frames,
which would lead to the failure of seeking in FLVs.
My current patch will cache all key frame indices without creating any
video
---
libavformat/flvdec.c | 51 ---
1 file changed, 44 insertions(+), 7 deletions(-)
diff --git a/libavformat/flvdec.c b/libavformat/flvdec.c
index 2bf1e05..b4fb4e2 100644
--- a/libavformat/flvdec.c
+++ b/libavformat/flvdec.c
@@ -30,6 +30,7 @@
#incl
2016-07-21 10:35 GMT+08:00 XinZheng Zhang :
> I apologize about my English and let me re-arrange my words.
> The current realization would result in the loss of all key frame
> indices from all the current video frames,
> which would lead to the failure of seeking in FLVs.
> My current patch will
On Thu, Jul 21, 2016 at 5:03 AM, Moritz Barsnick wrote:
> On Thu, Jul 21, 2016 at 00:06:44 +0800, zhangxinzheng wrote:
>
>> Subject: [FFmpeg-devel] [PATCH] avformat/fivdec: cached keyframes before
>> video or audio stream was created
>^^^ flv
>
>> There
+ the context struct
Signed-off-by: James Zern
---
libavcodec/libvpxdec.c | 28 ++--
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/libavcodec/libvpxdec.c b/libavcodec/libvpxdec.c
index f7acc39..5204c99 100644
--- a/libavcodec/libvpxdec.c
+++ b/libavcodec
+ the context struct
Signed-off-by: James Zern
---
libavcodec/libvpxenc.c | 60 +-
1 file changed, 30 insertions(+), 30 deletions(-)
diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c
index c5b1b86..f3cff81 100644
--- a/libavcodec/libvpx
43 matches
Mail list logo