- 13 Jun, 2009 12 commits
-
-
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 10 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
-
Brad authored
The following diff for VLC 1.0.0rc3 corrects the detection of POSIX threads on OpenBSD. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ben Hutchings authored
The DV demuxer (rawdv) can't deal with truncated frames, so discard them. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 10 Jun, 2009 9 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
This makes Windows use the same mode with transparency than on Linux. This removes the opacity trick to hide() the code. This fix a few issues that were happening and difficult to fix because of this difficulty. It will probably break stuffs for people on OLD windows version (2000,XP) with broken graphic cards... (Deactivate it by yourself) But I have spent enough time on this code.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-