- 26 Jun, 2010 1 commit
-
-
Rémi Denis-Courmont authored
-
- 25 Jun, 2010 9 commits
-
-
Ilkka Ollakka authored
-
Adrien Maglo authored
-
Jean-Baptiste Kempf authored
This closes #3793 and #3779
-
Jean-Baptiste Kempf authored
-
Jai Menon authored
Adds a JPEG 2000 fourcc and hooks it up to the libavcodec decoder. Also add an alias to 'mjp2' which is used to pack JPEG 2000 in MOV by Final Cut Pro etc.
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 24 Jun, 2010 13 commits
-
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
reverts 0455f985 and 7cdb0761
-
Ilkka Ollakka authored
-
Rafaël Carré authored
-
Jai Menon authored
This is required for those containers which mux the AVCDecoderConfigurationRecord as private/extra data so that the AVC packetizer works correctly. This should close #2850 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jai Menon authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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 3 commits
-
-
Jean-Baptiste Kempf authored
-
Michał Trzebiatowski authored
Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
-
Adrien Maglo authored
-