- 07 Mar, 2012 3 commits
-
-
Rafaël Carré authored
enable gcrypt remove portaudio mention (it disappeared) (cherry picked from commit dd55afb6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
某因幡 authored
Signed-off-by: Rafaël Carré <funman@videolan.org> (cherry picked from commit bead358b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit ecd92c1d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 06 Mar, 2012 3 commits
-
-
Jon Stacey authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 93a0d5ab)
-
Rémi Denis-Courmont authored
Some people actually use it. (cherry picked from commit 20ee3d9d)
-
Felix Paul Kühne authored
macosx: added additional artwork for the single fullscreen button in the detached video output window derived from previous artwork for other single buttons (cherry picked from commit d17ed613)
-
- 05 Mar, 2012 32 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 43b0c46d)
-
Felix Paul Kühne authored
(cherry picked from commit ccaeb4ab)
-
Felix Paul Kühne authored
macosx: fixed aspect ratio and crop commands by removing a no longer needed hack (close #5921, close #6080) (cherry picked from commit 6460f511)
-
Felix Paul Kühne authored
(cherry picked from commit 0a3ae653)
-
Felix Paul Kühne authored
(cherry picked from commit 48897cfc)
-
Felix Paul Kühne authored
code needs factorization with the main window (cherry picked from commit 9b3cf5b9)
-
Felix Paul Kühne authored
(cherry picked from commit 43b4b04b)
-
Felix Paul Kühne authored
macosx: implemented playback controls for the detached video window (bwd/play/fwd, position, time, fullscreen) 2 things todo: - get custom artwork for the fullscreen button - implement window title when using the black ui mode (cherry picked from commit 05a4b8a6)
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
Using str*() on a bytestream is a bad idea. (cherry picked from commit 74f02326) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Chris Smowton authored
Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com> (cherry picked from commit d0590ad1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Chris Smowton authored
Fixes #6261 Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com> (cherry picked from commit 0307c51e) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 7573128a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 9db8e1cb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
They where only used to be converted back to char*, which is useless and error-prone. (cherry picked from commit 67530424) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit a3dce49a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 1bde8807) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 69ee998d) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 8290233b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit c86cbfb9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 89f039dd14b2bf8da73b08bc23ded28da9044867) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Maciej Blizinski authored
Otherwise, it gets executed with /bin/sh which on Solaris does not support the $(...) construct. This causes 'gmake check' to fail. For example: ../src/check_headers: $(dirname ../src/check_headers): does not exist Calling check_headers with $(SHELL) explicitly makes use of CONFIG_SHELL. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit d1a8b724) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Maciej Blizinski authored
Otherwise: Undefined first referenced symbol in file asprintf url.o ld: fatal: Symbol referencing errors. No output written to test_url This patch uses a mix of tabs and spaces to match the existing convention. Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 7b0efebb) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Casian Andrei authored
For each item that was appended or deleted, the ("Tracks", NULL) pair was inserted (duplicated over and over) in the tracklist_properties dictionary. The dictionary was inserting it in the same position and it assumed it had hash collisions, triggering an expansion at every insertion of that pair. Check if the key is present before inserting in the dict again, at playlist_item_append, playlist_item_deleted events. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> (cherry picked from commit 0d3ac6a7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Casian Andrei authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> (cherry picked from commit 308259d1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 6fa1935b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Sébastien Escudier authored
(cherry picked from commit d7794826) Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
Rafaël Carré authored
We can only use it at application level Just use the default libav* callback instead which prints to stderr We might want to set libav* verbosity with av_log_set_level() (cherry picked from commit 20155f80) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
detect errors and abort writing if they happen (cherry picked from commit acf912ad) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
In process-level mode we would call the context-level callback (cherry picked from commit 58d5803a) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
Define it to EFBIG (file too big), it's close enough in this specific use (cherry picked from commit aa77af74) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 04 Mar, 2012 2 commits
-
-
Rafaël Carré authored
(cherry picked from commit 3cb55949) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
The field was renamed in lavc54 and setting values changed from enum to bitfield. We don't need to care about this because VLC doesn't specify values. (cherry picked from commit b3cd3651) Signed-off-by: Rafaël Carré <funman@videolan.org>
-