- 24 Jun, 2010 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Frank Enderle authored
This patch exposes the adjust module to libvlc_media_player/libvlc_video and adds a frequently requested featureset: to manipulate brightness, contrast, gamma, saturation and hue through libvlc. The patch introduces a new set of functions analogous to libvlc_video_{get,set}_{marq,logo}_*, hence the use of the function set should be self explanatory. New Functions: * value = libvlc_video_get_adjust_int( p_mi, option ); * libvlc_video_set_adjust_int( p_mi, option, value ); * value = libvlc_video_get_adjust_float( p_mi, option ); * libvlc_video_set_adjust_float( p_mi, option, value ); New Options: * libvlc_adjust_Enable * libvlc_adjust_Contrast * libvlc_adjust_Brightness * libvlc_adjust_Hue * libvlc_adjust_Saturation * libvlc_adjust_Gamma Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 23 Jun, 2010 6 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Shows user where the current input is on icon_view with tree-mode.
-
Ilkka Ollakka authored
Not sure if it's the best way, but this enables to show the current item even when input is stopped.
-
Rémi Denis-Courmont authored
-
- 22 Jun, 2010 6 commits
-
-
Ilkka Ollakka authored
Not sure if I remembered to do all the checks needed for errors, but works for me ok.
-
Ilkka Ollakka authored
Not added to makefiles, as katsomo.fi hasn't responded yet.
-
Ilkka Ollakka authored
uses vlc.strings.iconv to get correct encoding
-
Sébastien Escudier authored
We must first close the stream before deleting the tracks, because tracks can be used in StreamClose callback. This crash could only happen in recents version of live555 library.
-
Rafaël Carré authored
ac_cv_path_XX only caches positive results, not failures
-
Joseph S. Atkinson authored
Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
-
- 21 Jun, 2010 2 commits
-
-
Pierre Ynard authored
-
Rémi Denis-Courmont authored
distcheck uses --prefix instead of DESTDIR :(
-
- 20 Jun, 2010 12 commits
-
-
Jean-Baptiste Kempf authored
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Adrien Maglo authored
-
Adam Hoka authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rémi Denis-Courmont authored
-
Jakob Leben authored
-
Jakob Leben authored
-
Jakob Leben authored
...omitting b_stop argument, because it is true in all use cases.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This reverts commit 926bbf14.
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
- 19 Jun, 2010 5 commits
-
-
Christophe Mutricy authored
-
Christophe Mutricy authored
-
Laurent Aimar authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 18 Jun, 2010 6 commits
-
-
Adrien Maglo authored
Feel free to change what you don't like.
-
Adrien Maglo authored
-
Adrien Maglo authored
Synchronize correctly with the EPG structures provided by the core. Remove EPGItems from the EPGView when they are not anymore stored.
-
Adrien Maglo authored
-
Laurent Aimar authored
-
Laurent Aimar authored
It closes #3522.
-