[FFmpeg-devel] [PATCH] libavformat/segment.c: Add strftime expansion for segment filename templates

2014-12-28 Thread Pedro Emílio Machado de Brito
I hope I didn't screw it up too much... It's mostly a shameless copypaste from libavformat.c/img2enc.c, but it does the trick. Did some quick testing recording my webcam to multiple segments and it looks good. Happy new year. -- Pedro Emílio Machado de Brito Ciência da Computação 2012 - Unicamp

Re: [FFmpeg-devel] [PATCH] avfilter/showwaves: add single_pic option

2014-12-28 Thread Clément Bœsch
On Fri, Dec 26, 2014 at 01:16:07AM +0100, Stefano Sabatini wrote: > On date Friday 2014-12-26 00:17:53 +0100, Clément Bœsch encoded: > > On Fri, Dec 26, 2014 at 12:14:52AM +0100, Stefano Sabatini wrote: > > > On date Wednesday 2014-12-24 15:03:26 +0100, Clément Bœsch encoded: > > > > TODO: bump min

Re: [FFmpeg-devel] [PATCH 2/2] avfilter/vf_cropdetect: add max_outliers parameter

2014-12-28 Thread Michael Niedermayer
On Sat, Dec 27, 2014 at 04:35:22AM +0100, Michael Niedermayer wrote: > Fixes Ticket3030 > > Signed-off-by: Michael Niedermayer > --- > libavfilter/vf_cropdetect.c | 23 +++ > 1 file changed, 15 insertions(+), 8 deletions(-) applied [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH] doc/ffmpeg.texi: document the new -sdp_file option

2014-12-28 Thread Simon Thelen
Signed-off-by: Simon Thelen --- doc/ffmpeg.texi | 5 + 1 file changed, 5 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index d774aba..6de5004 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1160,6 +1160,11 @@ requested by @command{ffserver}. The option is intended for

Re: [FFmpeg-devel] [PATCH] lavfi: Port mp=pp7 to libavfilter

2014-12-28 Thread arwa arif
> > > Are you sure? I get this: > libavfilter/filtfmts-test mp pp7 > [...] > INPUT[0] default: fmt:gray > INPUT[0] default: fmt:yuv410p > INPUT[0] default: fmt:yuv420p > INPUT[0] default: fmt:yuv411p > INPUT[0] default: fmt:yuv422p > INPUT[0] default: fmt:yuv444p > INPUT[0] default: fmt:yuvj420p >

Re: [FFmpeg-devel] [PATCH] doc/ffmpeg.texi: document the new -sdp_file option

2014-12-28 Thread Michael Niedermayer
On Sun, Dec 28, 2014 at 02:51:15PM +0100, Simon Thelen wrote: > Signed-off-by: Simon Thelen > --- > doc/ffmpeg.texi | 5 + > 1 file changed, 5 insertions(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB it is not once nor twice but times

Re: [FFmpeg-devel] [PATCH] lavfi: Port mp=pp7 to libavfilter

2014-12-28 Thread Michael Niedermayer
On Sun, Dec 28, 2014 at 07:45:18PM +0530, arwa arif wrote: > > > > > > Are you sure? I get this: > > libavfilter/filtfmts-test mp pp7 > > [...] > > INPUT[0] default: fmt:gray > > INPUT[0] default: fmt:yuv410p > > INPUT[0] default: fmt:yuv420p > > INPUT[0] default: fmt:yuv411p > > INPUT[0] default:

Re: [FFmpeg-devel] Parallelization of FFmpeg

2014-12-28 Thread Michael Niedermayer
On Sat, Dec 27, 2014 at 11:17:00PM -0500, David Ison wrote: > It was necessary to change the email subscription, because I had used to > subscribe was an alias. > > >The vc1 decoder could need frame parallelization. > >That being said, what normally happens is that > >you decide on which part of

Re: [FFmpeg-devel] [PATCH] libavformat/segment.c: Add strftime expansion for segment filename templates

2014-12-28 Thread Michael Niedermayer
On Sun, Dec 28, 2014 at 06:08:28AM -0200, Pedro Emílio Machado de Brito wrote: > I hope I didn't screw it up too much... It's mostly a shameless > copypaste from libavformat.c/img2enc.c, but it does the trick. > > Did some quick testing recording my webcam to multiple segments and it > looks good.

Re: [FFmpeg-devel] [PATCH]Fix r10kdec output

2014-12-28 Thread Carl Eugen Hoyos
Reimar Döffinger gmx.de> writes: > > -b = pixel << 4; > > +b = pixel << 4 & 0xffc0; > > Never remember the order so it might not be required, > but for consistency at least I think you should add (). Applied with that change. > But otherwise I think it mak

Re: [FFmpeg-devel] [PATCH]Fix r10kdec output

2014-12-28 Thread Bob Maple
On 12/28/2014 2:06 PM, Carl Eugen Hoyos wrote: > Does anybody have the Directshow filter for "AJA Kona > 10-bit RGB Codec"? You can download them from https://www.aja.com/en/support/directshow ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http

[FFmpeg-devel] [PATCH] avcodec/options_table: add entries for MPEG4 video profiles

2014-12-28 Thread Michael Niedermayer
Fixes part of Ticket2901 Signed-off-by: Michael Niedermayer --- libavcodec/options_table.h |4 1 file changed, 4 insertions(+) diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index 1d5b078..6d6efb9 100644 --- a/libavcodec/options_table.h +++ b/libavcodec/options_ta

Re: [FFmpeg-devel] libavutil/opencl: output program build log

2014-12-28 Thread Wei Gao
2014-12-25 4:34 GMT+08:00 Michael Niedermayer : > On Wed, Dec 24, 2014 at 07:55:13PM +, Titov, Alexey wrote: > > Attached corrected patch > > should be ok > if wei gao is ok with it then i can apply it > Hi, I tried to merge the three patches on mingw, but seems some errors, the log is as foll

Re: [FFmpeg-devel] libavutil/opencl: output program build log

2014-12-28 Thread Wei Gao
2014-12-29 10:10 GMT+08:00 Wei Gao : > > > 2014-12-25 4:34 GMT+08:00 Michael Niedermayer : > >> On Wed, Dec 24, 2014 at 07:55:13PM +, Titov, Alexey wrote: >> > Attached corrected patch >> >> should be ok >> if wei gao is ok with it then i can apply it >> > Hi, I tried to merge the three patche

[FFmpeg-devel] [PATCH] avcodec/h264: export ref_frame_count

2014-12-28 Thread Michael Niedermayer
Fixes Ticket3141 Signed-off-by: Michael Niedermayer --- libavcodec/h264.c|1 + libavcodec/h264.h|1 + libavcodec/h264_ps.c |3 +++ 3 files changed, 5 insertions(+) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index f40449e..46ae1cc 100644 --- a/libavcodec/h264.c +++ b/

Re: [FFmpeg-devel] [PATCH] avformat/mux: 2 subtitle packets could have the same DTS

2014-12-28 Thread Michael Niedermayer
On Fri, May 09, 2014 at 04:39:31PM +0200, Michael Niedermayer wrote: > Fixes Ticket3514 > > Signed-off-by: Michael Niedermayer > --- > libavformat/mux.c |1 + > 1 file changed, 1 insertion(+) appears this has been forgotten applied [...] -- Michael GnuPG fingerprint: 9FF2128B147EF673