Re: [FFmpeg-devel] [libav-devel] [PATCH 0/20] removal of deprecated features

2015-08-06 Thread wm4
On Thu, 6 Aug 2015 03:32:39 +0200 Michael Niedermayer wrote: > Its a bit unprofessional to break/remove API every 1-2 years Great, then we can just drop the currently deprecated functions right now. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [libav-devel] [PATCH 0/20] removal of deprecated features

2015-08-06 Thread Hendrik Leppkes
On Thu, Aug 6, 2015 at 3:32 AM, Michael Niedermayer wrote: > On Thu, Jul 30, 2015 at 05:05:12PM +0200, Andreas Cadhalpun wrote: > [...] > > IMO { > > trivial API, like identifers with different names or wrapers > that are identical except having 1 argument less. > That is API which does not requir

Re: [FFmpeg-devel] Questions about ffmpeg h264_qsv

2015-08-06 Thread Ivan Uskov
Hello Ron, Thursday, August 6, 2015, 5:34:51 AM, you wrote: R> Hi, R> I have some questions about ffmpeg h264_qsv with Intel media sdk. R> R> 1. The command 'ffmpeg -i in.mp4 -an -c:v h264_qsv out.mp4' to R> encode sucessful, how can I make the qsv decoder work? Just use the following syntax

[FFmpeg-devel] ?????? Questions about ffmpeg h264_qsv

2015-08-06 Thread Ron
Thank you very much!!! I have got the latest ffmpeg and tested h264_qsv decoder. It works well!! ^_^ -- 原始邮件 -- 发件人: "Ivan Uskov";; 发送时间: 2015年8月6日(星期四) 下午4:03 收件人: "Ron"; "FFmpeg development discussions and patches"; 主题: Re: [FFmpeg-devel

Re: [FFmpeg-devel] [libav-devel] [PATCH 0/20] removal of deprecated features

2015-08-06 Thread Michael Niedermayer
On Thu, Aug 06, 2015 at 09:41:54AM +0200, Hendrik Leppkes wrote: > On Thu, Aug 6, 2015 at 3:32 AM, Michael Niedermayer > wrote: > > On Thu, Jul 30, 2015 at 05:05:12PM +0200, Andreas Cadhalpun wrote: > > [...] > > > > IMO { > > > > trivial API, like identifers with different names or wrapers > > th

Re: [FFmpeg-devel] [PATCH] lavc: propagate hwaccel errors

2015-08-06 Thread wm4
On Wed, 5 Aug 2015 17:49:01 -0700 Philip Langdale wrote: > On Wed, 5 Aug 2015 21:59:19 +0200 > wm4 wrote: > > > At least the new videotoolbox decoder does not actually set a frame if > > end_frame fails. This causes the API to return success and signals > > that a picture was decoded, even tho

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

2015-08-06 Thread Michael Niedermayer
On Wed, Aug 05, 2015 at 11:52:43PM +0200, Carl Eugen Hoyos wrote: > On Wednesday 05 August 2015 02:39:38 pm Michael Niedermayer wrote: > > On Mon, Aug 03, 2015 at 11:16:12PM +0200, Carl Eugen Hoyos wrote: > > > Hi! > > > > > > Attached patch fixes ticket #4747 and should not introduce any > > > the

[FFmpeg-devel] [PATCH] vc1dec: propagate error codes

2015-08-06 Thread wm4
Also fix some instances of returning -1 as error code. --- Note that not all of the mpegvideo functions return meaningful error codes, but that should be ok for now. --- libavcodec/vc1dec.c | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/l

Re: [FFmpeg-devel] [PATCH] vc1dec: propagate error codes

2015-08-06 Thread Michael Niedermayer
On Thu, Aug 06, 2015 at 11:27:00AM +0200, wm4 wrote: > Also fix some instances of returning -1 as error code. > --- > Note that not all of the mpegvideo functions return meaningful error > codes, but that should be ok for now. > --- > libavcodec/vc1dec.c | 36 ++-- >

Re: [FFmpeg-devel] [PATCH] vc1dec: propagate error codes

2015-08-06 Thread wm4
On Thu, 6 Aug 2015 11:55:31 +0200 Michael Niedermayer wrote: > On Thu, Aug 06, 2015 at 11:27:00AM +0200, wm4 wrote: > > Also fix some instances of returning -1 as error code. > > --- > > Note that not all of the mpegvideo functions return meaningful error > > codes, but that should be ok for now.

[FFmpeg-devel] [PATCH] vc1dec: propagate error codes and return meaningful error codes

2015-08-06 Thread wm4
--- libavcodec/vc1dec.c | 72 ++--- 1 file changed, 47 insertions(+), 25 deletions(-) diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c index 653ce9e..abaa0b4 100644 --- a/libavcodec/vc1dec.c +++ b/libavcodec/vc1dec.c @@ -283,7 +283,7 @@ static

Re: [FFmpeg-devel] GSoC next steps

2015-08-06 Thread Nicolas George
Le nonidi 19 thermidor, an CCXXIII, Stephan Holljes a écrit : > The past days I have been studying the ffserver source and I am at a > point where I would like some guidance. > > I have started to replace the HTTP code in ffserver with the avformat > API and I have come across some problems: > ffs

Re: [FFmpeg-devel] [PATCH] vc1dec: propagate error codes and return meaningful error codes

2015-08-06 Thread Michael Niedermayer
On Thu, Aug 06, 2015 at 12:33:32PM +0200, wm4 wrote: > --- > libavcodec/vc1dec.c | 72 > ++--- > 1 file changed, 47 insertions(+), 25 deletions(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Breaking DRM

Re: [FFmpeg-devel] [PATCH] vc1dec: propagate error codes and return meaningful error codes

2015-08-06 Thread wm4
On Thu, 6 Aug 2015 14:15:16 +0200 Michael Niedermayer wrote: > On Thu, Aug 06, 2015 at 12:33:32PM +0200, wm4 wrote: > > --- > > libavcodec/vc1dec.c | 72 > > ++--- > > 1 file changed, 47 insertions(+), 25 deletions(-) > > LGTM Pushed. __

Re: [FFmpeg-devel] [PATCH] movtextdec.c: Add support for font names

2015-08-06 Thread Philip Langdale
On Thu, 6 Aug 2015 09:17:17 +0530 Niklesh Lalwani wrote: > Changes incorporated. > Updated patch attached. Pushed. Thanks. --phil ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] swscale: Implement alphablendaway for planar 4:4:4 formats

2015-08-06 Thread Michael Niedermayer
From: Michael Niedermayer Fixes Ticket4746 TODO: implement packed formats and subsampled formats Signed-off-by: Michael Niedermayer --- doc/scaler.texi | 13 ++ libswscale/Makefile |3 +- libswscale/alphablend.c | 55 +++ libswscal

Re: [FFmpeg-devel] [libav-devel] [PATCH 0/20] removal of deprecated features

2015-08-06 Thread Andreas Cadhalpun
On 06.08.2015 00:53, wm4 wrote: > Well, you sure like to list a lot of projects. No, I don't. I'd like it much more if the list was empty. > But what you don't say > is that many of these are either definitely dead (mplayer2 comes to > mind), One is not many. But OK, let's get rid of mplayer2 [1

Re: [FFmpeg-devel] [libav-devel] [PATCH 0/20] removal of deprecated features

2015-08-06 Thread Andreas Cadhalpun
On 05.08.2015 23:58, Luca Barbato wrote: > On 05/08/15 21:31, Andreas Cadhalpun wrote: >> On 04.08.2015 07:57, Reimar Döffinger wrote: I do have on more proposal, but the problem is it needs someone to do the work. For each removed feature, prepare documentation "a monkey could foll

Re: [FFmpeg-devel] [libav-devel] [PATCH 0/20] removal of deprecated features

2015-08-06 Thread Andreas Cadhalpun
On 06.08.2015 09:41, Hendrik Leppkes wrote: > On Thu, Aug 6, 2015 at 3:32 AM, Michael Niedermayer > wrote: >> On Thu, Jul 30, 2015 at 05:05:12PM +0200, Andreas Cadhalpun wrote: >> [...] >> >> IMO { >> >> trivial API, like identifers with different names or wrapers >> that are identical except havi

Re: [FFmpeg-devel] [PATCH] movtextdec.c: Add support for font names

2015-08-06 Thread Michael Niedermayer
On Thu, Aug 06, 2015 at 09:17:17AM +0530, Niklesh Lalwani wrote: > Changes incorporated. > Updated patch attached. > > Thanks, > Niklesh > > On Thu, Aug 6, 2015 at 7:51 AM, Philip Langdale wrote: > > > On Thu, 6 Aug 2015 07:13:07 +0530 > > Niklesh Lalwani wrote: > > > > > On Thu, Aug 6, 2015 a

Re: [FFmpeg-devel] [PATCH] swscale: Implement alphablendaway for planar 4:4:4 formats

2015-08-06 Thread Ronald S. Bultje
Hi, On Thu, Aug 6, 2015 at 4:27 PM, Michael Niedermayer wrote: > From: Michael Niedermayer > > Fixes Ticket4746 > > TODO: implement packed formats and subsampled formats > > Signed-off-by: Michael Niedermayer > --- > doc/scaler.texi | 13 ++ > libswscale/Makefile

Re: [FFmpeg-devel] [PATCH] x86/sbrdsp: remove an unnecessary mova in sbr_autocorrelate

2015-08-06 Thread James Almer
On 03/08/15 7:26 PM, James Almer wrote: > Signed-off-by: James Almer > --- > libavcodec/x86/sbrdsp.asm | 34 +- > 1 file changed, 17 insertions(+), 17 deletions(-) > Pushed as it's a simple change. ___ ffmpeg-devel mail

[FFmpeg-devel] [PATCH 1/4] avcodec/strdec: factor out HTML parsing code

2015-08-06 Thread Yayoi
This code will be used in SAMI decoder in a later commit. --- libavcodec/Makefile| 4 +- libavcodec/htmlsubtitles.c | 198 + libavcodec/htmlsubtitles.h | 29 +++ libavcodec/srtdec.c| 149 +- 4 files

[FFmpeg-devel] [PATCH 2/4] libavcodec/samidec: use ff_htmlmarkup_to_ass()

2015-08-06 Thread Yayoi
--- libavcodec/samidec.c| 59 + tests/ref/fate/sub-sami | 18 +++ 2 files changed, 44 insertions(+), 33 deletions(-) diff --git a/libavcodec/samidec.c b/libavcodec/samidec.c index 47850e2..41826a7 100644 --- a/libavcodec/samidec.c ++

[FFmpeg-devel] [PATCH 3/4] libavformat/samidec: fix tag close

2015-08-06 Thread Yayoi
--- libavformat/samidec.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libavformat/samidec.c b/libavformat/samidec.c index 948e1ed..bc9b745 100644 --- a/libavformat/samidec.c +++ b/libavformat/samidec.c @@ -68,11 +68,17 @@ static int sami_read_header(AVFormatContext *

[FFmpeg-devel] [PATCH 4/4] fate reference for samidec

2015-08-06 Thread Yayoi
--- tests/fate/subtitles.mak | 3 ++ tests/ref/fate/sub-sami2 | 91 2 files changed, 94 insertions(+) create mode 100644 tests/ref/fate/sub-sami2 diff --git a/tests/fate/subtitles.mak b/tests/fate/subtitles.mak index d8b2034..0a6c33d 100644 --- a

Re: [FFmpeg-devel] [PATCH 4/4] fate reference for samidec

2015-08-06 Thread Yayoi Ukai
The (attached) file is a sample for this reference. Thank you! Yayoi On Thu, Aug 6, 2015 at 11:47 PM, Yayoi wrote: > --- > tests/fate/subtitles.mak | 3 ++ > tests/ref/fate/sub-sami2 | 91 > > 2 files changed, 94 insertions(+) > create mode 10