- 15 Jun, 2009 1 commit
-
-
Pierre Ynard authored
What is probably a libtool version mismatch prevents us from easily rebootstrapping. To avoid that, we patch Makefile.in and that's it.
-
- 14 Jun, 2009 11 commits
-
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
We have to do have a script to do it in a better way from git shortlog
-
Laurent Aimar authored
-
Cyril Mathé authored
Signed-off-by: Laurent Aimar <fenrir@videolan.org> (I have added on missing module_release).
-
Laurent Aimar authored
It fixes the regression when doing close jumps.
-
Jean-Paul Saman authored
-
Dominique Leuenberger authored
Patch inspired by Alexey Gladkov Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 13 Jun, 2009 13 commits
-
-
Jean-Paul Saman authored
Support for the older API has dropped as of now. Patch by Francois Cartegnie <fcvlcdev at free.fr> Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
Felix Paul Kühne authored
Reminded by Jan-Paul
-
Felix Paul Kühne authored
This only happen in 64bit mode.
-
Derk-Jan Hartman authored
Ok, this isn't making it much nicer, and this code definetly needs a more careful rewrite, but this is patchwork for the 1.0-bugfix release and at least it will do for now. - reset's the values in any loaded views after reset of the config is called - does not reset the module selector atm. might follow later on.
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
The Quartztext module needs a rewrite. All other parts of VLC are working nicely in 64bit mode.
-
Laurent Aimar authored
It vastly improves CPU usage but it does not fix the underlaying problem of using sleep instead of a signal.
-
Felix Paul Kühne authored
'core2' is the first CPU generation on the Mac to support 64bit instructions, so we can't use 'prescott' in this mode.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 12 Jun, 2009 9 commits
-
-
Cyril Mathé authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Escudier authored
libvlc vlm init fix Don't test p_vlm twice if it wasn't NULL the first time Don't add the callback if the creation failed Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Erwan Tulou authored
-
Derk-Jan Hartman authored
Now we have: cmd-G : to open the panel to grab from webcam/screen/eyetv cmd-R : to reveal in Finder, the same as iTunes uses cmd-shift-R : to start/stop VLC record
-
Derk-Jan Hartman authored
This closes #1395
-
Derk-Jan Hartman authored
From the beginning we were using -march=pentium-m -mtune=prescott However this was based on the Intel development machine of Apple. All actually shipped Intel machines by Apple are at least Core machines. As such, we might as well use -march=prescott -mtune=generic now. For 10.6 I currently think we should use -march=prescott -mtune=core2, since that will allow us to use much more advanced optimizations, and only few machines were shipped as Core, most were Core2 machines.
-
JP Dinger authored
Instead of depending on a full xml parser --unavailable in our lua-- we just assume one bit of information to occupy one line (jpsaman). In case there are no newlines, fake them (jpd).
-
JP Dinger authored
-
- 11 Jun, 2009 6 commits
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit e3cb87d819c8e719a96f155e73c2e2521a89677d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
It should fix lost some picture errors that were critical with dvd menus. It also seems to fix #2803 but I don't really understand why.
-
Laurent Aimar authored
-