- 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
-
- 08 Oct, 2004 1 commit
-
-
Derk-Jan Hartman authored
bigben: this fixes that last little problem you had with the 'fullscreen button'
-
- 02 Oct, 2004 1 commit
-
-
Clément Stenac authored
* Re-implemented sub-fps for SubRIP. * Use 50ms increments for hotkeys
-
- 01 Oct, 2004 1 commit
-
-
Gildas Bazin authored
-
- 15 Sep, 2004 1 commit
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c: re-use the SPU engine. * src/video_output/vout_subpictures.c: support for resizing subpictures.
-
- 05 Aug, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 02 Aug, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 08 Jul, 2004 1 commit
-
-
Sigmund Augdal Helberg authored
with the subtitles hotkey (thank you gcc)
-
- 07 Jul, 2004 1 commit
-
-
Sigmund Augdal Helberg authored
-
- 27 Jun, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 23 Jun, 2004 1 commit
-
-
Laurent Aimar authored
(becarefull, it's just if you can seek or not, and not if you have to display the progress bar, for thet last you have to check if "position" value get != 0.0 ) - added "audio-delay" and "spu-delay" object variables to delay audio/spu to the video. They can be changed on the fly (untested). - renamed INPUT__GET/SET_SUBDELAY into INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY (wrapper to "audio-delay" and "spu-delay") - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use them, a demuxer should export DEMUX_GET_META and not using them.
-
- 22 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 17 Jun, 2004 1 commit
-
-
Yoann Peronneau authored
When you want to use OSD, you have to register an OSD channel, by calling vout_RegisterOSDChannel, then pass it to vout_CreateSubPicture. There is a particular channel, DEFAULT_CHANNEL that can be used for general purpose. See modules/control/hotkeys.c for an example.
-
- 08 Jun, 2004 1 commit
-
-
Yoann Peronneau authored
* modules/control/hotkeys.c: don't display OSD slider if stream is not seekable, when pressing 't' hotkey.
-
- 06 Jun, 2004 1 commit
-
-
Yoann Peronneau authored
-
- 02 Jun, 2004 2 commits
-
-
Yoann Peronneau authored
-
Yoann Peronneau authored
* added i_channel and i_content properties to subpicture_t * p_last_osd_message is no more used An OSD channel can contain simultaneously an OSD text and an OSD widget.
-
- 29 May, 2004 1 commit
-
-
Yoann Peronneau authored
-
- 26 May, 2004 1 commit
-
-
Yoann Peronneau authored
-