- 07 Sep, 2008 25 commits
-
-
Christophe Mutricy authored
-
Derk-Jan Hartman authored
(cherry picked from commit 4363f514)
-
Laurent Aimar authored
(cherry picked from commit dab65897)
-
Derk-Jan Hartman authored
See page 66 of ETSI EN 300 468 (cherry picked from commit a4112126)
-
Laurent Aimar authored
Be carefull, it adds a new translated strings. (cherry picked from commit 664fb723)
-
Derk-Jan Hartman authored
This way the TS demux can create multiple tracks that will take you straight to the subtitles, program listings etc. (cherry picked from commit 344612b3)
-
Laurent Aimar authored
(cherry picked from commit 0ec4e51a)
-
Laurent Aimar authored
This fixes a few "deadlocks" with input waiting for playlist, while playlist is waiting for input event.
-
Laurent Aimar authored
-
Laurent Aimar authored
It workarounds a picture leak in libmpeg2/ffmpeg decoder, fixing the menu for a few DVDs.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
(cherry picked from commit eb74f351) (cherry picked from commit 924a0672)
-
Rémi Denis-Courmont authored
(cherry picked from commit f44cc88b) Conflicts: src/libvlc.c
-
Rémi Denis-Courmont authored
(cherry picked from commit 62ab4dde) Conflicts: src/playlist/thread.c
-
Rémi Denis-Courmont authored
(cherry picked from commit 296bf6e2)
-
Rémi Denis-Courmont authored
(cherry picked from commit 78cb33cb)
-
Rémi Denis-Courmont authored
(cherry picked from commit 118e8a51)
-
Rémi Denis-Courmont authored
(cherry picked from commit 05757cdc)
-
Rémi Denis-Courmont authored
(cherry picked from commit 28092982)
-
Rémi Denis-Courmont authored
Pointed-out-by: Laurent Aimar (cherry picked from commit 82580b6f)
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #1998.
-
Jean-Baptiste Kempf authored
-
Jean-Philippe Andre authored
(cherry picked from commit d2348d98) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Philippe Andre authored
This Widget (base QLabel) is designed to show the cover art. It handles right-click, and show a context menu that has only one entry: - Download cover art When the user clicks it, vlc downloads the cover art (or finds it in the cache), and displays it when downloaded (cherry picked from commit 4dd472bb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 06 Sep, 2008 3 commits
-
-
Rémi Denis-Courmont authored
(cherry picked from commit d8c32a08)
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
- 05 Sep, 2008 12 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
(cherry picked from commit fccf6aa0) And Fixed initial snpshot/fullscreen state. It fixes a regression introduced by fccf6aa0
-
Laurent Aimar authored
It is provided for convenience for interfaces.
-
Rémi Duraffort authored
(cherry picked from commit dbc2bb8a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 8cebd56a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
(it was used by net_OpenDgram when no server is specified).
-
Laurent Aimar authored
This reverts commit 1a4dc822. I will backport the proper fix.
-
Laurent Aimar authored
It may improve TS clock synchro algo.
-
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
(cherry picked from commit 2221f03d)
-
Rémi Duraffort authored
(cherry picked from commit b8b83532)
-
Jean-Baptiste Kempf authored
-