- 07 Mar, 2012 8 commits
-
-
Jon Stacey authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 29f33902)
-
Jean-Baptiste Kempf authored
(cherry picked from commit 97761da6) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit 7351e951) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Don't assume IV has 32 digits (leading zeroes are not mentioned in the spec) (cherry picked from commit a75552b8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
Also don't use a temporary buffer to read the key (cherry picked from commit 2f128d59) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
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 29 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 05a4b8a6f245d3487570dfee38bacad4a03175de)
-
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 0307c51edc4a04f9ef28c1806941483fd280578a) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 7573128aa74cd02d78269c8ff9d9aa30337ef859) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit 9db8e1cb64279947faea3d605fe3f99d7b74ce11) 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 67530424186f0473c201d393fb71eb873dab72a7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
(cherry picked from commit a3dce49a0fd8aba7e62ce72b732e80e3bf1401da) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 1bde880702e7a8913205ed0f491e9a223dfaae48) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Duraffort authored
(cherry picked from commit 69ee998d3c9fe363b1af52ba3ee20fcd2c0a8b0f) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 8290233b46cd5e4edcd83d6a5795cda6814f06a7) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit c86cbfb9b1ebd6af37d47b47d8d982e5df989fca) 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 d1a8b724c3923bb37002e5102cae25d9594a9a95) 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 7b0efebbf38aec8c341ad92433fb218a02bf62a0) 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 0d3ac6a7df7e205bdaff6e1493abdf1a62fa45b8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Casian Andrei authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org> (cherry picked from commit 308259d1ab249c19463c88b382f705ffde1343e5) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 6fa1935b5a4d1894689fac30c358a5b1887677c9) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Sébastien Escudier authored
(cherry picked from commit d77948263d850f221ac18606f3e0f6c19295d51b) 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 20155f800ecee139e81babf82b031cc5a8bbb045) Signed-off-by: Rafaël Carré <funman@videolan.org>
-