- 04 Mar, 2012 13 commits
-
-
Rafaël Carré authored
They were only used to hold one opaque pointer (cherry picked from commit e7e1a0f3) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
avcodec: update to libavcodec 54 (cherry picked from commit 8f24e725) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
- fix bug in ACCESS_GET_PTS_DELAY where it would fall through the next case - print error messages from libavformat - remove useless strdup - check for exclusive access to avio when context open succeeded - support for multiple input / output at the same time with libavformat > 54 (untested) (cherry picked from commit cca698a0) Signed-off-by: KO Myung-Hun <komh@chollian.net> Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Rafaël Carré authored
it's in libdvbpsi since 2004 (cherry picked from commit 0344812b) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
(cherry picked from commit d7df1123)
-
Felix Paul Kühne authored
(cherry picked from commit c3ea7f28)
-
Felix Paul Kühne authored
macosx: fixed resizing issue, which was in part fixed by the previous commit by accident (close #6203) (cherry picked from commit f56aba45)
-
David Fuhrmann authored
close #6252 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 73741d01)
-
David Fuhrmann authored
Make sure that if we would resize beyond the screen we set the origin values to ensure that the complete window is visible. Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 06f57d2b)
-
Felix Paul Kühne authored
(cherry picked from commit 8f813fc4)
-
Felix Paul Kühne authored
(cherry picked from commit 84dc949e)
-
Rémi Denis-Courmont authored
(cherry picked from commit d843a2fc)
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit be40ef55)
-
- 03 Mar, 2012 6 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
There is no reliable way to determine the channel configuration of a certain ALSA device. The ALSA operates at too low level for that. So add a configuration option with default to stereo (as in previous VLC versions). However, the user will not need to re-enable 5.1 every time. This commit also removes all the fancy device choices. The static choices are overriden dynamically by the UI anyway. So the only use of the list was in vlc --help. (cherry picked from commit 119c3fc9)
-
Rémi Denis-Courmont authored
(cherry picked from commit 75977c87)
-
Rémi Denis-Courmont authored
Do not clobber the output format channels to stereo. This would break the VLC filtering pipeline. (cherry picked from commit ea6e934a)
-
David Fuhrmann authored
For each input thread the callback for "intf-event" was registered at least twice, and never deleted correctly. Therefore this patch makes sure that we add the callback only once, and also properly delete the old one when the input changed. should close #6207, refs #6252 Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org> (cherry picked from commit 53f6bc01)
-
Felix Paul Kühne authored
macosx_vout: implemented a cleaner approach to limit the window size according to the screen it is displayed on (close #5875) (cherry picked from commit 68a4652d)
-
- 02 Mar, 2012 18 commits
-
-
KO Myung-Hun authored
This fixes the following error, In file included from ../../../include/vlc_stream.h:27, from ../../../include/vlc_demux.h:33, from mkv.hpp:55, from demux.hpp:28, from virtual_segment.cpp:27: ../../../include/vlc_block.h:138: error: 'ssize_t' has not been declared Signed-off-by: Rémi Denis-Courmont <remi@remlab.net> (cherry picked from commit 24881258) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 775a33e1) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 31bec657) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit 6e37e198) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Using it causes libdvdnav to complain about 'demux error'. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org> (cherry picked from commit bdf3c466) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #6291 (cherry picked from commit b6f678aa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
This reverts commit 60296be1.
-
Sébastien Escudier authored
-
Sébastien Escudier authored
(cherry picked from commit c495d676) Signed-off-by: Sébastien Escudier <sebastien-devel@celeos.eu>
-
Jean-Baptiste Kempf authored
Close #6219 (cherry picked from commit fd7e3ccc) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit 3f5029f8) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
(cherry picked from commit e837f1cf) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit d73cc541) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
(cherry picked from commit 2d2c0ffa) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
Files were copied to contrib/src/src instead of contrib/src... (cherry picked from commit 49399c27) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rafaël Carré authored
(cherry picked from commit 91df5145) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Close #6275 Close LP:943014 (cherry picked from commit 2eba8b99) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 01 Mar, 2012 3 commits
-
-
Felix Paul Kühne authored
(cherry picked from commit 93b21142)
-
Felix Paul Kühne authored
(cherry picked from commit e6f14b00)
-
Felix Paul Kühne authored
macosx: hide the playlist without option click when showing the video in a separate window (refs #6213) (cherry picked from commit 566b0cd4)
-