- 27 Jun, 2004 5 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/access/dvdnav.c: chapters start from 1. * modules/gui/wxwindows/menus.cpp: removed debug message.
-
Gildas Bazin authored
+ fixed typo in INPUT_CONTROL_SET_SEEKPOINT_NEXT. + a few coding style changes. * input/var.c: + use the descriptive name for titles/chapters if available.
-
Gildas Bazin authored
-
- 26 Jun, 2004 7 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
* modules/gui/skins2/x11/x11_window.cpp: "stay on top" support if window manager supports _NET_WM_STATE_STAYS_ON_TOP.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
* playlist/playlist.c: with autodeletion, destroy the input before deleting the playlist item (shared data between both).
-
Gildas Bazin authored
-
- 25 Jun, 2004 14 commits
-
-
Cyril Deguet authored
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
* sub ->subtitle : converted sub.c to a 'real' demux2. * input.c: added basic multi-input support for subtitle. * avi, mp4: don't exit anymore when no es selected.
-
Gildas Bazin authored
* modules/gui/wxwindows/menus.cpp: wallpaper entry in the menu.
-
Gildas Bazin authored
* access/dvdread.c: added dvdsimple shortcut.
-
Sam Hocevar authored
+ Moved the shared object suffix detection to vlc.m4. + Replaced AX_* macros with VLC_* macros.
-
Sam Hocevar authored
+ Play nicely with recent automake versions.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
+ major rewrite of the dvdread module. + dvdread is now an access_demux module.
-
- 24 Jun, 2004 4 commits
-
-
Gildas Bazin authored
+ removed dvdplay module which was deprecated in favor of the dvdnav one. + removed dvd module which is going to be replace with a new dvdread one.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 23 Jun, 2004 10 commits
-
-
Eric Petit authored
-
Laurent Aimar authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Laurent Aimar authored
-
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.
-
Gildas Bazin authored
* src/input/stream.c: fixed detection of EOF.
-
Gildas Bazin authored
-
Derk-Jan Hartman authored
-