- 29 May, 2009 8 commits
-
-
Felix Paul Kühne authored
-
Derk-Jan Hartman authored
Fixes a bug introduced on [795fa06c] Closes #2794
-
Sigmund Augdal authored
(cherry picked from commit b01b54b0) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Duraffort authored
-
Derk-Jan Hartman authored
* initmethods returning nil. checks moved outside init. * leaking module_config_get. Keep better track of those. * spurious strdup * leaked hotkeys NSMutableArray when resetting the preferences.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
Introduced by [ca17039c]
-
Adrien Maglo authored
According to x264 code, if it fails, it return NULL. And with a first NULL parameter x264_encoder_headers() segfaults. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 May, 2009 10 commits
-
-
Jean-Philippe Andre authored
Note that "avformat{mux=mjpeg}" is also valid.
-
Rémi Duraffort authored
-
Hugo Beauzee-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
When reading a file:// URL from an xspf entry, store the decoded file path; else store the unmodified URL Always keep album art URLs always encoded and decode the path when needed Interfaces & plugins only use file paths Playlist core extract attachment:// URLs (from file meta data), http:// or other (from meta data fetchers like lua) and cache them to a file Thanks to courmisch for clarification Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Rémi Duraffort authored
-
- 27 May, 2009 20 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
Only the 1st column in the NIB file has the expand triangle. If you want to move the triangle, you need to move ANOTHER column in front of the original "first column". The Playlistview was probably recreated at a time, but if you don't know this trick it's very difficult to restore that triangle to the position that we had been using. This solves bug #2783
-
Rafaël Carré authored
-
Felix Paul Kühne authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Dominic Spitaler authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Felix Paul Kühne authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Derk-Jan Hartman authored
-
Rafaël Carré authored
Mention that MPRIS is at version 1.0 Remove some trailing spaces Remove unused argument 'lock' from MarshalStatus()
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
Fix mozilla autoconf check : AC_PATH_PROGS() was used incorrectly, and the check wouldn't error if {mozilla,seamonkey}-config or xulrunner wasn't found
-
Olivier Aubert authored
(cherry picked from commit 0680c6ed) Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
-
Olivier Aubert authored
(cherry picked from commit a640b2a3) Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
-
Olivier Aubert authored
python bindings: fix setup.py to use 'pkg-config libvlc' instead of the old vlc-config (patch by <kwizart@gmail.com>). (cherry picked from commit bd13aca6) Signed-off-by: Olivier Aubert <olivier.aubert@liris.cnrs.fr>
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 26 May, 2009 2 commits
-
-
Derk-Jan Hartman authored
Seperate config options from the configtree. VLCTreeItem and VLCTreeLeafItem are now used for CONFIG_ITEM in an options collection. It now works, but probably should be cleanup up a bit more, with better seperation between the disjunct elements of Tree and ConfigItems. This was broken since [09e31e1436ef3e670bd7497688272dd073c8d3a6]
-
Derk-Jan Hartman authored
set/(re)move a few cases of set_category and set_subcategory
-