On Sat, Aug 13, 2016 at 12:18:56PM +, Davinder Singh wrote:
> On Thu, Aug 11, 2016 at 12:10 AM Davinder Singh wrote:
>
> > [...]
> >
> > latest changes:
> https://github.com/dsmudhar/FFmpeg/blob/dev/libavfilter/vf_minterpolate.c
> uses shared motion estimation code now, added options, improve
On Saturday, August 13, 2016, Burt P. wrote:
> On Sat, Aug 13, 2016 at 4:23 AM, Paul B Mahol > wrote:
> >
> > Also, swresample already does what converting code do, but faster.
>
> Doing the conversion in the filter itself instead of using the
> auto-inserted conversion filter is that the origin
On Sat, Aug 13, 2016 at 4:23 AM, Paul B Mahol wrote:
>
> Also, swresample already does what converting code do, but faster.
Doing the conversion in the filter itself instead of using the
auto-inserted conversion filter is that the original data is left
completely untouched.
Using astats, the samp
On Saturday, August 13, 2016, Burt P. wrote:
> Thanks, I will use astats instead.
>
>
You could add dB scalling to astats metadata.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Thanks, I will use astats instead.
On Sat, Aug 13, 2016 at 4:23 AM, Paul B Mahol wrote:
> On 8/13/16, Nicolas George wrote:
>> Le septidi 27 thermidor, an CCXXIV, Burt P a écrit :
>>> The histogram will still only be shown for s16 and s16p.
>>>
>>> Signed-off-by: Burt P
>>> ---
>>> libavfilter
On Sat, Aug 13, 2016 at 03:51:17PM +, Davinder Singh wrote:
> On Sat, Aug 13, 2016 at 8:05 PM Paul B Mahol wrote:
>
> > On 8/13/16, Paul B Mahol wrote:
> > > On 8/13/16, Davinder Singh wrote:
> > >>
> > >> patch attached.
> > >>
> > >
> > > Please add EPZS to minterpolate.
> > >
> >
> > Als
On 7 August 2016 at 00:51, Rostislav Pehlivanov wrote:
> Does nothing fancy but still sounds very decent at 128kbps.
> Still room to improve by bringing in the low pass and PNS management
> from the main big twoloop which should improve its quality but not
> sacrifice that much speed.
>
> Signed-
On Sat, Aug 13, 2016 at 8:05 PM Paul B Mahol wrote:
> On 8/13/16, Paul B Mahol wrote:
> > On 8/13/16, Davinder Singh wrote:
> >>
> >> patch attached.
> >>
> >
> > Please add EPZS to minterpolate.
> >
>
> Also, why is there no code for scene change detection?
If scene changes abruptly it will g
On Sat, Aug 13, 2016 at 7:28 PM Paul B Mahol wrote:
> On 8/13/16, Davinder Singh wrote:
> >
> > patch attached.
> >
>
> Please add EPZS to minterpolate.
>
added.
https://github.com/dsmudhar/FFmpeg/commit/1ad40c3f405625075b93dde71a749593dc64f0e3
> __
On 8/13/16, Paul B Mahol wrote:
> On 8/13/16, Davinder Singh wrote:
>>
>> patch attached.
>>
>
> Please add EPZS to minterpolate.
>
Also, why is there no code for scene change detection?
If scene changes abruptly it will give bad frame.
___
ffmpeg-deve
On 8/13/16, Davinder Singh wrote:
>
> patch attached.
>
Please add EPZS to minterpolate.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
Le quartidi 24 thermidor, an CCXXIV, Moritz Barsnick a écrit :
> Instead of silently ignoring the content_type option in listen mode,
> apply its value to the provided "Content-Type:" header.
>
> Signed-off-by: Moritz Barsnick
> ---
> doc/protocols.texi | 2 +-
> libavformat/http.c | 2 +-
> 2 f
On Wed, Aug 10, 2016 at 21:18:00 +0200, Moritz Barsnick wrote:
> Instead of silently ignoring the content_type option in listen mode,
> apply its value to the provided "Content-Type:" header.
>
> Signed-off-by: Moritz Barsnick
> ---
> doc/protocols.texi | 2 +-
> libavformat/http.c | 2 +-
> 2 f
On Thu, Aug 11, 2016 at 12:10 AM Davinder Singh wrote:
> [...]
>
> latest changes:
https://github.com/dsmudhar/FFmpeg/blob/dev/libavfilter/vf_minterpolate.c
uses shared motion estimation code now, added options, improved vsbmc
i tried to make filter options as flexible as possible so that multipl
Am Freitag, den 12.08.2016, 17:12 +0200 schrieb Michael Niedermayer:
> On Sun, Jul 31, 2016 at 07:09:26PM +0200, Jens Ziller wrote:
> >
> > Am Sonntag, den 31.07.2016, 16:33 +0100 schrieb Mark Thompson:
> > >
> > > On 31/07/16 15:51, Jens Ziller wrote:
> > > >
> > > >
> > > > Am Samstag, den 30
Hi,
patch attached.
0001-avfilter-add-surroundscope-filter.patch
Description: Binary data
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On 8/13/16, Carl Eugen Hoyos wrote:
> Hi!
>
> 2016-08-11 18:33 GMT+02:00 Paul B Mahol :
>> Updated patches attached.
>
> Sorry, still only being curious:
> Is there a reason why YUV is supported but YUVA is not?
Mostly because there is no alpha stats gathered and it is easy to
ignore alpha plane.
On Thu, Jul 28, 2016 at 06:18:13PM +0200, sebechlebsky...@gmail.com wrote:
> From: Jan Sebechlebsky
>
> Use of this function can save unnecessary malloc operation
> in bitstream filter.
>
> Signed-off-by: Jan Sebechlebsky
> ---
> libavcodec/bsf.c | 16
> libavcodec/bsf.h | 11
Hi!
2016-08-11 18:33 GMT+02:00 Paul B Mahol :
> Updated patches attached.
Sorry, still only being curious:
Is there a reason why YUV is supported but YUVA is not?
Thank you, Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg
2016-08-13 10:02 GMT+02:00 Paul B Mahol :
> On 8/13/16, Carl Eugen Hoyos wrote:
>> Attached patch fixes Cygwin default compilation.
> LGTM
Patch applied.
Thank you, Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mai
Hi!
2016-08-11 18:45 GMT+02:00 Paul B Mahol :
> On 8/9/16, Carl Eugen Hoyos wrote:
>> Will fix locally, any other comments?
>>
>
> No, LGTM if works.
Patch applied, thank you!
Carl Eugen
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ff
Hi!
2016-08-05 0:35 GMT+02:00 Aman Gupta :
> From: Aman Gupta
>
> This makes it easier to use the lowres option when dealing with input
> files in different codecs. If the codec doesn't support lowres=1 for
> instance, it will throw a warning and use lowres=0 instead of erroring
> out completely.
On Thu, Jul 28, 2016 at 06:18:12PM +0200, sebechlebsky...@gmail.com wrote:
> From: Jan Sebechlebsky
>
> The actual implementation uses ':' divider, not '/' as
> documented.
>
> Signed-off-by: Jan Sebechlebsky
> ---
> doc/bitstream_filters.texi | 2 +-
> 1 file changed, 1 insertion(+), 1 deleti
On 8/12/2016 8:12 PM, Dan Haddix wrote:
> Can you cross compile ffmpeg for Windows using the new bash built in to Win10
> anniversary? I'm currently using MinGW but it seems like it might be easier
> to use the built in bash if possible. However I tried a basic build, using
> the same commands I
On 8/13/16, Nicolas George wrote:
> Le septidi 27 thermidor, an CCXXIV, Burt P a écrit :
>> The histogram will still only be shown for s16 and s16p.
>>
>> Signed-off-by: Burt P
>> ---
>> libavfilter/af_volumedetect.c | 133
>> ++
>> 1 file changed, 121 ins
On Tue, Jul 26, 2016 at 12:40:08PM +0200, sebechlebsky...@gmail.com wrote:
> From: Jan Sebechlebsky
>
> Signed-off-by: Jan Sebechlebsky
> ---
> libavcodec/avcodec.h | 3 ++-
> libavcodec/bsf.c | 3 +++
> 2 files changed, 5 insertions(+), 1 deletion(-)
applied
thanks
[...]
--
Michael
On Tue, Jul 26, 2016 at 12:40:07PM +0200, sebechlebsky...@gmail.com wrote:
> From: Jan Sebechlebsky
>
> Set BSF EOF flag only if pkt == NULL in av_bsf_send_packet().
>
> Signed-off-by: Jan Sebechlebsky
applied
thanks
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC78704
Le septidi 27 thermidor, an CCXXIV, Burt P a écrit :
> The histogram will still only be shown for s16 and s16p.
>
> Signed-off-by: Burt P
> ---
> libavfilter/af_volumedetect.c | 133
> ++
> 1 file changed, 121 insertions(+), 12 deletions(-)
Did you bench
On 8/13/16, Carl Eugen Hoyos wrote:
> Hi!
>
> Attached patch fixes Cygwin default compilation.
>
> Please comment, Carl Eugen
>
LGTM
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Saturday, August 13, 2016, Burt P wrote:
> The histogram will still only be shown for s16 and s16p.
>
> Signed-off-by: Burt P >
> ---
> libavfilter/af_volumedetect.c | 133 ++
>
> 1 file changed, 121 insertions(+), 12 deletions(-)
>
> diff --git a/liba
30 matches
Mail list logo