- Jun 14, 2009
-
-
Jean-Paul Saman 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
-
- Jun 13, 2009
-
-
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.
-
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
-
- Jun 12, 2009
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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
-
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
-
hartman authored
This closes #1395
-
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
-
- Jun 11, 2009
-
-
Jean-Baptiste Kempf authored
(cherry picked from commit e3cb87d819c8e719a96f155e73c2e2521a89677d) Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
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
-
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
-
The DV demuxer (rawdv) can't deal with truncated frames, so discard them. Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Jun 10, 2009
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-