- 25 Mar, 2013 17 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(Code is suspicious though.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
With older versions, client support pretty much does not work.
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Zoran Turalija authored
Make fails when using FFmpeg libavcodec version newer than checked by LIBAVCODEC_VERSION_CHECK, because of redeclaration of many enumerators, that are unnecessary with newer version of libavcodec library. It is due to missing parenthesis in macro definition that are making it wrong. Probably same with libav libavcodec library, too. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 24 Mar, 2013 23 commits
-
-
David Fuhrmann 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
Big pile of non-sensical and unmaintained code.
-
Rémi Denis-Courmont authored
Nothing calls vlc_object_kill() on the playlist.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
The ncurses thread is stuck in getch(). Checking vlc_object_alive() does not solve anything.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Confusingly enough, aout_filter_RequestVout() is also used to release the vout. In that case, ignoring the return value is perfectly fine.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
David Fuhrmann authored
This fixes mysterious interface crashes during startup, because of wrong / corrupt initialization of several objects.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is totally redundant. qt-privacy-ask does the exact same thing.
-
Rémi Denis-Courmont authored
Also remove #ifdef from translated string since gettext can obviously not deal with that.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This can avoid unnecessary format conversion.
-