- 23 Nov, 2011 30 commits
-
-
Cheng Sun authored
VirtualFromSegments can crash if the std::vector passed in is empty, which can happen in corrupted files. This is just a simple check for this case, making it fail elegantly rather than crashing OK-ed-by: Denis Charmet <typx@dinauz.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Cheng Sun authored
High Quality DeNoise 3D, a port of the MPlayer filter, removes high-frequency noise while minimizing blending artifacts by performing a 3-way low-pass filter To open source programmers across the world: MAY THE FOO BE WITH YOU (PS: code-fu, that is) (PPS: blame funman) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
reading failed with EAGAIN but this error was not catched properly Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rémi Denis-Courmont authored
I must be missing something here... oh well.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
don't run aclocal for those (we only patch Makefile.am)
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
- remove stuff we don't need - replace prefix by template (.pc/.la/-config) - include script to replace prefix template by $PWD - use widely available bzip2 format so xz is not needed Use: $ make package-win32 $ make package-win64 $ make package-osx $ make package-whatever
-
- 22 Nov, 2011 9 commits
-
-
Rémi Denis-Courmont authored
Reported-by: Joseph Atkinson <jsa@freebsd.org>
-
Rafaël Carré authored
This reverts commit ec76c41b.
-
Rémi Denis-Courmont authored
Setting the translation mode is the responsibility of the program. A library must not interfere with that. It could perhaps be added to VLC. However it should not be required as we now force binary mode by default in vlc_fopen() and always specify an explicit mode when calling fopen() directly. Also it would make VLC behave differently than other LibVLC applications, which may raise really weird bugs.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
...whose code was (re)moved since then.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Edward Wang authored
Close #4999 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 21 Nov, 2011 1 commit
-
-
Rafaël Carré authored
-