- 07 Mar, 2012 13 commits
-
-
Rémi Denis-Courmont authored
If set_format() fails, the parameters are unrecoverable. Use test_format() instead.
-
Rémi Denis-Courmont authored
It is good enough for normal people with only half the CPU usage of medium quality SinC.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If GCC -ffast-math is not supported, some floating point optimizations are still possible through more standard means: "FP_CONTRACT on" is a subset of -funsafe-math-optimizations. "FENV_ACCESS off" corresponds to -frounding-math. "CX_LIMITED_RANGE on" corresponds to -fcx-limited-range, but is not included as VLC does not use complex numbers anywhere yet.
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
Christoph Miebach authored
Mapping some contributors to the same email, fixing jb adresses and trying to pick the "right" name when 2 are used by the same person Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
macosx: disable the libsamplerate plugin by default to save 5 to 11 per cent of CPU load on an i5 when playing ordinary stereo audio (AAC, 128kb/s) the performance impact is even more noticeble on older CPUs of course
-
Jon Stacey authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
enable gcrypt remove portaudio mention (it disappeared)
-
某因幡 authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
-
- 06 Mar, 2012 13 commits
-
-
Rafaël Carré authored
Don't assume IV has 32 digits (leading zeroes are not mentioned in the spec)
-
Rafaël Carré authored
Also don't use a temporary buffer to read the key
-
Rémi Denis-Courmont authored
The check would only reset the output if the sample rate or the bandwidth changed. For example a switch from 16-bits stereo to 32-bits mono would be undetected. Fortunately, this probably never happened in practice.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
They are mainly for audio_format_t which is also defined there. Many files included <vlc_aout.h> only for these.
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This avoids extraneous libraries when libmodplug is a dynamic library.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
pkg-config is unable to autodetect whether a package is linked statically or not. This helper just moves Libs.private into Libs manually in case only a static library is built. Most if not all of contribs are built that way.
-
Rémi Denis-Courmont authored
Some people actually use it.
-
Felix Paul Kühne authored
macosx: added additional artwork for the single fullscreen button in the detached video output window derived from previous artwork for other single buttons
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
- 05 Mar, 2012 14 commits
-
-
Francois Cartegnie authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: fixed aspect ratio and crop commands by removing a no longer needed hack (close #5921, close #6080)
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
code needs factorization with the main window
-
Felix Paul Kühne authored
-
Rafaël Carré authored
Using str*() on a bytestream is a bad idea.
-
Jon Stacey authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Hugo Beauzée-Luyssen authored
-
Christopher Mueller authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
-
Rafaël Carré authored
-
Sébastien Escudier authored
-