Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Philip Langdale
On 2015-08-25 10:33, Hendrik Leppkes wrote: On Tue, Aug 25, 2015 at 7:24 PM, Philip Langdale phil...@overt.org wrote: On 2015-08-25 05:06, Timo Rothenpieler wrote: --- configure | 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c |

Re: [FFmpeg-devel] [PATCH] lavf/http: Fix parsing http request data to not read over '\0'.

2015-08-25 Thread Nicolas George
Le tridi 3 fructidor, an CCXXIII, Stephan Holljes a écrit : Signed-off-by: Stephan Holljes klaxa1...@googlemail.com --- libavformat/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Pushed. Regards, -- Nicolas George signature.asc Description: Digital signature

Re: [FFmpeg-devel] [PATCH] configure: aac encoder requires lpc

2015-08-25 Thread wm4
On Tue, 25 Aug 2015 14:11:11 -0300 James Almer jamr...@gmail.com wrote: On 25/08/15 1:59 PM, wm4 wrote: Fixes compilation with --disable-encoders --enable-encoder=aac --- The missing dependency was pointed out by James Almer. --- configure | 2 +- 1 file changed, 1 insertion(+), 1

Re: [FFmpeg-devel] [PATCH] avcodec/vdpau: fix compilation of mpeg1/mpeg4/vc1 decoders when h264 is disabled

2015-08-25 Thread Philip Langdale
On 2015-08-24 19:58, James Almer wrote: Signed-off-by: James Almer jamr...@gmail.com --- Untested as i don't have a vdpau system. See http://fate.ffmpeg.org/report.cgi?time=20150823144028slot=x86_64-archlinux-gcc-random libavcodec/vdpau.c | 44 +++- 1

Re: [FFmpeg-devel] [PATCH] configure: aac encoder requires lpc

2015-08-25 Thread James Almer
On 25/08/15 1:59 PM, wm4 wrote: Fixes compilation with --disable-encoders --enable-encoder=aac --- The missing dependency was pointed out by James Almer. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1e82030..da1f920 100755

[FFmpeg-devel] [PATCH 2/2] avfilter: add hstack vstack filter

2015-08-25 Thread Paul B Mahol
Signed-off-by: Paul B Mahol one...@gmail.com --- doc/filters.texi | 29 + libavfilter/Makefile | 2 + libavfilter/allfilters.c | 2 + libavfilter/vf_stack.c | 271 +++ 4 files changed, 304 insertions(+) create mode 100644

Re: [FFmpeg-devel] [PATCH] lavf/http: Export headers as AVDictionary

2015-08-25 Thread Nicolas George
Le quintidi 5 fructidor, an CCXXIII, Stephan Holljes a écrit : Signed-off-by: Stephan Holljes klaxa1...@googlemail.com --- libavformat/http.c | 13 + 1 file changed, 13 insertions(+) diff --git a/libavformat/http.c b/libavformat/http.c index fba87ac..064239b 100644 ---

[FFmpeg-devel] [PATCH 1/2] avfilter/framesync: allocate FFFrameSyncIn internally

2015-08-25 Thread Paul B Mahol
Signed-off-by: Paul B Mahol one...@gmail.com --- Already OKed years ago. --- libavfilter/dualinput.c | 8 ++-- libavfilter/dualinput.h | 1 - libavfilter/framesync.c | 9 - libavfilter/framesync.h | 7 --- libavfilter/vf_mergeplanes.c | 7 --- 5 files

Re: [FFmpeg-devel] [PATCH 2/2] configure: warn if GCC 4.2 is being used

2015-08-25 Thread Ganesh Ajjanagadde
On Tue, Aug 25, 2015 at 5:37 AM, Carl Eugen Hoyos ceho...@ag.or.at wrote: Ganesh Ajjanagadde gajjanagadde at gmail.com writes: +if [ $first = true ]; then +case $gcc_basever in +4.2*) +warn gcc 4.2 is outdated and may miscompile FFmpeg.

Re: [FFmpeg-devel] [PATCH] avcodec/vdpau: fix compilation of mpeg1/mpeg4/vc1 decoders when h264 is disabled

2015-08-25 Thread Philip Langdale
On Tue, 25 Aug 2015 09:50:47 -0700 Philip Langdale phil...@overt.org wrote: On 2015-08-24 19:58, James Almer wrote: Signed-off-by: James Almer jamr...@gmail.com --- Untested as i don't have a vdpau system. See

Re: [FFmpeg-devel] [PATCH] avcodec/vdpau: fix compilation of mpeg1/mpeg4/vc1 decoders when h264 is disabled

2015-08-25 Thread James Almer
On 25/08/15 11:45 PM, Philip Langdale wrote: Compiles fine. Ship it. --phil Shipped. Thanks. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Philip Langdale
On Wed, 26 Aug 2015 02:19:02 +0200 Timo Rothenpieler t...@rothenpieler.org wrote: --- configure | 4 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcodec/vaapi_hevc.c | 449

[FFmpeg-devel] [PATCH] configure: do not fork off grep subprocess while testing for whitespace

2015-08-25 Thread Ganesh Ajjanagadde
grep is not necessary for the functionality. This avoids an unnecessary fork. Signed-off-by: Ganesh Ajjanagadde gajjanaga...@gmail.com --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index db94c45..7acb2dd 100755 --- a/configure +++

Re: [FFmpeg-devel] [PATCH] mxfdec: set AVFMT_SEEK_TO_PTS demuxer flag

2015-08-25 Thread tim nicholson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/08/15 13:27, Tomas Härdin wrote: On Mon, 2015-08-10 at 10:14 +0200, Tomas Härdin wrote: On Sun, 2015-08-09 at 20:32 +0200, Marton Balint wrote: Since 53f2ef2c4afb1d49a679dea9163cb0e4671f3117 seeking is done using PTS. Signed-off-by: Marton

Re: [FFmpeg-devel] [PATCH 2/2] avfilter: add hstack vstack filter

2015-08-25 Thread Timothy Gu
On Tue, Aug 25, 2015 at 7:37 AM Paul B Mahol one...@gmail.com wrote: +@section hstack +Stack streams horizontally. + +All streams must be of same pixel format and of same height. Add a new line here +Note: this filter is faster then using @ref{overlay} and @ref{pad} filter +to create

Re: [FFmpeg-devel] FFmpegs future and resigning as leader

2015-08-25 Thread compn
On Mon, 24 Aug 2015 14:51:25 -0600 Roger Pack rogerdpa...@gmail.com wrote: I guess most of the decision making will be decided in person or something like that [?] no, we arent making decisions in person. this is something i can speak for the project on. i'm guessing its less than 10 ffmpeg

Re: [FFmpeg-devel] [PATCH] avfilter: add hstack vstack filter

2015-08-25 Thread Carl Eugen Hoyos
Paul B Mahol onemda at gmail.com writes: +Stack streams horizontally. Out of curiosity: Is this faster than overlay or overlay and pad? Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [libav-devel] [PATCH 20/20] Bump major versions of all libraries

2015-08-25 Thread Vittorio Giovara
On Mon, Aug 24, 2015 at 11:43 PM, Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: On 24.08.2015 13:44, Vittorio Giovara wrote: On Tue, Jul 28, 2015 at 6:54 PM, Luca Barbato lu_z...@gentoo.org wrote: On 28/07/15 15:41, Vittorio Giovara wrote: On Tue, Jul 28, 2015 at 2:40 PM, Luca

Re: [FFmpeg-devel] [PATCH 2/2] configure: warn if GCC 4.2 is being used

2015-08-25 Thread Carl Eugen Hoyos
Ganesh Ajjanagadde gajjanagadde at gmail.com writes: +if [ $first = true ]; then +case $gcc_basever in +4.2*) +warn gcc 4.2 is outdated and may miscompile FFmpeg. Please use a newer compiler. Nothing wrong with that if the English

Re: [FFmpeg-devel] [PATCH] avcodec/mjpegenc: remove non mod 16 check, theres a amv file that is not mod 16 == 0

2015-08-25 Thread Michael Niedermayer
On Tue, Aug 25, 2015 at 09:35:51AM +, Carl Eugen Hoyos wrote: Michael Niedermayer michaelni at gmx.at writes: [...] This is fine if that produces output similar to the file that was uploaded. it should i think but of course if someone can test that would be better [...] -- Michael

Re: [FFmpeg-devel] [PATCH] avfilter: add hstack vstack filter

2015-08-25 Thread Paul B Mahol
On 8/25/15, Carl Eugen Hoyos ceho...@ag.or.at wrote: Paul B Mahol onemda at gmail.com writes: +Stack streams horizontally. Out of curiosity: Is this faster than overlay or overlay and pad? Of course it is faster, pad is slow, and how do you plan to stack without using pad. Also using

Re: [FFmpeg-devel] [PATCH] fate: add tests for vectorscope filter

2015-08-25 Thread Paul B Mahol
On 8/24/15, Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: On 25.08.2015 00:13, Paul B Mahol wrote: On 8/24/15, Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: On 24.08.2015 21:04, Paul B Mahol wrote: Signed-off-by: Paul B Mahol one...@gmail.com ---

Re: [FFmpeg-devel] [PATCH] avfilter: add hstack vstack filter

2015-08-25 Thread Paul B Mahol
On 8/25/15, Carl Eugen Hoyos ceho...@ag.or.at wrote: Paul B Mahol onemda at gmail.com writes: +Stack streams horizontally. Out of curiosity: Is this faster than overlay or overlay and pad? Of course it is faster Should this be mentioned in the documentation? Mentioned.

Re: [FFmpeg-devel] [PATCH] avcodec/mjpegenc: remove non mod 16 check, theres a amv file that is not mod 16 == 0

2015-08-25 Thread Carl Eugen Hoyos
Michael Niedermayer michaelni at gmx.at writes: [...] This is fine if that produces output similar to the file that was uploaded. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avfilter: add hstack vstack filter

2015-08-25 Thread Carl Eugen Hoyos
Paul B Mahol onemda at gmail.com writes: +Stack streams horizontally. Out of curiosity: Is this faster than overlay or overlay and pad? Of course it is faster Should this be mentioned in the documentation? pad is slow, and how do you plan to stack without using pad. Also using

[FFmpeg-devel] [PATCH] api-h264-test: rename and expand

2015-08-25 Thread Ludmila Glinskih
Add support of floating point decoders. Add support of audio decoders. --- tests/api/Makefile | 2 +- tests/api/api-decode-test.c| 355 + tests/api/api-h264-test.c | 166 --- tests/fate/api.mak | 12 +-

[FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Timo Rothenpieler
--- configure | 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcodec/vaapi_hevc.c | 442 5 files changed, 450 insertions(+), 1 deletion(-) create mode 100644

Re: [FFmpeg-devel] [PATCH]lavf/segment: Fix memleak

2015-08-25 Thread Stefano Sabatini
On date Friday 2015-08-21 12:21:05 +0200, Carl Eugen Hoyos encoded: Hi! Attached patch fixes a memleak for me, reproducible with: $ valgrind --leak-check=full ./ffmpeg_g -i fate-suite/lena.pnm -reset_timestamps 1 -f segment out%1d.avi Please review, Carl Eugen diff --git

Re: [FFmpeg-devel] FFmpegs future and resigning as leader

2015-08-25 Thread Jan Ehrhardt
Roger Pack in gmane.comp.video.ffmpeg.devel (Mon, 24 Aug 2015 14:51:25 -0600): I will also admit my one other concern: that without Michael there won't be enough active leadership *total* to fix all the annoying bugs and everything. There is another concern: Michael was doing the merges from

Re: [FFmpeg-devel] [PATCH] checkasm: Fix floating point arguments on 64-bit Windows

2015-08-25 Thread Michael Niedermayer
On Mon, Aug 24, 2015 at 10:58:23PM +0200, Henrik Gramner wrote: --- tests/checkasm/x86/checkasm.asm | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) works in mingw + wine [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are best at

Re: [FFmpeg-devel] [PATCH] ffmpeg_opt: Add -hwaccels option that lists all supported hwaccels

2015-08-25 Thread Ganesh Ajjanagadde
On Tue, Aug 25, 2015 at 7:47 PM, Timothy Gu timothyg...@gmail.com wrote: --- doc/ffmpeg.texi | 4 ffmpeg_opt.c| 14 ++ 2 files changed, 18 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 51a4ec5..e1d8562 100644 --- a/doc/ffmpeg.texi +++

Re: [FFmpeg-devel] [PATCH] ffmpeg_opt: Add -hwaccels option that lists all supported hwaccels

2015-08-25 Thread Timothy Gu
On Tue, Aug 25, 2015 at 5:06 PM Ganesh Ajjanagadde gajja...@mit.edu wrote: On Tue, Aug 25, 2015 at 7:47 PM, Timothy Gu timothyg...@gmail.com wrote: --- doc/ffmpeg.texi | 4 ffmpeg_opt.c| 14 ++ 2 files changed, 18 insertions(+) diff --git a/doc/ffmpeg.texi

[FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Timo Rothenpieler
--- configure | 4 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcodec/vaapi_hevc.c | 449 5 files changed, 459 insertions(+), 1 deletion(-) create mode 100644

Re: [FFmpeg-devel] [PATCH] ffmpeg_opt: Add -hwaccels option that lists all supported hwaccels

2015-08-25 Thread Ganesh Ajjanagadde
On Tue, Aug 25, 2015 at 7:47 PM, Timothy Gu timothyg...@gmail.com wrote: --- doc/ffmpeg.texi | 4 ffmpeg_opt.c| 14 ++ 2 files changed, 18 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 51a4ec5..e1d8562 100644 --- a/doc/ffmpeg.texi +++

Re: [FFmpeg-devel] [PATCH] ffmpeg_opt: Add -hwaccels option that lists all supported hwaccels

2015-08-25 Thread Ganesh Ajjanagadde
On Tue, Aug 25, 2015 at 8:08 PM, Timothy Gu timothyg...@gmail.com wrote: On Tue, Aug 25, 2015 at 5:06 PM Ganesh Ajjanagadde gajja...@mit.edu wrote: On Tue, Aug 25, 2015 at 7:47 PM, Timothy Gu timothyg...@gmail.com wrote: --- doc/ffmpeg.texi | 4 ffmpeg_opt.c| 14 ++

Re: [FFmpeg-devel] [PATCH] api-h264-test: rename and expand

2015-08-25 Thread Michael Niedermayer
On Tue, Aug 25, 2015 at 11:00:40PM +0300, Ludmila Glinskih wrote: Add support of floating point decoders. Add support of audio decoders. --- tests/api/Makefile | 2 +- tests/api/api-decode-test.c| 355 + tests/api/api-h264-test.c

Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread wm4
On Tue, 25 Aug 2015 14:52:13 +0200 Michael Niedermayer mich...@niedermayer.cc wrote: On Tue, Aug 25, 2015 at 02:06:19PM +0200, Timo Rothenpieler wrote: --- configure | 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5

Re: [FFmpeg-devel] [libav-devel] [PATCH 20/20] Bump major versions of all libraries

2015-08-25 Thread Andreas Cadhalpun
On 25.08.2015 11:03, Vittorio Giovara wrote: On Mon, Aug 24, 2015 at 11:43 PM, Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: On 24.08.2015 13:44, Vittorio Giovara wrote: On Tue, Jul 28, 2015 at 6:54 PM, Luca Barbato lu_z...@gentoo.org wrote: On 28/07/15 15:41, Vittorio Giovara

[FFmpeg-devel] [PATCH] ffmpeg_opt: Add -hwaccels option that lists all supported hwaccels

2015-08-25 Thread Timothy Gu
--- doc/ffmpeg.texi | 4 ffmpeg_opt.c| 14 ++ 2 files changed, 18 insertions(+) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 51a4ec5..e1d8562 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -698,6 +698,10 @@ is not specified, the value of the @var{DISPLAY}

Re: [FFmpeg-devel] [PATCH] mxfdec: set AVFMT_SEEK_TO_PTS demuxer flag

2015-08-25 Thread Tomas Härdin
On Tue, 2015-08-25 at 07:58 +0100, tim nicholson wrote: On 14/08/15 13:27, Tomas Härdin wrote: On Mon, 2015-08-10 at 10:14 +0200, Tomas Härdin wrote: On Sun, 2015-08-09 at 20:32 +0200, Marton Balint wrote: Since 53f2ef2c4afb1d49a679dea9163cb0e4671f3117 seeking is done using PTS.

Re: [FFmpeg-devel] [PATCH 2/2] lavf/file: check for dirent.h support

2015-08-25 Thread Michael Niedermayer
On Tue, Aug 25, 2015 at 02:18:22AM -0300, James Almer wrote: On 24/08/15 10:02 PM, Michael Niedermayer wrote: On Fri, Aug 21, 2015 at 02:18:34AM +0200, Mariusz Szczepańczyk wrote: On Thu, Jun 25, 2015 at 12:09 PM, Michael Niedermayer michae...@gmx.at wrote: On Wed, Jun 24, 2015 at

Re: [FFmpeg-devel] [PATCH] vaapi: Add hevc hwaccel support

2015-08-25 Thread Michael Niedermayer
On Tue, Aug 25, 2015 at 02:06:19PM +0200, Timo Rothenpieler wrote: --- configure | 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcodec/vaapi_hevc.c | 442 5

Re: [FFmpeg-devel] FFmpegs future and resigning as leader

2015-08-25 Thread wm4
On Tue, 25 Aug 2015 13:23:47 +0200 Jan Ehrhardt php...@ehrhardt.nl wrote: Roger Pack in gmane.comp.video.ffmpeg.devel (Mon, 24 Aug 2015 14:51:25 -0600): I will also admit my one other concern: that without Michael there won't be enough active leadership *total* to fix all the annoying bugs

Re: [FFmpeg-devel] [PATCH] ffmpeg_opt: Add -hwaccels option that lists all supported hwaccels

2015-08-25 Thread Timothy Gu
On Tue, Aug 25, 2015 at 08:19:59PM -0400, Ganesh Ajjanagadde wrote: For consistency, prefix with an opt_? This name is chosen to be consistent with other show_ functions. opt_* are exclusively used for setting some options AFAICT. Maybe you could check the return value of printf? Absolutely

Re: [FFmpeg-devel] [PATCH] ffmpeg_opt: Add -hwaccels option that lists all supported hwaccels

2015-08-25 Thread Ganesh Ajjanagadde
On Tue, Aug 25, 2015 at 9:03 PM, Timothy Gu timothyg...@gmail.com wrote: On Tue, Aug 25, 2015 at 08:19:59PM -0400, Ganesh Ajjanagadde wrote: For consistency, prefix with an opt_? This name is chosen to be consistent with other show_ functions. opt_* are exclusively used for setting some

[FFmpeg-devel] HLS Stream on Kodi

2015-08-25 Thread Lucas Andrade
I'm trying to run a HLS Live Stream on Kodi and I'm getting an error 403 after 5 minutes. Checking the wireshark capture I did realize that the ffmpeg requests aren't changing a cookie that is set on every response. Do you guys confirm that is a FFMpeg issue? GET