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

[FFmpeg-devel] [PATCH] lavd/avfoundation: uses a queue to buffer audio and video samples

2015-08-25 Thread Matthieu Bouron
From: Matthieu Bouron Tries to avoid losing frames when frames are not consumed quickly enough. Locking/Condition waiting is now performed with a NSConditionLock instead of a pthread mutex/condition. The first frames are not discarded anymore in the get_(video|audio)_config functions. Tries to

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 wrote: > On 24.08.2015 13:44, Vittorio Giovara wrote: >> On Tue, Jul 28, 2015 at 6:54 PM, Luca Barbato wrote: >>> On 28/07/15 15:41, Vittorio Giovara wrote: On Tue, Jul 28, 2015 at 2:40 PM, Luca Barbato wrote: > On 28/07/15 15:30, Vitt

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

2015-08-25 Thread Carl Eugen Hoyos
Paul B Mahol 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] [PATCH] avcodec/vdpau: fix compilation of mpeg1/mpeg4/vc1 decoders when h264 is disabled

2015-08-25 Thread wm4
On Mon, 24 Aug 2015 23:58:05 -0300 James Almer wrote: > Signed-off-by: James Almer > --- > Untested as i don't have a vdpau system. > See > http://fate.ffmpeg.org/report.cgi?time=20150823144028&slot=x86_64-archlinux-gcc-random > > libavcodec/vdpau.c | 44 +++---

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 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 2/2] configure: warn if GCC 4.2 is being used

2015-08-25 Thread Carl Eugen Hoyos
Ganesh Ajjanagadde 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 Language Poli

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 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 wrote: > Paul B Mahol 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 overlay & pad for stacki

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

2015-08-25 Thread Carl Eugen Hoyos
Paul B Mahol 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 usin

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

2015-08-25 Thread Paul B Mahol
On 8/24/15, Andreas Cadhalpun wrote: > On 25.08.2015 00:13, Paul B Mahol wrote: >> On 8/24/15, Andreas Cadhalpun wrote: >>> On 24.08.2015 21:04, Paul B Mahol wrote: Signed-off-by: Paul B Mahol --- tests/fate/filter-video.mak | 15 +++ tests/ref/fate/

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

2015-08-25 Thread Paul B Mahol
On 8/25/15, Carl Eugen Hoyos wrote: > Paul B Mahol 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]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 a/libav

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 a

[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 libavcodec/

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 > >> wrote: > >> > >>> On Wed, Jun 24, 2015 at 03:25:

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 >

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 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 +- > > liba

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 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" and everyt

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 wrote: > Ganesh Ajjanagadde 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

Re: [FFmpeg-devel] [PATCH 03/13] avfilter: add missing FF_API_AVFILTERBUFFER guards

2015-08-25 Thread Nicolas George
Le nonidi 29 thermidor, an CCXXIII, Michael Niedermayer a écrit : > PEEK/NO_REQUEST would tell if the fifo is empty or not > av_buffersink_poll_frame() basically provided the user application > with the number of frames in the fifo (plus what it could figure > out from previous filters) but my conc

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

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

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 > --- > libavformat/http.c | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/libavformat/http.c b/libavformat/http.c > index fba87ac..064239b 100644 > --- a/libavformat/http.c >

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

2015-08-25 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- 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 changed, 22 insertions

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 --- Untested as i don't have a vdpau system. See http://fate.ffmpeg.org/report.cgi?time=20150823144028&slot=x86_64-archlinux-gcc-random libavcodec/vdpau.c | 44 +++- 1 file changed, 23 in

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

2015-08-25 Thread wm4
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 --- a/configure +++ b/configure @@ -2151,7

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

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

2015-08-25 Thread Philip Langdale
On 2015-08-25 05:06, Timo Rothenpieler wrote: --- configure | 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcodec/vaapi_hevc.c | 442 5 files changed, 450 insertions

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

2015-08-25 Thread Hendrik Leppkes
On Tue, Aug 25, 2015 at 7:24 PM, Philip Langdale wrote: > On 2015-08-25 05:06, Timo Rothenpieler wrote: >> >> --- >> configure | 2 + >> libavcodec/Makefile | 1 + >> libavcodec/allcodecs.c | 1 + >> libavcodec/hevc.c | 5 +- >> libavcodec/vaapi_hevc.c | 442 >> ++

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

2015-08-25 Thread Henrik Gramner
On Tue, Aug 25, 2015 at 1:44 PM, Michael Niedermayer wrote: > works in mingw + wine Applied. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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 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 deleti

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 > --- > libavformat/http.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Pushed. Regards, -- Nicolas George signature.asc Description: Digital signature _

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 wrote: On 2015-08-25 05:06, Timo Rothenpieler wrote: --- configure | 2 + libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/hevc.c | 5 +- libavcode

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 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 same output.

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 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 devels showing up to

[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 +- tes

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] [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 > wrote: >> On 24.08.2015 13:44, Vittorio Giovara wrote: >>> On Tue, Jul 28, 2015 at 6:54 PM, Luca Barbato wrote: On 28/07/15 15:41, Vittorio Giovara wrote: > On Tue, Jul 28, 2015 at 2:40 P

[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} env

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 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 > +++ b/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 wrote: > On Tue, Aug 25, 2015 at 7:47 PM, Timothy Gu 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 5

[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 libavcodec/

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 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 > +++ b/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 wrote: > On Tue, Aug 25, 2015 at 5:06 PM Ganesh Ajjanagadde wrote: > >> On Tue, Aug 25, 2015 at 7:47 PM, Timothy Gu wrote: >> > --- >> > doc/ffmpeg.texi | 4 >> > ffmpeg_opt.c| 14 ++ >> > 2 files changed, 18 insertions(+) >> > >

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

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:28:43PM -0400, Ganesh Ajjanagadde wrote: > On Tue, Aug 25, 2015 at 8:08 PM, Timothy Gu wrote: > > > > cmdutils.c is shared for all ff* programs. -hwaccel is only supported in > > ffmpeg. > > Why? Because nobody has implemented it for other fftools yet. > I don't know

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 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 options AFAICT. Ok.

[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 /dvr/m/off24ha/master-playlist.m3

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 wrote: > On 2015-08-24 19:58, James Almer wrote: > > Signed-off-by: James Almer > > --- > > Untested as i don't have a vdpau system. > > See > > http://fate.ffmpeg.org/report.cgi?time=20150823144028&slot=x86_64-archlinux-gcc-random > > > > lib

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 wrote: > --- > configure | 4 + > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/hevc.c | 5 +- > libavcodec/vaapi_hevc.c | 449 > 5 file

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

[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 --- configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index db94c45..7acb2dd 100755 --- a/configure +++ b/configure @@ -2974,8 +2