[libav-devel] [PATCH 4/9] lavc: add a FF_API_REQUEST_CHANNELS deprecation macro

2011-04-06 Thread Anton Khirnov
And hide request_channels AVOption under it. --- libavcodec/avcodec.h |2 +- libavcodec/options.c |2 ++ libavcodec/version.h |3 +++ 3 files changed, 6 insertions(+), 1 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 95a933d..7eb8b52 100644 ---

[libav-devel] [PATCH 2/9] lavf: postpone removal of deprecated avio functions

2011-04-06 Thread Anton Khirnov
They've been deprecated very recently. --- libavformat/version.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/version.h b/libavformat/version.h index 1d25bfd..c5f3223 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -90,7 +90,7 @@ #define

Re: [libav-devel] [PATCH 6/9] lsws: undeprecate sws_getContext()

2011-04-06 Thread Diego Biurrun
On Wed, Apr 06, 2011 at 08:34:43AM +0200, Anton Khirnov wrote: From: Stefano Sabatini stefano.sabatini-l...@poste.it Undeprecate sws_getContext(). The function is still used in cmdutils.c and the replacement is not yet ready (as it requires some changes to lavc). ---

Re: [libav-devel] [PATCH 7/9] Reemove remaining uses of deprecated AVERROR_NOTSUPP.

2011-04-06 Thread Diego Biurrun
On Wed, Apr 06, 2011 at 08:34:44AM +0200, Anton Khirnov wrote: --- libavformat/applehttpproto.c |2 +- libavformat/assdec.c |2 +- libavformat/jvdec.c |2 +- libavformat/rtpdec_qt.c |6 +++--- libavformat/wtv.c|2 +- 5 files changed, 7

Re: [libav-devel] [PATCH 9/9] mmst: get rid of deprecated AVERRORs

2011-04-06 Thread Diego Biurrun
On Wed, Apr 06, 2011 at 08:34:46AM +0200, Anton Khirnov wrote: --- libavformat/mmst.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libavformat/mmst.c b/libavformat/mmst.c index cba65e2..e7a5017 100644 --- a/libavformat/mmst.c +++

[libav-devel] [PATCH] mmst: get rid of deprecated AVERRORs

2011-04-06 Thread Anton Khirnov
--- Now that i think about it, EINVAL is better suited here than EILSEQ. --- libavformat/mmst.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/libavformat/mmst.c b/libavformat/mmst.c index cba65e2..a977858 100644 --- a/libavformat/mmst.c +++

Re: [libav-devel] [PATCH 6/9] lsws: undeprecate sws_getContext()

2011-04-06 Thread Luca Barbato
On 4/6/11 8:34 AM, Anton Khirnov wrote: From: Stefano Sabatinistefano.sabatini-l...@poste.it Undeprecate sws_getContext(). The function is still used in cmdutils.c and the replacement is not yet ready (as it requires some changes to lavc). The patch is ok, the commit message could be amended

Re: [libav-devel] [PATCH] Make tcp proto able to listen

2011-04-06 Thread Luca Barbato
On 4/6/11 2:38 PM, Anton Khirnov wrote: On Wed, Apr 06, 2011 at 01:16:00AM +0200, Luca Barbato wrote: On 4/5/11 9:46 PM, Ronald S. Bultje wrote: Hi, On Mon, Apr 4, 2011 at 9:40 AM, Luca Barbatolu_z...@gentoo.org wrote: this way is possible to have simple micro-server act like ffmpeg -i

Re: [libav-devel] [PATCH] proto: factor ff_network_wait_fd and use it on udp

2011-04-06 Thread Luca Barbato
On 4/5/11 7:21 PM, Anton Khirnov wrote: Maybe now you can remove the poll.h #include from tcp.c and udp.c. Looks fine otherwise. Since it isn't directly used makes sense. I'll push it tonight as well. lu ___ libav-devel mailing list

Re: [libav-devel] [PATCH] swscale: postpone sws_getContext removal until next major bump.

2011-04-06 Thread Luca Barbato
On 4/6/11 2:50 PM, Anton Khirnov wrote: The replacement isn't ready yet. --- libswscale/swscale.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Looks fine. lu ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] ac3enc: correct the flipped sign in the ac3_fixed encoder

2011-04-06 Thread Justin Ruggles
On 04/05/2011 08:06 PM, Luca Barbato wrote: On 4/5/11 7:07 PM, Justin Ruggles wrote: --- libavcodec/ac3enc_fixed.c |2 +- tests/ref/acodec/ac3_fixed |2 +- tests/ref/lavf/rm |2 +- tests/ref/seek/ac3_rm |3 ++- 4 files changed, 5 insertions(+), 4

Re: [libav-devel] [PATCH] ac3enc: correct the flipped sign in the ac3_fixed encoder

2011-04-06 Thread Måns Rullgård
Justin Ruggles justin.rugg...@gmail.com writes: On 04/06/2011 11:31 AM, Luca Barbato wrote: On 04/06/2011 04:49 PM, Justin Ruggles wrote: On 04/05/2011 08:06 PM, Luca Barbato wrote: On 4/5/11 7:07 PM, Justin Ruggles wrote: --- libavcodec/ac3enc_fixed.c |2 +-

Re: [libav-devel] [PATCH 1/2] Fix issue2246 ignore last ctts duration Signed-off-by: Michael Niedermayer michae...@gmx.at

2011-04-06 Thread Måns Rullgård
Luca Barbato lu_z...@gentoo.org writes: From: Michael Niedermayer michae...@gmx.at --- libavformat/mov.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index b57c1aa..6f78f56 100644 --- a/libavformat/mov.c +++

Re: [libav-devel] [PATCH 1/2] Fix issue2246 ignore last ctts duration Signed-off-by: Michael Niedermayer michae...@gmx.at

2011-04-06 Thread Luca Barbato
On 04/06/2011 06:28 PM, Måns Rullgård wrote: Luca Barbato lu_z...@gentoo.org writes: From: Michael Niedermayer michae...@gmx.at --- libavformat/mov.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/mov.c b/libavformat/mov.c index b57c1aa..6f78f56

[libav-devel] [PATCH] Port drawtext filter by Hemanth from the libavfilter soc repo

2011-04-06 Thread Anton Khirnov
From: Stefano Sabatini stefano.sabatini-l...@poste.it With the following additions: * support to anti-aliased glyph rendering * support to UTF-8 text and Unicode chars rendering * support for RGB packed formats * fix minor errors and typos in the filter description * extend/clarify examples in

[libav-devel] [PATCH 1/3] introduce side information in AVPacket

2011-04-06 Thread Kostya Shishkov
This adds side information to AVPacket --- libavcodec/avcodec.h | 21 + libavcodec/avpacket.c | 39 +++ libavcodec/version.h |2 +- 3 files changed, 61 insertions(+), 1 deletions(-) diff --git a/libavcodec/avcodec.h

Re: [libav-devel] [PATCH] matroskaenc: don't write an empty Cues element.

2011-04-06 Thread Ronald S. Bultje
Hi, On Wed, Apr 6, 2011 at 1:19 AM, Anton Khirnov an...@khirnov.net wrote: On Mon, Apr 04, 2011 at 09:38:32PM +0100, Måns Rullgård wrote: Anton Khirnov an...@khirnov.net writes: ---  libavformat/matroskaenc.c |    9 ++---  1 files changed, 6 insertions(+), 3 deletions(-) diff

Re: [libav-devel] [PATCH 7/9] avio: deprecate av_protocol_next().

2011-04-06 Thread Ronald S. Bultje
Hi, On Tue, Apr 5, 2011 at 4:14 AM, Stefano Sabatini stefano.sabatini-l...@poste.it wrote: On date Tuesday 2011-04-05 00:32:07 +0200, Anton Khirnov wrote: On Mon, Apr 04, 2011 at 11:21:51PM +0200, Stefano Sabatini wrote: [...] Stupid question, what's wrong with av_protocol_next()? And

Re: [libav-devel] [PATCH 1/3] introduce side information in AVPacket

2011-04-06 Thread Janne Grunau
On Wed, Apr 06, 2011 at 10:26:08PM +0200, Kostya Shishkov wrote: This adds side information to AVPacket --- libavcodec/avcodec.h | 21 + libavcodec/avpacket.c | 39 +++ libavcodec/version.h |2 +- 3 files changed, 61

Re: [libav-devel] [PATCH 1/3] introduce side information in AVPacket

2011-04-06 Thread Alexander Strange
On Apr 6, 2011, at 6:33 PM, Ronald S. Bultje wrote: Hi, On Wed, Apr 6, 2011 at 4:26 PM, Kostya Shishkov kostya.shish...@gmail.com wrote: This adds side information to AVPacket --- libavcodec/avcodec.h | 21 + libavcodec/avpacket.c | 39

Re: [libav-devel] [PATCH 2/2] add MicroDVD muxer and demuxer

2011-04-06 Thread Alexander Strange
On Apr 6, 2011, at 5:44 PM, Ronald S. Bultje wrote: Hi, On Tue, Apr 5, 2011 at 3:08 PM, Luca Barbato lu_z...@gentoo.org wrote: +if (buffer[0] !(res = av_new_packet(pkt, len))) { +memcpy(pkt-data, buffer, len); +pkt-flags |= AV_PKT_FLAG_KEY; +pkt-pos = pos; +