- 02 Sep, 2008 22 commits
-
-
Laurent Aimar authored
This prevents rendering subtitles multiple times (but at the cost of a picture copy when subtiles are rendered).
-
Laurent Aimar authored
-
Christophe Mutricy authored
Add some aliases Some : -> ://
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
-
Laurent Aimar authored
DEMUX_GET_PTS_DELAY should returns microsecond. You should NOT remove caching to PTS to create PCR. It was probably a workaround for the previous bug. It could explains the problems with TS over RTP (for TS with small pcr/pts delay that is, not created by VLC) Implemented missing DEMUX_CAN_* query.
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
Encoders are allowed to change the input format. Hence we need to check that our second attempt to spawn an encoder didn't do so.
-
Antoine Cellerier authored
-
Ilkka Ollakka authored
This reverts commit 867a8159. That commit basicly just disabled resampling
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
Moved the order around a bit so that more common formats are earlier in the array.
-
Derk-Jan Hartman authored
-
Pierre d'Herbemont authored
-
Jean-Philippe Andre authored
-
Jean-Baptiste Kempf authored
-
JPeg authored
Bugfix: last.fm segfaults under Windows This is due to %ju unsupported in printf. I also added a few HACKs to enhance submitting (length = 0 did not work, for instance). Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre d'Herbemont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 01 Sep, 2008 18 commits
-
-
Pierre d'Herbemont authored
Sample usage: --verbose-objects=+input,-all
-
Pierre d'Herbemont authored
This fix also a crash because of a non joined thread on Mac OS X.
-
Antoine Cellerier authored
Old behavior is still available by prefixing the module name with an equal sign. For example "vlc -p ts --advanced" returns help on the mux_ts, vod_rtsp, ts and dvb (aka atsc) modules while "vlc -p '=ts' --advanced" returns help on the mux_ts (aka ts) and ts modules.
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
Print the module name in help output (else the user has no way to link the vlc --list output to that of the vlc <insert a help command here> output other than by trying all the modules in --list with vlc -p <module name>)
-
Antoine Cellerier authored
Fix mistake in 92290c9d that allowed modules with no basic options (i.e. != advanced) to be shown in vlc -p <something> output with --no-advanced.
-
Antoine Cellerier authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It workarounds a picture leak in libmpeg2/ffmpeg decoder, fixing the menu for a few DVDs.
-
Laurent Aimar authored
This reverts commit f18192c6. It fixed a few streams while breaking a few others one.
-
Laurent Aimar authored
-
Laurent Aimar authored
This reverts commit bebc7751.
-
Christophe Mutricy authored
resources.cpp depends on all the png.
-
Christophe Mutricy authored
Patch by Jakob Fries
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-