- 24 Sep, 2006 1 commit
-
-
Clément Stenac authored
p_libvlc->b_die Not implemented for OS X as I am not sure, please check if it is feasible. * Don't run the dummy interface
-
- 17 Sep, 2006 3 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
-
Clément Stenac authored
-
- 15 Sep, 2006 1 commit
-
-
Clément Stenac authored
Also, make it clearer what is shared and instance-specific So, libvlc_t ==> libvlc_global_t vlc_t ==> libvlc_int_t (internal instance) p_object->p_libvlc ==> p_object->p_libvlc_globale p_object->p_vlc ==> p_object->p_libvlc VLC_OBJECT_VLC ==> VLC_OBJECT_LIBVLC And by the way, there is some cleanup required :) (ie, some things are created in the global object instead of the instance-specific one)
-
- 13 Jul, 2006 1 commit
-
-
Sam Hocevar authored
-
- 06 Jun, 2006 2 commits
-
-
Yoann Peronneau authored
-
Yoann Peronneau authored
this needs to be tested
-
- 31 May, 2006 1 commit
-
-
Clément Stenac authored
(Remove ITEMPLAY method, which had become redundant)
-
- 21 May, 2006 1 commit
-
-
Yoann Peronneau authored
-
- 14 May, 2006 1 commit
-
-
Clément Stenac authored
What is currently broken: * Some playlist demuxers (shout, dvb and pls) * DAAP * BeOS playlist * GPE playlist, I suppose What has some trouble: * Meta handling in several demuxers (most notably TS) * Skins2 playlist (doesn't refresh correctly) * OS X playlist (see bigben's latest commits)
-
- 13 May, 2006 2 commits
-
-
Antoine Cellerier authored
alt+i -> crop one more pixel from the top alt+j -> crop one more from the left alt+k -> crop one more from the bottom alt+l -> crop one more from the right alt+shift+<the letter> -> crop one less
-
Antoine Cellerier authored
-
- 14 Apr, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 29 Mar, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 25 Mar, 2006 1 commit
-
-
Clément Stenac authored
* Move out Advanced/Misc/Misc options * Don't show any Stuff/General category anymore * For interfaces, split out "General" from main interface settings * Remove dummy from prefs * Clean hotkeys settings (Closes:#598)
-
- 12 Feb, 2006 1 commit
-
-
Clément Stenac authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 29 Nov, 2005 1 commit
-
-
Antoine Cellerier authored
-
- 27 Nov, 2005 1 commit
-
-
Clément Stenac authored
* Move jump size definitions to libvlc to avoid having 2 categories (still need to move bookmarks) * Don't show bookmarks settings in GUI - speeds up dramatically config panel creation
-
- 26 Nov, 2005 1 commit
-
-
Antoine Cellerier authored
The hotkey item in the prefs kind of looks akward. Someone have a better idea ?
-
- 28 Oct, 2005 1 commit
-
-
Derk-Jan Hartman authored
-
- 22 Oct, 2005 1 commit
-
-
Cyril Deguet authored
-
- 16 Oct, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 15 Oct, 2005 1 commit
-
-
Sigmund Augdal Helberg authored
AUTHORS: updated my entry
-
- 27 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Merged OSD functionality on the same core functions. All OSD functionality is described in include/vlc_osd.h now, which entirely replace include/osd.h. The file src/video_output/video_widgets.c uses functionality from src/osd/osd_widgets.c now.
-
- 22 Aug, 2005 1 commit
-
-
Sam Hocevar authored
-
- 10 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
-
- 09 Aug, 2005 1 commit
-
-
Jean-Paul Saman authored
Added new hotkeys (key-intf-hide, key-jump-3sec, key-jump+3sec, key-title-next, key-title-prev, key-chapter-next, key-chapter-prev) and expanded the hotkey structure. This is a forward port from branch vlc-0.8.1-jpsaman-thedj revision 11756.
-
- 25 Jul, 2005 1 commit
-
-
Derk-Jan Hartman authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 01 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 May, 2005 1 commit
-
-
Yoann Peronneau authored
-
- 18 Apr, 2005 1 commit
-
-
Jean-Paul Saman authored
Fix deadlock while quiting VLC. It can get stuck in the playlist. Stopping the playlist first resolves this problem.
-
- 15 Feb, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 Dec, 2004 1 commit
-
-
Gildas Bazin authored
-
- 17 Dec, 2004 1 commit
-
-
Benjamin Pracht authored
* This currently sets audio-delay, which produses some ugly warning messages. The new resampling algorithm seems to behave quite well however.
-
- 20 Nov, 2004 1 commit
-
-
Clément Stenac authored
-
- 10 Oct, 2004 1 commit
-
-
Olivier Teulière authored
interface when moving the mouse to the top of the screen (in fullscreen mode). - modules/control/hotkeys.c: added a hotkey to raise the interface - modules/gui/wxwindows/*, modules/gui/skins2/*: added callbacks for the "intf-show" variable; it should be easy to do the same for BeOS and MacOSX interfaces
-