Re: [FFmpeg-devel] [PATCH 1/4] vaapi: define a single pixel format for VA-API (AV_PIX_FMT_VAAPI).

2015-08-18 Thread Gwenole Beauchesne
Hi, 2015-08-18 10:43 GMT+02:00 Hendrik Leppkes h.lepp...@gmail.com: On Tue, Aug 18, 2015 at 10:35 AM, Gwenole Beauchesne gb.de...@gmail.com wrote: 2015-08-17 21:53 GMT+02:00 wm4 nfx...@googlemail.com: On Mon, 17 Aug 2015 19:17:50 +0200 Gwenole Beauchesne gb.de...@gmail.com wrote:

[FFmpeg-devel] [PATCH] */version.h: Add note/recommandition about bumping major

2015-08-18 Thread Michael Niedermayer
From: Michael Niedermayer mich...@niedermayer.cc If preferred, i can also apply this after the bump, in case its felt that this would cause too much delay/work Signed-off-by: Michael Niedermayer mich...@niedermayer.cc --- libavcodec/version.h |4 libavformat/version.h |5 +

Re: [FFmpeg-devel] [PATCH] configure: Use pkg-config for libkvazaar.

2015-08-18 Thread Michael Niedermayer
On Tue, Aug 18, 2015 at 09:04:41AM +0300, Arttu Ylä-Outinen wrote: Signed-off-by: Arttu Ylä-Outinen arttu.yla-outi...@tut.fi --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 55cc7fb..3fa37b7 100755 --- a/configure +++

Re: [FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 03:56:21 +0200 Michael Niedermayer mich...@niedermayer.cc wrote: On Mon, Aug 17, 2015 at 01:38:19PM -0400, Ronald S. Bultje wrote: Hi, On Mon, Aug 17, 2015 at 1:12 PM, Michael Niedermayer mich...@niedermayer.cc wrote: On Mon, Aug 17, 2015 at 11:52:16AM -0400,

Re: [FFmpeg-devel] [PATCH 4/4] vaapi: add interfaces to properly initialize context.

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 10:33:20 +0200 Gwenole Beauchesne gb.de...@gmail.com wrote: Hi, 2015-08-17 22:26 GMT+02:00 wm4 nfx...@googlemail.com: On Mon, 17 Aug 2015 19:17:53 +0200 Gwenole Beauchesne gb.de...@gmail.com wrote: Add av_vaapi_context_init() and av_vaapi_context_alloc() helper

[FFmpeg-devel] [PATCH] configure: Use pkg-config for libkvazaar.

2015-08-18 Thread Arttu Ylä-Outinen
Signed-off-by: Arttu Ylä-Outinen arttu.yla-outi...@tut.fi --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 55cc7fb..3fa37b7 100755 --- a/configure +++ b/configure @@ -5226,7 +5226,7 @@ enabled libgsm { for gsm_hdr in

Re: [FFmpeg-devel] [PATCH 4/4] vaapi: add interfaces to properly initialize context.

2015-08-18 Thread Hendrik Leppkes
On Tue, Aug 18, 2015 at 10:33 AM, Gwenole Beauchesne gb.de...@gmail.com wrote: Hi, 2015-08-17 22:26 GMT+02:00 wm4 nfx...@googlemail.com: On Mon, 17 Aug 2015 19:17:53 +0200 Gwenole Beauchesne gb.de...@gmail.com wrote: Add av_vaapi_context_init() and av_vaapi_context_alloc() helper functions

Re: [FFmpeg-devel] [PATCH 1/4] vaapi: define a single pixel format for VA-API (AV_PIX_FMT_VAAPI).

2015-08-18 Thread Hendrik Leppkes
On Tue, Aug 18, 2015 at 10:35 AM, Gwenole Beauchesne gb.de...@gmail.com wrote: 2015-08-17 21:53 GMT+02:00 wm4 nfx...@googlemail.com: On Mon, 17 Aug 2015 19:17:50 +0200 Gwenole Beauchesne gb.de...@gmail.com wrote: Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely to

Re: [FFmpeg-devel] [PATCH 1/4] vaapi: define a single pixel format for VA-API (AV_PIX_FMT_VAAPI).

2015-08-18 Thread Gwenole Beauchesne
2015-08-17 21:53 GMT+02:00 wm4 nfx...@googlemail.com: On Mon, 17 Aug 2015 19:17:50 +0200 Gwenole Beauchesne gb.de...@gmail.com wrote: Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely to ever be useful in the future. Only keep plain AV_PIX_FMT_VAAPI format that is

Re: [FFmpeg-devel] [PATCH 4/4] vaapi: add interfaces to properly initialize context.

2015-08-18 Thread Gwenole Beauchesne
Hi, 2015-08-17 22:26 GMT+02:00 wm4 nfx...@googlemail.com: On Mon, 17 Aug 2015 19:17:53 +0200 Gwenole Beauchesne gb.de...@gmail.com wrote: Add av_vaapi_context_init() and av_vaapi_context_alloc() helper functions so that to properly initialize the vaapi_context structure, and allow for

[FFmpeg-devel] [PATCH] ffserver: use -b instead of -ab for setting audio bitrate.

2015-08-18 Thread Ronald S. Bultje
--- ffserver_config.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ffserver_config.c b/ffserver_config.c index 06bd8ac..de8a454 100644 --- a/ffserver_config.c +++ b/ffserver_config.c @@ -230,9 +230,9 @@ static void add_codec(FFServerStream *stream, AVCodecContext

Re: [FFmpeg-devel] [PATCH] configure: Use pkg-config for libkvazaar.

2015-08-18 Thread Ganesh Ajjanagadde
On Tue, Aug 18, 2015 at 6:57 AM, Michael Niedermayer mich...@niedermayer.cc wrote: On Tue, Aug 18, 2015 at 09:04:41AM +0300, Arttu Ylä-Outinen wrote: Signed-off-by: Arttu Ylä-Outinen arttu.yla-outi...@tut.fi --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[FFmpeg-devel] [PATCH] libx264: Add option to force IDR frames

2015-08-18 Thread Derek Buitenhuis
Currently, when forcing an I frame, via API, or via the ffmpeg cli, using -force_key_frames, we still let x264 decide what sort of keyframe to user. In some cases, it is useful to be able to force an IDR frame, e.g. for cutting streams. Signed-off-by: Derek Buitenhuis derek.buitenh...@gmail.com

[FFmpeg-devel] [PATCH] Replace av_dlog with ff_dlog.

2015-08-18 Thread Ronald S. Bultje
ff_dlog checks compilability, and is non-public. av_dlog is deprecated and no longer exists if FF_API_DLOG=0. --- ffmpeg.c | 2 +- libavcodec/ccaption_dec.c| 13 +++-- libavcodec/libzvbi-teletextdec.c | 7 --- libavcodec/proresdec2.c | 9

Re: [FFmpeg-devel] [PATCH] lavfi: add error message to help users convert to new lavfi syntax.

2015-08-18 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 08:05:05PM -0400, Ronald S. Bultje wrote: --- libavfilter/avfilter.c | 13 - libavfilter/version.h | 3 +++ 2 files changed, 15 insertions(+), 1 deletion(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I am the

Re: [FFmpeg-devel] [PATCH 3/3] Replace av_dlog with ff_dlog.

2015-08-18 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 08:45:53PM -0400, Ronald S. Bultje wrote: ff_dlog checks compilability, and is non-public. av_dlog is deprecated and no longer exists if FF_API_DLOG=0. --- ffmpeg.c| 2 +- libavcodec/ccaption_dec.c | 13 +++-- libavcodec/proresdec2.c

Re: [FFmpeg-devel] [PATCH] configure: Use pkg-config for libkvazaar.

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 08:27:51 -0400 Ganesh Ajjanagadde gajja...@mit.edu wrote: On Tue, Aug 18, 2015 at 6:57 AM, Michael Niedermayer mich...@niedermayer.cc wrote: On Tue, Aug 18, 2015 at 09:04:41AM +0300, Arttu Ylä-Outinen wrote: Signed-off-by: Arttu Ylä-Outinen arttu.yla-outi...@tut.fi ---

Re: [FFmpeg-devel] [PATCH] configure: force -mconsole when linking SDL under MinGW

2015-08-18 Thread Timothy Gu
On Tue, Aug 18, 2015 at 9:01 AM Stephen Hutchinson qyo...@gmail.com wrote: When building SDL with MinGW, it sets -mwindows with the assumption that the application is a GUI application. If this is linked without passing -mconsole to configure via --extra-ldflags, stdout will be silenced from

Re: [FFmpeg-devel] GSoC Weekly report (libswscale)

2015-08-18 Thread Pedro Arthur
Attached patch with new vertical scaler code, added license and fixed compiler warnings. 2015-08-17 20:35 GMT-03:00 Michael Niedermayer mich...@niedermayer.cc: On Mon, Aug 17, 2015 at 05:35:32PM -0300, Pedro Arthur wrote: ops, added missing file. 2015-08-17 17:31 GMT-03:00 Pedro Arthur

Re: [FFmpeg-devel] [PATCH] configure: force -mconsole when linking SDL under MinGW

2015-08-18 Thread Michael Niedermayer
On Tue, Aug 18, 2015 at 07:04:21PM +, Timothy Gu wrote: On Tue, Aug 18, 2015 at 9:01 AM Stephen Hutchinson qyo...@gmail.com wrote: When building SDL with MinGW, it sets -mwindows with the assumption that the application is a GUI application. If this is linked without passing -mconsole

Re: [FFmpeg-devel] [PATCH] Undeprecate av_opt_set_defaults2().

2015-08-18 Thread Michael Niedermayer
On Tue, Aug 18, 2015 at 11:02:17AM -0400, Ronald S. Bultje wrote: --- libavutil/opt.c | 5 + libavutil/opt.h | 12 +--- 2 files changed, 10 insertions(+), 7 deletions(-) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Avoid a

Re: [FFmpeg-devel] [PATCH]lavf/mov: Support alac extradata in wave atom v2

2015-08-18 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 07:59:56PM +, Carl Eugen Hoyos wrote: Michael Niedermayer michael at niedermayer.cc writes: +ffio_ensure_seekback(pb, 8); +buffer = avio_rb64(pb); +atom.size -= 8; +if ( (buffer 0x) ==

Re: [FFmpeg-devel] [PATCH 1/2] checkasm: Explicitly declare function prototypes

2015-08-18 Thread Michael Niedermayer
On Sun, Aug 16, 2015 at 06:40:56PM +0200, Henrik Gramner wrote: Now we no longer have to rely on function pointers intentionally declared without specified argument types. This makes it easier to support functions with floating point parameters or return values as well as functions returning

Re: [FFmpeg-devel] GSoC Weekly report (libswscale)

2015-08-18 Thread Pedro Arthur
Patch with alpha fixed. 2015-08-18 18:07 GMT-03:00 Michael Niedermayer mich...@niedermayer.cc: On Tue, Aug 18, 2015 at 04:27:42PM -0300, Pedro Arthur wrote: Attached patch with new vertical scaler code, added license and fixed compiler warnings. split and applied first patch, had to

Re: [FFmpeg-devel] [PATCH 1/5] vaapi: define a single pixel format for VA-API (AV_PIX_FMT_VAAPI).

2015-08-18 Thread Andreas Cadhalpun
On 18.08.2015 17:26, Gwenole Beauchesne wrote: Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely to ever be useful in the future. Only keep plain AV_PIX_FMT_VAAPI format that is aliased to the older VLD variant. Signed-off-by: Gwenole Beauchesne

Re: [FFmpeg-devel] GSoC Weekly report (libswscale)

2015-08-18 Thread Michael Niedermayer
On Tue, Aug 18, 2015 at 04:27:42PM -0300, Pedro Arthur wrote: Attached patch with new vertical scaler code, added license and fixed compiler warnings. the vscaler works much better now than prevously, theres one bug left in it though ./ffplay ./laraShadow_dl.flv -vf

Re: [FFmpeg-devel] GSoC Weekly report (libswscale)

2015-08-18 Thread Michael Niedermayer
On Tue, Aug 18, 2015 at 04:27:42PM -0300, Pedro Arthur wrote: Attached patch with new vertical scaler code, added license and fixed compiler warnings. split and applied first patch, had to change 2 asserts to make it work without the vscale code [...] -- Michael GnuPG fingerprint:

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 22:58:59 +0200 Carl Eugen Hoyos ceho...@ag.or.at wrote: Hi! Attached patch postpones the vdpau removal. The decoders were only deprecated today, so give users time until the next version bump. Carl Eugen -1 Your argument is ridiculous too. They were deprecated long

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 21:05:44 + (UTC) Carl Eugen Hoyos ceho...@ag.or.at wrote: Ronald S. Bultje rsbultje at gmail.com writes: Attached patch postpones the vdpau removal. The decoders were only deprecated today, so give users time until the next version bump. No. Then

Re: [FFmpeg-devel] [PATCH 1/2] Prepare for removal of obsolete FF_IDCT_* members.

2015-08-18 Thread wm4
On Mon, 17 Aug 2015 18:02:17 -0400 Ronald S. Bultje rsbul...@gmail.com wrote: Hi, On Mon, Aug 17, 2015 at 5:45 PM, wm4 nfx...@googlemail.com wrote: On Mon, 17 Aug 2015 15:41:03 -0400 Ronald S. Bultje rsbul...@gmail.com wrote: --- libavcodec/avcodec.h | 2 --

[FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread Carl Eugen Hoyos
Hi! Attached patch postpones the vdpau removal. The decoders were only deprecated today, so give users time until the next version bump. Carl Eugen diff --git a/libavutil/version.h b/libavutil/version.h index 653f530..e118be0 100644 --- a/libavutil/version.h +++ b/libavutil/version.h @@ -108,7

Re: [FFmpeg-devel] [PATCH 1/3] lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.

2015-08-18 Thread wm4
On Mon, 17 Aug 2015 17:07:59 -0400 Ronald S. Bultje rsbul...@gmail.com wrote: --- libavcodec/error_resilience.c | 2 ++ libavcodec/h263dec.c | 2 ++ libavcodec/h264.c | 4 libavcodec/h264_picture.c | 4 libavcodec/h264_slice.c | 16

Re: [FFmpeg-devel] [PATCH 3/3] doc/metadata: Default timestamp unit is nanoseconds

2015-08-18 Thread Michael Niedermayer
On Fri, Aug 14, 2015 at 10:46:55PM +0200, Alexander Strasser wrote: Signed-off-by: Alexander Strasser eclip...@gmx.net --- doc/metadata.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Re: [FFmpeg-devel] [PATCH] doc/indevs: fix typos

2015-08-18 Thread Ronald S. Bultje
Hi, On Tue, Aug 18, 2015 at 4:57 PM, Lou Logan l...@lrcd.com wrote: Fixes ticket #4784 as found by rodarmor. Signed-off-by: Lou Logan l...@lrcd.com --- I did not test examples. --- doc/indevs.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [FFmpeg-devel] [PATCH 02/13] avfilter: add missing FF_API_AVFILTERPAD_PUBLIC guard

2015-08-18 Thread Andreas Cadhalpun
On 18.08.2015 05:34, Michael Niedermayer wrote: On Sat, Aug 08, 2015 at 01:31:51PM +0200, Andreas Cadhalpun wrote: Signed-off-by: Andreas Cadhalpun andreas.cadhal...@googlemail.com --- libavfilter/avfilter.c | 2 ++ 1 file changed, 2 insertions(+) tools/graph2dot fails to build without

Re: [FFmpeg-devel] [PATCH] doc/indevs: add various missing options

2015-08-18 Thread Ganesh Ajjanagadde
On Tue, Aug 18, 2015 at 9:46 PM, Lou Logan l...@lrcd.com wrote: Signed-off-by: Lou Logan l...@lrcd.com --- doc/indevs.texi | 161 +++- 1 file changed, 160 insertions(+), 1 deletion(-) diff --git a/doc/indevs.texi b/doc/indevs.texi index

Re: [FFmpeg-devel] GSoC Weekly report (libswscale)

2015-08-18 Thread Pedro Arthur
Added copyright. I've tried to push it (git push ffmpeg master --dry-run) but got the following error: fatal: remote error: access denied or repository not exported: /ffmpeg.git with remote: ffmpeggit+ssh://source.ffmpeg.org/ffmpeg.git (fetch) ffmpeggit+ssh://source.ffmpeg.org/ffmpeg.git

[FFmpeg-devel] [PATCH] doc/indevs: fix typos

2015-08-18 Thread Lou Logan
Fixes ticket #4784 as found by rodarmor. Signed-off-by: Lou Logan l...@lrcd.com --- I did not test examples. --- doc/indevs.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/indevs.texi b/doc/indevs.texi index d5415bb..6f47504 100644 --- a/doc/indevs.texi +++

Re: [FFmpeg-devel] [PATCH] */version.h: Add note/recommandition about bumping major

2015-08-18 Thread Andreas Cadhalpun
On 18.08.2015 12:28, Michael Niedermayer wrote: From: Michael Niedermayer mich...@niedermayer.cc If preferred, i can also apply this after the bump, in case its felt that this would cause too much delay/work Signed-off-by: Michael Niedermayer mich...@niedermayer.cc ---

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 18:04:22 -0400 compn te...@mi.rr.com wrote: On Tue, 18 Aug 2015 23:36:12 +0200 wm4 nfx...@googlemail.com wrote: On Tue, 18 Aug 2015 21:05:44 + (UTC) Carl Eugen Hoyos ceho...@ag.or.at wrote: Ronald S. Bultje rsbultje at gmail.com writes: Attached

Re: [FFmpeg-devel] [PATCH 1/5] vaapi: define a single pixel format for VA-API (AV_PIX_FMT_VAAPI).

2015-08-18 Thread wm4
On Wed, 19 Aug 2015 00:02:52 +0200 Andreas Cadhalpun andreas.cadhal...@googlemail.com wrote: On 18.08.2015 17:26, Gwenole Beauchesne wrote: Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely to ever be useful in the future. Only keep plain AV_PIX_FMT_VAAPI format that

Re: [FFmpeg-devel] [PATCH] configure: Use pkg-config for libkvazaar.

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 09:04:41 +0300 Arttu Ylä-Outinen arttu.yla-outi...@tut.fi wrote: Signed-off-by: Arttu Ylä-Outinen arttu.yla-outi...@tut.fi --- configure |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 55cc7fb..3fa37b7 100755 ---

Re: [FFmpeg-devel] GSoC Weekly report (libswscale)

2015-08-18 Thread Michael Niedermayer
On Tue, Aug 18, 2015 at 06:30:28PM -0300, Pedro Arthur wrote: Patch with alpha fixed. 2015-08-18 18:07 GMT-03:00 Michael Niedermayer mich...@niedermayer.cc: On Tue, Aug 18, 2015 at 04:27:42PM -0300, Pedro Arthur wrote: Attached patch with new vertical scaler code, added license and

Re: [FFmpeg-devel] [PATCH] lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0.

2015-08-18 Thread James Almer
On 16/08/15 11:26 PM, Ronald S. Bultje wrote: --- ffmpeg_filter.c | 2 +- libavfilter/avfilter.c | 3 ++- libavfilter/vf_aspect.c | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) LGTM ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH] doc/indevs: add various missing options

2015-08-18 Thread Lou Logan
Signed-off-by: Lou Logan l...@lrcd.com --- doc/indevs.texi | 161 +++- 1 file changed, 160 insertions(+), 1 deletion(-) diff --git a/doc/indevs.texi b/doc/indevs.texi index 6f47504..9c81b82 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread Andreas Cadhalpun
On 18.08.2015 23:15, Philip Langdale wrote: On 2015-08-18 14:05, Carl Eugen Hoyos wrote: Ronald S. Bultje rsbultje at gmail.com writes: Attached patch postpones the vdpau removal. The decoders were only deprecated today, so give users time until the next version bump. No. Then please

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread Philip Langdale
On 2015-08-18 15:59, Andreas Cadhalpun wrote: On 18.08.2015 23:15, Philip Langdale wrote: On 2015-08-18 14:05, Carl Eugen Hoyos wrote: Ronald S. Bultje rsbultje at gmail.com writes: Attached patch postpones the vdpau removal. The decoders were only deprecated today, so give users time

Re: [FFmpeg-devel] GSoC Weekly report (libswscale)

2015-08-18 Thread James Almer
On 18/08/15 6:30 PM, Pedro Arthur wrote: diff --git a/libswscale/vscale.c b/libswscale/vscale.c new file mode 100644 index 000..b62b385 --- /dev/null +++ b/libswscale/vscale.c @@ -0,0 +1,268 @@ +#include swscale_internal.h + +static int lum_planar_vscale(SwsContext *c,

[FFmpeg-devel] [PATCH] Undeprecate av_opt_set_defaults2().

2015-08-18 Thread Ronald S. Bultje
--- libavutil/opt.c | 5 + libavutil/opt.h | 12 +--- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/libavutil/opt.c b/libavutil/opt.c index 62db1b5..580586e 100644 --- a/libavutil/opt.c +++ b/libavutil/opt.c @@ -1177,20 +1177,17 @@ int av_opt_show2(void *obj, void

Re: [FFmpeg-devel] [PATCH] libx264: Add option to force IDR frames

2015-08-18 Thread Hendrik Leppkes
On Tue, Aug 18, 2015 at 3:00 PM, Derek Buitenhuis derek.buitenh...@gmail.com wrote: Currently, when forcing an I frame, via API, or via the ffmpeg cli, using -force_key_frames, we still let x264 decide what sort of keyframe to user. In some cases, it is useful to be able to force an IDR frame,

Re: [FFmpeg-devel] [PATCH 3/3] lavu: comment out wrong value check in get_version() after api bump.

2015-08-18 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 05:08:01PM -0400, Ronald S. Bultje wrote: --- libavutil/utils.c | 2 ++ 1 file changed, 2 insertions(+) ok [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Republics decline into democracies and democracies degenerate into despotisms.

Re: [FFmpeg-devel] [PATCH] configure: Use pkg-config for libkvazaar.

2015-08-18 Thread Michael Niedermayer
On Tue, Aug 18, 2015 at 08:27:51AM -0400, Ganesh Ajjanagadde wrote: On Tue, Aug 18, 2015 at 6:57 AM, Michael Niedermayer mich...@niedermayer.cc wrote: On Tue, Aug 18, 2015 at 09:04:41AM +0300, Arttu Ylä-Outinen wrote: Signed-off-by: Arttu Ylä-Outinen arttu.yla-outi...@tut.fi ---

Re: [FFmpeg-devel] [PATCH] Replace av_dlog with ff_dlog.

2015-08-18 Thread Michael Niedermayer
On Tue, Aug 18, 2015 at 08:02:28AM -0400, Ronald S. Bultje wrote: ff_dlog checks compilability, and is non-public. av_dlog is deprecated and no longer exists if FF_API_DLOG=0. --- ffmpeg.c | 2 +- libavcodec/ccaption_dec.c| 13 +++--

[FFmpeg-devel] [PATCH] 0001 - added PicTimingSSEI-libavcodec-qsvenc_h264.c

2015-08-18 Thread Sven Dueking
From: Sven Dueking s...@nablet.com --- libavcodec/qsvenc.c | 3 +++ libavcodec/qsvenc.h | 1 + libavcodec/qsvenc_h264.c | 1 + 3 files changed, 5 insertions(+) diff --git a/libavcodec/qsvenc.c b/libavcodec/qsvenc.c index e5d3fa6..52e416c 100644 --- a/libavcodec/qsvenc.c +++

Re: [FFmpeg-devel] [PATCH]Postpone vdpau removal

2015-08-18 Thread compn
On Tue, 18 Aug 2015 23:36:12 +0200 wm4 nfx...@googlemail.com wrote: On Tue, 18 Aug 2015 21:05:44 + (UTC) Carl Eugen Hoyos ceho...@ag.or.at wrote: Ronald S. Bultje rsbultje at gmail.com writes: Attached patch postpones the vdpau removal. The decoders were only deprecated

Re: [FFmpeg-devel] [PATCH] libx264: Add option to force IDR frames

2015-08-18 Thread Derek Buitenhuis
On 8/18/2015 4:05 PM, Hendrik Leppkes wrote: Whats the other reason for forcing a keyframe, ie. why don't we always set IDR? The other reason would be seek points I guess? - Derek ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] libx264: Add option to force IDR frames

2015-08-18 Thread Carl Eugen Hoyos
Hendrik Leppkes h.leppkes at gmail.com writes: Whats the other reason for forcing a keyframe, ie. why don't we always set IDR? I don't know if x264 supports it (and I wanted to ask) but h264 reference frames can be older than the last I-frame (but not older than the last IDR-frame). The

[FFmpeg-devel] [PATCH 3/5] vaapi: fix usage of invalid buffer ids.

2015-08-18 Thread Gwenole Beauchesne
Invalid buffer ids are defined by VA_INVALID_ID. Use that through out vaapi_*.c support files now that we have private data initialized and managed by libavcodec. Previously, the only requirement for the public vaapi_context struct was to be zero-initialized. This fixes support for 3rdparty VA

Re: [FFmpeg-devel] [PATCH] libx264: Add option to force IDR frames

2015-08-18 Thread Yusuke Nakamura
2015-08-19 0:20 GMT+09:00 Carl Eugen Hoyos ceho...@ag.or.at: Hendrik Leppkes h.leppkes at gmail.com writes: Whats the other reason for forcing a keyframe, ie. why don't we always set IDR? I don't know if x264 supports it (and I wanted to ask) but h264 reference frames can be older than

Re: [FFmpeg-devel] [PATCH] libx264: Add option to force IDR frames

2015-08-18 Thread Michael Niedermayer
On Tue, Aug 18, 2015 at 02:00:17PM +0100, Derek Buitenhuis wrote: Currently, when forcing an I frame, via API, or via the ffmpeg cli, using -force_key_frames, we still let x264 decide what sort of keyframe to user. In some cases, it is useful to be able to force an IDR frame, e.g. for cutting

[FFmpeg-devel] [PATCH 2/5] vaapi: streamline public context structure.

2015-08-18 Thread Gwenole Beauchesne
Move libavcodec managed objects from the public struct vaapi_context to a new privately owned FFVAContext. This is done so that to clean up and streamline the public structure, but also to prepare for new codec support, thus requiring new internal data to be added in there. The

[FFmpeg-devel] [PATCH 5/5] vaapi: add support for new config options.

2015-08-18 Thread Gwenole Beauchesne
Add support for modern and flexible config options for vaapi decoders. Accessors are available to handle those: - av_vaapi_set_display(): Binds a user supplied VA display to a codec context - av_vaapi_set_config(): Configures the VA-API decoder with a key/value pair -

[FFmpeg-devel] [PATCH 4/5] hwaccel: add infrastructure to hold accelerator config options.

2015-08-18 Thread Gwenole Beauchesne
The options are live from AVHWaccel.init() to AVHWAccel.uninit(). As such, they are specific to an active hwaccel and have a meaning to that hwaccel only during initialization. Options can be initialized by the user during AVCodecContext.get_format() with hwaccel-specific (public) helper

Re: [FFmpeg-devel] [PATCH 2/6] FF_OPT_TYPE_* - AV_OPT_TYPE_*.

2015-08-18 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 11:52:15AM -0400, Ronald S. Bultje wrote: --- libavcodec/dvbsubdec.c | 6 +++--- libavcodec/frwu.c| 2 +- libavcodec/h264.c| 4 ++-- libavcodec/libvpxenc.c | 6 +++--- libavcodec/mpeg4videodec.c | 4 ++-- libavcodec/s302m.c

[FFmpeg-devel] [PATCH] configure: force -mconsole when linking SDL under MinGW

2015-08-18 Thread Stephen Hutchinson
When building SDL with MinGW, it sets -mwindows with the assumption that the application is a GUI application. If this is linked without passing -mconsole to configure via --extra-ldflags, stdout will be silenced from cmd.exe while running FFmpeg. The -mwindows flag that causes this behavior is

Re: [FFmpeg-devel] [PATCH] 0001 - added PicTimingSSEI-libavcodec-qsvenc_h264.c

2015-08-18 Thread Carl Eugen Hoyos
Sven Dueking svennablet at gmail.com writes: +q-extco.PicTimingSEI = q-pic_timing_sei == 1 ? OFFSET(qsv.pic_timing_sei), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, INT_MAX There is a discrepancy between the possible and the used values... I suggest you remove the == 1 and set the max

Re: [FFmpeg-devel] [PATCH] libx264: Add option to force IDR frames

2015-08-18 Thread Hendrik Leppkes
On Tue, Aug 18, 2015 at 5:15 PM, Derek Buitenhuis derek.buitenh...@gmail.com wrote: On 8/18/2015 4:05 PM, Hendrik Leppkes wrote: Whats the other reason for forcing a keyframe, ie. why don't we always set IDR? The other reason would be seek points I guess? Isn't seeking just like cutting?

[FFmpeg-devel] [PATCH 1/5] vaapi: define a single pixel format for VA-API (AV_PIX_FMT_VAAPI).

2015-08-18 Thread Gwenole Beauchesne
Deprecate older VA pixel formats (MOCO, IDCT) as it is now very unlikely to ever be useful in the future. Only keep plain AV_PIX_FMT_VAAPI format that is aliased to the older VLD variant. Signed-off-by: Gwenole Beauchesne gwenole.beauche...@intel.com --- libavcodec/h263dec.c | 2 +-