- 19 Jan, 2011 4 commits
-
-
Jean-Paul Saman authored
httplive crashed in parse_SegmentInformation on line 428. The cause is that hls->url.psz_path can be NULL, when there is no meta playlist involved. In that situation it results in a crash of vlc. (Issue reported by Felix Kuehne.)
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Pierre Ynard authored
-
- 18 Jan, 2011 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Refer to the previous commit for rationale)
-
Rémi Denis-Courmont authored
In older VLC versions, we had to use the same X11 display for the window provider (the UI) and the video outputs to avoid Xlib aborts. We do not need this anymore. Morever, the XCB outputs can detect the error and fail safe. To change the UI display, the DISPLAY environment variable is used. The only real use case for --x11-display is output to a different display than that of the UI. This change restores this use case, and simplifies the Qt4 interface.
-
Jean-Philippe André authored
Bug: right-click on an empty node leads to a segfault
-
- 17 Jan, 2011 9 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Philippe André authored
It was broken a looong time ago because the XML structure of their web page is broken
-
Jean-Philippe André authored
-
Jean-Philippe André authored
File paths without file:// don't work anymore
-
Jean-Philippe André authored
MOC files should not be created if the ML is not built
-
Srikanth Raju authored
-
Srikanth Raju authored
doDelete() should be virtual getMeta() and getArtPixmap() helpers in VLCModel
-
Felix Paul Kühne authored
This will need a proper fix once both Xcode 3 and 4 are available.
-
Jean-Baptiste Kempf authored
-
- 16 Jan, 2011 19 commits
-
-
Harry Sintonen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Dominique Leuenberger authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Erwan Tulou authored
On Linux, drag&drop provides a null-terminated character string, consisting of one or more filenames. When there are more than one filename, either CR LF (e.g Nautilus) or just LF (e.g Konqueror) are used as the sub delimiter. This patch ensures that drag&drop now works for both cases. In addition, if more than one item are selected, only the first item is launched instead of all of them.
-
Erwan Tulou authored
-
Erwan Tulou authored
Remove variables that were never used, especially in tree_update structure
-
Erwan Tulou authored
limit rebuilding the playlist control only when the notified item is expected to be visible. This improves responsiveness when playlists are very large.
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Erwan Tulou authored
-
Srikanth Raju authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 15 Jan, 2011 2 commits
-
-
Jean-Baptiste Kempf authored
On a normal Win32 released build, we aren't going to ship the BCM dll or ask our users to install the good version of the dll at the right place and recompute the plugins cache... Therefore, we need to open the dll and resolve the symbols.
-
Srikanth Raju authored
ML holds some PL resources
-