[libav-commits] cabac: remove put_cabac_u/ueg from cabac-test.

2012-01-09 Thread Diego Biurrun
Module: libav Branch: master Commit: 1ef8ff4534706de0b1da3442f380be58a650acf2 Author:Diego Biurrun di...@biurrun.de Committer: Diego Biurrun di...@biurrun.de Date: Sat Jan 7 20:27:31 2012 +0100 cabac: remove put_cabac_u/ueg from cabac-test. The functions are not used in any part of

[libav-commits] aacdec: Add a fate test for 5.1 channel SBR.

2012-01-09 Thread Alex Converse
Module: libav Branch: master Commit: 46ef355c652fed8984a5c92e961b78282d9ebb2c Author:Alex Converse alex.conve...@gmail.com Committer: Alex Converse alex.conve...@gmail.com Date: Fri Jan 6 17:23:49 2012 -0800 aacdec: Add a fate test for 5.1 channel SBR. --- tests/fate/aac.mak |4

[libav-commits] aacdec: Turn off PS for multichannel files that use PCE based configs.

2012-01-09 Thread Alex Converse
Module: libav Branch: master Commit: 4acd43a295aae0a88ae26cd54cd06b1df146e815 Author:Alex Converse alex.conve...@gmail.com Committer: Alex Converse alex.conve...@gmail.com Date: Fri Jan 6 17:22:45 2012 -0800 aacdec: Turn off PS for multichannel files that use PCE based configs. Fixes

[libav-commits] aacps: Add missing newline in error message.

2012-01-09 Thread Alex Converse
Module: libav Branch: master Commit: 9de3cbc182577ad4813804ece967ccf401d1b559 Author:Alex Converse alex.conve...@gmail.com Committer: Alex Converse alex.conve...@gmail.com Date: Fri Jan 6 14:49:11 2012 -0800 aacps: Add missing newline in error message. --- libavcodec/aacps.c |2

[libav-commits] fate: Add tests for vc1/wmapro in ism.

2012-01-09 Thread Alex Converse
Module: libav Branch: master Commit: cd6e34d3693436c1732ff1e977ab659d53314dc1 Author:Alex Converse alex.conve...@gmail.com Committer: Alex Converse alex.conve...@gmail.com Date: Thu Jan 5 18:39:20 2012 -0800 fate: Add tests for vc1/wmapro in ism. --- tests/fate/microsoft.mak |3

[libav-commits] fate: Add tests for more AAC features.

2012-01-09 Thread Gaurav Narula
Module: libav Branch: master Commit: a67b8c86d06eb5b78a0fe4cb9be4e93b29726db1 Author:Gaurav Narula gnarul...@gmail.com Committer: Alex Converse alex.conve...@gmail.com Date: Fri Dec 30 03:08:22 2011 +0530 fate: Add tests for more AAC features. al15_44 uses independent coupling. al18_44

[libav-commits] kmvc: Use bytestream2 functions to prevent buffer overreads.

2012-01-09 Thread Laurentiu Ion
Module: libav Branch: master Commit: da2e774fd6841da7cede8c8ef30337449329727c Author:Laurentiu Ion ionlaurentiucrist...@gmail.com Committer: Ronald S. Bultje rsbul...@gmail.com Date: Tue Jan 10 03:21:17 2012 +0200 kmvc: Use bytestream2 functions to prevent buffer overreads.

[libav-commits] v4l2: support compressed formats

2012-01-09 Thread Luca Barbato
Module: libav Branch: master Commit: b8c310cb0a071d998b90e9b166ed29062524de8b Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Wed Jan 4 15:06:10 2012 +0100 v4l2: support compressed formats Let pass the codec name to -pixel_format and introduce

[libav-commits] v4l2: poll the file descriptor

2012-01-09 Thread Luca Barbato
Module: libav Branch: master Commit: 0efd48dfd15273a5ac85f2fd42f19d419fafe90d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Jan 5 12:17:45 2012 +0100 v4l2: poll the file descriptor Instead of busy waiting use poll(); ---

[libav-commits] v4l2: use C99 struct initializer

2012-01-09 Thread Luca Barbato
Module: libav Branch: master Commit: b6db385922b79939b0dc124d53ddb4824afac040 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sat Jan 7 10:59:35 2012 +0100 v4l2: use C99 struct initializer Remove some unneeded memsets. --- libavdevice/v4l2.c

[libav-commits] doc: fix stray reference to FFmpeg

2012-01-09 Thread Luca Barbato
Module: libav Branch: master Commit: 0c50edb789c6489aad477d19bab5b06b01a36d91 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Jan 8 17:49:43 2012 +0100 doc: fix stray reference to FFmpeg --- doc/filters.texi |2 +- 1 files changed, 1

[libav-commits] rgb2rgb: allow conversion for 15 bpp

2012-01-09 Thread Paul B Mahol
Module: libav Branch: master Commit: 0b8b3387a977dcdb6fb9e53bcc9966d34b2e4cec Author:Paul B Mahol one...@gmail.com Committer: Ronald S. Bultje rsbul...@gmail.com Date: Tue Jan 10 02:54:34 2012 + rgb2rgb: allow conversion for 15 bpp Signed-off-by: Ronald S. Bultje rsbul...@gmail.com