- 13 Jun, 2009 9 commits
-
-
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 e3cb87d8) 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 12 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
-
Derk-Jan Hartman authored
"the short description of --sout-ts-pcr is still "PCR delay (ms)" when it should be "PCR interval (ms)" as suggested by Dnumgis.
-
Jean-Baptiste Kempf authored
(cherry picked from commit a6110fb1d253146810bbe5f9b5ba0097b72b4e3c) (cherry picked from commit b24fc9a9680a2e62d1a3f660a7c20f5c9ba5cdb2) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Derk-Jan Hartman authored
This will hopefully help avoid some of the reports where people fail to notice that there is an expand triangle next to what they clicked on.
-