We now attempt to parse extradata before init when present. In MPEG audio
and (E)AC3, we wait for the first packet and parse its header (unless the
consumer provided a channel count and sample rate at init).
---
configure| 2 +
libavcodec/Makefile | 6 +-
libavcode
Paul B Mahol gmail.com> writes:
> patch attached.
Is using sidedata also a possibility?
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On 5 April 2016 at 22:25, Jai Luthra wrote:
> Hi,
>
>
Patch had some problems - it's still using the very outdated encode frame
function definition, here's a fix for it:
You'll now get an output without crashes at a constant bitrate which kinda
decodes to just a square wave, with surprisingly no
Kyle Swanson ylo.ph> writes:
> Does anyone have any comments about this besides the fact
> that it links an external library?
It is not ok to add an additional dependency to FFmpeg if the
features of the new dependency are already available within
FFmpeg.
(Note that I cannot judge if this is
On Tue, Apr 5, 2016 at 7:01 PM, Kyle Swanson wrote:
> Here's another audio filter. I hinted at this a few months ago, but I found
> out that
> finishing the last 5% took almost as long as the first 95%. This is an EBU
> R128
> dynamic loudness normalization filter. This filter uses libebur128 v1
On Wed, Apr 6, 2016 at 5:31 PM, Paul B Mahol wrote:
> On 4/6/16, Kyle Swanson wrote:
>> On Wed, Apr 6, 2016 at 10:02 AM, Clement Boesch wrote:
>>> On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote:
On Wed, Apr 6, 2016 at 12:45 AM, Clement Boesch wrote:
> On Tue, Apr 05, 201
On Wednesday 06 April 2016 11:18:20 pm Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes ticket #5410 for me.
New patch for Monkey Island 4 files attached.
Please comment, Carl Eugen
diff --git a/libavformat/bink.c b/libavformat/bink.c
index 332edbb..3f273bc 100644
--- a/libavformat/bink.c
+
Hi All,
I am reaching out regarding a possible FFmpeg related consulting job.
My agency, PXL Bros (pxlbros.com), is working on a web app for a major movie
studio where users can upload several images that are then compiled into a
slideshow. On the front end we are creating this slideshow as a H
Thanks for elaborating wm4. Out of curiosity when you say "generic"
and "normal" metadata what do you mean? Are you talking about using
generic key names or is there another way to store metadata?
I have attached a patch which adds a new AVPacketSideDataType and uses
that type to store crop values
On Wed, Mar 30, 2016 at 11:02:36PM +0200, Gerion Entrup wrote:
> On Mittwoch, 30. März 2016 22:57:47 CEST Gerion Entrup wrote:
> > Add improved patch.
>
> Rebased to master.
>
> Changelog |1
> configure |1
> doc/filters.texi |
On 4/6/16, Kyle Swanson wrote:
> On Wed, Apr 6, 2016 at 10:02 AM, Clement Boesch wrote:
>> On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote:
>>> On Wed, Apr 6, 2016 at 12:45 AM, Clement Boesch wrote:
>>> > On Tue, Apr 05, 2016 at 07:01:14PM -0500, Kyle Swanson wrote:
>>> >> Here's an
On 4/6/16, Paul B Mahol wrote:
> On 4/6/16, Carl Eugen Hoyos wrote:
>> On Wednesday 06 April 2016 10:01:09 pm Paul B Mahol wrote:
>>> Hi,
>>>
>>> patch attached.
>>
>> Slightly improved version for nistdec attached.
>>
>> How is the mu-law change related?
>
> Just obvious bug on my side, thanks f
On 4/6/16, Carl Eugen Hoyos wrote:
> Paul B Mahol gmail.com> writes:
>
>> > So Piotr has not found this file in a game but produced it
>> > himself?
>>
>> Irrelevant, there is bunch of just broken game formats.
>
> I believe you are wrong here: FFmpeg tries to support
> such formats.
>
> Please r
On 4/5/16, Carl Eugen Hoyos wrote:
> Paul B Mahol gmail.com> writes:
>
>> > Attached is a probe function for gsm
>
>> What heuristic you used to write this code?
>
> The decoder rejects frames that do not start with 0xdx.
>
> Are you unhappy with the probe function?
It should be fine if it passe
On 4/6/16, Carl Eugen Hoyos wrote:
> On Wednesday 06 April 2016 10:01:09 pm Paul B Mahol wrote:
>> Hi,
>>
>> patch attached.
>
> Slightly improved version for nistdec attached.
>
> How is the mu-law change related?
Just obvious bug on my side, thanks for pointing it out.
_
Paul B Mahol gmail.com> writes:
> > So Piotr has not found this file in a game but produced it
> > himself?
>
> Irrelevant, there is bunch of just broken game formats.
I believe you are wrong here: FFmpeg tries to support
such formats.
Please review the patch, Carl Eugen
On 4/6/16, Carl Eugen Hoyos wrote:
> Paul B Mahol gmail.com> writes:
>
>> On 4/6/16, Carl Eugen Hoyos ag.or.at> wrote:
>> > Hi!
>> >
>> > Attached patch fixes ticket #5410 for me.
>>
>> This is ugly hack.
>
> What would be the "clean" (how I hate this word...) approach?
To not do anythig.
>
>>
On Mon, 4 Apr 2016, sebechlebsky...@gmail.com wrote:
From: Jan Sebechlebsky
Closing single slave operation is pulled out into separate
function close_slave(TeeSlave*).
Both close_slave and close_slaves function are moved before
open_slave function.
Signed-off-by: Jan Sebechlebsky
---
I've
Paul B Mahol gmail.com> writes:
> On 4/6/16, Carl Eugen Hoyos ag.or.at> wrote:
> > Hi!
> >
> > Attached patch fixes ticket #5410 for me.
>
> This is ugly hack.
What would be the "clean" (how I hate this word...) approach?
> I could theoreticaly produce whatever files I want and expect
> Carl
On Mon, 4 Apr 2016, sebechlebsky...@gmail.com wrote:
From: Jan Sebechlebsky
Adds per slave option 'onfail' to the tee muxer allowing an output to
fail,so other slave outputs can continue.
Signed-off-by: Jan Sebechlebsky
---
I've just added topic to commit message title as Marton Balint sugg
On 4/6/16, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes ticket #5410 for me.
>
> Please comment, Carl Eugen
>
This is ugly hack.
I could theoreticaly produce whatever files I want and expect Carl
will appear with patch for that single case.
_
On Mon, 4 Apr 2016, sebechlebsky...@gmail.com wrote:
From: Jan Sebechlebsky
Calling close_slave in case error is to be returned from open_slave
will free allocated resources.
Since failure can happen before bsfs array is initialized,
close_slave must check that bsfs is not NULL before access
Hi!
Attached patch fixes ticket #5410 for me.
Please comment, Carl Eugen
diff --git a/libavformat/bink.c b/libavformat/bink.c
index 332edbb..4600af0 100644
--- a/libavformat/bink.c
+++ b/libavformat/bink.c
@@ -55,12 +55,15 @@ typedef struct BinkDemuxContext {
int64_t audio_pts[BINK_MAX_AUDIO
On Wednesday 06 April 2016 10:01:09 pm Paul B Mahol wrote:
> Hi,
>
> patch attached.
Slightly improved version for nistdec attached.
How is the mu-law change related?
Carl Eugen
diff --git a/libavformat/nistspheredec.c b/libavformat/nistspheredec.c
index 2f17f9e..aa42133 100644
--- a/libavform
On Wed, Apr 6, 2016 at 10:02 AM, Clément Bœsch wrote:
> On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote:
>> On Wed, Apr 6, 2016 at 12:45 AM, Clément Bœsch wrote:
>> > On Tue, Apr 05, 2016 at 07:01:14PM -0500, Kyle Swanson wrote:
>> >> Here's another audio filter. I hinted at this a f
Hi,
patch attached.
From 232f24be4ec3fbc1c4f6590c20eb433d8484d0ef Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Wed, 6 Apr 2016 21:57:52 +0200
Subject: [PATCH] avformat: support shorten in nistshpere demuxer
Signed-off-by: Paul B Mahol
---
libavcodec/shorten.c| 4
libavformat/
The intent here is similar to colormatrix, but it's LGPLv2.1-or-later
(instead of GPLv2.0) and supports gamma/chromaticity correction.
---
Changelog|1 +
doc/filters.texi | 183 +
libavfilter/Makefile
---
libavfilter/colorspacedsp.c |3 +
libavfilter/colorspacedsp.h |3 +
libavfilter/x86/Makefile |2 +
libavfilter/x86/colorspacedsp.asm| 1115 ++
libavfilter/x86/colorspacedsp_init.c | 119
tests/checkasm/Makefile
Dana 6. 4. 2016. 19:35 osoba "Luis Rosario" napisala
je:
>
> Hello,
>
> I have tried to import the file "Lego_UHD_HDR_trailer.encm" from this
site "
> http://demo-uhd3d.com/"; but ffmpeg doesn't seem to support it. I uploaded
> it to your FTP: ftp://upload.ffmpeg.org/incoming/
>
> I am using the w
Attached patch solves the overshoots the encoder has.
From 5e4e428fdf3fcc58431b80947dc399dfacb82724 Mon Sep 17 00:00:00 2001
From: Rostislav Pehlivanov
Date: Wed, 6 Apr 2016 11:51:24 +0100
Subject: [PATCH] vc2enc: prevent bitrate overshoots
The rounding caused by the size scaler wasn't compensate
Carl Eugen Hoyos ag.or.at> writes:
> > breaks fate-gif-deal somehow
>
> Cool effect, new muxer patch attached.
Ping.
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Works for me!
Op 5 apr. 2016 10:25 p.m. schreef "Paul B Mahol" :
> Hi,
>
> patch attached.
>
> ___
> ffmpeg-devel mailing list
> ffmpeg-devel@ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
>
___
On Wed, Apr 06, 2016 at 11:44:22AM -0400, Ronald S. Bultje wrote:
[...]
> > Note: a cleaner way to do this (IMO) is to do put the settings into the
> > template file, and do something like:
> >
> >#define TEMPLATE_444
> >#include "colorspacedsp_template.c"
> >#undef TEMPLATE_444
> >
> >
Hi,
On Tue, Apr 5, 2016 at 7:01 PM, Clément Bœsch wrote:
> On Thu, Mar 31, 2016 at 08:29:37PM -0400, Ronald S. Bultje wrote:
> > The intent here is similar to colormatrix, but it's LGPLv2.1-or-later
> > (instead of GPLv2.0) and supports gamma/chromaticity correction.
> > ---
> > doc/filters.tex
On Wed, Apr 06, 2016 at 05:16:31PM +0200, Tobias Rapp wrote:
> On 06.04.2016 17:02, Clément Bœsch wrote:
> >On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote:
> >>On Wed, Apr 6, 2016 at 12:45 AM, Clément Bœsch wrote:
> >>>Mmh. That's nice and all but... why not use/adjust the native ebu
On 06.04.2016 17:02, Clément Bœsch wrote:
On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote:
On Wed, Apr 6, 2016 at 12:45 AM, Clément Bœsch wrote:
Mmh. That's nice and all but... why not use/adjust the native ebur128
filter we have instead of relying on an external library?
[...]
On Wed, Apr 06, 2016 at 10:49:06AM +0530, Suresh Kumar wrote:
> Hello Carl,
>
> Thank you for your reply.
>
> >>Did you look at the aresample filter and libswresample?
> You mean to say resample filter is required before/after our decoder?
> Our audio PCM decoder is expecting signed 16/24 bit. We
On Wed, Apr 06, 2016 at 09:52:51AM -0500, Kyle Swanson wrote:
> On Wed, Apr 6, 2016 at 12:45 AM, Clément Bœsch wrote:
> > On Tue, Apr 05, 2016 at 07:01:14PM -0500, Kyle Swanson wrote:
> >> Here's another audio filter. I hinted at this a few months ago, but I
> >> found out that
> >> finishing the
Le quintidi 15 germinal, an CCXXIV, Marton Balint a écrit :
> This looks good to me as well. Nicolas?
I am ok with the patch.
Regards,
--
Nicolas George
signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg
On Wed, Apr 6, 2016 at 12:45 AM, Clément Bœsch wrote:
> On Tue, Apr 05, 2016 at 07:01:14PM -0500, Kyle Swanson wrote:
>> Here's another audio filter. I hinted at this a few months ago, but I found
>> out that
>> finishing the last 5% took almost as long as the first 95%. This is an EBU
>> R128
>
Le primidi 11 pluviôse, an CCXXIV, Stefano Sabatini a écrit :
> Thanks for using your time for this. In case you want to publish your
> presentation don't forget to send a link here.
The talk went well, despite few people in the public. It took some time but
the slides (in English and C) and recor
On Wed, 6 Apr 2016 at 09:22 Michael Niedermayer
wrote:
> On Wed, Apr 06, 2016 at 10:49:06AM +0530, Suresh Kumar wrote:
> > Hello Carl,
> >
> > Thank you for your reply.
> >
> > >>Did you look at the aresample filter and libswresample?
> > You mean to say resample filter is required before/after o
On Mon, Apr 4, 2016 at 9:00 AM, Claudio Freire wrote:
>> http://fate.ffmpeg.org/report.cgi?time=20160403222945&slot=x86_64-archlinux-gcc-valgrindundef
>>
>> No memleaks, but a handful of "Conditional jump or move depends on
>> uninitialised value(s)" errors.
>
>
> Strange. This shouldn't be new o
> On Apr 6, 2016, at 3:42 AM, wm4 wrote:
>
> On Wed, 6 Apr 2016 02:56:49 -0700
> Amancio Hasty wrote:
>
>> If you think is better and it works , are there any plans to incorporate
>> such an older patch?
>
> I asked the author - he's looking into getting it ready for merge.
> ___
> From 68560d7d4764587ad72f1901edc45450391f1378 Mon Sep 17 00:00:00 2001
> From: dsmudhar
> Date: Mon, 4 Apr 2016 01:06:07 +0530
> Subject: [PATCH] motion estimation filter
>
> ---
> libavfilter/Makefile | 1 +
> libavfilter/allfilters.c | 1 +
> libavfilter/vf_mestimate.c | 236
> ++
On 6 April 2016 at 12:04, Rostislav Pehlivanov wrote:
> On 6 April 2016 at 06:45, Clément Bœsch wrote:
>
>>
>> Mmh. That's nice and all but... why not use/adjust the native ebur128
>> filter we have instead of relying on an external library?
>>
>>
> What's worse is that this patch is around 1100
On Wed, Apr 06, 2016 at 10:59:00 +, Gururaj Nayak wrote:
> Dear Team,
>I am using ffmpeg.exe for converting video into images and getting
> problem while extraction . Video files are located on network . Some
> times images (frames) getting skipped while extracting it
On Wed, Apr 06, 2016 at 07:56:55AM +0530, Disha Singh wrote:
> > there are the following build warnings, please fix them
> >
> > libavcodec/mlpenc.c: In function ‘mlp_encode_init’:
> > libavcodec/mlpenc.c:585:5: warning: ‘coded_frame’ is deprecated (declared
> > at libavcodec/avcodec.h:2967) [-Wdep
On 4/5/16, Martin Vignali wrote:
> 2016-04-05 22:31 GMT+02:00 Paul B Mahol :
>
>> On 4/5/16, Martin Vignali wrote:
>> > Hello,
>> >
>> > Mipmap and ripmap is two way to store several resolution of the picture
>> > inside an exr file
>> > The difference between these two mode, is the number of sub
On 6 April 2016 at 06:45, Clément Bœsch wrote:
>
> Mmh. That's nice and all but... why not use/adjust the native ebur128
> filter we have instead of relying on an external library?
>
>
What's worse is that this patch is around 1100 lines of code but the
library is around 1300 lines (which from a
On Wed, 6 Apr 2016 02:56:49 -0700
Amancio Hasty wrote:
> If you think is better and it works , are there any plans to incorporate such
> an older patch?
I asked the author - he's looking into getting it ready for merge.
___
ffmpeg-devel mailing list
f
Dear Team,
I am using ffmpeg.exe for converting video into images and getting
problem while extraction . Video files are located on network . Some
times images (frames) getting skipped while extracting it from video (which
is at network ) . The same is working fine
Hi,
patch attached.
From 5227e1f5b0e34a942b8321fbe1e30ba8218e28e6 Mon Sep 17 00:00:00 2001
From: Paul B Mahol
Date: Wed, 6 Apr 2016 11:02:39 +0200
Subject: [PATCH] avcodec: add TrueMotion 2.0 Real Time decoder
Signed-off-by: Paul B Mahol
---
libavcodec/Makefile| 1 +
libavcodec/allco
> On Apr 6, 2016, at 1:29 AM, wm4 wrote:
>
> On Tue, 5 Apr 2016 16:09:42 -0700
> Amancio Hasty mailto:aha...@gmail.com>> wrote:
>
>>> On Apr 5, 2016, at 3:57 PM, Michael Niedermayer
>>> wrote:
>>>
>>> On Tue, Apr 05, 2016 at 11:06:48PM +0200, Michael Niedermayer wrote:
On Tue, Apr 05,
On Mittwoch, 30. März 2016 23:02:36 CEST Gerion Entrup wrote:
> On Mittwoch, 30. März 2016 22:57:47 CEST Gerion Entrup wrote:
> > Add improved patch.
>
> Rebased to master.
Bump. Can I help someway.
Gerion
___
ffmpeg-devel mailing list
ffmpeg-devel@ff
On 05.04.2016 12:12, Kieran Kunhya wrote:
Yes. Well, AGPL extends the definition of distribution to include use over
the network.
Would we need then to send a copy of the AGPL to every viewer of our
channels?
How do we even know who they are when it's a terrestrial (OTA) broadcast?
Should we
On Tue, Apr 05, 2016 at 09:23:34PM -0300, James Almer wrote:
> Signed-off-by: James Almer
> ---
> tests/fate/filter-audio.mak | 13 +++--
> tests/fate/filter-video.mak | 36 ++--
> 2 files changed, 25 insertions(+), 24 deletions(-)
LGTM
thx
[...]
--
Mic
On Tue, 5 Apr 2016 16:09:42 -0700
Amancio Hasty wrote:
> > On Apr 5, 2016, at 3:57 PM, Michael Niedermayer
> > wrote:
> >
> > On Tue, Apr 05, 2016 at 11:06:48PM +0200, Michael Niedermayer wrote:
> >> On Tue, Apr 05, 2016 at 12:00:26PM -0700, Amancio Hasty wrote:
> >>>
> On Mar 31,
On Wed, Apr 06, 2016 at 10:49:06AM +0530, Suresh Kumar wrote:
> Hello Carl,
>
> Thank you for your reply.
>
> >>Did you look at the aresample filter and libswresample?
> You mean to say resample filter is required before/after our decoder?
> Our audio PCM decoder is expecting signed 16/24 bit. We
59 matches
Mail list logo