- 27 Jun, 2010 17 commits
-
-
Rémi Duraffort authored
(cherry picked from commit df833855) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 645e8d0bee60c90923b2d4351e8f10adaa0c43e1)
-
Rémi Denis-Courmont authored
(cherry picked from commit 9529ae4e8cd615f311bbfba8cab466dc427fdfb9)
-
Rémi Denis-Courmont authored
(cherry picked from commit 67bc4a20d784131ce7de8292c60c0829f4784735)
-
Rémi Denis-Courmont authored
(cherry picked from commit 2a14fb71bc4b3cd817856d2187305b0529c0a629)
-
Rémi Denis-Courmont authored
While -confusingly IMHO- libvlc_media_player_pause() toggles the pause state, libvlc_media_player_set_pause() sets it. (cherry picked from commit 4faa38ecba8274d50fb03ff070ff18df9f4f9875)
-
Robert Jedrzejczyk authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 67e7a01a0b94a0b60670cbf34d8c94d1df098b46)
-
Rémi Duraffort authored
The thread can be canceled when owning a block_t, so we must push a way to clean it up. (cherry picked from commit cc5b3af019db3893c84e4f09fef4277727151a84) Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
-
Rémi Denis-Courmont authored
-
- 26 Jun, 2010 13 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
(cherry picked from commit eff70d83) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastien Zwickert authored
(cherry picked from commit e9bc095a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 455cfd6f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
CVE inside. (cherry picked from commit c1a7d8e396f7ece5e90309b0c460911f7a8ed37f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
(cherry picked from commit 16967781) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
(cherry picked from commit a1aae98a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Ilkka Ollakka authored
(cherry picked from commit ae74559c7270c8bc671b6992bf9484341ab23d01) Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 3f573875f66043bf59609ac4398f09f1478dec4f)
-
Rémi Denis-Courmont authored
(cherry picked from commit b83f330408feb2dc6df1b63b28e42869daddbeda)
-
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> (cherry picked from commit a8fbe67ffbd0299169317074bdab82a84d35dc3b) Fix symbols after [a8fbe67ffbd0299169317074bdab82a84d35dc3b]
-
- 25 Jun, 2010 7 commits
-
-
Jean-Baptiste Kempf authored
This closes #3793 and #3779 (cherry picked from commit aeb4a8149ba23975e4ed411f41fc60f4943e2f66) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit bed0b78014ffc80b4b9aad87bc86c6c10ee7361e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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> (cherry picked from commit 80308100199f289184e07fb0ad27839d8dfbf686) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(cherry picked from commit 4b85979a1c02a40912226568c815970d178a1ac9)
-
Rémi Denis-Courmont authored
(cherry picked from commit 78d1d1105b1b309406eca03d2275daf7e78cdd62)
-
Rémi Denis-Courmont authored
-
- 24 Jun, 2010 3 commits
-
-
Jai Menon authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 1afc9d6656e7e6a931d80f60efa1efdfd76dd7ff) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
ac_cv_path_XX only caches positive results, not failures (cherry picked from commit 6f81ceb15848ea5db09d631d1d389eaaee58d34e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
(cherry picked from commit 19a50f5df315c583d84712be7c724ba3ab587c1c)
-