- 22 Aug, 2004 1 commit
-
-
Derk-Jan Hartman authored
* added the new OSX vout files to pb proj.
-
- 21 Aug, 2004 3 commits
-
-
Sam Hocevar authored
-
Cyril Deguet authored
-
Sam Hocevar authored
+ Don't use vlc_app_DATA for the BeOS bundle. + Build the BeOS bundle in $(top_builddir).
-
- 20 Aug, 2004 1 commit
-
-
Eric Petit authored
(really strange crashes happen otherwise, can't figure out why) + Makefile.am: don't forget to build vlc-bundle on BeOS
-
- 09 Aug, 2004 1 commit
-
-
Gildas Bazin authored
* configure.ac, Makefile.am: don't use upx in the win32 installer anymore as some people have been complaining about loading time problems.
-
- 07 Aug, 2004 1 commit
-
-
Jérome Decoodt authored
Reviews welcome
-
- 03 Aug, 2004 1 commit
-
-
Gildas Bazin authored
(expect some breakage). * modules/video_filter/blend.c: new alpha-blending module.
-
- 30 Jul, 2004 1 commit
-
-
Sam Hocevar authored
-
- 23 Jul, 2004 1 commit
-
-
Eric Petit authored
+ contrib/src/Makefile: build more libs on BeOS, use libdts' svn + Makefile.am: fixed BeOS packages generation
-
- 22 Jul, 2004 3 commits
-
-
Eric Petit authored
+ extras/contrib/src/*: build libmpeg2 w/o mmxext and 3dnow on BeOS (buggy compiler) + modules/gui/beos/*: quick compile fixes + modules/video_filter/deinterlace.c: require mmxext instead of mmx + Makefile.am: on BeOS, build a VLC bundle a la OS X
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 05 Jul, 2004 1 commit
-
-
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 !
-
- 22 Jun, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 07 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 29 May, 2004 1 commit
-
-
Laurent Aimar authored
-
- 27 May, 2004 1 commit
-
-
Gildas Bazin authored
-
- 24 May, 2004 1 commit
-
-
Derk-Jan Hartman authored
* Better align the iTunes styled slider with other UI elements * added .spx .ts and .ps fileextensions.
-
- 23 May, 2004 1 commit
-
-
Yoann Peronneau authored
* src/video_output/video_widgets.c: Added OSD sliders when changing volume or position with hotkeys. Those sliders are graphical (ie not written with characters) and we can now add others OSD "widgets".
-
- 15 May, 2004 1 commit
-
-
Derk-Jan Hartman authored
- will now determine desired image size by itself - the hdid mount command mounted the image as root if no user is logged in via GUI. this is very undesirable for nightly builds. now uses the mount command and a local mountpoint.
-
- 14 May, 2004 1 commit
-
-
Gildas Bazin authored
* Makefile.am: use vlc icon in the NSIS installer.
-
- 09 May, 2004 1 commit
-
-
Gildas Bazin authored
Makefile.am: email address obfuscation for text files included in the win32 package (Patch courtesy of Johan Bilien)
-
- 06 May, 2004 1 commit
-
-
Gildas Bazin authored
-
- 05 May, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 30 Apr, 2004 1 commit
-
-
Gildas Bazin authored
* share/skins2/skin.catalog: added a default catalog as some platforms don't provide one (eg. win32). * modules/gui/skins2/parser/skin_parser.cpp: try to load the skins catalog and if it fails, use the system's one.
-
- 29 Apr, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 28 Apr, 2004 1 commit
-
-
Gildas Bazin authored
* configure.ac, Makefile.am: Use upx for the win32 package if present. Fixed the mozilla plugin build on cygwin.
-
- 26 Apr, 2004 1 commit
-
-
Sam Hocevar authored
+ Copy the original ebuild instead of copying it, to allow recursive "make dist" calls.
-
- 20 Apr, 2004 1 commit
-
-
Derk-Jan Hartman authored
- fix goom location - some small url improvements. please test the contrib system. * modules/gui/macosx/* - autodetect Quartz Extreme. Use OpenGL vout if present. - --macosx-vout auto|quartz|opengl to force a vout. * Makefile.am: add share/http/vlm to target. * NEWS: small updates * AUTHORS: updated my email address.
-
- 18 Apr, 2004 1 commit
-
-
Clément Stenac authored
- The SAP handler now runs in a separate thread. - RTP sessions can be announced with sap (sdp=sap://,name=...) TODO: Make this more configurable - Better SDP generation (the timestamp problem is not resolved) About this, there is a problem : as, for a RTP session, the URI is the complete SDP, if the session is recreated, as the URI has changed, a new item is added to the playlist - Experimental flow control algorithm : It does not follow the "Recommended" implementation, as it needs to count the sessions (to achieve this, we should make this work together with the SAP listener) It is disabled by default (use --sap-flow-control to enable). When it is disabled, sap announcement interval is set by --sap-interval * src/misc/net.c : created net_ReadNonBlock * sap.c : Fixed memory problem
-
- 31 Mar, 2004 1 commit
-
-
Gildas Bazin authored
* src/input/input.c: + introduced input_item_t that is shared between the playlist/vlm and the input thread (contains input name, options, infos, etc...). + changed prototype of input_CreateThread() to input_thread_t *input_CreateThread( vlc_object_t *, input_item_t * ). * ALL: use input_item_t and INPUT_ADD_INFO when necessary.
-
- 23 Mar, 2004 1 commit
-
-
Gildas Bazin authored
+ new input_Control() function (doesn't do much for now). + started bookmarks support through input_Control(). + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option. * src/video_output/*: + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow()) + new --video-x/y config options
-
- 22 Mar, 2004 1 commit
-
-
Olivier Teulière authored
-
- 21 Mar, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 03 Mar, 2004 2 commits
-
-
Sigmund Augdal Helberg authored
moved to share/ after the svn switch) share/Makefile.am: added some wince-related resource files to the distribution
-
Laurent Aimar authored
-
- 01 Mar, 2004 1 commit
-
-
Gildas Bazin authored
* modules/gui/skins2/Modules.am: include the default skins2 theme in the "make dist" rule. * install-win32, Makefile.am: include the default skins2 theme in the win32 package.
-