On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> ---
> libavcodec/alac.c | 11 +--
> 1 files changed, 5 insertions(+), 6 deletions(-)
>
Ok.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
___
libav-devel mailing list
libav-dev
On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> ---
> libavcodec/alac.c | 18 +-
> 1 files changed, 5 insertions(+), 13 deletions(-)
Ok.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
___
libav-devel mailing list
liba
On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> ---
> libavcodec/alac.c |1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
Ok.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
___
libav-devel mailing list
libav-devel@libav.o
On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> avoids some unnecessary arithmetic in certain situations
> ---
> libavcodec/alac.c |6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
Ok.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> ---
> libavcodec/alac.c | 16
> 1 files changed, 8 insertions(+), 8 deletions(-)
>
Looks ok.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
___
libav-devel mailing list
On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> reduces the number of parameters to decode_scalar() and slightly simplifies
> the code
> ---
> libavcodec/alac.c | 16 +++-
> 1 files changed, 7 insertions(+), 9 deletions(-)
Looks fine.
lu
--
Luca Barbato
Gentoo/linux
http://dev.g
From: Michael Niedermayer
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
Signed-off-by: Michael Niedermayer
Signed-off-by: Luca Barbato
---
libavformat/mxfdec.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 3
From: Tomas Härdin
Signed-off-by: Michael Niedermayer
Signed-off-by: Luca Barbato
---
libavformat/mxfdec.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 91015a9..3c1a47d 100644
--- a/libavformat/mxfdec.c
+++ b/libav
From: Tomas Härdin
We cannot do this in general since we could be reading a file
with B-frames while lacking an index.
Signed-off-by: Michael Niedermayer
Signed-off-by: Luca Barbato
---
libavformat/mxfdec.c | 11 +++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/li
From: Joseph Artsimovich
Reviewed-by: Tomas Härdin
Reveiwed-by: Baptiste Coudurier
Signed-off-by: Michael Niedermayer
Signed-off-by: Luca Barbato
---
libavformat/mxf.h|8
libavformat/mxfdec.c | 33 -
2 files changed, 40 insertions(+), 1 dele
From: Tomas Härdin
This allows future assumptions to be made without affecting non-intra files.
Signed-off-by: Michael Niedermayer
Signed-off-by: Luca Barbato
---
libavformat/mxfdec.c | 23 +++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/libavformat/m
From: Tomas Härdin
The "ECs != 1 -> OP1a" assumption was wrong. Luckily, the file that triggered
that behavior had two ECs, not zero. Hence distinguishing between them is
simple in this case.
Signed-off-by: Michael Niedermayer
Signed-off-by: Luca Barbato
---
libavformat/mxfdec.c | 14 ++
From: Tomas Härdin
This fixes rare cases where OPAtom may be treated as OP1a, causing all essence
to be read into RAM.
Signed-off-by: Michael Niedermayer
Signed-off-by: Luca Barbato
---
libavformat/mxfdec.c | 64 ++---
1 files changed, 49 insertio
From: Philip de Nier
The properties of the CDCI Descriptor are insufficient to specify
the pixel format for uncompressed picture data. SMPTE 377-1 and
RP224v10 have defined a set of picture coding labels to indicate what
formatting was used.
This patch uses 2 labels to detect UYVY422 or YUYV422
I left out the timecode ones
mxfdec: set track edit rate num/den in expected order
mxfdec: detect uncomp pictures using essence container
mxfdec: set pixel format for cdci picture formats
mxfdec: Truncate packets that extend past the next
mxfdec: Fix Avid AirSpeed files being misinterpreted
mxfdec
From: Philip de Nier
This supports detection of uncompressed picture in files that
didn't include a Picture Coding Label. The lables weren't
available until SMPTE 377-1 and RP224v10
Reviewed-by: Baptiste Coudurier
Signed-off-by: Michael Niedermayer
Signed-off-by: Luca Barbato
---
libavformat
From: Philip de Nier
This matches the order used for the index table edit rate.
Reviewed-by: Baptiste Coudurier
Signed-off-by: Michael Niedermayer
Signed-off-by: Luca Barbato
---
libavformat/mxfdec.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/mxfd
Both function ease allocating large arrays implementing the overflow
check inside it.
---
I'd rather be self consistent, pick what you like best.
libavutil/mem.h | 37 +++--
1 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/libavutil/mem.h b/libavu
On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> Use the ALACContext fields directly instead.
> ---
> libavcodec/alac.c | 16 +---
> 1 files changed, 5 insertions(+), 11 deletions(-)
>
Ok.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
_
On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> ---
> libavcodec/alac.c | 127
> ++---
> 1 files changed, 63 insertions(+), 64 deletions(-)
Fine for me.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
__
On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> ---
> libavcodec/alac.c | 49 ++---
> 1 files changed, 18 insertions(+), 31 deletions(-)
>
Ok.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
__
On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> according to the CAF specification:
> "... the value for mChunkSize can be greater than the actual valid content
> of the packet table chunk"
> ---
> libavformat/cafdec.c |5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
Ok.
--
Lu
On 07/09/2012 11:23 PM, Justin Ruggles wrote:
> ---
> libavformat/cafdec.c | 26 ++
> 1 files changed, 22 insertions(+), 4 deletions(-)
>
> diff --git a/libavformat/cafdec.c b/libavformat/cafdec.c
> index d5ee9be..0475175 100644
> --- a/libavformat/cafdec.c
> +++ b/libav
On 07/09/2012 11:12 PM, Anton Khirnov wrote:
> From: "Ronald S. Bultje"
>
> This allows compiling and running these tests on systems lacking a built-
> in version of getopt(), such as MSVC.
>
As long everybody is happy with it.
lu
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
On 07/10/2012 01:07 AM, Alex Converse wrote:
> ---
> libavcodec/dvbsubdec.c | 29 -
> 1 files changed, 16 insertions(+), 13 deletions(-)
>
Looks good.
--
Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero
___
li
On Mon, Jul 9, 2012 at 2:24 PM, Justin Ruggles wrote:
> allows for a larger sample size than MIN_CACHE_BITS
> ---
> libavcodec/alac.c |9 ++---
> 1 files changed, 2 insertions(+), 7 deletions(-)
>
> diff --git a/libavcodec/alac.c b/libavcodec/alac.c
> index 5f2c8a0..0e62adb 100644
> --- a
---
libavcodec/dvbsubdec.c | 29 -
1 files changed, 16 insertions(+), 13 deletions(-)
diff --git a/libavcodec/dvbsubdec.c b/libavcodec/dvbsubdec.c
index cc14622..f5fc7f2 100644
--- a/libavcodec/dvbsubdec.c
+++ b/libavcodec/dvbsubdec.c
@@ -318,7 +318,7 @@ static void
"Ronald S. Bultje" writes:
> Hi,
>
> On Mon, Jul 9, 2012 at 12:44 PM, Anton Khirnov wrote:
>>
>> After some discussion on IRC I think I'll drop this set and we'll go
>> back to the original Ronald's getopt() replacement, just moved to some
>> less controversial place like compat/.
>>
>> I'll sen
Hi,
On Mon, Jul 9, 2012 at 12:44 PM, Anton Khirnov wrote:
>
> After some discussion on IRC I think I'll drop this set and we'll go
> back to the original Ronald's getopt() replacement, just moved to some
> less controversial place like compat/.
>
> I'll send a new patch tomorrow if nobody beats m
On Mon, Jul 9, 2012 at 2:23 PM, Justin Ruggles wrote:
> ---
> libavformat/cafdec.c |6 ++
> libavformat/mov.c | 39 +--
> libavformat/mov_chan.c | 44
> libavformat/mov_chan.h | 11 +++
>
On Mon, Jul 9, 2012 at 2:23 PM, Justin Ruggles wrote:
> It is used to store a value read by avio_rb64().
> ---
> libavformat/cafdec.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
OK
___
libav-devel mailing list
libav-devel@libav.or
On Mon, Jul 09, 2012 at 05:24:07PM -0400, Justin Ruggles wrote:
>
> --- a/libavcodec/alac.c
> +++ b/libavcodec/alac.c
> @@ -399,10 +384,11 @@ static int decode_element(AVCodecContext *avctx, void
> *data, int ch_index,
> /* not compressed, easy case */
> for (i = 0; i < alac->nb
---
libavcodec/alac.c | 49 ++---
1 files changed, 18 insertions(+), 31 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 7ad6b42..0f6b3fd 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -56,14 +56,11 @@
#define MAX_CHAN
---
libavcodec/alac.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index cf95959..7ad6b42 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -500,9 +500,9 @@ static av_cold int alac_decode_close(AVCodecContext *avctx)
sta
---
libavcodec/alac.c | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index db5633c..cf95959 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -262,8 +262,8 @@ static void lpc_prediction(int32_t *error_buffer, int32_t
---
libavcodec/alac.c | 165 -
1 files changed, 75 insertions(+), 90 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 4dbfea8..db5633c 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -112,13 +112,13 @@ static cons
From: Andrew D'Addesio
Signed-off-by: Justin Ruggles
---
libavcodec/alac.c | 61 +---
1 files changed, 43 insertions(+), 18 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 1ba7e9a..4dbfea8 100644
--- a/libavcodec/alac.c
++
This will make multi-channel implementation simpler.
Based partially on a patch by Andrew D'Addesio .
---
libavcodec/alac.c | 121 +++-
1 files changed, 81 insertions(+), 40 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 0e62
allows for a larger sample size than MIN_CACHE_BITS
---
libavcodec/alac.c |9 ++---
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 5f2c8a0..0e62adb 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -84,7 +84,7 @@ static in
Avoids unneeded interleaving and allows for reusing the AVFrame output buffer
as the internal buffer for 24-bit and 32-bit sample size.
---
libavcodec/alac.c | 46 +++---
1 files changed, 19 insertions(+), 27 deletions(-)
diff --git a/libavcodec/alac.c b/
---
libavcodec/alac.c | 15 ++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index df3c314..268d592 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -424,6 +424,18 @@ static int alac_decode_frame(AVCodecContext *avctx,
From: Andrew D'Addesio
Signed-off-by: Justin Ruggles
---
libavcodec/alac.c | 57 +
1 files changed, 14 insertions(+), 43 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index ac51c2f..df3c314 100644
--- a/libavcodec/alac.c
+
---
libavcodec/alac.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index db83796..1fc4dc5 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -511,9 +511,9 @@ static int alac_set_info(ALACContext *alac)
bytestream2_s
---
libavcodec/alac.c | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 1fc4dc5..ac51c2f 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -291,8 +291,6 @@ static void interleave_stereo_24(int32_t
*buffer[MAX_CHA
This will simplify the multi-channel implementation.
---
libavcodec/alac.c | 45 ++---
1 files changed, 22 insertions(+), 23 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index f803f9a..9e77f67 100644
--- a/libavcodec/alac.c
+++ b/libavc
---
libavcodec/alac.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 9e77f67..db83796 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -366,7 +366,7 @@ static int alac_decode_frame(AVCodecContext *avctx, void
*data,
---
libavcodec/alac.c |7 +++
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 474531b..f803f9a 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -298,7 +298,7 @@ static int alac_decode_frame(AVCodecContext *avctx, void
*da
---
libavcodec/alac.c |8 +++-
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 42dfdad..474531b 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -173,10 +173,10 @@ static void predictor_decompress_fir_adapt(int32_t
*error
---
libavcodec/alac.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index eeb888e..e2a7d79 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -206,15 +206,16 @@ static void predictor_decompress_fir_adapt(int32_t
*error_
---
libavcodec/alac.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index e2a7d79..42dfdad 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -177,7 +177,8 @@ static void predictor_decompress_fir_adapt(int32_t
*error_buffer
---
libavcodec/alac.c | 14 ++
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index f48079c..eeb888e 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -201,29 +201,29 @@ static void predictor_decompress_fir_adapt(int32_t
---
libavcodec/alac.c | 41 ++---
1 files changed, 10 insertions(+), 31 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 997362b..f48079c 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -205,6 +205,7 @@ static void predictor_dec
---
libavcodec/alac.c | 18 +-
1 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 840c722..7e940fa 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -185,25 +185,17 @@ static void predictor_decompress_fir_adapt(int3
---
libavcodec/alac.c | 24
1 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 7e940fa..997362b 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -203,28 +203,27 @@ static void predictor_decompress_fir_ada
---
libavcodec/alac.c | 90 ++--
1 files changed, 45 insertions(+), 45 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 23f437f..840c722 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -198,71 +198,71 @@ static void
---
libavcodec/alac.c |3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 915b7eb..23f437f 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -198,7 +198,6 @@ static void predictor_decompress_fir_adapt(int32_t
*error_buffer
---
libavcodec/alac.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 91c94d7..915b7eb 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -142,7 +142,8 @@ static void bastardized_rice_decompress(ALACContext *alac,
It does not need to be unsigned.
---
libavcodec/alac.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 74da253..91c94d7 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -130,7 +130,7 @@ static void bastardized_rice_deco
---
libavcodec/alac.c |1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 0aeb410..74da253 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -130,7 +130,6 @@ static void bastardized_rice_decompress(ALACContext *alac,
It is already unconditionally set to 0 prior to this, so we can modify it
only when needed.
---
libavcodec/alac.c |6 ++
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 2aab84c..0aeb410 100644
--- a/libavcodec/alac.c
+++ b/libavcod
x_modified is just unnecessary, and final_val can be removed by simplifying
the unsigned-to-signed conversion.
---
libavcodec/alac.c | 23 +++
1 files changed, 7 insertions(+), 16 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index f27992d..2aab84c 100644
-
avoids some unnecessary arithmetic in certain situations
---
libavcodec/alac.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 84f7e42..f27992d 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -131,11 +131,11 @@ sta
---
libavcodec/alac.c | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 76ef499..84f7e42 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -85,16 +85,16 @@ static inline int decode_scalar(GetBitContext *gb, i
reduces the number of parameters to decode_scalar() and slightly simplifies
the code
---
libavcodec/alac.c | 16 +++-
1 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 8824ae8..76ef499 100644
--- a/libavcodec/alac.c
+++ b/libav
---
libavcodec/alac.c | 127 ++---
1 files changed, 63 insertions(+), 64 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 699b86a..4848ea2 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -37,7 +37,7 @@
* 8bit samp
Use the ALACContext fields directly instead.
---
libavcodec/alac.c | 16 +---
1 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index 4848ea2..8824ae8 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -107,13 +107,10 @@ stat
---
libavcodec/alac.c | 49 ++---
1 files changed, 18 insertions(+), 31 deletions(-)
diff --git a/libavcodec/alac.c b/libavcodec/alac.c
index ab9fb81..699b86a 100644
--- a/libavcodec/alac.c
+++ b/libavcodec/alac.c
@@ -70,19 +70,16 @@ typedef struct {
---
libavformat/cafdec.c |6 ++
libavformat/mov.c | 39 +--
libavformat/mov_chan.c | 44
libavformat/mov_chan.h | 11 +++
4 files changed, 62 insertions(+), 38 deletions(-)
diff --git a/l
It is used to store a value read by avio_rb64().
---
libavformat/cafdec.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/cafdec.c b/libavformat/cafdec.c
index 6e5b2c8..64ec62f 100644
--- a/libavformat/cafdec.c
+++ b/libavformat/cafdec.c
@@ -168,8 +168,8 @@
according to the CAF specification:
"... the value for mChunkSize can be greater than the actual valid content
of the packet table chunk"
---
libavformat/cafdec.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/libavformat/cafdec.c b/libavformat/cafdec.c
index 0475175.
---
libavformat/cafdec.c | 26 ++
1 files changed, 22 insertions(+), 4 deletions(-)
diff --git a/libavformat/cafdec.c b/libavformat/cafdec.c
index d5ee9be..0475175 100644
--- a/libavformat/cafdec.c
+++ b/libavformat/cafdec.c
@@ -121,18 +121,36 @@ static int read_kuki_chu
- Misc clean ups and fixes
- Planar output
- 32-bit decoding
- multi-channel decoding
Andrew D'Addesio (2):
alac: simplify channel interleaving
alac: multi-channel decoding support
Justin Ruggles (37):
caf: support either old or new style ALAC magic kuki chunk
caf: fix 'pakt' chunk parsin
From: "Ronald S. Bultje"
This allows compiling and running these tests on systems lacking a built-
in version of getopt(), such as MSVC.
Signed-off-by: Anton Khirnov
---
compat/getopt.c | 84 +
configure |2 ++
libavcodec/
Alex Converse writes:
> On Mon, Jul 9, 2012 at 1:44 PM, Måns Rullgård wrote:
>> Derek Buitenhuis writes:
>>
>>> On 09/07/2012 6:17 AM, Måns Rullgård wrote:
I don't like this one bit. It makes the code considerably more
complicated only to allow running two minor tests on an obscure
>
Alex Converse writes:
> ob·scure adj \äb-ˈskyu̇r, əb-\
>
> Definition of OBSCURE
>
> 1
> a : dark, dim
Sure, for some meanings of those words.
> b : shrouded in or hidden by darkness
Definitely.
> 2
> : not readily understood or clearly expressed; also : mysterious
Oh yes.
A clear match for
On Mon, Jul 9, 2012 at 1:44 PM, Måns Rullgård wrote:
> Derek Buitenhuis writes:
>
>> On 09/07/2012 6:17 AM, Måns Rullgård wrote:
>>> I don't like this one bit. It makes the code considerably more
>>> complicated only to allow running two minor tests on an obscure
>>> platform.
>>>
>>> Just make
Derek Buitenhuis writes:
> On 09/07/2012 6:17 AM, Måns Rullgård wrote:
>> I don't like this one bit. It makes the code considerably more
>> complicated only to allow running two minor tests on an obscure
>> platform.
>>
>> Just make the tests conditional.
>
> -1
>
> Not OK with making FFT testi
After some discussion on IRC I think I'll drop this set and we'll go
back to the original Ronald's getopt() replacement, just moved to some
less controversial place like compat/.
I'll send a new patch tomorrow if nobody beats me to it.
--
Anton Khirnov
__
On Mon, Jul 9, 2012 at 7:55 AM, Luca Barbato wrote:
> On 07/09/2012 04:35 PM, Derek Buitenhuis wrote:
>> On 09/07/2012 6:17 AM, Måns Rullgård wrote:
>>> I don't like this one bit. It makes the code considerably more
>>> complicated only to allow running two minor tests on an obscure
>>> platform.
On Sat, Jul 07, 2012 at 09:38:53AM -0700, Jason Garrett-Glaser wrote:
[...]
This should address most of your and Diego's comments.
>From fdd64b45b5e0ebf220ba39593d8bf9ff87083d8f Mon Sep 17 00:00:00 2001
From: Kostya Shishkov
Date: Sat, 7 Jul 2012 13:21:52 +0200
Subject: [PATCH] MS Expression Enco
>>
>> Would it be better something like: ?
>>
>> -
>> rtsp: convert rtsp_open_transport_ctx() to non-static.
>>
>> The RTSP listen mode, which is implemented in rtspdec.c, needs this
>> functionality and in consequence more visibility for
>> rtsp_open_transport_ctx() is needed.
>> -
>
>
> Y
On Mon, Jul 09, 2012 at 06:48:08PM +0200, Kostya Shishkov wrote:
> On Mon, Jul 09, 2012 at 11:46:17AM +0200, Diego Biurrun wrote:
> > On Sat, Jul 07, 2012 at 02:35:23PM +0200, Kostya Shishkov wrote:
> > >
> > > --- a/Changelog
> > > +++ b/Changelog
> > > @@ -31,6 +31,7 @@ version :
> > > - Micros
On Mon, Jul 09, 2012 at 11:46:17AM +0200, Diego Biurrun wrote:
> On Sat, Jul 07, 2012 at 02:35:23PM +0200, Kostya Shishkov wrote:
> >
> > --- a/Changelog
> > +++ b/Changelog
> > @@ -31,6 +31,7 @@ version :
> > - Microsoft ATC Screen decoder
> > +- Microsoft Expression Encoder Screen decoder
> >
On Mon, 9 Jul 2012, Jordi Ortiz wrote:
Ok as well, but you might try to improve the commit message. You shouldn't try
to cram everything into the first line - try to make that one as short as
possible while still describing the commit. If you need to say more than that,
add extra full sentenc
On Mon, Jul 09, 2012 at 08:06:27AM -0700, Jason Garrett-Glaser wrote:
> On Sun, Jul 8, 2012 at 9:42 PM, Kostya Shishkov
> wrote:
> > On Sun, Jul 08, 2012 at 08:17:10PM -0700, Jason Garrett-Glaser wrote:
> >> > +#define UNQUANT(val, q) ((q * val + 0x80) >> 8)
> >>
> >> I'd call this DEQUANT, but th
> Ok as well, but you might try to improve the commit message. You shouldn't
> try to cram everything into the first line - try to make that one as short as
> possible while still describing the commit. If you need to say more than
> that, add extra full sentences below.
>
Would it be better so
On Mon, Jul 09, 2012 at 11:17:17AM +0200, Diego Biurrun wrote:
> On Mon, Jul 09, 2012 at 11:13:47AM +0200, Kostya Shishkov wrote:
> > On Mon, Jul 09, 2012 at 11:05:19AM +0200, Diego Biurrun wrote:
> > > On Mon, Jul 09, 2012 at 07:57:22AM +0200, Kostya Shishkov wrote:
> > > > ---
> > > > I also took
On Mon, Jul 09, 2012 at 02:19:27PM +0200, Luca Barbato wrote:
> On 07/09/2012 02:10 PM, Kostya Shishkov wrote:
> > On Mon, Jul 09, 2012 at 02:03:26PM +0200, Kostya Shishkov wrote:
> >> On Mon, Jul 09, 2012 at 02:01:40PM +0200, Luca Barbato wrote:
> >>> On 07/09/2012 01:42 PM, Kostya Shishkov wrote:
On 09/07/2012 10:55 AM, Luca Barbato wrote:
> I don't know how you think that giving some kind of support for an
> utterly broken compiler makes it not an obscure platform.
The fact that Chrome will be using it (and I bet Steam too) will
instantly make it widely used. :P
- Derek
_
On Mon, Jul 9, 2012 at 4:45 PM, Martin Storsjö wrote:
> Hi,
>
> When sending a patchset, please send it all as one git send-email
> invocation, or if not, please set the in-reply-to header properly, so that
> the mails get chained together properly. Now the 3 patches in this series
> have ended up
On Sun, Jul 8, 2012 at 9:42 PM, Kostya Shishkov
wrote:
> On Sun, Jul 08, 2012 at 08:17:10PM -0700, Jason Garrett-Glaser wrote:
>> > +#define UNQUANT(val, q) ((q * val + 0x80) >> 8)
>>
>> I'd call this DEQUANT, but that's just me.
>
> I don't have preferences here, so why not.
>
>> > +for (i =
On 07/09/2012 04:35 PM, Derek Buitenhuis wrote:
> On 09/07/2012 6:17 AM, Måns Rullgård wrote:
>> I don't like this one bit. It makes the code considerably more
>> complicated only to allow running two minor tests on an obscure
>> platform.
>>
>> Just make the tests conditional.
>
> -1
>
> I'd ha
On Mon, Jul 09, 2012 at 10:35:46AM -0400, Derek Buitenhuis wrote:
> On 09/07/2012 6:17 AM, Måns Rullgård wrote:
> > I don't like this one bit. It makes the code considerably more
> > complicated only to allow running two minor tests on an obscure
> > platform.
> >
> > Just make the tests conditio
Hi,
When sending a patchset, please send it all as one git send-email
invocation, or if not, please set the in-reply-to header properly, so that
the mails get chained together properly. Now the 3 patches in this series
have ended up as 3 different mail threads, making it much harder to locate
On 09/07/2012 6:17 AM, Måns Rullgård wrote:
> I don't like this one bit. It makes the code considerably more
> complicated only to allow running two minor tests on an obscure
> platform.
>
> Just make the tests conditional.
-1
I'd hardly call one of the most (if not the most) widely used
platfo
On Wed, 4 Jul 2012, Jordi Ortiz wrote:
---
libavformat/tcp.c | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/libavformat/tcp.c b/libavformat/tcp.c
index 6a65860..e5be465 100644
--- a/libavformat/tcp.c
+++ b/libavformat/tcp.c
@@ -43,7 +43,7 @@ static int tcp_open(
On 07/09/2012 04:00 PM, Martin Storsjö wrote:
> On Mon, 9 Jul 2012, Luca Barbato wrote:
>
>> On 07/09/2012 03:53 PM, Martin Storsjö wrote:
>>> +av_strlcatf(message, sizeof(message), "Server: LibAVFormat %d\r\n",
>>
>> While at it Libavformat instead of LibAVFormat
>
> If he switches to LIBAVF
On Wed, 4 Jul 2012, Jordi Ortiz wrote:
+static int rtsp_read_setup(AVFormatContext *s, char* host, char *controlurl)
+{
+RTSPState *rt = s->priv_data;
+RTSPMessageHeader request = { 0 };
+int ret = 0;
+char url[1024];
+RTSPStream *rtsp_st;
+c
On Monday, July 9, 2012, Thibaut VARENE wrote:
> On Fri, Jul 6, 2012 at 4:32 PM, Sean McGovern wrote:
>>
>>
>> On Thursday, July 5, 2012, Måns Rullgård wrote:
>>> Sean McGovern writes:
>>>
On Thursday, July 5, 2012, Måns Rullgård wrote:
> Sean McGovern writes:
>
>> Hi folks,
On Wed, 4 Jul 2012, Jordi Ortiz wrote:
---
libavformat/rtsp.c | 30 ++-
libavformat/rtsp.h | 12 ++
libavformat/rtspcodes.h | 14 ++
libavformat/rtspdec.c | 549 ---
4 files changed, 566 insertions(+), 39 deletions(-)
diff --git a/libav
1 - 100 of 142 matches
Mail list logo