- 07 Jan, 2007 5 commits
-
-
Jean-Paul Saman authored
-
Christophe Mutricy authored
*download the missing file *build only the lib
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Sigmund Augdal Helberg authored
-
- 06 Jan, 2007 8 commits
-
-
Felix Paul Kühne authored
* update libtwolame to 0.3.9 allows a simplification of our patch, as darwin9 linker appears to be as picky as MVS05's
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
* patch libtwolame and re-enable x264 as it was fixed upstream. all contribs are save for future darwin releases now. this commit deprecates all osx releases < 10.4 and the usage of GCC3 on Darwin. bootstrap will need further tweaking once 'gcc -dumpmachine' is updated to Darwin 9.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
I wonder what I was thinking about.
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
- 05 Jan, 2007 12 commits
-
-
Christophe Mutricy authored
-
Olivier Aubert authored
-
Olivier Aubert authored
bindings/python: removed vlc.Object code from the main vlc python module. This module should now be cleanly buildable from outside the VLC tree, given the public headers and appropriate libs are available.
-
Olivier Aubert authored
bindings/python: moved vlc.Object (access to internal framework of VLC objects) to its own vlcinternal.Object module, which is not build by default.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Paul Saman authored
-
- 04 Jan, 2007 6 commits
-
-
Christophe Mutricy authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
as long as this does not cause infinite recursion. Also fix a few really minor ToCToU errors.
-
Jean-Paul Saman authored
Simplified mozilla headerfile detection for use with firefox-development headers and got rid of XPIDL/XPCOM checks from previous commit.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Fixes opening of directories.
-
- 03 Jan, 2007 9 commits
-
-
Rémi Denis-Courmont authored
Do not ignore access specification; do not fallback to vcd, file whatever. It sucks (e.g. if following an HTTP URL you really should only try to use the HTTP plugin, and this is the proper and only way to do it). Again MRLSplit might need to be improved (not sure how)
-
Rémi Denis-Courmont authored
Maybe you have a colon in your filename, but it is no reason to mix access protocols.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
You do not want to get another access filter plugin that the one you requested, do you?
-
Rémi Denis-Courmont authored
-
Damien Fouilleul authored
-
Rémi Denis-Courmont authored
(There was no bug here; this is just to please Quovodis :) )
-
Damien Fouilleul authored
- extras/libc.c: fixed stack overflow due to infinite recursion in vlc_wopendir(). I really don't like system APIs remapping to vlc_... too bug prone
-