- 18 Jan, 2004 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
Now vlc can read a TS with multiple programs and streams them as indepandant output (well you need the new TS demuxer so ...) (It is not well tested) Example: (lines are wrapped) ./vlc -I rc --sout-all /ts2:/home/fenrir/test.ts \ --sout '#duplicate{dst="std{access=udp,mux=ts,url=239.255.13.13}", \ select="program=8501",\ dst="std{access=udp,mux=ts,url=239.255.13.14}", \ select="program=8506"}'
-
Laurent Aimar authored
hack because of the way input_SetProgram works).
-
- 17 Jan, 2004 5 commits
-
-
Laurent Aimar authored
-
gbazin authored
* src/playlist/info.c: get rid of the #ifdef HAVE_VASPRINTF now that we have it in our small libc. * modules/control/http.c: fixed parsing in uri_extract_value().
-
sigmunau authored
* Updated documentation on playlist_Add* (they return a id, not the position)
-
gbazin authored
* ALL: make sure newly created playlist_item_t are initialized properly.
-
gbazin authored
* src/input/demux.c: fixed small mem leak.
-
- 16 Jan, 2004 1 commit
-
-
Laurent Aimar authored
-
- 15 Jan, 2004 2 commits
- 13 Jan, 2004 1 commit
-
-
gbazin authored
* src/interface/interface.c: added the gestures interface to the interfaces list.
-
- 12 Jan, 2004 2 commits
- 11 Jan, 2004 2 commits
-
-
zorglub authored
* New playlist import/export system: -export plugin in misc/playlist (contains one module for each file type) -open plugin = special demuxer2, that can be opened from the command line or the graphical interface. NB: the demuxer "playlist" is forced to earn speed, but this does not work yet, as we have a demux2 * modules/gui/wxwindows: use the new import/export. * src/playlist/group.c : fixed boundary check * src/playlist/item-ext.c: correctly reset stuff when clearing the playlist
-
zorglub authored
-
- 10 Jan, 2004 6 commits
-
-
sigmunau authored
* removed unused variable
-
hartman authored
-
hartman authored
* Added SORT_ID * remember last sorting and ordering in playlist struct
-
Rocky Bernstein authored
Some bugs when 16:9 scaling in ogt_parse.c and cvd_parse.c
-
zorglub authored
-
hartman authored
Changed playlist_SetDuration. * changed SORT_NORMAL SORT_REVERSE into ORDER_NORMAL ORDER_REVERSE
-
- 09 Jan, 2004 5 commits
-
-
hartman authored
src/misc/variables.c: Added a VLC_VAR_TRIGGER_CALLBACKS action * src/libvlc.c: You can now change verbosity on the fly by using the "verbose" variable of p_vlc. -1 == quiet
-
Jon Lech Johansen authored
-
gbazin authored
* src/extras/libc.c: return result in vlc_asprintf().
-
gbazin authored
* ALL: added vlc_asprintf() to our libc.
-
gbazin authored
-
- 08 Jan, 2004 2 commits
-
-
Jon Lech Johansen authored
-
Laurent Aimar authored
-
- 07 Jan, 2004 5 commits
-
-
Laurent Aimar authored
-
gbazin authored
* src/playlist/*: fixed memory leaks. * modules/codec/rawvideo.c: fixed dts/pts problem and added support for fourcc IYUV. * modules/stream_out/transcode.c: added support for fourcc IYUV.
-
Laurent Aimar authored
-
Laurent Aimar authored
apply to the selected program.
-
Laurent Aimar authored
-
- 06 Jan, 2004 6 commits
-
-
Laurent Aimar authored
-
sigmunau authored
* Cleaned up a comment * Added a function stream_ReadLine() to read one line from a stream include/ninput.h: * export stream_ReadLine()
-
zorglub authored
-
zorglub authored
check that command line parsing still works for items and options? ) - src/libvlc.c include/vlc/vlc.h : New libvlc functions to get playlist status and clear the playlist Patch by Tong Ka Man - src/playlist/* : Update copyrights - src/playlist/playlist.c: -When a user explicitely asks for an item, do play it, even if random mode -Do not stop playlist upon deletion of an autodelete item -playlist_Clear (Patch by Tong Ka Man)
-
Rocky Bernstein authored
an interface to allow setting the duration on adding a playlist item.
-
Rocky Bernstein authored
option. Run-of-the mill users may want to select that. Update documentation.
-