[libav-commits] rtpdec: Don't explicitly include unistd.h any longer

2012-06-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: dfb57fc5962006cdc61a1eb13b5ef078572eecca Author:Ronald S. Bultje Committer: Martin Storsjö Date: Sun Jun 24 21:05:21 2012 +0300 rtpdec: Don't explicitly include unistd.h any longer unistd.h used to be required for gethostname. On windows, gethostna

[libav-commits] doc: Indicate that RTMPT is natively implemented in libavformat

2012-06-29 Thread Samuel Pitoiset
Module: libav Branch: master Commit: e312fcde6a46d7fdfc5f3f880dd97987402d7138 Author:Samuel Pitoiset Committer: Martin Storsjö Date: Fri Jun 29 14:18:41 2012 +0200 doc: Indicate that RTMPT is natively implemented in libavformat Signed-off-by: Martin Storsjö --- doc/general.texi |

[libav-commits] random_seed: Only read /dev/*random if we have unistd.h

2012-06-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: f985113075b0c571b1b1b166fe28f87f0f291be5 Author:Ronald S. Bultje Committer: Martin Storsjö Date: Sun Jun 24 21:26:31 2012 +0300 random_seed: Only read /dev/*random if we have unistd.h unistd.h is used for open/read/close, but if this header does no

[libav-commits] file: Only include unistd.h if it exists

2012-06-29 Thread Ronald S. Bultje
Module: libav Branch: master Commit: 3b1ab197be185b61247ef2472f15eeac3e765252 Author:Ronald S. Bultje Committer: Martin Storsjö Date: Mon Jun 25 00:42:27 2012 +0300 file: Only include unistd.h if it exists It is included for the open/read/write/close functions. On MSVC, where this hea

[libav-commits] x86: vc1: fix and enable optimised loop filter

2012-06-29 Thread Mans Rullgard
Module: libav Branch: master Commit: f2fd167835b6f039a593e46ab3a84e1b9a453660 Author:Mans Rullgard Committer: Mans Rullgard Date: Fri Jun 22 21:40:28 2012 +0100 x86: vc1: fix and enable optimised loop filter The problem is that the ssse3 psign instruction does the wrong thing here. C