- 03 Sep, 2008 11 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Duraffort authored
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
This reverts commit df65d657.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Antoine Cellerier authored
-
Antoine Cellerier authored
-
- 02 Sep, 2008 24 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
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 5 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
-