Re: [FFmpeg-devel] [PATCH 1/2] avformat/icodec: ico probe with unknown data

2016-02-16 Thread Carl Eugen Hoyos
Mark Harris gmail.com> writes: > Header: OK, 2 frames > Frame 0: Unknown (offset points beyond end of probe buffer) > Frame 1: Invalid > Previously this example had a score of 25, even though the score would > be 1 if the unknown frame was known to be valid or 0 if it was known > to

Re: [FFmpeg-devel] [PATCH v5] Added VideoToolbox H.264 encoder.

2016-02-16 Thread Carl Eugen Hoyos
Rick Kern gmail.com> writes: > +enabled vtenc && > require VideoToolbox VideoToolbox/VTCompressionSession.h On which osx systems is this header not available? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg

Re: [FFmpeg-devel] Pull request for VideoToolbox Encoder

2016-02-16 Thread Carl Eugen Hoyos
Richard Kern gmail.com> writes: > VideoToolbox Encoder for OSX/iOS: > https://github.com/FFmpeg/FFmpeg/pull/177 > > I submitted a patch a while ago and had it reviewed, > but it was never pushed. Please ping the thread with the review instead. (Or resend your patch.) Carl Eugen

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dvbtxt: add raw demuxer for dvb teletext probing

2016-02-16 Thread Carl Eugen Hoyos
Marton Balint passwd.hu> writes: > +/* The purpose of this is demuxer is to detect DVB teletext > streams in > + * mpegts, so we reject invalid buffer sizes */ > +if ((p->buf_size + 45) % 184 != 0) > +return 0; I don't think this is ok (although I may miss something): The f

Re: [FFmpeg-devel] [PATCH v2] cfhd: reallocate internal buffers on format change.

2016-02-16 Thread Carl Eugen Hoyos
Kieran Kunhya kunhya.com> writes: [...] If this fixes a ticket on trac, please add a reference to the commit message. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH v5] Added VideoToolbox H.264 encoder.

2016-02-16 Thread wm4
On Tue, 16 Feb 2016 08:32:40 + (UTC) Carl Eugen Hoyos wrote: > Rick Kern gmail.com> writes: > > > +enabled vtenc && > > require VideoToolbox VideoToolbox/VTCompressionSession.h > > On which osx systems is this header not available? The same where videotoolbox decoding is no

Re: [FFmpeg-devel] [PATCH v5] Added VideoToolbox H.264 encoder.

2016-02-16 Thread Carl Eugen Hoyos
wm4 googlemail.com> writes: > On Tue, 16 Feb 2016 08:32:40 + (UTC) > Carl Eugen Hoyos ag.or.at> wrote: > > > Rick Kern gmail.com> writes: > > > > > +enabled vtenc && > > > require VideoToolbox VideoToolbox/VTCompressionSession.h I cut away the relevant part here, sorry: VTC

Re: [FFmpeg-devel] [PATCH v5] Added VideoToolbox H.264 encoder.

2016-02-16 Thread wm4
On Tue, 16 Feb 2016 09:58:30 +0800 Rick Kern wrote: > Enable with configure --enable-vtenc and encode using -codec:v vtenc_h264. > > Signed-off-by: Rick Kern > --- > MAINTAINERS|1 + > configure |3 + > libavcodec/Makefile|1 + > libavcodec/allcodecs.c

Re: [FFmpeg-devel] [PATCH]concatdec: measure duration when it is not available

2016-02-16 Thread Nicolas George
L'octidi 28 pluviôse, an CCXXIV, Bodecs Bela a écrit : > Do you have any suggestion for me what to do now? > Please give me a hint where to find this bug or should I open a trac ticket > for it? I already told you: find out exactly WHY the result is different. I suggest you use this kind of test c

Re: [FFmpeg-devel] [PATCH 1/2] avformat/icodec: ico probe with unknown data

2016-02-16 Thread Mark Harris
>> Header: OK, 2 frames >> Frame 0: Unknown (offset points beyond end of probe buffer) >> Frame 1: Invalid >> Previously this example had a score of 25, even though the score would >> be 1 if the unknown frame was known to be valid or 0 if it was known >> to be invalid. For this examp

Re: [FFmpeg-devel] MediaCodec support

2016-02-16 Thread wm4
On Mon, 15 Feb 2016 18:52:25 +0100 Matthieu Bouron wrote: > Hello, > > The following patchset adds basic MediaCodec support to libavcodec, ie: only > h264 is supported and the HWAccel part (Surface output) is missing. > > JNI comes as a dependency. The JNI support is based on the same patchset

[FFmpeg-devel] [PATCH] avfilter: add firequalizer filter

2016-02-16 Thread Muhammad Faiz
patch attached thank's From 5ec5d798e974f690d881787b7272ed23b7d4bdbc Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Tue, 16 Feb 2016 17:03:08 +0700 Subject: [PATCH] avfilter: add firequalizer filter --- Changelog | 1 + MAINTAINERS | 1 + configure

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: improve pts handling

2016-02-16 Thread Muhammad Faiz
On Mon, Feb 15, 2016 at 4:49 PM, Muhammad Faiz wrote: > On Sat, Feb 13, 2016 at 12:20 AM, Paul B Mahol wrote: >>-ret = plot_cqt(ctx); >>+ret = plot_cqt(ctx, AV_NOPTS_VALUE); > it should not be set to AV_NOPTS_VALUE, but to previous pts + something > >>-ret = pl

[FFmpeg-devel] [PATCH 1/2] lavc/rawdec: Remove temporary monowhite switching code for 1 bpp AVI without a palette

2016-02-16 Thread Mats Peterson
-- Mats Peterson http://matsp888.no-ip.org/~mats/ >From e62d408f3f6a90806ac64d04f06a522411a41365 Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Tue, 16 Feb 2016 11:43:30 +0100 Subject: [PATCH 1/2] lavc/rawdec: Remove temporary monowhite switching code for 1 bpp AVI without a palette --- li

[FFmpeg-devel] [PATCH 2/2] lavc/rawdec: Retrieve nut palette from packets

2016-02-16 Thread Mats Peterson
I have removed the 4-byte alignment line. -- Mats Peterson http://matsp888.no-ip.org/~mats/ >From 6256d18629e70c24260e4cfb1993411ccebfac73 Mon Sep 17 00:00:00 2001 From: Mats Peterson Date: Tue, 16 Feb 2016 11:44:50 +0100 Subject: [PATCH 2/2] lavc/rawdec: Retrieve nut palette from packets ---

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: improve pts handling

2016-02-16 Thread Paul B Mahol
On 2/16/16, Muhammad Faiz wrote: > On Mon, Feb 15, 2016 at 4:49 PM, Muhammad Faiz wrote: >> On Sat, Feb 13, 2016 at 12:20 AM, Paul B Mahol wrote: >>>-ret = plot_cqt(ctx); >>>+ret = plot_cqt(ctx, AV_NOPTS_VALUE); >> it should not be set to AV_NOPTS_VALUE, but to previous p

[FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-16 Thread Muhammad Faiz
correct output pts based on input pts make seeking possible output frame one by one on eof tested with showinfo filter patch attached thank's From bc59d4a7636e2f199b3dbda06e8e3bc53e260cae Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Tue, 16 Feb 2016 07:03:37 +0700 Subject: [PATCH v2] avfil

Re: [FFmpeg-devel] MediaCodec support

2016-02-16 Thread Matthieu Bouron
On Tue, Feb 16, 2016 at 10:41 AM, wm4 wrote: > On Mon, 15 Feb 2016 18:52:25 +0100 > Matthieu Bouron wrote: > > > Hello, > > > > The following patchset adds basic MediaCodec support to libavcodec, ie: > only > > h264 is supported and the HWAccel part (Surface output) is missing. > > > > JNI comes

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-16 Thread wm4
On Tue, 16 Feb 2016 18:01:16 +0700 Muhammad Faiz wrote: > From bc59d4a7636e2f199b3dbda06e8e3bc53e260cae Mon Sep 17 00:00:00 2001 > From: Muhammad Faiz > Date: Tue, 16 Feb 2016 07:03:37 +0700 > Subject: [PATCH v2] avfilter/avf_showcqt: improve pts handling > > correct output pts based on input p

Re: [FFmpeg-devel] MediaCodec support

2016-02-16 Thread wm4
On Tue, 16 Feb 2016 12:09:58 +0100 Matthieu Bouron wrote: > On Tue, Feb 16, 2016 at 10:41 AM, wm4 wrote: > > > On Mon, 15 Feb 2016 18:52:25 +0100 > > Matthieu Bouron wrote: > > > > > Hello, > > > > > > The following patchset adds basic MediaCodec support to libavcodec, ie: > > only > > >

Re: [FFmpeg-devel] [RFC][PATCH][BROKEN] avfilter: drawutils >8 bit support

2016-02-16 Thread Paul B Mahol
On 2/15/16, Paul B Mahol wrote: > Hi, > > patch attached. > > I couldn't get blend functions to work correctly. > Now with blend properly working. But now I have issues with fate ref update, it mess up terminal here so one needs to use reset. From 2633eb9cdb93031b23f119b12ee543c443686c02 Mon Sep

Re: [FFmpeg-devel] [PATCH] avfilter: add firequalizer filter

2016-02-16 Thread Paul B Mahol
On 2/16/16, Muhammad Faiz wrote: > patch attached > > thank's > > > --- > Changelog | 1 + > MAINTAINERS | 1 + > configure | 2 + > doc/filters.texi | 109 > libavfilter/Makefile | 1 + > libavfilter

Re: [FFmpeg-devel] [PATCH 2/2] avcodec/libzvbi-teletextdec: use common functions for matching data_unit_id and data_identifier

2016-02-16 Thread Michael Niedermayer
On Tue, Feb 16, 2016 at 03:35:53AM +0100, Marton Balint wrote: > Signed-off-by: Marton Balint > --- > libavcodec/libzvbi-teletextdec.c | 10 ++ > 1 file changed, 2 insertions(+), 8 deletions(-) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FA

Re: [FFmpeg-devel] [PATCH] avfilter: add BobWeaver deinterlacing filter

2016-02-16 Thread Paul B Mahol
On 2/8/16, Thomas Mundt wrote: Hendrik Leppkes schrieb am Mo, 8.2.2016: >> How does the speed compare to YADIF? >> Or in other words, is it usable in real-time, or rather designed for >> offline processing? >> > YADIF is quicker, because of its CPU optimizations. Without CPU > optimizations

Re: [FFmpeg-devel] [PATCH] tests/fate: added dnxhr parser regression test

2016-02-16 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 10:01:27PM -0800, Mark Reid wrote: > Hi, > This patch adds a fate test for the parsing raw dnxhr streams. > > Can someone add this test footage to fate for me? > https://dl.dropboxusercontent.com/u/170952/fate/dnxhd/dnxhr_cid1274.dnxhr > it goes in > FATE_ROOT/dnxhd/dnxhr_c

Re: [FFmpeg-devel] [RFC][PATCH][BROKEN] avfilter: drawutils >8 bit support

2016-02-16 Thread Nicolas George
L'octidi 28 pluviôse, an CCXXIV, Paul B Mahol a écrit : > Now with blend properly working. Nice. Have you checked how it affects performance for the cases that were already supported? > But now I have issues with fate ref update, it mess up terminal here > so one needs to use reset. This has bee

Re: [FFmpeg-devel] [RFC][PATCH][BROKEN] avfilter: drawutils >8 bit support

2016-02-16 Thread Paul B Mahol
On 2/16/16, Nicolas George wrote: > L'octidi 28 pluviose, an CCXXIV, Paul B Mahol a ecrit : >> Now with blend properly working. > > Nice. Have you checked how it affects performance for the cases that were > already supported? It should be marginal. > >> But now I have issues with fate ref updat

Re: [FFmpeg-devel] [PATCH] avfilter: add BobWeaver deinterlacing filter

2016-02-16 Thread Thomas Mundt
>>> Paul B Mahol schrieb am Di, 16.2.2016:On 2/8/16, Thomas >>> Mundt wrote: > Hendrik Leppkes schrieb am Mo, 8.2.2016: >>> How does the speed compare to YADIF? >>> Or in other words, is it usable in real-time, or rather designed for >>> offline processing? >>> >> YADIF is quicker, because

Re: [FFmpeg-devel] [PATCH] avutil: disable arch specific intmath routines if optimizations are disabled

2016-02-16 Thread Michael Niedermayer
On Tue, Feb 16, 2016 at 02:40:10PM +0800, Xiaolei Yu wrote: > Current intmath routines for arm require inter-procedure constant propagation > and fail to compile when optimizations are disabled. > --- > configure | 1 + > libavutil/intmath.h | 2 ++ > 2 files changed, 3 insertions(+) on

Re: [FFmpeg-devel] [PATCH 1/2] lavc/rawdec: Remove temporary monowhite switching code for 1 bpp AVI without a palette

2016-02-16 Thread Mats Peterson
Mats Peterson skrev: (16 februari 2016 11:48:28 CET) > And once more Michael, give me one sensible reason as to why you want to fix the long standing muxer issues before applying these patches. That will seemingly take forever, and it won't make any difference if you apply these patches now or

Re: [FFmpeg-devel] [PATCH 1/2] lavc/rawdec: Remove temporary monowhite switching code for 1 bpp AVI without a palette

2016-02-16 Thread Mats Peterson
Mats Peterson skrev: (16 februari 2016 14:06:07 CET) >Mats Peterson skrev: (16 februari >2016 11:48:28 CET) >> >And once more Michael, give me one sensible reason as to why you want >to fix the long standing muxer issues before applying these patches. >That will seemingly take forever, and it wo

Re: [FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-16 Thread Ivan Kalvachev
On 2/15/16, Hendrik Leppkes wrote: > On Mon, Feb 15, 2016 at 3:13 PM, Ivan Kalvachev > wrote: >> On 2/15/16, Ronald S. Bultje wrote: >>> Hi, >>> >>> On Mon, Feb 15, 2016 at 8:26 AM, Ivan Kalvachev >>> wrote: >>> On 2/15/16, Hendrik Leppkes wrote: > On Mon, Feb 15, 2016 at 2:13 PM, Iv

Re: [FFmpeg-devel] MediaCodec support

2016-02-16 Thread Matthieu Bouron
On Tue, Feb 16, 2016 at 12:36 PM, wm4 wrote: > On Tue, 16 Feb 2016 12:09:58 +0100 > Matthieu Bouron wrote: > > > On Tue, Feb 16, 2016 at 10:41 AM, wm4 wrote: > > > > > On Mon, 15 Feb 2016 18:52:25 +0100 > > > Matthieu Bouron wrote: > > > > > > > Hello, > > > > > > > > The following patchset ad

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rawdec: Retrieve nut palette from packets

2016-02-16 Thread Michael Niedermayer
On Tue, Feb 16, 2016 at 11:49:31AM +0100, Mats Peterson wrote: > I have removed the 4-byte alignment line. > > -- > Mats Peterson > http://matsp888.no-ip.org/~mats/ > rawdec.c |8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > 8368a0a3c0eab1db6651662f5108dac88e986c59 > 0002-l

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rawdec: Retrieve nut palette from packets

2016-02-16 Thread Mats Peterson
Michael Niedermayer skrev: (16 februari 2016 15:03:13 CET) >On Tue, Feb 16, 2016 at 11:49:31AM +0100, Mats Peterson wrote: >> I have removed the 4-byte alignment line. >> >> -- >> Mats Peterson >> http://matsp888.no-ip.org/~mats/ > >> rawdec.c |8 +++- >> 1 file changed, 7 insertions(+

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rawdec: Retrieve nut palette from packets

2016-02-16 Thread Mats Peterson
On 02/16/2016 03:04 PM, Mats Peterson wrote: Michael Niedermayer skrev: (16 februari 2016 15:03:13 CET) On Tue, Feb 16, 2016 at 11:49:31AM +0100, Mats Peterson wrote: I have removed the 4-byte alignment line. -- Mats Peterson http://matsp888.no-ip.org/~mats/ rawdec.c |8 +++- 1

Re: [FFmpeg-devel] [PATCH] Do not remove HWACCEL flag with FF_API_XVMC

2016-02-16 Thread Ronald S. Bultje
Hi, On Tue, Feb 16, 2016 at 8:25 AM, Ivan Kalvachev wrote: > On 2/15/16, Hendrik Leppkes wrote: > > On Mon, Feb 15, 2016 at 3:13 PM, Ivan Kalvachev > > wrote: > >> On 2/15/16, Ronald S. Bultje wrote: > >>> Hi, > >>> > >>> On Mon, Feb 15, 2016 at 8:26 AM, Ivan Kalvachev > >>> wrote: > >>> > >

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rawdec: Retrieve nut palette from packets

2016-02-16 Thread Michael Niedermayer
On Tue, Feb 16, 2016 at 03:06:35PM +0100, Mats Peterson wrote: > On 02/16/2016 03:04 PM, Mats Peterson wrote: > >Michael Niedermayer skrev: (16 februari 2016 > >15:03:13 CET) > >>On Tue, Feb 16, 2016 at 11:49:31AM +0100, Mats Peterson wrote: > >>>I have removed the 4-byte alignment line. > >>> >

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rawdec: Retrieve nut palette from packets

2016-02-16 Thread Mats Peterson
On 02/16/2016 03:34 PM, Michael Niedermayer wrote: And what about the monowhite switching code? Did you forget that one?? no, that patch is left for others to decide, my oppinion is that the muxer bug must be fixed first to prevent the generation of invalid files. I wanted to look into it as

Re: [FFmpeg-devel] [PATCH 2/2] lavc/rawdec: Retrieve nut palette from packets

2016-02-16 Thread Mats Peterson
On 02/16/2016 03:34 PM, Michael Niedermayer wrote: no, that patch is left for others to decide, my oppinion is that the muxer bug must be fixed first to prevent the generation of invalid files. I wanted to look into it as you dont look into it but i dont have time now That's OK regarding not

Re: [FFmpeg-devel] [PATCH] avutil: disable arch specific intmath routines if optimizations are disabled

2016-02-16 Thread Yu Xiaolei
On Tue, Feb 16, 2016 at 9:01 PM, Michael Niedermayer wrote: > On Tue, Feb 16, 2016 at 02:40:10PM +0800, Xiaolei Yu wrote: > > Current intmath routines for arm require inter-procedure constant > propagation > > and fail to compile when optimizations are disabled. > > --- > > configure |

[FFmpeg-devel] Question about "make distclean" after "git pull"

2016-02-16 Thread Mats Peterson
Is it very important to use a "make distclean" after a "git pull"? It depends on the changes made to the newly pulled code, I guess. Mats -- Mats Peterson http://matsp888.no-ip.org/~mats/ ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ff

Re: [FFmpeg-devel] Question about "make distclean" after "git pull"

2016-02-16 Thread Nicolas George
L'octidi 28 pluviôse, an CCXXIV, Mats Peterson a écrit : > Is it very important to use a "make distclean" after a "git pull"? It > depends on the changes made to the newly pulled code, I guess. Exactly. The most common issue is when files are renamed or deleted: without distclean, the dependency f

Re: [FFmpeg-devel] MediaCodec support

2016-02-16 Thread Matthieu Bouron
On Tue, Feb 16, 2016 at 2:47 PM, Matthieu Bouron wrote: > > > On Tue, Feb 16, 2016 at 12:36 PM, wm4 wrote: > >> On Tue, 16 Feb 2016 12:09:58 +0100 >> Matthieu Bouron wrote: >> >> > On Tue, Feb 16, 2016 at 10:41 AM, wm4 wrote: >> > >> > > On Mon, 15 Feb 2016 18:52:25 +0100 >> > > Matthieu Bouro

Re: [FFmpeg-devel] [PATCH] avutil: disable arch specific intmath routines if optimizations are disabled

2016-02-16 Thread Michael Niedermayer
On Tue, Feb 16, 2016 at 11:00:38PM +0800, Yu Xiaolei wrote: > On Tue, Feb 16, 2016 at 9:01 PM, Michael Niedermayer > wrote: > > > On Tue, Feb 16, 2016 at 02:40:10PM +0800, Xiaolei Yu wrote: > > > Current intmath routines for arm require inter-procedure constant > > propagation > > > and fail to c

Re: [FFmpeg-devel] [PATCH 1/5] lavu: add JNI support

2016-02-16 Thread Matthieu Bouron
On Mon, Feb 15, 2016 at 6:56 PM, Hendrik Leppkes wrote: > On Mon, Feb 15, 2016 at 6:52 PM, Matthieu Bouron > wrote: > > From: Matthieu Bouron > > > > --- > > configure| 4 + > > libavutil/Makefile | 4 + > > libavutil/jni.c | 55 +++ > > libavutil/jni.h

Re: [FFmpeg-devel] [PATCH 09/12] avformat/mxfenc: use ff_parse_creation_time_metadata

2016-02-16 Thread Tomas Härdin
On Sat, 2016-02-06 at 20:13 +0100, Marton Balint wrote: > Signed-off-by: Marton Balint > --- >  libavformat/mxfenc.c | 5 + >  1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c > index 6da8b10..cd13f89 100644 > --- a/libavformat/mxfenc.

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-16 Thread Muhammad Faiz
On Tue, Feb 16, 2016 at 6:22 PM, wm4 wrote: > On Tue, 16 Feb 2016 18:01:16 +0700 > Muhammad Faiz wrote: > >> From bc59d4a7636e2f199b3dbda06e8e3bc53e260cae Mon Sep 17 00:00:00 2001 >> From: Muhammad Faiz >> Date: Tue, 16 Feb 2016 07:03:37 +0700 >> Subject: [PATCH v2] avfilter/avf_showcqt: improve

Re: [FFmpeg-devel] [PATCH] avfilter: add firequalizer filter

2016-02-16 Thread Muhammad Faiz
On Tue, Feb 16, 2016 at 6:48 PM, Paul B Mahol wrote: > On 2/16/16, Muhammad Faiz wrote: >> patch attached >> >> thank's >> >> >> --- >> Changelog | 1 + >> MAINTAINERS | 1 + >> configure | 2 + >> doc/filters.texi | 10

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-16 Thread Muhammad Faiz
On Tue, Feb 16, 2016 at 6:22 PM, wm4 wrote: > On Tue, 16 Feb 2016 18:01:16 +0700 > Muhammad Faiz wrote: > >> From bc59d4a7636e2f199b3dbda06e8e3bc53e260cae Mon Sep 17 00:00:00 2001 >> From: Muhammad Faiz >> Date: Tue, 16 Feb 2016 07:03:37 +0700 >> Subject: [PATCH v2] avfilter/avf_showcqt: improve

Re: [FFmpeg-devel] [PATCH] avutil: disable arch specific intmath routines if optimizations are disabled

2016-02-16 Thread Hendrik Leppkes
On Tue, Feb 16, 2016 at 4:00 PM, Yu Xiaolei wrote: > On Tue, Feb 16, 2016 at 9:01 PM, Michael Niedermayer > wrote: > >> On Tue, Feb 16, 2016 at 02:40:10PM +0800, Xiaolei Yu wrote: >> > Current intmath routines for arm require inter-procedure constant >> propagation >> > and fail to compile when op

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dvbtxt: add raw demuxer for dvb teletext probing

2016-02-16 Thread Marton Balint
On Tue, 16 Feb 2016, Carl Eugen Hoyos wrote: Marton Balint passwd.hu> writes: +/* The purpose of this is demuxer is to detect DVB teletext streams in + * mpegts, so we reject invalid buffer sizes */ +if ((p->buf_size + 45) % 184 != 0) +return 0; I don't think this is o

Re: [FFmpeg-devel] [PATCH] Add mkdir support for HLS localtime-generated segment files

2016-02-16 Thread Johan Ström
On 16/02/16 00:59, Michael Niedermayer wrote: On Mon, Feb 15, 2016 at 10:35:57PM +0100, Johan Ström wrote: Thanks for your attention! Updated patch attached. It has been rebased against current master (avio_open2->ffio_open_whitelist changes) with no issues. On 14/02/16 01:29, Michael Niederma

Re: [FFmpeg-devel] Question about "make distclean" after "git pull"

2016-02-16 Thread Mats Peterson
On 02/16/2016 05:37 PM, Nicolas George wrote: L'octidi 28 pluviôse, an CCXXIV, Mats Peterson a écrit : Is it very important to use a "make distclean" after a "git pull"? It depends on the changes made to the newly pulled code, I guess. Exactly. The most common issue is when files are renamed o

Re: [FFmpeg-devel] [PATCH 1/2] avformat/dvbtxt: add raw demuxer for dvb teletext probing

2016-02-16 Thread Carl Eugen Hoyos
Marton Balint passwd.hu> writes: > >> +return AVPROBE_SCORE_MAX / 2; > > > > Is this ok for one frame? > > I don't know, I figured even for the smallest PES > payload which is 139 bytes we are matching 1+2+2+2 > mostly different bytes Then the score is ok (or too small). > >> +++ b/libav

[FFmpeg-devel] [PATCHv2 1/2] avformat/dvbtxt: add raw demuxer for dvb teletext probing

2016-02-16 Thread Marton Balint
Signed-off-by: Marton Balint --- libavcodec/dvbtxt.h | 41 +++ libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/dvbtxt.c | 50 libavformat/utils.c | 1 + 5 files change

[FFmpeg-devel] [PATCHv2 2/2] avcodec/libzvbi-teletextdec: use common functions for matching data_unit_id and data_identifier

2016-02-16 Thread Marton Balint
Signed-off-by: Marton Balint --- libavcodec/libzvbi-teletextdec.c | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/libavcodec/libzvbi-teletextdec.c b/libavcodec/libzvbi-teletextdec.c index 308f735..667cd28 100644 --- a/libavcodec/libzvbi-teletextdec.c +++ b/libavcod

Re: [FFmpeg-devel] Question about "make distclean" after "git pull"

2016-02-16 Thread Ronald S. Bultje
Hi, On Tue, Feb 16, 2016 at 11:37 AM, Nicolas George wrote: > L'octidi 28 pluviôse, an CCXXIV, Mats Peterson a écrit : > > Is it very important to use a "make distclean" after a "git pull"? It > > depends on the changes made to the newly pulled code, I guess. > > Exactly. The most common issue i

Re: [FFmpeg-devel] [PATCH] avfilter: add BobWeaver deinterlacing filter

2016-02-16 Thread Thomas Mundt
>>> Paul B Mahol schrieb am Di, 16.2.2016: On 2/8/16, Thomas Mundt wrote: > Hendrik Leppkes schrieb am Mo, 8.2.2016: >>> How does the speed compare to YADIF? >>> Or in other words, is it usable in real-time, or rather designed for >>> offline processing? >>> >> YADIF is quicker, because

[FFmpeg-devel] [PATCH] avfilter: drawutils >8 bit support

2016-02-16 Thread Paul B Mahol
On 2/16/16, Paul B Mahol wrote: > On 2/15/16, Paul B Mahol wrote: >> Hi, >> >> patch attached. >> >> I couldn't get blend functions to work correctly. >> > > Now with blend properly working. > > But now I have issues with fate ref update, it mess up terminal here > so one needs to use reset. > N

Re: [FFmpeg-devel] [PATCH] avfilter/vf_drawbox: add alpha support

2016-02-16 Thread Andrey Utkin
On Mon, 15 Feb 2016 11:40:33 +0100 Paul B Mahol wrote: > Hi, > > patch attached. I am not keen on raw data planes handling, so I could ignore something important. Also I haven't tested this patch in runtime. Otherwise the patch looks good. ___ ffmpeg-

[FFmpeg-devel] [PATCH 2/2] avformat/avienc: reformat raw rgb to comply to specs

2016-02-16 Thread Michael Niedermayer
@todo move to seperate file and reuse in movenc Signed-off-by: Michael Niedermayer --- libavformat/avienc.c | 40 tests/ref/vsynth/vsynth3-bpp1 |4 ++-- tests/ref/vsynth/vsynth3-rgb |4 ++-- 3 files changed, 44 insertions(+), 4 deletio

[FFmpeg-devel] [PATCH 1/2] swscale/x86/output: Fix yuv2planeX_16* with unaligned destination

2016-02-16 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libswscale/x86/output.asm | 160 - 1 file changed, 87 insertions(+), 73 deletions(-) diff --git a/libswscale/x86/output.asm b/libswscale/x86/output.asm index 9ea4af9..7db72f8 100644 --- a/libswscale/x86/output.as

[FFmpeg-devel] [PATCH] avcodec/eatqi: print error on mb decode failure

2016-02-16 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavcodec/eatqi.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libavcodec/eatqi.c b/libavcodec/eatqi.c index d3b2a97..8fd5cdb 100644 --- a/libavcodec/eatqi.c +++ b/libavcodec/eatqi.c @@ -37,6 +37,7 @@ #include "mpeg12.h"

Re: [FFmpeg-devel] [PATCH 1/2] swscale/x86/output: Fix yuv2planeX_16* with unaligned destination

2016-02-16 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 03:50:57AM +0100, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libswscale/x86/output.asm | 160 > - > 1 file changed, 87 insertions(+), 73 deletions(-) cleaner patch posted (in a minute) [...] -- M

[FFmpeg-devel] [PATCH 2/2] swscale/x86/output: Fix yuv2planeX_16* with unaligned destination

2016-02-16 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libswscale/x86/output.asm | 23 --- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/libswscale/x86/output.asm b/libswscale/x86/output.asm index 9570969..133817c 100644 --- a/libswscale/x86/output.asm +++ b/libswscale/x86/

[FFmpeg-devel] [PATCH 1/2] swscale/x86/output: Move code into yuv2planeX_mainloop

2016-02-16 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libswscale/x86/output.asm | 141 +++-- 1 file changed, 72 insertions(+), 69 deletions(-) diff --git a/libswscale/x86/output.asm b/libswscale/x86/output.asm index 9ea4af9..9570969 100644 --- a/libswscale/x86/output.as

Re: [FFmpeg-devel] [PATCH 2/2] avformat/avienc: reformat raw rgb to comply to specs

2016-02-16 Thread Mats Peterson
Michael Niedermayer skrev: (17 februari 2016 03:50:58 CET) >@todo move to seperate file and reuse in movenc > >Signed-off-by: Michael Niedermayer >--- >libavformat/avienc.c | 40 > > tests/ref/vsynth/vsynth3-bpp1 |4 ++-- > tests/ref/vsynth/vs

Re: [FFmpeg-devel] [PATCH 2/2] avformat/avienc: reformat raw rgb to comply to specs

2016-02-16 Thread Mats Peterson
On 02/17/2016 04:38 AM, Mats Peterson wrote: Michael Niedermayer skrev: (17 februari 2016 03:50:58 CET) @todo move to seperate file and reuse in movenc Signed-off-by: Michael Niedermayer --- libavformat/avienc.c | 40 tests/ref/vsynth/vsynth

Re: [FFmpeg-devel] [PATCH 2/2] avformat/avienc: reformat raw rgb to comply to specs

2016-02-16 Thread Mats Peterson
On 02/17/2016 04:48 AM, Mats Peterson wrote: AVI has support for palette switching by using the 'xxpc' chunk in the video data for the record, but it hasn't been implemented yet. I suppose it's enough to just add an "initial" palette to the BITMAPINFOHEADER in the meantime. Mats And that sh

Re: [FFmpeg-devel] [PATCH 2/2] avformat/avienc: reformat raw rgb to comply to specs

2016-02-16 Thread Mats Peterson
On 02/17/2016 04:56 AM, Mats Peterson wrote: On 02/17/2016 04:48 AM, Mats Peterson wrote: AVI has support for palette switching by using the 'xxpc' chunk in the video data for the record, but it hasn't been implemented yet. I suppose it's enough to just add an "initial" palette to the BITMAPINF

[FFmpeg-devel] Debugging option

2016-02-16 Thread Chau Pham
Good morning !! I just compiled debug version of ffmpeg in linux ubuntu with eclipse with options: --disable-stripping --enable-debug=3 --extra-cflags="-gstabs+" --disable-optimizations after compiling ,I can debug ffmpeg.c but only inside ffmpeg.c, debug cannot go into outside of ffmp

Re: [FFmpeg-devel] Debugging option

2016-02-16 Thread Chau Pham
sorry, " debug cannot go outside of ffmpeg.c" From: ffmpeg-devel on behalf of Chau Pham Sent: Wednesday, February 17, 2016 6:50 AM To: FFmpeg development discussions and patches Subject: [FFmpeg-devel] Debugging option Good morning !! I just compiled