]> git.sesse.net Git - vlc/commit
* forward-port of all eyetv relates sources in my branch
authorFelix Paul Kühne <fkuehne@videolan.org>
Mon, 5 Mar 2007 18:15:27 +0000 (18:15 +0000)
committerFelix Paul Kühne <fkuehne@videolan.org>
Mon, 5 Mar 2007 18:15:27 +0000 (18:15 +0000)
commit10649df7688ab55965e6f9f6b28cd465a2a08713
tree03271e8b34edc4788e340bac5bbfee9285466ad4
parent906a3bfe403f64a3f9689148ffac9975feee2698
* forward-port of all eyetv relates sources in my branch
    - this stuff is highly unfinished; needs much more work and testing
    - don't be surprised if you don't see anything when trying it out, this port is basically a big reminder for me to keep working on it ;-)
    - the access module is probably going to be ported from CoreFoundation-driven C to Cocoa-based Obj-C
    - everything will be 10.4-only, since EyeTV is only available this way as well
    - the plugin to put into EyeTV is compiled in UB-mode by default and incorporates Public Domain code provided by Elgato Systems GmbH
16 files changed:
configure.ac
extras/MacOSX/eyetvplugin/English.lproj/InfoPlist.strings [new file with mode: 0644]
extras/MacOSX/eyetvplugin/EyeTVPluginDefs.h [new file with mode: 0644]
extras/MacOSX/eyetvplugin/Info.plist [new file with mode: 0644]
extras/MacOSX/eyetvplugin/eyetvplugin.c [new file with mode: 0644]
extras/MacOSX/eyetvplugin/eyetvplugin.h [new file with mode: 0644]
extras/MacOSX/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj [new file with mode: 0644]
modules/access/Modules.am
modules/access/eyetv.c [new file with mode: 0644]
modules/gui/macosx/Modules.am
modules/gui/macosx/eyetv.h [new file with mode: 0644]
modules/gui/macosx/eyetv.m [new file with mode: 0644]
modules/gui/macosx/intf.h
modules/gui/macosx/intf.m
modules/gui/macosx/open.h
modules/gui/macosx/open.m