[libav-commits] averror: make error values proper negative values

2012-10-11 Thread Janne Grunau
Module: libav Branch: master Commit: 1a2c7880aa1ca5893b860e81dd3f0a4c2696de18 Author:Janne Grunau janne-li...@jannau.net Committer: Janne Grunau janne-li...@jannau.net Date: Wed Oct 10 22:25:51 2012 +0200 averror: make error values proper negative values Fixes stupid mistake in

[libav-commits] mlpdsp: adding missing file

2012-10-11 Thread Luca Barbato
Module: libav Branch: master Commit: 1ec629308652b382a409ffa61e049c074ee5e695 Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Thu Oct 11 12:34:36 2012 +0200 mlpdsp: adding missing file --- libavcodec/mlpdsp.h | 37

[libav-commits] doc: update the faq entry about custom I/O

2012-10-11 Thread Luca Barbato
Module: libav Branch: master Commit: 26b3fde6a78f711ba510573eacbc92671a923b2d Author:Luca Barbato lu_z...@gentoo.org Committer: Luca Barbato lu_z...@gentoo.org Date: Sun Oct 7 21:19:29 2012 + doc: update the faq entry about custom I/O URLProtocols are private and custom

[libav-commits] random_seed: Support using CryptGenRandom on windows

2012-10-11 Thread Martin Storsjö
Module: libav Branch: master Commit: 1093383d6cf7112d54b849e29c739e957d157b25 Author:Martin Storsjö mar...@martin.st Committer: Martin Storsjö mar...@martin.st Date: Thu Oct 11 14:30:23 2012 +0300 random_seed: Support using CryptGenRandom on windows Signed-off-by: Martin Storsjö

[libav-commits] Move avutil tables only used in libavcodec to libavcodec.

2012-10-11 Thread Diego Biurrun
Module: libav Branch: master Commit: 9734b8ba56d05e970c353dfd5baafa43fdb08024 Author:Diego Biurrun di...@biurrun.de Committer: Diego Biurrun di...@biurrun.de Date: Thu Oct 11 01:16:05 2012 +0200 Move avutil tables only used in libavcodec to libavcodec. --- libavcodec/Makefile

[libav-commits] svq3: replace unsafe pointer casting with intreadwrite macros

2012-10-11 Thread Mans Rullgard
Module: libav Branch: master Commit: 366b72f149a7b6a024ff5edd09ed5ae160755753 Author:Mans Rullgard m...@mansr.com Committer: Mans Rullgard m...@mansr.com Date: Thu Oct 11 16:08:22 2012 +0100 svq3: replace unsafe pointer casting with intreadwrite macros Signed-off-by: Mans Rullgard