[libav-commits] rmdec: Move SIPR code shared with Matroska demuxer to a separate file

2012-10-15 Thread Diego Biurrun
Module: libav Branch: master Commit: 7e68c91e247ba20fc8a08cf5a6cf2b75984f1aeb Author:Diego Biurrun Committer: Diego Biurrun Date: Sun Oct 14 23:41:12 2012 +0200 rmdec: Move SIPR code shared with Matroska demuxer to a separate file --- libavformat/Makefile |6 ++-- libavform

[libav-commits] build: support asan and tsan toolchain shortcuts

2012-10-15 Thread Luca Barbato
Module: libav Branch: master Commit: 0fbb62a8e6c6f0b431f736eed1da2cc649253f27 Author:Luca Barbato Committer: Luca Barbato Date: Sun Oct 14 07:54:22 2012 +0200 build: support asan and tsan toolchain shortcuts --- configure | 10 ++ 1 files changed, 10 insertions(+), 0 delet

[libav-commits] configure: simplify get_version() function

2012-10-15 Thread Mans Rullgard
Module: libav Branch: master Commit: 4c995fafd861f537360b3717901cdbed6a6844e7 Author:Mans Rullgard Committer: Mans Rullgard Date: Sat Oct 13 22:56:25 2012 +0100 configure: simplify get_version() function awk alone can do this, no need for grep. Signed-off-by: Mans Rullgard --- co

[libav-commits] configure: simplify argument handling in check_ld

2012-10-15 Thread Mans Rullgard
Module: libav Branch: master Commit: 66a1ccd7467ab1913cd8877114c6d4c2588bb12f Author:Mans Rullgard Committer: Mans Rullgard Date: Sun Oct 14 01:35:56 2012 +0100 configure: simplify argument handling in check_ld Use the existing filter functions instead of open-coding the separation of

[libav-commits] build: simplify enabling of compat objects

2012-10-15 Thread Mans Rullgard
Module: libav Branch: master Commit: 84e65c763d8fd09afbfd9743174ad4a81d597783 Author:Mans Rullgard Committer: Mans Rullgard Date: Sun Oct 14 17:56:00 2012 +0100 build: simplify enabling of compat objects Add a configure function to pull in a compat object and set up redirects in one o

[libav-commits] rangecoder-test: Return in case of an error

2012-10-15 Thread Diego Biurrun
Module: libav Branch: master Commit: c1fcfdec75468009dc7de29a5d1c6adf3b2ef77d Author:Diego Biurrun Committer: Diego Biurrun Date: Fri Oct 12 21:14:56 2012 +0200 rangecoder-test: Return in case of an error --- libavcodec/rangecoder.c |4 +++- 1 files changed, 3 insertions(+), 1 d

[libav-commits] rangecoder-test: Drop timer output that clutters stderr

2012-10-15 Thread Diego Biurrun
Module: libav Branch: master Commit: f1be514540dc2a6d89b8d487eabf69827bfd1c60 Author:Diego Biurrun Committer: Diego Biurrun Date: Fri Oct 5 18:53:12 2012 +0200 rangecoder-test: Drop timer output that clutters stderr --- libavcodec/rangecoder.c | 10 ++ 1 files changed, 2

[libav-commits] fate: improve md5sum utility selection

2012-10-15 Thread Mans Rullgard
Module: libav Branch: master Commit: 099294577c8ca5d1a7d3403a57b607791997104d Author:Mans Rullgard Committer: Mans Rullgard Date: Sun Oct 14 15:49:25 2012 +0100 fate: improve md5sum utility selection The 'md5sum' command is used with the -b flag so the presence test must also use this

[libav-commits] tiny_psnr: check for specified sample size less than 1

2012-10-15 Thread Mans Rullgard
Module: libav Branch: master Commit: 3dc06b6972cf389269e9c36ff0a4373f80f7149b Author:Mans Rullgard Committer: Mans Rullgard Date: Mon Oct 15 00:11:44 2012 +0100 tiny_psnr: check for specified sample size less than 1 A zero or negative sample size is impossible and should be reported a

[libav-commits] tiny_psnr: fix range calculation for sample size of 32 bits

2012-10-15 Thread Mans Rullgard
Module: libav Branch: master Commit: bf868c4a9bc6c1ac4c4753822a7c652b7f7c8ff7 Author:Mans Rullgard Committer: Mans Rullgard Date: Mon Oct 15 00:21:53 2012 +0100 tiny_psnr: fix range calculation for sample size of 32 bits For a sample size of 32 bits, the shift would overflow producing

[libav-commits] build: simplify linking tools with cmdutils.o

2012-10-15 Thread Mans Rullgard
Module: libav Branch: master Commit: 07b3790d36266358e3bda19cec3b843e5129a986 Author:Mans Rullgard Committer: Mans Rullgard Date: Mon Oct 15 03:59:16 2012 +0100 build: simplify linking tools with cmdutils.o This avoids repeating cmdutils.o in both the prerequisites and the link comman