[libav-commits] FATE: fix (AD)PCM test dependencies broken in e519990

2012-10-29 Thread Anton Khirnov
Module: libav Branch: master Commit: 02e636425970fc9b9aebb31dcc7abbd36e54af2a Author:Anton Khirnov Committer: Diego Biurrun Date: Mon Oct 29 21:26:46 2012 +0100 FATE: fix (AD)PCM test dependencies broken in e519990 Signed-off-by: Diego Biurrun --- tests/fate/acodec.mak |4 ++--

[libav-commits] Use ptrdiff_t instead of int for intra pred "stride" function parameter.

2012-10-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 95c89da36ebeeb96b7146c0d70f46c582397da7f Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Sun Oct 28 20:44:54 2012 -0700 Use ptrdiff_t instead of int for intra pred "stride" function parameter. This way, SIMD-optimized functions don't have

[libav-commits] x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes.

2012-10-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: bad8e33dc92aa2abd39410be86159a1d4336ff90 Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Sun Oct 28 20:44:53 2012 -0700 x86: use PRED4x4/8x8/8x8L/16x16 macros to declare intrapred prototypes. --- libavcodec/x86/h264_intrapred.asm|

[libav-commits] Remove usage of INIT_AVX in h264_intrapred_10bit.asm.

2012-10-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: c285edd06ea64a24c610c10c06975975cec0d50f Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Sun Oct 28 18:39:22 2012 -0700 Remove usage of INIT_AVX in h264_intrapred_10bit.asm. Replace INIT_AVX by INIT_XMM avx. Port the whole file to use cpu

[libav-commits] Remove INIT_AVX from x86inc.asm.

2012-10-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 08b028c18dc31b6de741861b9555669dcca4d12a Author:Ronald S. Bultje Committer: Ronald S. Bultje Date: Sun Oct 28 18:39:23 2012 -0700 Remove INIT_AVX from x86inc.asm. --- libavutil/x86/x86inc.asm |8 1 files changed, 0 insertions(+), 8 d

[libav-commits] dv: fix indentation

2012-10-29 Thread Anton Khirnov
Module: libav Branch: master Commit: ede4cedf47f4f0ad26d61d28aa0ae2917c0c833e Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Oct 24 09:12:42 2012 +0200 dv: fix indentation --- libavformat/dv.c | 60 +++--- 1 files changed, 3

[libav-commits] dv: use AVStream.index instead of abusing AVStream.id

2012-10-29 Thread Anton Khirnov
Module: libav Branch: master Commit: 14f031d7ecfabba0ef02776d4516aa3dcb7c40d8 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Oct 24 09:06:32 2012 +0200 dv: use AVStream.index instead of abusing AVStream.id --- libavformat/dv.c |2 +- 1 files changed, 1 insertions(+), 1

[libav-commits] lavfi: add ashowinfo filter

2012-10-29 Thread Anton Khirnov
Module: libav Branch: master Commit: 20dd41af8513de427b00ee598339c9bc5778bdc5 Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Oct 23 21:37:26 2012 +0200 lavfi: add ashowinfo filter It can be useful for debugging. Based on a patch by Stefano Sabatini --- Changelog

[libav-commits] avcodec: Add a RFC 3389 comfort noise codec

2012-10-29 Thread Martin Storsjö
Module: libav Branch: master Commit: 9b500b8f6c9806f3979f9d1fb874b7f4a802c656 Author:Martin Storsjö Committer: Martin Storsjö Date: Tue Oct 23 00:02:41 2012 +0300 avcodec: Add a RFC 3389 comfort noise codec This isn't too useful as a normal codec, but can be used in voip style applica

[libav-commits] lpc: Add a function for calculating reflection coefficients from samples

2012-10-29 Thread Martin Storsjö
Module: libav Branch: master Commit: 8b25a20efbf4ca261bcd3327a385330eca775ec6 Author:Martin Storsjö Committer: Martin Storsjö Date: Thu Oct 25 15:33:15 2012 +0300 lpc: Add a function for calculating reflection coefficients from samples Signed-off-by: Martin Storsjö --- libavcodec/

[libav-commits] lpc: Add a function for calculating reflection coefficients from autocorrelation coefficients

2012-10-29 Thread Justin Ruggles
Module: libav Branch: master Commit: 39ef66f5300c2a42acc29937f5417bc2efe09752 Author:Justin Ruggles Committer: Martin Storsjö Date: Sat Oct 27 22:29:56 2012 +0300 lpc: Add a function for calculating reflection coefficients from autocorrelation coefficients Signed-off-by: Martin Stors

[libav-commits] lavr: add general API usage doxy

2012-10-29 Thread Anton Khirnov
Module: libav Branch: master Commit: 01b760190d32550683d7c790309acadea3fe0820 Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Oct 28 22:52:54 2012 +0100 lavr: add general API usage doxy Signed-off-by: Anton Khirnov --- libavresample/avresample.h | 71

[libav-commits] indeo3: remove duplicate capabilities line.

2012-10-29 Thread Anton Khirnov
Module: libav Branch: master Commit: bff5e5f8b3c5892a21a0df7b3352b31511e42a94 Author:Anton Khirnov Committer: Anton Khirnov Date: Mon Oct 29 12:16:05 2012 +0100 indeo3: remove duplicate capabilities line. --- libavcodec/indeo3.c |1 - 1 files changed, 0 insertions(+), 1 deletion

[libav-commits] lavr: document upper bound on number of output samples.

2012-10-29 Thread Anton Khirnov
Module: libav Branch: master Commit: dc5793062e7a0f6d195fc403d7ce242729b4ea4a Author:Anton Khirnov Committer: Anton Khirnov Date: Sun Oct 28 22:52:55 2012 +0100 lavr: document upper bound on number of output samples. Signed-off-by: Anton Khirnov --- libavresample/avresample.h |

[libav-commits] fate: ac3: Place E-AC-3 tests and AC-3 tests in different groups

2012-10-29 Thread Diego Biurrun
Module: libav Branch: master Commit: 381dc1a5ec0925b281c573457c413ae643567086 Author:Diego Biurrun Committer: Diego Biurrun Date: Sat Oct 20 00:14:26 2012 +0200 fate: ac3: Place E-AC-3 tests and AC-3 tests in different groups --- tests/fate/ac3.mak | 21 - 1 fi

[libav-commits] fate: Add shorthands for acodec PCM and ADPCM tests

2012-10-29 Thread Diego Biurrun
Module: libav Branch: master Commit: e519990ced06467ea3be249d0267205758a375eb Author:Diego Biurrun Committer: Diego Biurrun Date: Wed Oct 17 19:47:03 2012 +0200 fate: Add shorthands for acodec PCM and ADPCM tests --- tests/fate/acodec.mak |8 ++-- 1 files changed, 6 insertio

[libav-commits] fate: ac3: Add dependencies

2012-10-29 Thread Diego Biurrun
Module: libav Branch: master Commit: 2cbdd7c92958cb8226491d8eb23ed2d57d4b841e Author:Diego Biurrun Committer: Diego Biurrun Date: Sat Oct 20 01:13:39 2012 +0200 fate: ac3: Add dependencies --- tests/fate/ac3.mak | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-

[libav-commits] avconv: Drop unused function argument from do_video_stats()

2012-10-29 Thread Diego Biurrun
Module: libav Branch: master Commit: 70478746a94eba6467c02f1c2ae8d8090ad9168e Author:Diego Biurrun Committer: Diego Biurrun Date: Wed Oct 24 19:18:12 2012 +0200 avconv: Drop unused function argument from do_video_stats() --- avconv.c |5 ++--- 1 files changed, 2 insertions(+), 3

[libav-commits] cmdutils: Conditionally compile libswscale-related bits

2012-10-29 Thread Diego Biurrun
Module: libav Branch: master Commit: ab799664755c8bc2c439c428ff5b538c105a5c38 Author:Diego Biurrun Committer: Diego Biurrun Date: Mon Oct 29 18:00:14 2012 +0100 cmdutils: Conditionally compile libswscale-related bits This fixes compilation with libswscale disabled. --- cmdutils.c |

[libav-commits] aacenc: Drop some unused function arguments

2012-10-29 Thread Diego Biurrun
Module: libav Branch: master Commit: 72c758f1fd06e812a2075bae836ec18891d99852 Author:Diego Biurrun Committer: Diego Biurrun Date: Wed Oct 24 19:16:08 2012 +0200 aacenc: Drop some unused function arguments --- libavcodec/aacenc.c |9 - 1 files changed, 4 insertions(+), 5

[libav-commits] rtsp: Avoid a cast when calling strtol

2012-10-29 Thread Martin Storsjö
Module: libav Branch: master Commit: f21d5c905dd5c6a56583c85623a376a029ec041a Author:Martin Storsjö Committer: Martin Storsjö Date: Mon Oct 22 23:13:49 2012 +0300 rtsp: Avoid a cast when calling strtol This gets rid of this warning: libavformat/rtsp.c: In function ‘rtsp_parse_transpo

[libav-commits] nut: support textual data

2012-10-29 Thread Luca Barbato
Module: libav Branch: master Commit: d4bff9f1ab59f4ae58841bd7b056f2ff1b8854d7 Author:Luca Barbato Committer: Luca Barbato Date: Thu Oct 25 14:05:40 2012 +0200 nut: support textual data Plain text (utf8 encoded) data can be muxed and demuxed in nut. --- doc/nut.texi |6 +

[libav-commits] nutenc: verbosely report unsupported negative pts

2012-10-29 Thread Luca Barbato
Module: libav Branch: master Commit: 07585ffa62eebebcd35326935fec7cd948021daf Author:Luca Barbato Committer: Luca Barbato Date: Sat Oct 27 16:56:37 2012 +0200 nutenc: verbosely report unsupported negative pts Additionally use the correct error number. --- libavformat/nutenc.c |

[libav-commits] lavc: add CODEC_CAP_DR1 to all video decoders missing them

2012-10-29 Thread Anton Khirnov
Module: libav Branch: master Commit: f174fbac3cb127273b8f3df8e05d7156ec1d7658 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Oct 17 21:39:04 2012 +0200 lavc: add CODEC_CAP_DR1 to all video decoders missing them --- libavcodec/bink.c|1 + libavcodec/dpx.c |1