Author: cehoyos Date: Sat Oct 25 14:55:58 2014 New Revision: 37307 Log: Support Go2Meeting fourcc G2M5. Only works with -demuxer lavf, binary decoder not tested. Modified: trunk/etc/codecs.conf Modified: trunk/etc/codecs.conf ============================================================================== --- trunk/etc/codecs.conf Sat Oct 25 13:08:31 2014 (r37306) +++ trunk/etc/codecs.conf Sat Oct 25 14:55:58 2014 (r37307) @@ -1930,7 +1930,7 @@ videocodec eescreen videocodec ffg2m info "FFmpeg Go2Meeting" status working - fourcc G2M4 + fourcc G2M4,G2M5 driver ffmpeg dll g2m out RGB24 @@ -1938,7 +1938,7 @@ videocodec ffg2m videocodec gotomeeting info "GoToMeeting codec" status working - fourcc G2M2,G2M3,G2M4 + fourcc G2M2,G2M3,G2M4,G2M5 driver dmo dll "G2M.dll" guid 0x23F891A4, 0x572B, 0x474A, 0x86, 0xDA, 0x66, 0xCD, 0xD3, 0xD1, 0xAC, 0x2E
On Sat, 25 Oct 2014 14:55:58 +0200 (CEST) cehoyos <subversion@mplayerhq.hu> wrote:
Author: cehoyos Date: Sat Oct 25 14:55:58 2014 New Revision: 37307
Log: Support Go2Meeting fourcc G2M5.
Only works with -demuxer lavf, binary decoder not tested.
as the binary codec i have on my system 11/03/2011 07:38 PM 8,247,160 g2m.dll 07/18/2012 01:11 PM 2,511,976 G2M.dll.3 12/04/2008 10:03 AM 4,921,136 G2M.dllx arent recent enough, strings on them finds g2m4 but not g2m5. so , we'd probably have to grab an updated dll from go2. and then verify it still loads with our loader. (i think the g2m.dll in mphq codec packs is fairly old as well) -compn
participants (2)
-
cehoyos -
compn