- 30 May, 2009 12 commits
-
-
Laurent Aimar authored
It is usefull to avoid reallocating pictures over and over. Becarefull, it is not yet thread safe as picture_t reference count is not. I will change it when more work has been done on the vout.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
JP Dinger authored
-
JP Dinger authored
-
Felix Paul Kühne authored
contribs: enforce usage of gcc-4.2 instead of llvm-gcc-4.2 for libx264 to ensure proper linking on both PPC and x86 based Macs Binary packages will need an update here.
-
JP Dinger authored
Cosmetics: Remove need to (char*)"..." by making the target const, and replace a call to var_Get(bool) with var_GetBool.
-
JP Dinger authored
-
JP Dinger authored
Cosmetics, and pull finding the playlist sorting function back to top level. The meta_* functions are still wildly inefficient, though.
-
Rémi Duraffort authored
-
- 29 May, 2009 28 commits
-
-
Derk-Jan Hartman authored
A thank you to the Xbmc authors who had this fixed in their version of Martin Kahr's class. (cherry picked from commit 7157ad33) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit ced7fc2d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
Fixes a bug introduced on [795fa06c] Closes #2794 (cherry picked from commit fc9987fa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit e4bbb16b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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. (cherry picked from commit 27d84188) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
(cherry picked from commit 5cbb5848) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
Introduced by [ca17039c] (cherry picked from commit c543a40d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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> (cherry picked from commit 77dea4ef) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Philippe Andre authored
Note that "avformat{mux=mjpeg}" is also valid. (cherry picked from commit f69af253) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 76084969) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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> (cherry picked from commit a654d4a1)
-
Derk-Jan Hartman authored
(cherry picked from commit 1d3b0ce2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
(cherry picked from commit ca17039c) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
(cherry picked from commit 1692e700) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
(cherry picked from commit a037a08d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit cbe99811) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
(cherry picked from commit bc3883a5)
-
Derk-Jan Hartman authored
(cherry picked from commit 02b581e1)
-
Rafaël Carré authored
(cherry picked from commit b5687139)
-
Rafaël Carré authored
Mention that MPRIS is at version 1.0 Remove some trailing spaces Remove unused argument 'lock' from MarshalStatus() (cherry picked from commit f193adfb)
-
Felix Paul Kühne authored
(cherry picked from commit bad63db8)
-
Felix Paul Kühne authored
(cherry picked from commit feec0f30)
-
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 (cherry picked from commit f3fe98db)
-
Felix Paul Kühne authored
Lots of strings still missing, help would be welcome (cherry picked from commit 946eba4a)
-
Rémi Duraffort authored
-
JP Dinger authored
-
JP Dinger authored
playlist sorting: for inline to work, the text has to be available. IE putting the function behind all others that use it isn't going to work, and marking forward declarations inline won't help fix it.
-
JP Dinger authored
-