- 08 May, 2012 2 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 07 May, 2012 9 commits
-
-
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
It should be called before exit can happen. This restores reverted commit 4d636fa3.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
In my opinion, amplifying the audio that gets recorded to a file may do more harm than good. Indeed, there is no direct feedback to detect and correct saturation or distortion.
-
David Fuhrmann authored
-
- 06 May, 2012 9 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The proper reciprocal formula to that of VLC to PA conversion must be used. Otherwise, we get an inconsistent value in the "volume" variable.
-
Felix Paul Kühne authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
- 05 May, 2012 6 commits
-
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
-
David Fuhrmann authored
Now it should be usable within own libvlc applications
-
Rémi Denis-Courmont authored
As a side note, this fixes a valgrind heap read overflow, but I do not see why. I suspect a conflict between valgrind and some optimization in libc or gcc here.
-
Casian Andrei authored
The total size of the buffer (i_size) was initialized with the whole allocated size for the block. This fooled block_Realloc() in the case of resizing to slightly larger, with the extra size in range from 32 to 32 + 80 bytes. block_Realloc() assumed it had enough space left in the buffer padding to avoid reallocating memory. Consequently, the block ended up with a i_buffer field with a value larger than the allocated memory around p_buffer. In the end, this could cause memory corruptions in all sorts of cases. In my case, vlc was crashing while encoutering a corrupted mp3 file. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Fuhrmann authored
-
- 04 May, 2012 14 commits
-
-
Rémi Denis-Courmont authored
This makes no sense. RPM needs the package specification as a separate file, where the source tarballs are indicated. Chicken-and-egg... Besides those files are out-of-date.
-
Felix Paul Kühne authored
left out for now: cmake, ipkg and most of win32/UAC
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The format must be initialized before aout_PacketInit(). Fix Debian #664279 and LP#987231. Pointed-out-by: Walter Ösch
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Newer GnuTLS versions do it internally and in a more correct fashion.
-
Rémi Denis-Courmont authored
Certificate date verification has changed. To get proper errors, we need to depend on the newer versions.
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Hugo Beauzée-Luyssen authored
Fix #5433
-
Hugo Beauzée-Luyssen authored
These variables are overwritten a few lines later.
-
Hugo Beauzée-Luyssen authored
-