- 07 Sep, 2008 19 commits
-
-
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 18 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
-
Rémi Denis-Courmont authored
Pointed-out-by: Sébastien Escudier (cherry picked from commit b4329926)
-
Jean-Baptiste Kempf authored
Crash happens if you do: - Play item - Activate vfilter - Stop item - Deactivate vfilter... BooM.
-
Jean-Baptiste Kempf authored
This is a quick fix that does not want to be in master... Proper fix should go to master.
-
Jean-Baptiste Kempf authored
-
Laurent Aimar authored
While it is great for (some) streaming cases it is really wrong for saving to a file for example and/or without using the gather module. If you have read how to use the gather module, you probably have read enough documentation to add sout-keep...
-
Jean-Baptiste Kempf authored
This is of course NOT a good solution, and it has nothing to do in the interface... So, either we let it like this, or we implement in the good place (not in intf) or we remove this option
-