Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Chau Pham
I cannot find any solution from your suggestion, it seems to waste time for me to do invaluable stuff, but finally, I found the way to debug whole project. 1) Ubuntu 14.04 LTS 64 bit 2) Eclipse Mars 64 bit, GDB 7.1, CDT 8.7 3) configuration debug option --disable-stripping --enable-debug=3 --ex

Re: [FFmpeg-devel] FFmpeg in Outreachy Round 12

2016-02-17 Thread Michael Niedermayer
On Tue, Feb 09, 2016 at 09:14:57PM -0500, Marina Zhurakhinskaya wrote: > Hi, > > Glad FFmpeg will participate in this round! Thank you for making a decision > to allocate the funds for Outreachy! > > We can credit all three of you as coordinators. Please be sure to coordinate > among yourselves

Re: [FFmpeg-devel] [PATCH] sws/aarch64: add {nv12, nv21, yuv420p, yuv422p}_to_{argb, rgba, abgr, rgba}_neon

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 04:18:26PM +0100, Clément Bœsch wrote: > From: Clément Bœsch > > --- > This code is mirroring the ARM version. > > It's not tested on real hardware (qemu only), so I have no idea about > performance. This also means I didn't put any prefetch mechanism (which had a > notic

[FFmpeg-devel] [RFC] gitlog merges

2016-02-17 Thread Michael Niedermayer
Hi currently merges on the ML do not contain any diff should this be changed ? what diff command makes most sense ? git log -p --first-parent -1 -m -M -C --patience jb, (in CC), would it be possible for us to edit the script which creates the git log mails for ffmpeg so the changes due to merges

Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Chau Pham
Thank you, how can I use the debug-version of libavformat? Could you show me some more detail? how can I build libavformat debug version? "Please don't top-post. Did you re-build libavformat after changing the config options, and is your build of ffmpeg_g using the debug-version of libavformat

Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Chau Pham
Thank you, how can I use the debug-version of libavformat? Could you show me some more detail? how can Ibut libavformat debug version? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH 1/3] configure: Use set_all to force the dependency refresh

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 11:29:05PM +0100, Michael Niedermayer wrote: > On Wed, Feb 17, 2016 at 11:15:17PM +0100, Hendrik Leppkes wrote: > > On Wed, Feb 17, 2016 at 10:07 PM, Clément Bœsch wrote: > > > On Wed, Feb 17, 2016 at 10:02:47PM +0100, Michael Niedermayer wrote: > > >> From: Luca Barbato >

Re: [FFmpeg-devel] [PATCH 1/3] configure: Use set_all to force the dependency refresh

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 11:15:17PM +0100, Hendrik Leppkes wrote: > On Wed, Feb 17, 2016 at 10:07 PM, Clément Bœsch wrote: > > On Wed, Feb 17, 2016 at 10:02:47PM +0100, Michael Niedermayer wrote: > >> From: Luca Barbato > >> > > > > strange mail. > > > >> Allow to issue twice --enable options. > >

Re: [FFmpeg-devel] [PATCH 1/3] configure: Use set_all to force the dependency refresh

2016-02-17 Thread Hendrik Leppkes
On Wed, Feb 17, 2016 at 10:07 PM, Clément Bœsch wrote: > On Wed, Feb 17, 2016 at 10:02:47PM +0100, Michael Niedermayer wrote: >> From: Luca Barbato >> > > strange mail. > >> Allow to issue twice --enable options. >> >> Signed-off-by: Michael Niedermayer >> --- >> configure |2 +- >> 1 file

Re: [FFmpeg-devel] [PATCH 3/3] configure: fix --enable-x11grab

2016-02-17 Thread Hendrik Leppkes
On Wed, Feb 17, 2016 at 10:11 PM, Hendrik Leppkes wrote: > On Wed, Feb 17, 2016 at 10:07 PM, Clément Bœsch wrote: >> On Wed, Feb 17, 2016 at 10:02:49PM +0100, Michael Niedermayer wrote: >>> Signed-off-by: Michael Niedermayer >>> --- >>> configure |2 +- >>> 1 file changed, 1 insertion(+), 1

Re: [FFmpeg-devel] [PATCH 3/3] configure: fix --enable-x11grab

2016-02-17 Thread Hendrik Leppkes
On Wed, Feb 17, 2016 at 10:07 PM, Clément Bœsch wrote: > On Wed, Feb 17, 2016 at 10:02:49PM +0100, Michael Niedermayer wrote: >> Signed-off-by: Michael Niedermayer >> --- >> configure |2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/configure b/configure >> index d7

Re: [FFmpeg-devel] [PATCH 3/3] configure: fix --enable-x11grab

2016-02-17 Thread Clément Bœsch
On Wed, Feb 17, 2016 at 10:02:49PM +0100, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > configure |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index d7cda01..b94830b 100755 > --- a/configure > +++ b/configure > @@ -

Re: [FFmpeg-devel] [PATCH 1/3] configure: Use set_all to force the dependency refresh

2016-02-17 Thread Clément Bœsch
On Wed, Feb 17, 2016 at 10:02:47PM +0100, Michael Niedermayer wrote: > From: Luca Barbato > strange mail. > Allow to issue twice --enable options. > > Signed-off-by: Michael Niedermayer > --- > configure |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b

[FFmpeg-devel] [PATCH 2/3] configure: Fix building examples

2016-02-17 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f492be4..d7cda01 100755 --- a/configure +++ b/configure @@ -3305,7 +3305,7 @@ disabled logging && logfile=/dev/null # Enable the default component

[FFmpeg-devel] [PATCH 3/3] configure: fix --enable-x11grab

2016-02-17 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d7cda01..b94830b 100755 --- a/configure +++ b/configure @@ -5766,7 +5766,7 @@ fi enabled xlib && check_lib X11/Xlib.h XOpenDisplay -lX11 || dis

[FFmpeg-devel] [PATCH 1/3] configure: Use set_all to force the dependency refresh

2016-02-17 Thread Michael Niedermayer
From: Luca Barbato Allow to issue twice --enable options. Signed-off-by: Michael Niedermayer --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fb81a19..f492be4 100755 --- a/configure +++ b/configure @@ -656,7 +656,7 @@ enable_deep_

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

2016-02-17 Thread Mats Peterson
On 02/17/2016 02:07 PM, Michael Niedermayer wrote: the number of mails you send need time to write and if you had something more important to do you wouldnt be so obsessed with that one patch I'm not more obsessed about this patch than anyone else here who wants his/her patch applied. But you

Re: [FFmpeg-devel] [PATCH v3 2/2] lavc/ccaption_dec: implement special and extended character sets

2016-02-17 Thread Clément Bœsch
On Sun, Feb 14, 2016 at 06:11:54PM -0800, Aman Gupta wrote: > From: Aman Gupta > > character sets implemented as defined in > https://en.wikipedia.org/wiki/EIA-608#Characters > --- > libavcodec/ccaption_dec.c | 152 > +- > 1 file changed, 149 inserti

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

2016-02-17 Thread Paul B Mahol
On 2/17/16, Paul B Mahol wrote: > On 2/17/16, Nicolas George wrote: >> Le nonidi 29 pluviose, an CCXXIV, Paul B Mahol a ecrit : >>> For default size, it goes from ~122 to ~112 realtime, for bigger size >>> difference is even smaller. >> >> That makes ~10% for the default size, that is not negligi

Re: [FFmpeg-devel] [PATCH] ffmpeg: init input streams before opening encoders

2016-02-17 Thread Carl Eugen Hoyos
Marton Balint passwd.hu> writes: > Codec options of streams detected during avformat_find_stream_info > are not set therefore without this patch we initialize the > encoders with decoder info based on decoders without options. Thank you for looking at this so quickly! I wanted to open a ticket

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

2016-02-17 Thread Michael Niedermayer
On Mon, Feb 15, 2016 at 10:01:28PM -0800, Mark Reid wrote: > --- > tests/fate/dnxhd.mak | 4 +++- > tests/ref/fate/dnxhr-parse | 5 + > 2 files changed, 8 insertions(+), 1 deletion(-) > create mode 100644 tests/ref/fate/dnxhr-parse applied thanks [...] -- Michael GnuPG fingerpri

Re: [FFmpeg-devel] [PATCH] ffmpeg: init input streams before opening encoders

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 08:36:41PM +0100, Marton Balint wrote: > Codec options of streams detected during avformat_find_stream_info are not set > therefore without this patch we initialize the encoders with decoder info > based on decoders without options. > > This cause problems for probed DVB te

Re: [FFmpeg-devel] [PATCH] avfilter: make it possible to return eof from graph when any sink first receives eof

2016-02-17 Thread Paul B Mahol
On 2/17/16, Nicolas George wrote: > Le nonidi 29 pluviose, an CCXXIV, Paul B Mahol a ecrit : >> I mean, patch is meant to fix never ending processing when using >> sources with unlimited duration in complex filter graph. >> >> So it should read, breaks processing when first eof happens. > > This s

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

2016-02-17 Thread Paul B Mahol
On 2/17/16, Nicolas George wrote: > Le nonidi 29 pluviose, an CCXXIV, Paul B Mahol a ecrit : >> For default size, it goes from ~122 to ~112 realtime, for bigger size >> difference is even smaller. > > That makes ~10% for the default size, that is not negligible at all. > Overlaying complex ASS sub

Re: [FFmpeg-devel] [PATCH] avfilter: make it possible to return eof from graph when any sink first receives eof

2016-02-17 Thread Nicolas George
Le nonidi 29 pluviôse, an CCXXIV, Paul B Mahol a écrit : > I mean, patch is meant to fix never ending processing when using > sources with unlimited duration in complex filter graph. > > So it should read, breaks processing when first eof happens. This still gives unpredictable results, I do not

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

2016-02-17 Thread Nicolas George
Le nonidi 29 pluviôse, an CCXXIV, Paul B Mahol a écrit : > For default size, it goes from ~122 to ~112 realtime, for bigger size > difference is even smaller. That makes ~10% for the default size, that is not negligible at all. Overlaying complex ASS subtitles could take a serious hit. I would hav

Re: [FFmpeg-devel] [PATCH] avfilter: make it possible to return eof from graph when any sink first receives eof

2016-02-17 Thread Paul B Mahol
On 2/17/16, Nicolas George wrote: > Le nonidi 29 pluviose, an CCXXIV, Paul B Mahol a ecrit : >> From f4d05fabeffd30ba83b85ca844f6d583f3794bd9 Mon Sep 17 00:00:00 2001 >> From: Paul B Mahol >> Date: Wed, 17 Feb 2016 12:42:37 +0100 >> Subject: [PATCH] avfilter: make possible to receive eof when sho

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

2016-02-17 Thread Paul B Mahol
On 2/17/16, Nicolas George wrote: > Le nonidi 29 pluviose, an CCXXIV, Paul B Mahol a ecrit : >> Locally removed pad parts. Will apply soon if nobody comments. > > I commented to voice concerns about performance, you replied that it should > work, I would have really appreciated that you leave me t

[FFmpeg-devel] [PATCH] ffmpeg: init input streams before opening encoders

2016-02-17 Thread Marton Balint
Codec options of streams detected during avformat_find_stream_info are not set therefore without this patch we initialize the encoders with decoder info based on decoders without options. This cause problems for probed DVB teletext streams where avctx->subtitle_header depend on the txt_format sett

Re: [FFmpeg-devel] [PATCH] avfilter: make it possible to return eof from graph when any sink first receives eof

2016-02-17 Thread Nicolas George
Le nonidi 29 pluviôse, an CCXXIV, Paul B Mahol a écrit : > From f4d05fabeffd30ba83b85ca844f6d583f3794bd9 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Wed, 17 Feb 2016 12:42:37 +0100 > Subject: [PATCH] avfilter: make possible to receive eof when shortest sink > ends This is broken. There

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

2016-02-17 Thread Nicolas George
Le nonidi 29 pluviôse, an CCXXIV, Paul B Mahol a écrit : > Locally removed pad parts. Will apply soon if nobody comments. I commented to voice concerns about performance, you replied that it should work, I would have really appreciated that you leave me time to ask for at least a quick benchmark,

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread Muhammad Faiz
On Wed, Feb 17, 2016 at 10:20 PM, wm4 wrote: > On Wed, 17 Feb 2016 21:30:20 +0700 > Muhammad Faiz wrote: > >> From 6291c06dacbe2aa48a97bf36835ec8a3bce8a40a Mon Sep 17 00:00:00 2001 >> From: Muhammad Faiz >> Date: Wed, 17 Feb 2016 21:21:12 +0700 >> Subject: [PATCH] avfilter/src_movie: add various

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread Paul B Mahol
On 2/17/16, Michael Niedermayer wrote: > On Wed, Feb 17, 2016 at 05:28:14PM +0100, Hendrik Leppkes wrote: >> On Wed, Feb 17, 2016 at 5:05 PM, Michael Niedermayer >> wrote: >> > On Wed, Feb 17, 2016 at 04:58:31PM +0100, wm4 wrote: >> >> On Wed, 17 Feb 2016 22:55:47 +0700 >> >> Muhammad Faiz wrote

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 05:28:14PM +0100, Hendrik Leppkes wrote: > On Wed, Feb 17, 2016 at 5:05 PM, Michael Niedermayer > wrote: > > On Wed, Feb 17, 2016 at 04:58:31PM +0100, wm4 wrote: > >> On Wed, 17 Feb 2016 22:55:47 +0700 > >> Muhammad Faiz wrote: > >> > >> > On Wed, Feb 17, 2016 at 10:20 PM,

Re: [FFmpeg-devel] [PATCH 5/5] lavc: add h264 mediacodec decoder

2016-02-17 Thread Matthieu Bouron
On Mon, Feb 15, 2016 at 10:17:25PM +0100, Matthieu Bouron wrote: > On Mon, Feb 15, 2016 at 08:42:48PM +0100, Michael Niedermayer wrote: > > On Mon, Feb 15, 2016 at 06:52:30PM +0100, Matthieu Bouron wrote: > > > From: Matthieu Bouron > > > > > > --- > > > configure |5 +

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread Muhammad Faiz
On Wed, Feb 17, 2016 at 11:28 PM, Hendrik Leppkes wrote: > On Wed, Feb 17, 2016 at 5:05 PM, Michael Niedermayer > wrote: >> On Wed, Feb 17, 2016 at 04:58:31PM +0100, wm4 wrote: >>> On Wed, 17 Feb 2016 22:55:47 +0700 >>> Muhammad Faiz wrote: >>> >>> > On Wed, Feb 17, 2016 at 10:20 PM, wm4 wrote:

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread Hendrik Leppkes
On Wed, Feb 17, 2016 at 5:05 PM, Michael Niedermayer wrote: > On Wed, Feb 17, 2016 at 04:58:31PM +0100, wm4 wrote: >> On Wed, 17 Feb 2016 22:55:47 +0700 >> Muhammad Faiz wrote: >> >> > On Wed, Feb 17, 2016 at 10:20 PM, wm4 wrote: >> > > On Wed, 17 Feb 2016 21:30:20 +0700 >> > > Muhammad Faiz wr

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread Muhammad Faiz
On Wed, Feb 17, 2016 at 10:58 PM, wm4 wrote: > On Wed, 17 Feb 2016 22:55:47 +0700 > Muhammad Faiz wrote: > >> On Wed, Feb 17, 2016 at 10:20 PM, wm4 wrote: >> > On Wed, 17 Feb 2016 21:30:20 +0700 >> > Muhammad Faiz wrote: >> > >> >> From 6291c06dacbe2aa48a97bf36835ec8a3bce8a40a Mon Sep 17 00:00:

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread wm4
On Wed, 17 Feb 2016 17:05:18 +0100 Michael Niedermayer wrote: > On Wed, Feb 17, 2016 at 04:58:31PM +0100, wm4 wrote: > > On Wed, 17 Feb 2016 22:55:47 +0700 > > Muhammad Faiz wrote: > > > > > On Wed, Feb 17, 2016 at 10:20 PM, wm4 wrote: > > > > On Wed, 17 Feb 2016 21:30:20 +0700 > > > > Muh

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 04:58:31PM +0100, wm4 wrote: > On Wed, 17 Feb 2016 22:55:47 +0700 > Muhammad Faiz wrote: > > > On Wed, Feb 17, 2016 at 10:20 PM, wm4 wrote: > > > On Wed, 17 Feb 2016 21:30:20 +0700 > > > Muhammad Faiz wrote: [...] > > > > > > Possibly it happens to work for you because t

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread wm4
On Wed, 17 Feb 2016 22:55:47 +0700 Muhammad Faiz wrote: > On Wed, Feb 17, 2016 at 10:20 PM, wm4 wrote: > > On Wed, 17 Feb 2016 21:30:20 +0700 > > Muhammad Faiz wrote: > > > >> From 6291c06dacbe2aa48a97bf36835ec8a3bce8a40a Mon Sep 17 00:00:00 2001 > >> From: Muhammad Faiz > >> Date: Wed, 17 F

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

2016-02-17 Thread Muhammad Faiz
On Wed, Feb 17, 2016 at 9:55 PM, Michael Niedermayer wrote: > > PS: Muhammad, if you want git write access to maintain this filter, > just say so. > OK, I have sent a mail to you. Thank's ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpe

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread Muhammad Faiz
On Wed, Feb 17, 2016 at 10:20 PM, wm4 wrote: > On Wed, 17 Feb 2016 21:30:20 +0700 > Muhammad Faiz wrote: > >> From 6291c06dacbe2aa48a97bf36835ec8a3bce8a40a Mon Sep 17 00:00:00 2001 >> From: Muhammad Faiz >> Date: Wed, 17 Feb 2016 21:21:12 +0700 >> Subject: [PATCH] avfilter/src_movie: add various

Re: [FFmpeg-devel] [PATCH] fix decoding HE-AAC mono streams

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 03:26:46PM +0100, t.bernh...@tv1.eu wrote: > Hi, > > this patch fix decoding HE-AAC mono streams. > > ffmpeg -f lavfi -i anullsrc -c:a libfdk_aac -profile:a aac_he -ac 1 -f adts - > | ffmpeg -i - > > now: > ffmpeg shows HE-AACv2 (but HE-AACv2 needs stereo because of Par

Re: [FFmpeg-devel] [PATCH 1/3] avformat: add ff_reshuffle_raw_rgb()

2016-02-17 Thread Nicolas George
Le nonidi 29 pluviôse, an CCXXIV, Michael Niedermayer a écrit : > +int ff_reshuffle_raw_rgb(AVFormatContext *s, AVPacket **ppkt, AVCodecContext > *enc, int expected_stride); A little doxy to tell us what it actually does would be nice. > \ No newline at end of file Just in case you did not not

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

2016-02-17 Thread Michael Niedermayer
On Tue, Feb 16, 2016 at 09:03:52PM +0100, Johan Ström wrote: > 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->ff

Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread wm4
On Wed, 17 Feb 2016 21:30:20 +0700 Muhammad Faiz wrote: > From 6291c06dacbe2aa48a97bf36835ec8a3bce8a40a Mon Sep 17 00:00:00 2001 > From: Muhammad Faiz > Date: Wed, 17 Feb 2016 21:21:12 +0700 > Subject: [PATCH] avfilter/src_movie: add various commands > > add seek command > add get_duration comm

[FFmpeg-devel] [PATCH] sws/aarch64: add {nv12, nv21, yuv420p, yuv422p}_to_{argb, rgba, abgr, rgba}_neon

2016-02-17 Thread Clément Bœsch
From: Clément Bœsch --- This code is mirroring the ARM version. It's not tested on real hardware (qemu only), so I have no idea about performance. This also means I didn't put any prefetch mechanism (which had a noticeable impact on performance on ARM). Last but not least, the 32-bit precision

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

2016-02-17 Thread Muhammad Faiz
On Wed, Feb 17, 2016 at 6:26 PM, wm4 wrote: > On Wed, 17 Feb 2016 10:39:30 +0100 > Paul B Mahol wrote: > >> On 2/16/16, Muhammad Faiz wrote: >> > correct output pts based on input pts >> > make seeking possible >> > output frame one by one on eof >> > tested with showinfo filter >> > >> > patch

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

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 12:33:49PM +0100, Paul B Mahol wrote: > On 2/17/16, wm4 wrote: > > On Wed, 17 Feb 2016 10:39:30 +0100 > > Paul B Mahol wrote: > > > >> On 2/16/16, Muhammad Faiz wrote: > >> > correct output pts based on input pts > >> > make seeking possible > >> > output frame one by one

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

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 01:35:37PM +, Derek Buitenhuis wrote: > On 2/17/2016 2:53 AM, Michael Niedermayer wrote: > > Signed-off-by: Michael Niedermayer > > --- > > libavcodec/eatqi.c |8 +++- > > 1 file changed, 7 insertions(+), 1 deletion(-) > > LGTM. applied thanks [...] -- Mic

[FFmpeg-devel] [PATCH] avfilter/src_movie: add various commands

2016-02-17 Thread Muhammad Faiz
add seek command add get_duration command patch attached thanks From 6291c06dacbe2aa48a97bf36835ec8a3bce8a40a Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Wed, 17 Feb 2016 21:21:12 +0700 Subject: [PATCH] avfilter/src_movie: add various commands add seek command add get_duration command --

[FFmpeg-devel] [PATCH] fix decoding HE-AAC mono streams

2016-02-17 Thread t . bernhard
Hi, this patch fix decoding HE-AAC mono streams. ffmpeg -f lavfi -i anullsrc -c:a libfdk_aac -profile:a aac_he -ac 1 -f adts - | ffmpeg -i - now: ffmpeg shows HE-AACv2 (but HE-AACv2 needs stereo because of Parametric Stereo) with patch: ffmpeg shows HE-AAC correctly Thomas --- libavcodec/a

Re: [FFmpeg-devel] [PATCH 3/3] avformat/avienc: Use avi_write_packet_internal() to store raw rgb in a more spec compliant way

2016-02-17 Thread Mats Peterson
On 02/17/2016 02:29 PM, Mats Peterson wrote: Seems to work OK with AVI. No palette included in the output file, and stride is correct. But the palette after the BITMAPINFOHEADER in the strf chunk is still missing. Currently the display is just black. The display is black for 8 bpp files, that

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

2016-02-17 Thread Mats Peterson
On 02/17/2016 02:10 PM, Mats Peterson wrote: On 02/17/2016 02:07 PM, Michael Niedermayer wrote: and i know you understand the muxing side reasonable well as you stated in your mails how its supposed to work, which matches what i remember ... No, Michael. I'm fairly new at FFmpeg development, a

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

2016-02-17 Thread Derek Buitenhuis
On 2/17/2016 2:53 AM, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libavcodec/eatqi.c |8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) LGTM. - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http

Re: [FFmpeg-devel] [PATCH 3/3] avformat/avienc: Use avi_write_packet_internal() to store raw rgb in a more spec compliant way

2016-02-17 Thread Mats Peterson
On 02/17/2016 02:16 PM, Mats Peterson wrote: On 02/17/2016 02:02 PM, Michael Niedermayer wrote: Please test this with various players if you can The only player that I have here that can play raw files properly is FFplay, unfortunately. The VLC I have here is an old one from Debian Wheezy, and

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

2016-02-17 Thread Paul B Mahol
On 2/16/16, Thomas Mundt wrote: 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 proce

Re: [FFmpeg-devel] [PATCH 3/3] avformat/avienc: Use avi_write_packet_internal() to store raw rgb in a more spec compliant way

2016-02-17 Thread Mats Peterson
On 02/17/2016 02:02 PM, Michael Niedermayer wrote: Please test this with various players if you can The only player that I have here that can play raw files properly is FFplay, unfortunately. The VLC I have here is an old one from Debian Wheezy, and MPlayer erroneusly thinks anything with raw

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

2016-02-17 Thread Bodecs Bela
2016.02.16. 10:42 keltezéssel, Nicolas George írta: 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

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

2016-02-17 Thread Mats Peterson
On 02/17/2016 02:10 PM, Mats Peterson wrote: On 02/17/2016 02:07 PM, Michael Niedermayer wrote: and i know you understand the muxing side reasonable well as you stated in your mails how its supposed to work, which matches what i remember ... No, Michael. I'm fairly new at FFmpeg development, a

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

2016-02-17 Thread Mats Peterson
On 02/17/2016 02:07 PM, Michael Niedermayer wrote: and i know you understand the muxing side reasonable well as you stated in your mails how its supposed to work, which matches what i remember ... No, Michael. I'm fairly new at FFmpeg development, and I have mostly dealt with fixing demuxer is

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

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 12:41:52PM +0100, Mats Peterson wrote: > Michael Niedermayer skrev: (17 februari 2016 > 12:36:58 CET) > >On Tue, Feb 16, 2016 at 03:42:40PM +0100, Mats Peterson wrote: > >> On 02/16/2016 03:34 PM, Michael Niedermayer wrote: > >> > > >> >no, that patch is left for others to

[FFmpeg-devel] [PATCH 2/3] avformat/avienc: Split avi_write_packet_internal() out

2016-02-17 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/avienc.c | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/libavformat/avienc.c b/libavformat/avienc.c index 649961d..70efbcd 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -79,7 +79,7 @@

[FFmpeg-devel] [PATCH 1/3] avformat: add ff_reshuffle_raw_rgb()

2016-02-17 Thread Michael Niedermayer
Signed-off-by: Michael Niedermayer --- libavformat/internal.h |2 ++ libavformat/rawutils.c | 66 2 files changed, 68 insertions(+) create mode 100644 libavformat/rawutils.c diff --git a/libavformat/internal.h b/libavformat/internal.h index

[FFmpeg-devel] [PATCH 3/3] avformat/avienc: Use avi_write_packet_internal() to store raw rgb in a more spec compliant way

2016-02-17 Thread Michael Niedermayer
Please test this with various players if you can Signed-off-by: Michael Niedermayer --- libavformat/Makefile |2 +- libavformat/avienc.c | 14 ++ tests/ref/vsynth/vsynth3-bpp1 |4 ++-- tests/ref/vsynth/vsynth3-rgb |4 ++-- 4 files changed, 19 insertio

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

2016-02-17 Thread Paul B Mahol
On 2/16/16, Paul B Mahol wrote: > 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 t

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

2016-02-17 Thread Mats Peterson
On 02/17/2016 01:34 PM, Mats Peterson wrote: wm4 has already agreed on the redundancy of this one. And monow shouldn't be used for palettized data. 1 bpp AVI is palettized, not monochrome. Using monow/monob is suitable for file formats with explicit black and white modes like nut, TIFF and PNG.

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

2016-02-17 Thread Mats Peterson
wm4 has already agreed on the redundancy of this one. And monow shouldn't be used for palettized data. 1 bpp AVI is palettized, not monochrome. Using monow/monob is suitable for file formats with explicit black and white modes like nut, TIFF and PNG. Mats -- Mats Peterson http://matsp888.no-i

Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Ronald S. Bultje
Hi, On Wed, Feb 17, 2016 at 5:04 AM, Chau Pham wrote: > I just applied to debug with ffmpeg_g, but no change, debug cannot go into > libavformat code area Please don't top-post. Did you re-build libavformat after changing the config options, and is your build of ffmpeg_g using the debug-versi

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

2016-02-17 Thread Xiaolei Yu
On 02/17/2016 03:19 AM, Hendrik Leppkes wrote: > 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 con

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

2016-02-17 Thread wm4
On Wed, 17 Feb 2016 12:33:49 +0100 Paul B Mahol wrote: > On 2/17/16, wm4 wrote: > > On Wed, 17 Feb 2016 10:39:30 +0100 > > Paul B Mahol wrote: > > > >> On 2/16/16, Muhammad Faiz wrote: > >> > correct output pts based on input pts > >> > make seeking possible > >> > output frame one by one

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

2016-02-17 Thread Mats Peterson
Mats Peterson skrev: (17 februari 2016 12:41:52 CET) >Michael Niedermayer skrev: (17 februari 2016 >12:36:58 CET) >>On Tue, Feb 16, 2016 at 03:42:40PM +0100, Mats Peterson wrote: >>> On 02/16/2016 03:34 PM, Michael Niedermayer wrote: >>> > >>> >no, that patch is left for others to decide, my opp

[FFmpeg-devel] [PATCH] avfilter: make it possible to return eof from graph when any sink first receives eof

2016-02-17 Thread Paul B Mahol
Hi, patch attached. From f4d05fabeffd30ba83b85ca844f6d583f3794bd9 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 17 Feb 2016 12:42:37 +0100 Subject: [PATCH] avfilter: make possible to receive eof when shortest sink ends Signed-off-by: Paul B Mahol --- libavfilter/avfilter.h | 6

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

2016-02-17 Thread Mats Peterson
Mats Peterson skrev: (17 februari 2016 12:41:52 CET) >Michael Niedermayer skrev: (17 februari 2016 >12:36:58 CET) >>On Tue, Feb 16, 2016 at 03:42:40PM +0100, Mats Peterson wrote: >>> On 02/16/2016 03:34 PM, Michael Niedermayer wrote: >>> > >>> >no, that patch is left for others to decide, my opp

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

2016-02-17 Thread Mats Peterson
Michael Niedermayer skrev: (17 februari 2016 12:36:58 CET) >On Tue, Feb 16, 2016 at 03:42:40PM +0100, Mats Peterson wrote: >> 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 preve

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

2016-02-17 Thread Michael Niedermayer
On Tue, Feb 16, 2016 at 03:42:40PM +0100, Mats Peterson wrote: > 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

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

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 04:30:39AM +0100, Michael Niedermayer wrote: > Signed-off-by: Michael Niedermayer > --- > libswscale/x86/output.asm | 141 > +++-- > 1 file changed, 72 insertions(+), 69 deletions(-) patch set approved by ronald on irc yesterday a

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

2016-02-17 Thread Paul B Mahol
On 2/17/16, wm4 wrote: > On Wed, 17 Feb 2016 10:39:30 +0100 > Paul B Mahol wrote: > >> On 2/16/16, Muhammad Faiz wrote: >> > correct output pts based on input pts >> > make seeking possible >> > output frame one by one on eof >> > tested with showinfo filter >> > >> > patch attached >> > >> > th

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

2016-02-17 Thread wm4
On Tue, 16 Feb 2016 15:37:40 +0100 Mats Peterson wrote: > 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

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

2016-02-17 Thread wm4
On Wed, 17 Feb 2016 10:39:30 +0100 Paul B Mahol wrote: > On 2/16/16, Muhammad Faiz wrote: > > 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 > > > > Tested with mpv, work

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

2016-02-17 Thread wm4
On Wed, 17 Feb 2016 01:13:54 +0700 Muhammad Faiz wrote: > On Tue, Feb 16, 2016 at 6:22 PM, wm4 wrote: > > On Tue, 16 Feb 2016 18:01:16 +0700 > > Muhammad Faiz wrote: > ... > >> remaining -= s->remaining_fill; > >> +if (out) { > >> +int64_t pts = av_resca

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

2016-02-17 Thread wm4
On Wed, 17 Feb 2016 18:30:04 +0800 Rick Kern wrote: > Autodetected by default. Encode using -codec:v vtenc. > > Signed-off-by: Rick Kern > --- > MAINTAINERS|1 + > configure |5 + > libavcodec/Makefile|1 + > libavcodec/allcodecs.c |1 + > libavcode

[FFmpeg-devel] [PATCH v6] Added VideoToolbox H.264 encoder.

2016-02-17 Thread Rick Kern
Autodetected by default. Encode using -codec:v vtenc. Signed-off-by: Rick Kern --- MAINTAINERS|1 + configure |5 + libavcodec/Makefile|1 + libavcodec/allcodecs.c |1 + libavcodec/vtenc.c | 1162 5

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

2016-02-17 Thread Richard Kern
> On Feb 16, 2016, at 5:28 PM, wm4 wrote: > > On Tue, 16 Feb 2016 09:58:30 +0800 > Rick Kern mailto:ker...@gmail.com>> wrote: > >> Enable with configure --enable-vtenc and encode using -codec:v vtenc_h264. >> >> Signed-off-by: Rick Kern >> --- >> MAINTAINERS|1 + >> configure

Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Chau Pham
I just applied to debug with ffmpeg_g, but no change, debug cannot go into libavformat code area From: ffmpeg-devel on behalf of Tobias Rapp Sent: Wednesday, February 17, 2016 9:59 AM To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] Debugging op

Re: [FFmpeg-devel] Debugging option

2016-02-17 Thread Tobias Rapp
On 17.02.2016 07:55, Chau Pham wrote: 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 op

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

2016-02-17 Thread Richard Kern
> On Feb 16, 2016, at 5:18 PM, Carl Eugen Hoyos wrote: > > 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/VTCom

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

2016-02-17 Thread Paul B Mahol
On 2/16/16, Muhammad Faiz wrote: > 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 > Tested with mpv, works, so LGTM. ___ ffmpeg-devel mailing li