[libav-commits] ffmpeg: add a warning stating that the program is deprecated.

2011-08-12 Thread Anton Khirnov
Module: libav Branch: master Commit: 791a86c37a03b94207bc2d0ad4cbe7f39d7e495a Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Wed Jul 27 21:04:26 2011 +0200 ffmpeg: add a warning stating that the program is deprecated. --- ffmpeg.c |4

[libav-commits] avconv: make -map_chapters accept only the input file index.

2011-08-12 Thread Anton Khirnov
Module: libav Branch: master Commit: b9aac90bd875c5cb6f42fcb53e3a8fde3f315a7e Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Wed Jul 27 21:39:12 2011 +0200 avconv: make -map_chapters accept only the input file index. This is consistent with how

[libav-commits] avconv: remove deprecated options.

2011-08-12 Thread Anton Khirnov
Module: libav Branch: master Commit: c9065c29176bade732745425029116b0548a959c Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Thu Jul 28 12:57:24 2011 +0200 avconv: remove deprecated options. --- avconv.c| 52

[libav-commits] cmdutils: allow ':'-separated modifiers in option names.

2011-08-12 Thread Anton Khirnov
Module: libav Branch: master Commit: d70e51225062239c250ab6bc935b9711cf97c615 Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Fri Jul 29 13:47:37 2011 +0200 cmdutils: allow ':'-separated modifiers in option names. --- cmdutils.c |5 - 1

[libav-commits] avconv: make -map_metadata work consistently with the other options

2011-08-12 Thread Anton Khirnov
Module: libav Branch: master Commit: e6e6060c9be60f5eb6c94556ca4c92f76cba0d1f Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Fri Jul 29 13:07:27 2011 +0200 avconv: make -map_metadata work consistently with the other options Before, it took an

[libav-commits] lavf: add support for error_recognition, use it in avidec, and bump minor API version

2011-08-12 Thread Dustin Brody
Module: libav Branch: master Commit: 2f63440c59bf8c4a2e90280e23e8cadb235a42e6 Author:Dustin Brody li...@parsoma.net Committer: Anton Khirnov an...@khirnov.net Date: Sat Aug 6 04:42:34 2011 + lavf: add support for error_recognition, use it in avidec, and bump minor API version

[libav-commits] avconv: change semantics of -map

2011-08-12 Thread Anton Khirnov
Module: libav Branch: master Commit: 8d2e4a7e687b7fdbb939e236399cf774dc7bead6 Author:Anton Khirnov an...@khirnov.net Committer: Anton Khirnov an...@khirnov.net Date: Fri Jul 29 15:21:51 2011 +0200 avconv: change semantics of -map New syntax contains an optional stream type, allowing to

[libav-commits] Move x86inc.asm to libavutil/.

2011-08-12 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 3a39195b1db5620901a049cd690752b1935f5e0f Author:Ronald S. Bultje rsbul...@gmail.com Committer: Ronald S. Bultje rsbul...@gmail.com Date: Sat Jul 23 18:36:35 2011 -0700 Move x86inc.asm to libavutil/. This allows using it in libswscale/ also. ---

[libav-commits] Move x86util.asm from libavcodec/ to libavutil/.

2011-08-12 Thread Ronald S. Bultje
Module: libav Branch: master Commit: b2c087871dafc7d030b2d48457ddff597dfd4925 Author:Ronald S. Bultje rsbul...@gmail.com Committer: Ronald S. Bultje rsbul...@gmail.com Date: Wed Aug 3 09:48:08 2011 -0700 Move x86util.asm from libavcodec/ to libavutil/. This allows using it in swscale

[libav-commits] swscale: use 15-bit intermediates for 9/10-bit scaling.

2011-08-12 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 28c1115a915e4e198bfb6bd39909b2d1327c1454 Author:Ronald S. Bultje rsbul...@gmail.com Committer: Ronald S. Bultje rsbul...@gmail.com Date: Tue Aug 2 15:42:35 2011 -0700 swscale: use 15-bit intermediates for 9/10-bit scaling. ---

[libav-commits] swscale: add dithering to yuv2yuvX_altivec_real

2011-08-12 Thread Luca Barbato
Module: libav Branch: master Commit: 3304a1e69a8a050eb66d2304acd2d01354fa1aac Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Aug 10 02:16:26 2011 +0200 swscale: add dithering to yuv2yuvX_altivec_real It just does that part in scalar form, I