From 182001aef1e2d66228fb603424ac37c8f814aae6 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Thu, 11 Feb 2010 01:12:37 +0000 Subject: Support GEOV video codec: Hangs on exit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30532 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 99c402d367..6e04bc032f 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -67,6 +67,14 @@ videocodec ffzmbv dll "zmbv" out RGB24 +videocodec geov + info "GeoCodec" + status buggy + fourcc GEOV + driver vfw + dll "GeoCodec.dll" + out BGR24 flip + videocodec zmbv info "Zip Motion-Block Video" status working -- cgit v1.2.3 From cd3d8675f6fb67393a378ee212bd2609d53ed45d Mon Sep 17 00:00:00 2001 From: cehoyos Date: Thu, 11 Feb 2010 01:28:21 +0000 Subject: GeoCodec.dll also supports fourcc GEOX. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30533 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 6e04bc032f..44f73eb575 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -71,6 +71,7 @@ videocodec geov info "GeoCodec" status buggy fourcc GEOV + fourcc GEOX driver vfw dll "GeoCodec.dll" out BGR24 flip -- cgit v1.2.3 From 4c8061bf9f60d7d58bbb7eb37d91d71df5947777 Mon Sep 17 00:00:00 2001 From: compn Date: Thu, 11 Feb 2010 02:25:38 +0000 Subject: add comment about geov codec crashing on win32 in codecs.conf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30534 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index 44f73eb575..e0489d8046 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -69,6 +69,7 @@ videocodec ffzmbv videocodec geov info "GeoCodec" + comment "crashes on win32" status buggy fourcc GEOV fourcc GEOX -- cgit v1.2.3 From 592d2e3edfe483d2fac4a7f53955c91cb91b946b Mon Sep 17 00:00:00 2001 From: cehoyos Date: Thu, 11 Feb 2010 23:59:08 +0000 Subject: Improve comment for GeoCodec.dll git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30540 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index e0489d8046..ad1bbcca9a 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -69,7 +69,7 @@ videocodec ffzmbv videocodec geov info "GeoCodec" - comment "crashes on win32" + comment "crashes without -nosound, hangs on exit" status buggy fourcc GEOV fourcc GEOX -- cgit v1.2.3