Re: [FFmpeg-devel] [PATCH v2]Support QT b64a ARGB64 rawvideo

2016-08-13 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH]configure: Check arc4random() header definition

2016-08-13 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH] af_volumedetect: Work with sample formats other than s16/s16p

2016-08-13 Thread Nicolas George
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

Re: [FFmpeg-devel] [PATCH v3 2/2] avcodec/bsf: Forbid packet without payload in av_bsf_send_packet

2016-08-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH v3 1/2] avcodec/bsf: Set EOF flag only in pkt == NULL

2016-08-13 Thread Michael Niedermayer
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

Re: [FFmpeg-devel] [PATCH]configure: Check arc4random() header definition

2016-08-13 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH] af_volumedetect: Work with sample formats other than s16/s16p

2016-08-13 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH 1/5] doc/bsfs: Fix bsf options divider in documentation

2016-08-13 Thread Michael Niedermayer
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 > --- >

Re: [FFmpeg-devel] Compile using bash in Win10 anniversary?

2016-08-13 Thread Timo Rothenpieler
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

Re: [FFmpeg-devel] [PATCH] avcodec/utils: only warn when passed invalid lowres value

2016-08-13 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH] af_volumedetect: Work with sample formats other than s16/s16p

2016-08-13 Thread Paul B Mahol
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 >>

[FFmpeg-devel] [PATCH][WIP] avfilter: add surroundscope filter

2016-08-13 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH] libavformat/http: add support for content_type option in listen mode

2016-08-13 Thread Moritz Barsnick
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 +- >

Re: [FFmpeg-devel] [PATCH] avfilter/vf_signalstats: add >8 bit depth support

2016-08-13 Thread Carl Eugen Hoyos
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

Re: [FFmpeg-devel] [PATCH 2/5] avcodec/bsf: Add ff_bsf_get_packet_ref() function

2016-08-13 Thread Michael Niedermayer
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 > --- >

Re: [FFmpeg-devel] [PATCH] libavformat/http: add support for content_type option in listen mode

2016-08-13 Thread Nicolas George
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 +- >

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-13 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-13 Thread Paul B Mahol
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.

Re: [FFmpeg-devel] [PATCH] avfilter/vf_signalstats: add >8 bit depth support

2016-08-13 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-13 Thread Davinder Singh
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

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-13 Thread Michael Niedermayer
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. > > >> > >

Re: [FFmpeg-devel] [GSoC] Motion Interpolation

2016-08-13 Thread Davinder Singh
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 >

Re: [FFmpeg-devel] [PATCH] af_volumedetect: Work with sample formats other than s16/s16p

2016-08-13 Thread Paul B Mahol
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

Re: [FFmpeg-devel] [PATCH] af_volumedetect: Work with sample formats other than s16/s16p

2016-08-13 Thread Burt P.
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.