- 20 Mar, 2005 1 commit
-
-
Cyril Deguet authored
-
- 19 Mar, 2005 5 commits
-
-
gbazin authored
* modules/codec/dvbsub.c: first implementation of dvb text subtitles encoding/decoding (a few things are still to be done).
-
Mark Moriarty authored
-
zorglub authored
-
gbazin authored
-
Sam Hocevar authored
-
- 18 Mar, 2005 4 commits
-
-
Jérome Decoodt authored
-
Jérome Decoodt authored
Not tested...
-
gbazin authored
-
Mark Moriarty authored
ps.c -- add i_rate_bound (MPEG spec 13818 requires rate_bound >= that of any packet in the stream) (I'm not positive, but program_mux_rate, based on instant_rate, should also possibly change. Per 2.5.3.4 of the spec,it sounds like it might be the forward-looking rate; reporting a last-second value based on P frames,if the forward packets have an I frame, might not be correct [specs are a pain])
-
- 17 Mar, 2005 12 commits
-
-
gbazin authored
* modules/audio_filter/resampler/linear.c: ported linear resampler to audio filter 2 architecture. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup and fixes by me.
-
gbazin authored
* modules/stream_out/transcode.c: simplifications + more extensive audio filter searches for conversions.
-
gbazin authored
modules/codec/araw.c: a/ulaw encoding support. Patch courtesy of Matthew Hodgson (matthew at mxtelecom dot com) + cleanup by me.
-
gbazin authored
* modules/audio_filter/*: set the output format to what's really being output.
-
gbazin authored
* src/misc/image.c, src/video_output/vout_intf.c: handle aspect ratio changes in image_Convert() as well. * modules/video_output/picture.c: set all the fields of fmt_in for image_Convert().
-
Christophe Massiot authored
-
gbazin authored
-
gbazin authored
-
gbazin authored
* modules/codec/ffmpeg/video_filter.c: resampling fix for when source or dest is not in I420 format.
-
Steve Lhomme authored
-
gbazin authored
-
gbazin authored
-
- 16 Mar, 2005 18 commits
-
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
Steve Lhomme authored
-
gbazin authored
-
Steve Lhomme authored
-
gbazin authored
-
Steve Lhomme authored
-
Jean-Paul Saman authored
Quick patch to make pda.c inteface compile again. It disables the management of the slider on the GUI.
-
Steve Lhomme authored
-
Eric Petit authored
-
damienf authored
plugin.cpp: some minor cleanup
-
gbazin authored
-
gbazin authored
-
gbazin authored
-
Rémi Denis-Courmont authored
-
gbazin authored
-
hartman authored
- you can specify a comma-seperated list of file-extensions. Files of this type will not be added to the playlist when the directory module parses directory contents. This prevents duplication of playlist items (both m3u and the real files were being played, or both .bin and .cue were added, therfore playing the same movie twice) and the adding of items that are not really useful to VLC as seperate playlist items. - By default are ignored the following: m3u,nfo,jpg,gif,sfv,txt,sub,idx,srt,cue
-