- 18 Jan, 2004 11 commits
-
-
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"}'
-
Sam Hocevar authored
+ Set the window title upon startup. + Support for window resizing (requires libcaca 0.8).
-
Laurent Aimar authored
hack because of the way input_SetProgram works).
-
Rocky Bernstein authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
selector[,selector] where 'selector' are from: * no-audio, noaudio, audio * no-video, novideo, video * no-spu, nospu, spu * es=num or es=num_start-num_end * prgm=num or prgm=num_start-num_end (you can also use program instead of prgm) It applies for the last dst. selector1,selector2 means selector1 and selector2. Ex: vlc file --sout '#duplicate{dst="1� dst", select="selection for 1� dst", dst="2� dst", dst="3� dst", select="selection for 3� dst" }'
-
Laurent Aimar authored
-
Sam Hocevar authored
+ More code cleanup. Thanks a lot to jlj for testing my changes. + Removed AddNativeMD5 and merged Bordelize() into DoShuffle(). + Decrypt the SCI data in-place and shuffle it in the same loop.
-
Cyril Deguet authored
-
Cyril Deguet authored
issues after reading a bad theme) * x11/.*: removed the hack of storing pointers as window properties
-
- 17 Jan, 2004 13 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
* dvdnav.c: begin of a dvdnav plugin. It's more to test that to be a real plugin for now. (a lot of design problems are raised with it).
-
Gildas Bazin authored
* modules/control/http.c: fixed another mem leak.
-
Gildas Bazin 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().
-
Gildas Bazin authored
* modules/control/http.c: fixed gcc warning.
-
Sigmund Augdal Helberg authored
* Updated documentation on playlist_Add* (they return a id, not the position)
-
Sigmund Augdal Helberg authored
* Begin updating news for a 0.7.1
-
Gildas Bazin authored
* modules/control/http.c: fixed a whole bunch of mem leaks.
-
Gildas Bazin authored
* ALL: make sure newly created playlist_item_t are initialized properly.
-
Gildas Bazin authored
* modules/stream_out/transcode.c: fixed segfault.
-
Gildas Bazin authored
* src/input/demux.c: fixed small mem leak.
-
Gildas Bazin authored
* modules/stream_out/transcode.c: fixed mem leak.
-
- 16 Jan, 2004 9 commits
-
-
Sigmund Augdal Helberg authored
* try to use valid xhtml
-
Sam Hocevar authored
+ Merged redundant functions. + Unobfuscated and cleaned up many parts of the crypto code. + Added comments here and there.
-
Rocky Bernstein authored
and work done to allow for palettized rendering (by not expanding inline colormap entries when RGB2).
-
Laurent Aimar authored
-
Sam Hocevar authored
+ The libmpeg2 plugin honours the --no-mmx, --no-altivec, etc. flags.
-
Rocky Bernstein authored
Started RV32 and- has bugs. (It'd be nice if something in rendering worked the first time without a hassle). Modules.am, pixmap.h, subtitle.h: Some of the pixel stuff has been moved here. cvd.c: remove option duplicated with ogt.c Probably should be hoisted more to a main routine. Perhaps if spudec is folded in.
-
Laurent Aimar authored
-
Laurent Aimar authored
Introduced a --ts-extra-pmt <pmt_pid=pid:stream_type[,...]> option to allow user to enter a pmt description (for stream without PAT/PMT). TODO: - test all codec. - test stream with more than 1 PMT - test stream with PAT/PMT change(s) - re-add support for dvb subtitles. - test with broken streams. - test --ts-extra-pmt
-
Gildas Bazin authored
* modules/gui/wxwindows/playlist.cpp: unicode compilation fixes.
-
- 15 Jan, 2004 7 commits
-
-
Benjamin Pracht authored
lalala
-
Gildas Bazin authored
* src/input/input.c: fixed memleaks. * src/input/input_info.c: small bug fix. * modules/stream_out/standard.c: fixed memleaks.
-
Gildas Bazin authored
* modules/access_output/http.c: fixed small mem leak and mem corruption.
-
Laurent Aimar authored
-
Gildas Bazin authored
* modules/demux/mpeg/ts.c: better auto-detection of MPEG-TS streams.
-
Sigmund Augdal Helberg authored
* use a standard file dialog to export playlist
-
Gildas Bazin authored
* modules/codec/ffmpeg/ffmpeg.c: more fourccs added. * modules/codec/ffmpeg/demux.c: bug fix.
-