Re: [libav-devel] [PATCH] Add support for sndio to libavdevice

2011-03-23 Thread Diego Biurrun
On Tue, Mar 22, 2011 at 08:24:44PM -0400, Brad wrote: On Tue, Mar 22, 2011 at 08:53:21AM +0100, Benoit Fouet wrote: The usage is wrong, it should be av_freep(s-buffer) No other remarks from me. Updated diff. --- a/configure +++ b/configure @@ -1096,6 +1096,7 @@ HAVE_LIST=

Re: [libav-devel] [PATCH 4/4] Add MxPEG decoder

2011-03-27 Thread Diego Biurrun
On Mon, Mar 28, 2011 at 02:06:59AM +0400, Anatoly Nenashev wrote: On 28.03.2011 01:04, Diego Biurrun wrote: On Sun, Mar 27, 2011 at 10:16:26PM +0200, Anton Khirnov wrote: From: anatolyanatoly.nenas...@ovsoft.ru --- libavcodec/Makefile|1 + libavcodec/allcodecs.c |1

Re: [libav-devel] [PATCH 1/2] framebuffer device demuxer

2011-03-28 Thread Diego Biurrun
On Mon, Mar 28, 2011 at 08:10:34AM +0200, Anton Khirnov wrote: Sorry, I don't know enough about lavc/rawdec to be able to do that. So unless somebody else feels like looking into this, I'd commit the attached (the two patches merged). A few small comments - don't bother sending a new patch,

Re: [libav-devel] [PATCH 4/4] Add MxPEG decoder

2011-03-28 Thread Diego Biurrun
On Mon, Mar 28, 2011 at 10:31:58AM +0400, Anatoly Nenashev wrote: On 28.03.2011 09:20, Reinhard Tartler wrote: [...] While both these comments are valid, I really hope that they don't intimidate potential contributors from participating. I guess Anton wants to submit his code for both FFmpeg

Re: [libav-devel] [PATCH] cosmetics: fix dashed line length after 070c5d0

2011-03-28 Thread Diego Biurrun
On Mon, Mar 28, 2011 at 09:55:00AM +0200, Janne Grunau wrote: --- LICENSE |2 +- README |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) OK of course Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] Remove support for stripping executables

2011-03-29 Thread Diego Biurrun
On Tue, Mar 29, 2011 at 08:54:38PM +0100, Mans Rullgard wrote: Stripping is generally best left to package management tools, and since unstripped copies are kept in the build tree, any arguments about saving space (no matter how insignificant) are void. So no more mistakenly trying to get a

Re: [libav-devel] [PATCH 09/15] avio: cosmetics, move AVSEEK_SIZE/FORCE declarations together

2011-04-01 Thread Diego Biurrun
On Thu, Mar 31, 2011 at 06:14:15PM +0200, Anton Khirnov wrote: --- libavformat/avio.h | 30 +++--- 1 files changed, 15 insertions(+), 15 deletions(-) OK Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 2/3] applehttp: Restructure the demuxer to use a custom AVIOContext

2011-04-01 Thread Diego Biurrun
On Thu, Mar 31, 2011 at 11:19:35PM +0300, Martin Storsjö wrote: This avoids issues where EOF at the end of the segment is given the variant demuxer. Now the demuxers only see one single data stream (as when using the applehttp protocol handler). .. some nits .. --- a/libavformat/applehttp.c

Re: [libav-devel] [PATCH] Fixed-point MDCT with 32-bit unscaled output

2011-04-02 Thread Diego Biurrun
On Fri, Apr 01, 2011 at 09:00:12PM +0100, Mans Rullgard wrote: --- a/libavcodec/mdct_fixed.c +++ b/libavcodec/mdct_fixed.c @@ -18,3 +18,46 @@ + +/* pre rotation */ +for(i=0;in8;i++) { + +/* post rotation */ +for(i=0;in8;i++) { nit: for (i = 0; i n8; i++) { Diego

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

2011-04-05 Thread Diego Biurrun
On Mon, Apr 04, 2011 at 03:40:14PM +0200, Luca Barbato wrote: this way is possible to have simple micro-server act like ffmpeg -i file.nut -vcodec copy -acodec copy -f nut tcp://foo:1234?listen --- a/libavformat/tcp.c +++ b/libavformat/tcp.c @@ -48,6 +52,12 @@ static int tcp_open(URLContext

Re: [libav-devel] [PATCH 2/3] aacenc: Finish 3GPP psymodel analysis for non mid/side cases.

2011-04-05 Thread Diego Biurrun
On Tue, Apr 05, 2011 at 03:30:10AM -0600, Nathan Caldwell wrote: --- a/libavcodec/aacpsy.c +++ b/libavcodec/aacpsy.c @@ -235,16 +287,33 @@ static av_cold int psy_3gpp_init(FFPsyContext *ctx) { +const int chan_bitrate = ctx-avctx-bit_rate / ctx-avctx-channels; +const int bandwidth =

Re: [libav-devel] [PATCH] Add environment detection for CC and HOSTCC

2011-04-05 Thread Diego Biurrun
On Tue, Apr 05, 2011 at 10:30:42PM +0200, Clément Bœsch wrote: Sorry for the noise, Janne just bump me on IRC about the ${VAR-default} format, so patch updated. --- a/configure +++ b/configure @@ -1597,9 +1597,9 @@ shlibdir_default=$libdir_default # toolchain ar_default=ar

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

Re: [libav-devel] [PATCH 3/6] asfdec: remove a forgotten declaration of nonexistent function

2011-04-07 Thread Diego Biurrun
On Thu, Apr 07, 2011 at 09:16:20PM +0200, Anton Khirnov wrote: --- libavformat/asfdec.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) OK Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 2/2] Add support for AMR-WB encoding via libvo-amrwbenc

2011-04-07 Thread Diego Biurrun
On Thu, Apr 07, 2011 at 12:45:13PM +0300, Martin Storsjö wrote: --- /dev/null +++ b/libavcodec/libvo-amrwbenc.c @@ -0,0 +1,126 @@ + +#include avcodec.h +#include vo-amrwbenc/enc_if.h Place system headers before local headers, separate by an empty line. Diego

Re: [libav-devel] [PATCH 1/2] Add an AAC encoder by using the libvo-aacenc library

2011-04-07 Thread Diego Biurrun
On Thu, Apr 07, 2011 at 12:18:53PM +0300, Martin Storsjö wrote: --- Changelog |1 + configure |6 ++ libavcodec/Makefile |1 + libavcodec/allcodecs.c|1 + libavcodec/libvo-aacenc.c | 132

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

2011-04-07 Thread Diego Biurrun
On Thu, Apr 07, 2011 at 10:28:25AM +0200, Kostya wrote: --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1054,6 +1054,14 @@ typedef struct AVPacket { int size; +/** + * Additional packet data that may be provided by container. If present by the container Diego

Re: [libav-devel] [PATCH] Experimental DCA encoder

2011-04-08 Thread Diego Biurrun
On Fri, Apr 08, 2011 at 01:41:37AM +0200, Benjamin Larsson wrote: --- libavcodec/Makefile|1 + libavcodec/allcodecs.c |2 +- libavcodec/dcaenc.c| 581 libavcodec/dcaenc.h| 544

Re: [libav-devel] [PATCH 4/5] lavf: rename avf_sdp_create to av_sdp_create.

2011-04-08 Thread Diego Biurrun
On Fri, Apr 08, 2011 at 11:48:38AM +0200, Anton Khirnov wrote: The new name is more consistent with the rest of the API. Also rename its parameter from buff-buf, which is also more consistent. Push the parameter name change right away, separate from the rest. Diego

Re: [libav-devel] [PATCH] Experimental DCA encoder

2011-04-08 Thread Diego Biurrun
On Fri, Apr 08, 2011 at 01:41:37AM +0200, Benjamin Larsson wrote: [...] Please make sure this compiles with --disable-everything --enable-encoder=dca. Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 2/2] lavf: rename a parameter of av_sdp_create from buff-buf

2011-04-08 Thread Diego Biurrun
On Fri, Apr 08, 2011 at 12:24:35PM +0200, Anton Khirnov wrote: This is more consistent with the rest of the API. OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

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

2011-04-08 Thread Diego Biurrun
On Thu, Apr 07, 2011 at 10:28:25AM +0200, Kostya wrote: --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1089,6 +1097,9 @@ typedef struct AVPacket { +#define AV_PKT_DATA_NONE 0 /// no packet side information +#define AV_PKT_DATA_PAL 1 /// packet side information contains new

[libav-devel] [PATCH] Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().

2011-04-10 Thread Diego Biurrun
statement in function returning non-void libswscale/x86/yuv2rgb_template.c: In function ‘yuva420_bgr32_MMX’: libswscale/x86/yuv2rgb_template.c:457: warning: no return statement in function returning non-void Signed-off-by: Diego Biurrun di...@biurrun.de --- libswscale/x86/yuv2rgb_template.c

Re: [libav-devel] [PATCH 2/2] Provide isnan replacement for systems that do not have it.

2011-04-11 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 09:40:32AM +0400, Konstantin Pavlov wrote: --- a/libavutil/libm.h +++ b/libavutil/libm.h @@ -38,6 +38,14 @@ +#if !HAVE_ISNAN +#undef isnan +#define isnan(x) \ + (sizeof (x) == sizeof (long double) ? __builtin_isnanl ((long double)(x)) : \ + sizeof (x) ==

Re: [libav-devel] [PATCH 10/14] Fixup

2011-04-11 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 11:07:43AM +0200, Luca Barbato wrote: --- libswscale/swscale.c | 13 + 1 files changed, 5 insertions(+), 8 deletions(-) Fixup what? Please be more descriptive. Diego ___ libav-devel mailing list

Re: [libav-devel] Swscale cleanup part I

2011-04-11 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 11:07:33AM +0200, Luca Barbato wrote: Hi this patchset does still apply today. Even if not complete I'm considering to merge it since seems not introduce changes and already moves most of the x86 code in its directory. A general remark: I find the log messages a bit

Re: [libav-devel] [PATCH 06/14] Move away x86 specific code from rgb2rgb part 2

2011-04-11 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 11:07:39AM +0200, Luca Barbato wrote: With this commit we should have all the arch specific code moved away. Init pattern now: - generic C init first - arch specific init later overwriting --- a/libswscale/rgb2rgb.c +++ b/libswscale/rgb2rgb.c @@ -130,21 +51,14 @@

Re: [libav-devel] [PATCH 06/14] Move away x86 specific code from rgb2rgb part 2

2011-04-11 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 11:26:16AM +0200, Kostya wrote: On Mon, Apr 11, 2011 at 11:07:39AM +0200, Luca Barbato wrote: With this commit we should have all the arch specific code moved away. Init pattern now: - generic C init first - arch specific init later overwriting --- /dev/null

Re: [libav-devel] [PATCH 08/14] Untemplatize swscale_template

2011-04-11 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 11:07:41AM +0200, Luca Barbato wrote: move all the functions to the _c suffix Please add the rationale for this change to the log message :) --- a/libswscale/swscale_template.c +++ b/libswscale/swscale_template.c @@ -18,7 +18,7 @@ -static inline void

Re: [libav-devel] [PATCH 09/14] Factorize init between C and x86

2011-04-11 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 11:07:42AM +0200, Luca Barbato wrote: Always call first the C init and make the optional optimization init follow. The unaccelerated function pointer shouldn't be set again, likewise the other common logic should be present only on the C init. Factorize

Re: [libav-devel] [PATCH] Fix compilation of timefilter test program.

2011-04-11 Thread Diego Biurrun
On Sun, Apr 10, 2011 at 09:54:56PM +0200, Luca Barbato wrote: On 04/10/2011 09:46 PM, Diego Biurrun wrote: The printf function is forbidden in library code, but not in test programs, so #undefine the printf macro that disables the system printf function. ok Pushed. Diego

Re: [libav-devel] [PATCH] Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().

2011-04-11 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 11:25:49AM +0200, Luca Barbato wrote: On 04/10/2011 09:44 PM, Diego Biurrun wrote: When HAVE_7REGS was not defined these functions had an empty body causing the following warnings during compilation. In file included from libswscale/x86/yuv2rgb_mmx.c:58: libswscale

Re: [libav-devel] [PATCH 2/3] libvo-*: Use the new AV prefixed sample formats

2011-04-12 Thread Diego Biurrun
On Tue, Apr 12, 2011 at 10:44:27AM +0300, Martin Storsjö wrote: --- a/libavcodec/libvo-aacenc.c +++ b/libavcodec/libvo-aacenc.c @@ -122,7 +122,7 @@ AVCodec ff_libvo_aacenc_encoder = { NULL, -.sample_fmts = (const enum SampleFormat[]){SAMPLE_FMT_S16,SAMPLE_FMT_NONE}, +

Re: [libav-devel] [PATCH 1/2] Add a protocol handler for AES CBC decryption with PKCS7 padding

2011-04-12 Thread Diego Biurrun
On Tue, Apr 12, 2011 at 11:08:13AM +0300, Martin Storsjö wrote: This can later be extended to support other AES bit sizes, encryption, other crypto algorithms, reading the key from a URL, etc. --- /dev/null +++ b/libavformat/crypto.c @@ -0,0 +1,170 @@ +/* + * Decryption protocol handler

Re: [libav-devel] [PATCH 4/5] swscale: further cleanup swscale.c

2011-04-12 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 10:01:09PM +0200, Luca Barbato wrote: --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -121,63 +121,6 @@ add BGR4 output support -const DECLARE_ALIGNED(8, uint64_t, ff_dither4)[2] = { -0x0103010301030103LL, -0x0200020002000200LL,}; -

Re: [libav-devel] [PATCH 5/5] swscale: simplify initialization code

2011-04-12 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 10:01:10PM +0200, Luca Barbato wrote: From: Josh Allmann joshua.allm...@gmail.com Simplify the fallthrough case when no accelerated functions can be initialized. OK Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 1/6] libopencore-amr: Remove an unused state variable

2011-04-13 Thread Diego Biurrun
On Wed, Apr 13, 2011 at 11:16:48AM +0300, Martin Storsjö wrote: --- libavcodec/libopencore-amr.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) OK Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 2/6] libopencore-amr: Convert commented out debug logging into av_dlog

2011-04-13 Thread Diego Biurrun
On Wed, Apr 13, 2011 at 11:16:49AM +0300, Martin Storsjö wrote: Also add the avctx as logging context Please end your sentences in periods, even in log messages. patch OK Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 4/6] libopencore-amr: Cosmetics: Rewrap and align

2011-04-13 Thread Diego Biurrun
On Wed, Apr 13, 2011 at 11:16:51AM +0300, Martin Storsjö wrote: --- Okd by Ronald before, but not queued yet due to changes in earlier patches that this one depends on. OK Diego ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH] swscale: further cleanup swscale.c

2011-04-13 Thread Diego Biurrun
From: Josh Allmann joshua.allm...@gmail.com Move x86-specific constants out of swscale.c --- libswscale/swscale.c | 57 - libswscale/x86/swscale_template.c | 54 +++ 2 files changed, 54 insertions(+), 57

Re: [libav-devel] [PATCH 2/5] swscale: move away x86 specific code from rgb2rgb

2011-04-14 Thread Diego Biurrun
On Mon, Apr 11, 2011 at 10:01:07PM +0200, Luca Barbato wrote: Keep only the plain C code in the main rgb2rgb.c Change a little the init pattern so some of it can be factorized in order to behave like dsputils. --- a/libswscale/rgb2rgb.c +++ b/libswscale/rgb2rgb.c @@ -199,20 +116,14 @@

[libav-devel] [PATCH] Mention both Libav and FFmpeg experience; skip mentioning commit privileges.

2011-04-14 Thread Diego Biurrun
--- src/consulting | 56 +--- 1 files changed, 25 insertions(+), 31 deletions(-) diff --git a/src/consulting b/src/consulting index d2ecf98..8dc2eac 100644 --- a/src/consulting +++ b/src/consulting @@ -10,10 +10,8 @@ some new feature. p

[libav-devel] [PATCH] Update all issue tracker links to new URL scheme.

2011-04-14 Thread Diego Biurrun
--- src/shame | 132 ++-- 1 files changed, 66 insertions(+), 66 deletions(-) diff --git a/src/shame b/src/shame index 418c3b1..15a3fcb 100644 --- a/src/shame +++ b/src/shame @@ -17,11 +17,11 @@ its producers and demand that they comply

[libav-devel] [PATCH] Misc wording and spelling fixes; break long lines.

2011-04-14 Thread Diego Biurrun
--- src/index | 21 + 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/src/index b/src/index index 26b590c..784cc11 100644 --- a/src/index +++ b/src/index @@ -46,9 +46,9 @@ semi-public IO API in libavformat. As a result: liSome functions from the buffered

[libav-devel] [PATCH] Replace FFMPEG name in sed navigation bar labels.

2011-04-14 Thread Diego Biurrun
--- sed_commands |8 src/legal|2 +- src/projects |2 +- src/shame|2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sed_commands b/sed_commands index 88dcb68..c539df7 100644 --- a/sed_commands +++ b/sed_commands @@ -1,13 +1,13 @@

[libav-devel] [PATCH] Change remaining FFmpeg references to Libav.

2011-04-14 Thread Diego Biurrun
--- Makefile |2 -- README |2 +- src/consulting |4 ++-- src/projects |2 +- src/template_head2 |2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 3db62aa..6ff2e52 100644 --- a/Makefile +++

Re: [libav-devel] [PATCH 03/11] Reindent

2011-04-14 Thread Diego Biurrun
On Thu, Apr 14, 2011 at 01:32:38PM +0200, Luca Barbato wrote: --- libavformat/flvenc.c | 55 ++--- 1 files changed, 29 insertions(+), 26 deletions(-) If you are changing these lines anyway, you could KRify a bit: --- a/libavformat/flvenc.c +++

Re: [libav-devel] [PATCH 08/11] Enable data stream demuxing

2011-04-14 Thread Diego Biurrun
On Thu, Apr 14, 2011 at 01:32:43PM +0200, Luca Barbato wrote: [...] .. some nits .. --- a/libavformat/flvdec.c +++ b/libavformat/flvdec.c @@ -309,7 +308,14 @@ static int flv_read_metabody(AVFormatContext *s, int64_t next_pos) { -if(type != AMF_DATA_TYPE_STRING || amf_get_string(ioc,

Re: [libav-devel] [PATCH] swscale: simplify rgb2rgb templating

2011-04-14 Thread Diego Biurrun
On Thu, Apr 14, 2011 at 10:12:36PM +0200, Luca Barbato wrote: MMX is always built. Drop the ifdefs OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] swscale: simplify rgb2rgb templating

2011-04-14 Thread Diego Biurrun
On Thu, Apr 14, 2011 at 10:43:50PM +0200, Stefano Sabatini wrote: On date Thursday 2011-04-14 22:12:36 +0200, Luca Barbato wrote: MMX is always built. Drop the ifdefs --- libswscale/x86/rgb2rgb.c |3 - libswscale/x86/rgb2rgb_template.c | 300

Re: [libav-devel] [PATCH] swscale: fix ISO C90 forbids mixed declarations and code warning

2011-04-15 Thread Diego Biurrun
On Fri, Apr 15, 2011 at 10:08:39AM +0200, Janne Grunau wrote: unrelated hunk removed and copy an paste error fixed OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] xwma: Fix wrong printf format expression.

2011-04-15 Thread Diego Biurrun
Also add inttypes.h #include for PRId64 macros. This fixes the following warnings: libavformat/xwma.c:147: warning: too many arguments for format libavformat/xwma.c:151: warning: too many arguments for format --- libavformat/xwma.c |8 ++-- 1 files changed, 6 insertions(+), 2

[libav-devel] [PATCH] Experimental DCA encoder

2011-04-15 Thread Diego Biurrun
From: Alexander E. Patrakov patra...@gmail.com --- Changelog |1 + doc/general.texi |2 +- libavcodec/Makefile|1 + libavcodec/allcodecs.c |2 +- libavcodec/dcaenc.c| 587 libavcodec/dcaenc.h| 544

Re: [libav-devel] [PATCH] Experimental DCA encoder

2011-04-15 Thread Diego Biurrun
On Fri, Apr 15, 2011 at 04:39:48PM +0200, Diego Biurrun wrote: From: Alexander E. Patrakov patra...@gmail.com Patch updated to apply against HEAD and prettified. Benjamin, rebase any review comments on top of this one :) Diego ___ libav-devel mailing

[libav-devel] [PATCH] Experimental DCA encoder

2011-04-15 Thread Diego Biurrun
From: Alexander E. Patrakov patra...@gmail.com --- Changelog |1 + doc/general.texi |2 +- libavcodec/Makefile|1 + libavcodec/allcodecs.c |2 +- libavcodec/dcaenc.c| 587 libavcodec/dcaenc.h| 544

[libav-devel] [PATCH] Replace some references to ffmpeg-devel with libav-devel.

2011-04-15 Thread Diego Biurrun
--- doc/issue_tracker.txt |4 ++-- tools/patcheck|2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/issue_tracker.txt b/doc/issue_tracker.txt index d92ab42..5a15a9b 100644 --- a/doc/issue_tracker.txt +++ b/doc/issue_tracker.txt @@ -15,7 +15,7 @@ be properly

[libav-devel] [PATCH] Replace more FFmpeg references by Libav.

2011-04-15 Thread Diego Biurrun
--- doc/APIchanges |2 +- doc/muxers.texi |2 +- libavcodec/dsputil.c|2 +- libavcodec/dv.c |4 ++-- libavcodec/dxva2.h |2 +- libavcodec/dxva2_h264.c |8 libavcodec/jpeglsdec.c

Re: [libav-devel] [PATCH] Fix navigation bars

2011-04-17 Thread Diego Biurrun
On Sat, Apr 16, 2011 at 12:03:40PM +0200, Luca Barbato wrote: shame should lead back to legal, about should have a navbar. OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH] Replace more FFmpeg references by Libav.

2011-04-17 Thread Diego Biurrun
On Fri, Apr 15, 2011 at 04:38:41PM -0400, Ronald S. Bultje wrote: On Fri, Apr 15, 2011 at 4:35 PM, Diego Biurrun di...@biurrun.de wrote:  doc/APIchanges                  |    2 +- This one I'm not sure about. the rest looks OK. Yes, that one could be counted as a historical reference. I

[libav-devel] [PATCH] asfdec: Remove dead code from asf_read_close().

2011-04-17 Thread Diego Biurrun
--- libavformat/asfdec.c |6 +- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index 36e9efa..8dc5291 100644 --- a/libavformat/asfdec.c +++ b/libavformat/asfdec.c @@ -1132,12 +1132,8 @@ static void

[libav-devel] [PATCH] Replace mplayerhq.hu URLs by libav.org.

2011-04-17 Thread Diego Biurrun
--- libavcodec/nellymoserenc.c |2 +- libavcodec/svq3.c |2 +- libavcodec/utils.c |2 +- libavformat/flic.c |2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/nellymoserenc.c b/libavcodec/nellymoserenc.c index 586443d..676e306

Re: [libav-devel] [PATCH] document introduction of side data in APIchanges

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 08:32:14AM +0200, Kostya Shishkov wrote: this should've been written earlier, sorry --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,11 @@ libavutil: 2009-03-08 +2011-04-15 - lavc 52.120.0 - avcodec.h + AVPacket structure got additional members for

Re: [libav-devel] [PATCH] Use av_log_ask_for_sample() where appropriate.

2011-04-18 Thread Diego Biurrun
On Sun, Apr 17, 2011 at 05:56:38PM -0400, Ronald S. Bultje wrote: On Sun, Apr 17, 2011 at 5:43 PM, Diego Biurrun di...@biurrun.de wrote: --- a/libavcodec/ptx.c +++ b/libavcodec/ptx.c @@ -51,14 +51,14 @@ static int ptx_decode_frame(AVCodecContext *avctx, void *data, int *data_size

[libav-devel] asfdec: Remove dead code from asf_read_close() - try 2

2011-04-18 Thread Diego Biurrun
Here is another attempt that folds asf_read_close() into asf_reset_header(). It may read a bit strange since now the close function has a strange name, so maybe it is better to fold the other way around. Diego ___ libav-devel mailing list

Re: [libav-devel] [PATCH] asfdec: Remove dead code from asf_read_close().

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:16:49AM -0400, Ronald S. Bultje wrote: On Sun, Apr 17, 2011 at 1:48 PM, Diego Biurrun di...@biurrun.de wrote: --- a/libavformat/asfdec.c +++ b/libavformat/asfdec.c @@ -1132,12 +1132,8 @@ static void asf_reset_header(AVFormatContext *s)  static int

Re: [libav-devel] [PATCH 04/34] lavf: remove FF_API_URL_RESETBUF cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:02:51AM +0200, Anton Khirnov wrote: --- libavformat/avio.h|8 libavformat/aviobuf.c | 11 --- libavformat/version.h |3 --- 3 files changed, 0 insertions(+), 22 deletions(-) OK Diego ___

Re: [libav-devel] [PATCH 06/34] lavf: remove FF_API_GUESS_FORMAT cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:02:53AM +0200, Anton Khirnov wrote: --- libavformat/avformat.h | 12 libavformat/utils.c| 29 - libavformat/version.h |3 --- 3 files changed, 0 insertions(+), 44 deletions(-) OK Diego

Re: [libav-devel] [PATCH 08/34] lavf: remove FF_API_URL_SPLIT cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:02:55AM +0200, Anton Khirnov wrote: --- libavformat/internal.h | 12 libavformat/utils.c| 18 -- libavformat/version.h |3 --- 3 files changed, 0 insertions(+), 33 deletions(-) OK Diego

Re: [libav-devel] [PATCH 09/34] lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:02:56AM +0200, Anton Khirnov wrote: --- libavformat/avformat.h |7 --- libavformat/options.c |7 --- libavformat/version.h |3 --- 3 files changed, 0 insertions(+), 17 deletions(-) OK Diego ___

Re: [libav-devel] [PATCH 10/34] lavf: remove FF_API_PARSE_FRAME_PARAM cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:02:57AM +0200, Anton Khirnov wrote: --- libavformat/avformat.h | 16 libavformat/utils.c| 18 -- libavformat/version.h |3 --- 3 files changed, 0 insertions(+), 37 deletions(-) OK Diego

Re: [libav-devel] [PATCH 11/34] lavf: remove FF_API_LAVF_UNUSED cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:02:58AM +0200, Anton Khirnov wrote: --- libavformat/avformat.h |9 - libavformat/version.h |3 --- 2 files changed, 0 insertions(+), 12 deletions(-) OK Diego ___ libav-devel mailing list

Re: [libav-devel] [PATCH 12/34] lavf: remove FF_API_PARAMETERS_CODEC_ID cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:02:59AM +0200, Anton Khirnov wrote: --- libavformat/avformat.h |4 libavformat/version.h |3 --- 2 files changed, 0 insertions(+), 7 deletions(-) OK Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 13/34] lavf: remove FF_API_FIRST_FORMAT cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:03:00AM +0200, Anton Khirnov wrote: --- libavformat/avformat.h |5 - libavformat/utils.c| 10 ++ libavformat/version.h |3 --- 3 files changed, 2 insertions(+), 16 deletions(-) OK Diego ___

Re: [libav-devel] [PATCH 18/34] lavc: remove the FF_API_MM_FLAGS cruft.

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:03:05AM +0200, Anton Khirnov wrote: --- libavcodec/avcodec.h | 19 --- libavcodec/version.h |3 --- 2 files changed, 0 insertions(+), 22 deletions(-) OK Diego ___ libav-devel mailing list

Re: [libav-devel] [PATCH 21/34] lavc: remove the FF_API_VIDEO_OLD cruft.

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:03:08AM +0200, Anton Khirnov wrote: --- libavcodec/avcodec.h | 19 --- libavcodec/utils.c | 16 libavcodec/version.h |3 --- 3 files changed, 0 insertions(+), 38 deletions(-) OK Diego

Re: [libav-devel] [PATCH 22/34] lavc: remove the FF_API_SUBTITLE_OLD cruft.

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:03:09AM +0200, Anton Khirnov wrote: --- libavcodec/avcodec.h |9 - libavcodec/utils.c | 14 -- libavcodec/version.h |3 --- 3 files changed, 0 insertions(+), 26 deletions(-) OK Diego ___

Re: [libav-devel] [PATCH 25/34] lavc: remove the FF_API_INOFFICIAL cruft.

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:03:12AM +0200, Anton Khirnov wrote: --- libavcodec/avcodec.h |3 --- libavcodec/options.c |3 --- libavcodec/version.h |3 --- 3 files changed, 0 insertions(+), 9 deletions(-) OK Diego ___ libav-devel

[libav-devel] [PATCH] Remove now obsolete references to _g-suffixed binaries.

2011-04-18 Thread Diego Biurrun
--- doc/faq.texi|6 -- tests/copycooker.sh |4 ++-- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/faq.texi b/doc/faq.texi index 3daf44f..a29af1e 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -415,12 +415,6 @@ be rewritten in a formal object language.

Re: [libav-devel] [PATCH 29/34] lavc: remove FF_API_MB_Q cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:03:16AM +0200, Anton Khirnov wrote: --- libavcodec/avcodec.h | 16 libavcodec/options.c |4 libavcodec/version.h |3 --- 3 files changed, 0 insertions(+), 23 deletions(-) OK Diego ___

Re: [libav-devel] [PATCH 30/34] lavu: remove FF_API_OLD_EVAL_NAMES cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:03:17AM +0200, Anton Khirnov wrote: --- libavutil/avutil.h |3 --- libavutil/eval.c | 32 libavutil/eval.h | 33 - 3 files changed, 0 insertions(+), 68 deletions(-) OK Diego

Re: [libav-devel] [PATCH 31/34] lavu: remove FF_API_OLD_IMAGE_NAMES cruft

2011-04-18 Thread Diego Biurrun
On Mon, Apr 18, 2011 at 09:03:18AM +0200, Anton Khirnov wrote: --- libavutil/avutil.h |8 libavutil/imgutils.c | 29 - libavutil/imgutils.h | 19 --- 3 files changed, 0 insertions(+), 56 deletions(-) OK Diego

[libav-devel] [PATCH] Use av_log_ask_for_sample() where appropriate.

2011-04-18 Thread Diego Biurrun
--- libavcodec/loco.c |2 +- libavcodec/wnv1.c |8 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libavcodec/loco.c b/libavcodec/loco.c index 0733d09..9dec24d 100644 --- a/libavcodec/loco.c +++ b/libavcodec/loco.c @@ -248,7 +248,7 @@ static av_cold int

[libav-devel] [PATCH] Make av_log_ask_for_sample() accept a format string.

2011-04-18 Thread Diego Biurrun
This makes the function more flexible and allows using it in more places. --- libavcodec/avcodec.h |4 ++-- libavcodec/utils.c |2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index df4e617..166a088 100644 ---

Re: [libav-devel] [PATCH] lavf: remove FF_API_URL_CLASS cruft.

2011-04-19 Thread Diego Biurrun
On Tue, Apr 19, 2011 at 07:28:27AM +0200, Anton Khirnov wrote: --- libavformat/avio.c |4 --- libavformat/avio.h |2 - libavformat/rtmpproto.c | 59 -- libavformat/version.h |3 -- 4 files changed, 26 insertions(+), 42

[libav-devel] [PATCH] Replace `` by $() syntax in shell scripts.

2011-04-19 Thread Diego Biurrun
$() is easier to nest and POSIX, which we require in other places. --- tools/clean-diff |2 +- tools/patcheck | 14 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/clean-diff b/tools/clean-diff index 98e26a7..4600702 100755 --- a/tools/clean-diff +++

[libav-devel] [PATCH] pcm: Add const to cast in ENCODE macro.

2011-04-19 Thread Diego Biurrun
This fixes a lot of warnings of the sort: libavcodec/pcm.c:105: warning: cast discards qualifiers from pointer target type --- libavcodec/pcm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/pcm.c b/libavcodec/pcm.c index e2a7334..9100646 100644 ---

[libav-devel] [PATCH] Rewrite av_log_ask_for_sample() as a macro that accepts a format string.

2011-04-19 Thread Diego Biurrun
This makes the function more flexible and allows using it in more places. --- libavcodec/avcodec.h | 13 +++-- libavcodec/utils.c | 16 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index

[libav-devel] [PATCH] Use av_log_ask_for_sample() where appropriate.

2011-04-19 Thread Diego Biurrun
--- libavcodec/loco.c |2 +- libavcodec/wnv1.c |8 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/libavcodec/loco.c b/libavcodec/loco.c index 0733d09..9dec24d 100644 --- a/libavcodec/loco.c +++ b/libavcodec/loco.c @@ -248,7 +248,7 @@ static av_cold int

Re: [libav-devel] [PATCH] lavc: remove reference to opt.h from Makefile.

2011-04-19 Thread Diego Biurrun
On Tue, Apr 19, 2011 at 07:52:06PM +0200, Anton Khirnov wrote: Fixes make install after 3453a231a6cebe5989c213be0f9fd6c71ec5ea23. OK Diego ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

Re: [libav-devel] [PATCH 1/2] lavu: remove disabled ff_random_get_seed cruft.

2011-04-19 Thread Diego Biurrun
On Tue, Apr 19, 2011 at 09:26:12PM +0200, Anton Khirnov wrote: --- libavutil/random_seed.c |8 1 files changed, 0 insertions(+), 8 deletions(-) OK Diego ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH] libpostproc: Remove crufty code disabled by the big bump.

2011-04-19 Thread Diego Biurrun
--- libpostproc/postprocess.c |4 libpostproc/postprocess.h |6 -- 2 files changed, 0 insertions(+), 10 deletions(-) diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 73ffcb4..d7c99e2 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c

Re: [libav-devel] [PATCH 2/2] Handle unicode file names on windows

2011-04-20 Thread Diego Biurrun
On Wed, Apr 20, 2011 at 04:24:45PM +0300, Martin Storsjö wrote: --- a/cmdutils.c +++ b/cmdutils.c @@ -155,6 +155,68 @@ static const OptionDef* find_option(const OptionDef *po, const char *name){ +/** + * Prepare command line arguments for executable. + * For Windows - perform

[libav-devel] [PATCH] Refactor av_log_ask_for_sample() some more.

2011-04-20 Thread Diego Biurrun
Right now the function accepts an optional message parameter to print. Split it into two variants instead, one without and one with message parameter that is not optional. --- libavcodec/anm.c |6 +++--- libavcodec/ansi.c |6 +++--- libavcodec/avcodec.h | 13

[libav-devel] [PATCH] Refactor av_log_ask_for_sample() some more.

2011-04-20 Thread Diego Biurrun
Right now the function accepts an optional message parameter to print. Split it into two variants instead, one without and one with message parameter that is not optional. --- libavcodec/anm.c |6 +++--- libavcodec/ansi.c |6 +++--- libavcodec/avcodec.h | 13

[libav-devel] [PATCH] Remove a version check in av_log made unnecessary by the big bump.

2011-04-20 Thread Diego Biurrun
--- libavutil/log.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavutil/log.c b/libavutil/log.c index 72d2b91..deab119 100644 --- a/libavutil/log.c +++ b/libavutil/log.c @@ -91,7 +91,7 @@ void av_log_default_callback(void* ptr, int level, const char* fmt, va_list

[libav-devel] [PATCH] Use av_log_ask_for_sample() and friends where appropriate.

2011-04-20 Thread Diego Biurrun
--- libavcodec/atrac3.c |3 ++- libavcodec/cook.c| 21 ++--- libavcodec/loco.c|3 ++- libavcodec/truemotion1.c |5 +++-- libavcodec/tta.c |6 -- libavcodec/v210x.c |2 +- libavcodec/vqavideo.c|1 +

Re: [libav-devel] [PATCH 1/2] doc: Add some initial docs on the applehttp demuxer

2011-04-21 Thread Diego Biurrun
On Wed, Apr 20, 2011 at 11:08:39PM +0300, Martin Storsjö wrote: --- doc/demuxers.texi |9 + 1 files changed, 9 insertions(+), 0 deletions(-) OK Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 2/2] applehttp: Expose the stream bitrate via metadata

2011-04-21 Thread Diego Biurrun
On Thu, Apr 21, 2011 at 09:43:06AM +0300, Martin Storsjö wrote: Updated locally with an entry in avformat.h. Anyone care to ok the preceding doc addition? Or just commit this without adding it to the demuxer docs, keeping it only in the metadata key list in avformat.h? Don't worry about

  1   2   3   4   5   6   7   8   9   10   >