- 05 Jul, 2004 3 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
- The VLCApplication is now launched at the vlc.c level instead of at the module level. Allows VLC to be a more valid Mac application, also removes the vout intf dependancy (use ncurses to disp. video :). This wasn't done at the libvlc level, because a mozilla plugin would no longer be able to function properly. - Some functionality of the macosx vout may not work without the OS X GUI, and not all of this is checked yet. - There is a symlink in VLC.app/Contents/Mac called clivlc that will force it back to a fullblown cli app when you want, so it can still be run by a user who isn't logged in via GUI. - there are some autorelease leaks which need to be tackled. - moved a lot of the VLCApplication func. to the VLCMain class. - VLCMain is a +sharedInstance now. - the complete OS X interface is still badly broken because of the many API changes lately. any volunteers? Examples: VLC.app/Contents/MacOS/VLC [-I macosx] launches VLC as before (requires you to be logged in via GUI) VLC.app/Contents/MacOS/VLC -I ncurses launch vlc with a ncurses intf and display video on your mac (requires you to be logged in via GUI) VLC.app/Contents/MacOS/clivlc -I telnet -d launch vlm remotely trough ssh in daemon mode, on a GUI'less server for instance, and stream your vids Now how is that for combining GUI and cli in one application on the mac?!!? :) jlj? I finally understand now how the OS X interface works !
-
Derk-Jan Hartman authored
* Fixed bootstrap to use pkg.m4 from contrib system * Patches to make libcddb and vcdimager work (stupid bugs !, how do they compile with this on other system?)
-
- 04 Jul, 2004 4 commits
-
-
Mohammed Adnène Trojette authored
-
Mohammed Adnène Trojette authored
-
Mohammed Adnène Trojette authored
-
Mohammed Adnène Trojette authored
-
- 03 Jul, 2004 1 commit
-
-
Cyril Deguet authored
-
- 02 Jul, 2004 2 commits
-
-
Derk-Jan Hartman authored
-
Gildas Bazin authored
+ When dealing with slow direct buffers, use a temporary picture to overlay subtitles (avoids slow reads during alpha-blending). * modules/video_output/directx/directx.c: signal slow picture buffers.
-
- 01 Jul, 2004 10 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Sigmund Augdal Helberg authored
fourcc YUVA to be used in subpicture rendering
-
Sigmund Augdal Helberg authored
shuffeling a playlist with 1 entry
-
Gildas Bazin authored
+ start daemon mode before modules are loaded. + dummy interface is the default interface when in daemon mode.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
This plugin allows using DMO filters to decode some media types (eg. WMV3).
-
Gildas Bazin authored
-
- 30 Jun, 2004 7 commits
-
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
this is also broken for encoding, but i'm not sure how to fix this.
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
- always use the dummy interface as the primary interface in daemon mode. - always launch the logger interface as a secondary interface. (perhaps later let vlc log to /var/log if it has the rights? in append mode?) - any other interfaces should be launched with --extraintf - we should add a pid file option for daemon mode?
-
Cyril Deguet authored
twice after a "goto" or a "skip" command. I don't know if it is the proper fix, but at least the playlist is useable now ;)
-
Derk-Jan Hartman authored
-
Sigmund Augdal Helberg authored
-
- 29 Jun, 2004 2 commits
-
-
Derk-Jan Hartman authored
* NEWS: let's keep it up to date, will mean less searching trough mailboxes in august.
-
Gildas Bazin authored
-
- 28 Jun, 2004 10 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Gildas Bazin authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
jlj could you please verify this ?
-
- 27 Jun, 2004 1 commit
-
-
Derk-Jan Hartman authored
-