- 17 Feb, 2012 16 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
As "Ok" did not mean which action would have been done.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Konstantin Pavlov authored
-
Sébastien Escudier authored
-
Sébastien Escudier authored
-
KO Myung-Hun authored
DBCS countries assign their currency symbol to '\', ASCII 92. This causes an unexpected behavior when converting a directory separator on OS/2. In case of GNU libiconv, it does not treat '\', ASCII 92, as a currency symbol at all. So let's mimic GNU libiconv. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
KO Myung-Hun authored
OS/2 supports UCS-2 only instead of UTF-16. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Felix Paul Kühne authored
macosx: fixed wrong behavior of the drop zone introduced in [7f63022f] (close #6071)
-
Sébastien Escudier authored
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
-
Cheng Sun authored
Adds support for soundcloud.com URL parsing Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cheng Sun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Cheng Sun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 16 Feb, 2012 10 commits
-
-
Denis Charmet authored
This is used in many other MKV demux and prevents the pts = dts = 0 in every lace. Fix #5165 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Close #5953 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: provide a way to hide the dropzone eventhough the playlist is empty (just press the toggle pl button) close #5925
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
macosx: when opening subtitles while playing a movie, try to add them to the clip instead of the playlist
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Sébastien Escudier authored
-
- 15 Feb, 2012 14 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
It'll be valid the first time this function is called
-
Rafaël Carré authored
Use boolean for those variables
-
Rafaël Carré authored
The VLC interface object might not exist at that point
-
Rafaël Carré authored
It saves quite a bit of CPU time over when VLCIntf is accessed several times.
-
Felix Paul Kühne authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
David Fuhrmann authored
fixes #6048 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
This is especially needed, when a video finishes and the next item in playlist is an audio file. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
makes sure that the non-embedded window fade out properly, also leaves the main windows visible, the user wants to probably see it when it is on another display Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
this is expecially important when MainWindow is on one screen and non-embedded window on the other Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
David Fuhrmann authored
this fixes the issue that nonembedded window was not allowed to resize itself (e.g. after aspect ratio change) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-