- 09 Sep, 2004 1 commit
-
-
Gildas Bazin authored
-
- 06 Sep, 2004 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 Sep, 2004 1 commit
-
-
Gildas Bazin authored
-
- 28 Aug, 2004 1 commit
-
-
Sam Hocevar authored
-
- 25 Aug, 2004 1 commit
-
-
Laurent Aimar authored
-
- 21 Aug, 2004 2 commits
-
-
Gildas Bazin authored
The parsing of the title/chapter section is more strict so shouldn't trigger on false positives like udp syntax or http url with login/password. * src/libvlc.h: updated useage.
-
Gildas Bazin authored
* src/input/input.c: hack for udp access and MRLSections().
-
- 20 Aug, 2004 3 commits
-
-
Gildas Bazin authored
- syntax is: [url][@[title-start][,chapter-start][-[title-end][,chapter-end]]] - core also handles start/end boundaries itself (simplifies the access plugins). * modules/access/dvdread.c,dvdnav.c,cdda.c: removed MRL parsing code.
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 04 Aug, 2004 1 commit
-
-
Gildas Bazin authored
* modules/access/dvdnav.c: very basic probing that avoids doing a dvdnav_open() on files when they are not DVD images. * src/input/input.c: auto-probe access_demux as well. * modules/access/vcd/vcd.c: raised priority above the file access one.
-
- 03 Aug, 2004 1 commit
-
-
Laurent Aimar authored
-
- 01 Aug, 2004 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 16 Jul, 2004 1 commit
-
-
Derk-Jan Hartman authored
* modules/demux/avi/avi.c: Look a bit further into the file for the avi tag. this allows you to play avi in uncompressed .rar (only first part of course).
-
- 12 Jul, 2004 1 commit
-
-
Clément Stenac authored
-
- 28 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 27 Jun, 2004 2 commits
-
-
Laurent Aimar authored
is used as a separator), it may or may not work (depend a lot on the demux).
-
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.
-
- 25 Jun, 2004 2 commits
-
-
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
-
- 24 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 23 Jun, 2004 2 commits
-
-
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
-
- 22 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 07 Jun, 2004 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
* demux, access: change the prototype of access2_New/demux2_New. * control: implemented all INPUT_GET/SET. * src/input/*.c: removed old functions, move some of them.
-
- 05 Jun, 2004 2 commits
-
-
Laurent Aimar authored
time-offset change.
-
Laurent Aimar authored
STREAM_CONTROL_ACCESS. * all: added previous new commands support.
-
- 30 May, 2004 1 commit
-
-
Laurent Aimar authored
-
- 28 May, 2004 1 commit
-
-
Derk-Jan Hartman authored
the playlist item duration. Now mpeg files will show their duration.
-
- 06 May, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 29 Apr, 2004 1 commit
-
-
Gildas Bazin authored
* src/input/input.c: input_StopThread() sets b_die on demux2 as well.
-
- 20 Apr, 2004 1 commit
-
-
Yoann Peronneau authored
',') where VLC can look for a subtitle file ; typically, ./Subtitles or ./subtitles (the directory in wich the film is located is implicit).
-
- 04 Apr, 2004 1 commit
-
-
Laurent Aimar authored
decode it as a url encoded one and we retry. (Btw, this will break playing of paths that have '%' and ':' )
-
- 02 Apr, 2004 1 commit
-
-
Laurent Aimar authored
* input: fixed "position" value as soon as possible after a see, this way the intf doesn't show strange seek bar behavour.
-
- 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.
-
- 30 Mar, 2004 1 commit
-
-
Clément Stenac authored
-
- 29 Mar, 2004 1 commit
-
-
Laurent Aimar authored
input: fixed uninitialised variable (i_microsecondperframe for subs)
-