Hi,
On Sat, Jun 18, 2011 at 6:47 PM, Alex Converse wrote:
> ---
> libavcodec/sipr.c | 2 --
> libavcodec/sipr.h | 1 -
> 2 files changed, 0 insertions(+), 3 deletions(-)
OK.
Ronald
___
libav-devel mailing list
libav-devel@libav.org
https://list
Hi,
2011/6/18 Alex Converse :
> ---
> libavcodec/sipr.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
OK.
Ronald
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel
Hi,
On Sat, Jun 18, 2011 at 6:47 PM, Alex Converse wrote:
> ---
> libavcodec/sipr.c | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
LGTM.
Ronald
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo
2011/6/18 Måns Rullgård :
> Alex Converse writes:
>
>> On Thu, Jun 16, 2011 at 11:37 AM, Anton Khirnov wrote:
>>> Module: libav
>>> Branch: master
>>> Commit: 9ba38229e5bd0cf6201a8206b2d8be6335f45f46
>>>
>>> Author: Anton Khirnov
>>> Committer: Anton Khirnov
>>> Date: Wed May 25 16:42:4
---
libavcodec/sipr.c |2 --
libavcodec/sipr.h |1 -
2 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c
index 85d1419..2e86861 100644
--- a/libavcodec/sipr.c
+++ b/libavcodec/sipr.c
@@ -496,8 +496,6 @@ static av_cold int sipr_decoder_init(A
---
libavcodec/sipr.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c
index f4f12d8..85d1419 100644
--- a/libavcodec/sipr.c
+++ b/libavcodec/sipr.c
@@ -23,6 +23,7 @@
#include
#include
+#include
#include "libavutil/mathematics
---
libavcodec/sipr.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/sipr.c b/libavcodec/sipr.c
index 17e7e85..f4f12d8 100644
--- a/libavcodec/sipr.c
+++ b/libavcodec/sipr.c
@@ -461,7 +461,7 @@ static void decode_frame(SiprContext *ctx, SiprParameters *params,
On Sat, Jun 18, 2011 at 2:03 PM, Alex Converse wrote:
> 2011/6/18 Måns Rullgård :
>> Alex Converse writes:
>>
>>> 2011/6/18 Måns Rullgård :
Alex Converse writes:
> 2011/6/18 Måns Rullgård :
>> Alex Converse writes:
>>
>>> 2011/6/18 Måns Rullgård :
Yusuke Nakam
On 06/17/2011 09:44 PM, Loren Merritt wrote:
> On Thu, 16 Jun 2011, Justin Ruggles wrote:
>
>> On 06/12/2011 04:31 PM, Ronald S. Bultje wrote:
>>
>>> Hi,
>>>
>>> On Sat, Jun 11, 2011 at 10:35 AM, Justin Ruggles
>>> wrote:
---
libavcodec/dsputil.c| 17 +++
libavc
On Sat, 18 Jun 2011 15:19:53 -0400, Justin Ruggles
wrote:
> On 06/18/2011 08:52 AM, Anton Khirnov wrote:
>
> This one seems unrelated. And doesn't COMMON_OPTS already set the
> bitexact flag?
>
This seems to be a leak from an older version. Removed locally.
--
Anton Khirnov
_
2011/6/18 Måns Rullgård :
> Alex Converse writes:
>
>> 2011/6/18 Måns Rullgård :
>>> Alex Converse writes:
>>>
2011/6/18 Måns Rullgård :
> Alex Converse writes:
>
>> 2011/6/18 Måns Rullgård :
>>> Yusuke Nakamura writes:
>>>
2011/6/18 Måns Rullgård
>>>
On Sat, 18 Jun 2011 15:33:59 -0400, "Ronald S. Bultje"
wrote:
> Needed for proper behaviour in our old API compatibility code.
> ---
> libavformat/utils.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavformat/utils.c b/libavformat/utils.c
> index 81bc9b7..7
On 06/18/2011 08:52 AM, Anton Khirnov wrote:
> +AVDictionary **setup_find_stream_info_opts(AVFormatContext *s)
> +{
> +int i;
> +AVDictionary **opts;
> +
> +if (!s->nb_streams)
> +return NULL;
> +opts = av_mallocz(s->nb_streams * sizeof(*opts));
> +for (i = 0; i < s->nb
Alex Converse writes:
> 2011/6/18 Måns Rullgård :
>> Alex Converse writes:
>>
>>> 2011/6/18 Måns Rullgård :
Alex Converse writes:
> 2011/6/18 Måns Rullgård :
>> Yusuke Nakamura writes:
>>
>>> 2011/6/18 Måns Rullgård
>>>
Yusuke Nakamura writes:
2011/6/18 Måns Rullgård :
> Alex Converse writes:
>
>> 2011/6/18 Måns Rullgård :
>>> Alex Converse writes:
>>>
2011/6/18 Måns Rullgård :
> Yusuke Nakamura writes:
>
>> 2011/6/18 Måns Rullgård
>>
>>> Yusuke Nakamura writes:
>>>
>>> > This patch fixes my 10L of f
Alex Converse writes:
> 2011/6/18 Måns Rullgård :
>> Alex Converse writes:
>>
>>> 2011/6/18 Måns Rullgård :
Yusuke Nakamura writes:
> 2011/6/18 Måns Rullgård
>
>> Yusuke Nakamura writes:
>>
>> > This patch fixes my 10L of following.
>> >
>> http://git.lib
2011/6/18 Måns Rullgård :
> Alex Converse writes:
>
>> 2011/6/18 Måns Rullgård :
>>> Yusuke Nakamura writes:
>>>
2011/6/18 Måns Rullgård
> Yusuke Nakamura writes:
>
> > This patch fixes my 10L of following.
> >
> http://git.libav.org/?p=libav.git;a=commitdiff;h=5f0
On 06/18/2011 08:53 AM, Anton Khirnov wrote:
> This makes output with defaults settings actually default.
>
> It's also the first test of codec-specific defaults.
> ---
> libavcodec/libmp3lame.c | 13 ++---
> 1 files changed, 10 insertions(+), 3 deletions(-)
>
> diff --git a/libavcode
Alex Converse writes:
> 2011/6/18 Måns Rullgård :
>> Yusuke Nakamura writes:
>>
>>> 2011/6/18 Måns Rullgård
>>>
Yusuke Nakamura writes:
> This patch fixes my 10L of following.
>
http://git.libav.org/?p=libav.git;a=commitdiff;h=5f0bb0baefd506d684adfa1ad4259c65973b455e
>
Needed for proper behaviour in our old API compatibility code.
---
libavformat/utils.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index 81bc9b7..7370c60 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -549,7 +54
On 06/18/2011 08:52 AM, Anton Khirnov wrote:
> It should be replaced with proper per-codec defaults.
> ---
> libavcodec/options.c |2 +-
> tests/lavf-regression.sh |6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/libavcodec/options.c b/libavcodec/options
On 06/18/2011 08:52 AM, Anton Khirnov wrote:
> ---
> cmdutils.c | 108
> +---
> cmdutils.h |3 --
> 2 files changed, 1 insertions(+), 110 deletions(-)
>
> diff --git a/cmdutils.c b/cmdutils.c
> index b3c8e63..8295baa 100644
> --- a/cm
On 06/18/2011 08:52 AM, Anton Khirnov wrote:
> Deprecate corresponding AVCodecContext option.
>
> This is the first test of decoder private options.
> ---
> libavcodec/ac3dec.c | 17 +
> libavcodec/ac3dec.h |2 ++
> libavcodec/avcodec.h |5 -
> libavcodec/options.
2011/6/18 Måns Rullgård :
> Yusuke Nakamura writes:
>
>> 2011/6/18 Måns Rullgård
>>
>>> Yusuke Nakamura writes:
>>>
>>> > This patch fixes my 10L of following.
>>> >
>>> http://git.libav.org/?p=libav.git;a=commitdiff;h=5f0bb0baefd506d684adfa1ad4259c65973b455e
>>> >
>>> > From f3c030ebedabc9a17e3
On 06/18/2011 02:32 PM, Justin Ruggles wrote:
> On 06/18/2011 09:28 AM, Reinhard Tartler wrote:
>
>> +
>> +Like the other release tree, user can expect maintenance and smaller
>> +feature updates in the future. Please
>> +use http://bugzilla.libav.org";>our new bugtracker to
>> +request changes s
On Sat, Jun 18, 2011 at 3:21 AM, Diego Biurrun wrote:
> On Fri, Jun 17, 2011 at 10:00:49PM -0700, Alex Converse wrote:
>> On Fri, Jun 17, 2011 at 2:07 PM, Yusuke Nakamura
>> wrote:
>> > This patch fixes my 10L of following.
>> > http://git.libav.org/?p=libav.git;a=commitdiff;h=5f0bb0baefd506d684a
On 06/18/2011 02:12 PM, Diego Biurrun wrote:
> -- floating-point sample format support to the ac3, eac3, dca, aac, and
> vorbis decoders.
> +- floating-point sample format support for AC-3, E-AC-3, DCA, AAC and Vorbis
You removed the important word "decoders".
-Justin
___
On 06/18/2011 09:28 AM, Reinhard Tartler wrote:
> +
> +Like the other release tree, user can expect maintenance and smaller
> +feature updates in the future. Please
> +use http://bugzilla.libav.org";>our new bugtracker to
> +request changes such as bugfixes and new features.
> +
Like the previou
On Sat, Jun 18, 2011 at 03:28:40PM +0200, Reinhard Tartler wrote:
>
> --- a/src/download
> +++ b/src/download
> @@ -144,26 +144,22 @@ selected changes from the development branch, which
> therefore receives much more
>
>
> -While 0.7 is not released yet, we already provide you with a
> -previ
On Sat, Jun 18, 2011 at 01:33:03PM -0400, Daniel Kang wrote:
> Mainly ported from 8-bit H.264 weight/biweight.
> ---
> libavcodec/x86/Makefile |1 +
> libavcodec/x86/h264_weight_10bit.asm | 298
> ++
> libavcodec/x86/h264dsp_mmx.c | 61 +
---
Changelog | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/Changelog b/Changelog
index 38f07b1..17a22b7 100644
--- a/Changelog
+++ b/Changelog
@@ -6,19 +6,19 @@ version :
- E-AC-3 audio encoder
- ac3enc: add channel coupling support
-- floating-point
On Mon, Jun 13, 2011 at 11:23:57AM +0200, Anton Khirnov wrote:
> From: Michael Niedermayer
>
> Signed-off-by: Michael Niedermayer
> Signed-off-by: Anton Khirnov
> ---
> libavcodec/raw.h|1 +
> libavcodec/rawdec.c |8
> 2 files changed, 5 insertions(+), 4 deletions(-)
Is t
On Sat, Jun 18, 2011 at 18:58:51 (CEST), Ronald S. Bultje wrote:
> Hi,
>
> On Sat, Jun 18, 2011 at 9:28 AM, Reinhard Tartler wrote:
>> +This release enables frame-based multithreaded encoding for a number of
>> codecs,
>
> Decoding, not encoding! :-).
of course, change locally
--
Gruesse/greet
Mainly ported from 8-bit H.264 weight/biweight.
---
libavcodec/x86/Makefile |1 +
libavcodec/x86/h264_weight_10bit.asm | 298 ++
libavcodec/x86/h264dsp_mmx.c | 61 +++
3 files changed, 360 insertions(+), 0 deletions(-)
create mode 10
Yusuke Nakamura writes:
> 2011/6/19 Måns Rullgård
>
>> Yusuke Nakamura writes:
>>
>> > 2011/6/18 Måns Rullgård
>> >
>> >> Yusuke Nakamura writes:
>> >>
>> >> > This patch fixes my 10L of following.
>> >> >
>> >>
>> http://git.libav.org/?p=libav.git;a=commitdiff;h=5f0bb0baefd506d684adfa1ad4259
2011/6/19 Måns Rullgård
> Yusuke Nakamura writes:
>
> > 2011/6/18 Måns Rullgård
> >
> >> Yusuke Nakamura writes:
> >>
> >> > This patch fixes my 10L of following.
> >> >
> >>
> http://git.libav.org/?p=libav.git;a=commitdiff;h=5f0bb0baefd506d684adfa1ad4259c65973b455e
> >> >
> >> > From f3c030eb
Hi,
On Sat, Jun 18, 2011 at 9:28 AM, Reinhard Tartler wrote:
> +This release enables frame-based multithreaded encoding for a number of
> codecs,
Decoding, not encoding! :-).
Ronald
___
libav-devel mailing list
libav-devel@libav.org
https://lists.lib
Yusuke Nakamura writes:
> 2011/6/18 Måns Rullgård
>
>> Yusuke Nakamura writes:
>>
>> > This patch fixes my 10L of following.
>> >
>> http://git.libav.org/?p=libav.git;a=commitdiff;h=5f0bb0baefd506d684adfa1ad4259c65973b455e
>> >
>> > From f3c030ebedabc9a17e377c6f91dc417e6578712b Mon Sep 17 00:00
2011/6/18 Måns Rullgård
> Yusuke Nakamura writes:
>
> > This patch fixes my 10L of following.
> >
> http://git.libav.org/?p=libav.git;a=commitdiff;h=5f0bb0baefd506d684adfa1ad4259c65973b455e
> >
> > From f3c030ebedabc9a17e377c6f91dc417e6578712b Mon Sep 17 00:00:00 2001
> > From: Yusuke Nakamura
On Sat, Jun 18, 2011 at 05:27:22PM +0200, Anton Khirnov wrote:
> ---
> libavformat/utils.c |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/libavformat/utils.c b/libavformat/utils.c
> index e3485e6..81bc9b7 100644
> --- a/libavformat/utils.c
> +++ b/libavformat/util
---
libavformat/utils.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libavformat/utils.c b/libavformat/utils.c
index e3485e6..81bc9b7 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -395,6 +395,9 @@ static AVDictionary
*convert_format_parameters(AVForma
---
src/download | 26 +++---
src/index| 33 +
2 files changed, 44 insertions(+), 15 deletions(-)
diff --git a/src/download b/src/download
index 55c231a..6f57bb9 100644
--- a/src/download
+++ b/src/download
@@ -144,26 +144,22 @@ selected
---
ffmpeg.c | 53 -
1 files changed, 28 insertions(+), 25 deletions(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index b284087..f9c52c9 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -298,6 +298,7 @@ typedef struct AVOutputStream {
#endif
int sws_flag
---
libavcodec/avcodec.h |7 +++
libavcodec/internal.h |5 +
libavcodec/options.c | 11 +++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index f1a176b..234116a 100644
--- a/libavcodec/avcodec.h
+++ b/libavco
Deprecate avcodec_alloc_context/2.
---
cmdutils.c |2 +-
ffmpeg.c |2 +-
ffserver.c |4 ++--
libavcodec/api-example.c |8
libavcodec/avcodec.h | 27 ++-
libavcodec/motion-test.c |2 +-
This makes output with defaults settings actually default.
It's also the first test of codec-specific defaults.
---
libavcodec/libmp3lame.c | 13 ++---
1 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/libavcodec/libmp3lame.c b/libavcodec/libmp3lame.c
index 68f1bc9..af21be
It should be replaced with proper per-codec defaults.
---
libavcodec/options.c |2 +-
tests/lavf-regression.sh |6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/libavcodec/options.c b/libavcodec/options.c
index 545887a..a876ce0 100644
--- a/libavcodec/options.c
It supports passing options to codecs.
---
libavfilter/vsrc_movie.c |2 +-
libavformat/avformat.h | 27 +++
libavformat/utils.c | 18 +-
3 files changed, 41 insertions(+), 6 deletions(-)
diff --git a/libavfilter/vsrc_movie.c b/libavfilter/vsr
---
cmdutils.c | 108 +---
cmdutils.h |3 --
2 files changed, 1 insertions(+), 110 deletions(-)
diff --git a/cmdutils.c b/cmdutils.c
index b3c8e63..8295baa 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -49,9 +49,6 @@
#include
#endif
Deprecate corresponding AVCodecContext option.
This is the first test of decoder private options.
---
libavcodec/ac3dec.c | 17 +
libavcodec/ac3dec.h |2 ++
libavcodec/avcodec.h |5 -
libavcodec/options.c |2 ++
libavcodec/version.h |3 +++
5 files changed,
---
cmdutils.c | 19 +++
cmdutils.h |5 +
ffplay.c | 42 ++
3 files changed, 46 insertions(+), 20 deletions(-)
diff --git a/cmdutils.c b/cmdutils.c
index 943a77c..b3c8e63 100644
--- a/cmdutils.c
+++ b/cmdutils.c
@@ -899,6 +899,
Adds support for decoder-private options and makes setting other options
simpler.
---
ffprobe.c |2 +-
ffserver.c |2 +-
libavcodec/avcodec.h | 39 +++
libavcodec/mpegvideo_enc.c |2 +-
libavcodec/utils.c
Hi,
2011/6/18 Måns Rullgård :
> "Daniel Kang " writes:
>
>> Module: libav
>> Branch: master
>> Commit: f188a1e0ca12822fd6c607924169d678c7254838
>>
>> Author: Daniel Kang
>> Committer: Ronald S. Bultje
>> Date: Sun Jun 5 18:33:23 2011 -0400
>>
>> H.264: Add x86 assembly for 10-bit MC Ch
"Ronald S. Bultje" writes:
> ---
> libavcodec/x86/dsputil_mmx.c |4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c
> index b174b83..5c5ecb2 100644
> --- a/libavcodec/x86/dsputil_mmx.c
> +++ b/libavcodec/x86
---
libavcodec/x86/dsputil_mmx.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/libavcodec/x86/dsputil_mmx.c b/libavcodec/x86/dsputil_mmx.c
index b174b83..5c5ecb2 100644
--- a/libavcodec/x86/dsputil_mmx.c
+++ b/libavcodec/x86/dsputil_mmx.c
@@ -2776,10 +2776,12 @@ void
"Daniel Kang " writes:
> Module: libav
> Branch: master
> Commit: f188a1e0ca12822fd6c607924169d678c7254838
>
> Author:Daniel Kang
> Committer: Ronald S. Bultje
> Date: Sun Jun 5 18:33:23 2011 -0400
>
> H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.
>
> Mainly ported fro
Hi,
On Fri, Jun 17, 2011 at 10:47 PM, Loren Merritt wrote:
> On Fri, 17 Jun 2011, Daniel Kang wrote:
>> More of Jason's comments addressed.
>
> lgtm.
Pushed.
Ronald
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/lis
Hi,
On Sat, Jun 18, 2011 at 1:05 AM, Alex Converse wrote:
> ---
> libavcodec/h264.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
OK.
Ronald
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo
Diego Biurrun writes:
> ---
> tests/fate.mak |2 +
> tests/ref/fate/fsv1 | 79
> +++
> 2 files changed, 81 insertions(+), 0 deletions(-)
> create mode 100644 tests/ref/fate/fsv1
>
> This depends on
>
> http://samples.multimedia.cx/FLV/
---
tests/fate.mak |2 +
tests/ref/fate/fsv1 | 79 +++
2 files changed, 81 insertions(+), 0 deletions(-)
create mode 100644 tests/ref/fate/fsv1
This depends on
http://samples.multimedia.cx/FLV/flash_screen/screen.flv
getting added to t
On Sat, Jun 18, 2011 at 10:55:19AM +0200, Reinhard Tartler wrote:
>
> --- a/Changelog
> +++ b/Changelog
> @@ -2,17 +2,21 @@ Entries are sorted chronologically from oldest to youngest
> within each release,
>
>
> -version :
> +version 0.7:
>
> - E-AC-3 audio encoder
> - ac3enc: add channel
Hi;
2011/6/18 Måns Rullgård
> Alex Converse writes:
>
> > On Thu, Jun 16, 2011 at 11:37 AM, Anton Khirnov wrote:
> >> Module: libav
> >> Branch: master
> >> Commit: 9ba38229e5bd0cf6201a8206b2d8be6335f45f46
> >>
> >> Author:Anton Khirnov
> >> Committer: Anton Khirnov
> >> Date: Wed M
Alex Converse writes:
> On Thu, Jun 16, 2011 at 11:37 AM, Anton Khirnov wrote:
>> Module: libav
>> Branch: master
>> Commit: 9ba38229e5bd0cf6201a8206b2d8be6335f45f46
>>
>> Author: Anton Khirnov
>> Committer: Anton Khirnov
>> Date: Wed May 25 16:42:41 2011 +0200
>>
>> cmdutils: add opt_
Yusuke Nakamura writes:
> This patch fixes my 10L of following.
> http://git.libav.org/?p=libav.git;a=commitdiff;h=5f0bb0baefd506d684adfa1ad4259c65973b455e
>
> From f3c030ebedabc9a17e377c6f91dc417e6578712b Mon Sep 17 00:00:00 2001
> From: Yusuke Nakamura
> Date: Sun, 5 Jun 2011 01:28:43 +0900
>
On Fri, Jun 17, 2011 at 10:00:49PM -0700, Alex Converse wrote:
> On Fri, Jun 17, 2011 at 2:07 PM, Yusuke Nakamura
> wrote:
> > This patch fixes my 10L of following.
> > http://git.libav.org/?p=libav.git;a=commitdiff;h=5f0bb0baefd506d684adfa1ad4259c65973b455e
>
> OK
You mean "edit list detection"
---
RELEASE | 52
1 files changed, 52 insertions(+), 0 deletions(-)
create mode 100644 RELEASE
diff --git a/RELEASE b/RELEASE
new file mode 100644
index 000..970714f
--- /dev/null
+++ b/RELEASE
@@ -0,0 +1,52 @@
+Release Notes
+==
---
Changelog |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/Changelog b/Changelog
index 38f07b1..5b94f26 100644
--- a/Changelog
+++ b/Changelog
@@ -2,17 +2,21 @@ Entries are sorted chronologically from oldest to youngest
within each release,
releases are sorted fr
67 matches
Mail list logo