- 24 Sep, 2007 4 commits
-
-
Jean-Baptiste Kempf authored
-
Bernie Purcell authored
to gettextize (eg. if I was building inside a directory called win32)
-
Bernie Purcell authored
cross-compiling under linux. -Im4/ changed to -I m4/
-
Bernie Purcell authored
picked up in configure due to bracket in wrong place.
-
- 23 Sep, 2007 28 commits
-
-
Jean-Paul Saman authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Some stream output guru should really review this.
-
Rémi Denis-Courmont authored
Unfortunately, this does not really solve the problem as vlc_object_destroy can still return without actually deleting the object in case of a deadlock. One could argue the deadlock is the problem rather than vlc_object_destroy implementation.
-
Rémi Denis-Courmont authored
This is basically a hack for systems lacking proper locale setting
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
And why the heck was this undone in the first place??
-
Pierre d'Herbemont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Patch by Hannes Domani
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Contribs - FLAC: update to v1.2.1. Mingw32 patch is unneeded (upstream merge). A few bugs and crash are fixed, new support for all RIFF/AIFF metadata, including Broadcast Wave Format (BWF).
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Contribs: Theora moves from alpha7 to alpha8. New encoder, one patch has gone upstream, and examples can be disabled. A lot of new features are available in the encoder. Postprocessing, anyone ? Ref #1303
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Add AVUI fourCC, fix the problem with http://samples.mplayerhq.hu/V-codecs/AVUI/avid_meridien_uncompressed.mov.gz
-
Rémi Denis-Courmont authored
Ideally, the command line would be parsed earlier.
-
Rémi Denis-Courmont authored
LibVLC need to be prepared for it to be missing anyway.
-
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
-
- 22 Sep, 2007 8 commits
-
-
Rémi Denis-Courmont authored
This makes TLS server initialization a lot faster (especially under valgrind)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
directories as world-writable - fixes #1306
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
These are are quite slow to compute, so it could be used to speed up start up once reading them from the cache is also implemented. Hmm, there is a security problem in this commit (cache file is world-readable).
-