- 18 Dec, 2011 8 commits
-
-
Pierre Ynard authored
-
Pierre Ynard authored
This deals gracefully with and warns about the legacy --http-host <host>:<port> and --rtsp-host <host>:<port>/<path> syntaxes
-
Pierre Ynard authored
-
Jean-Baptiste Kempf authored
Close #5694
-
Jean-Baptiste Kempf authored
-
Cheng Sun authored
Previously QToolButtonExt had some undesirable edge case behaviour. Firstly, once the user presses down on a QToolButtonExt there is no way to cancel the action; either a short or a long click will be generated. Compare this to a normal button, which can be cancelled by releasing the mouse outside of the button area. Secondly, with the mouse button held down, moving the mouse in and out of the button area will generate multiple short click events, when no event at all is desired. This patch corrects this: by releasing the mouse outside the button area no event is generated; additionally no short click events are generated simply by moving the depressed mouse in and out of the button. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
improve locality, remove memset and useless labels, add unlikely post allocations
-
Jean-Baptiste Kempf authored
Do not malloc 900Mb, for example... Close #5689
-
- 17 Dec, 2011 13 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Konstantin Bogdanov authored
Tested on iOS devices Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Akash Mehrotra authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
This is counter-intuitive. As asked by etix
-
TUDURI Benoît authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tobias Güntner authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #5680
-
Jean-Baptiste Kempf authored
Close #5679
-
- 16 Dec, 2011 1 commit
-
-
Rémi Denis-Courmont authored
-
- 15 Dec, 2011 14 commits
-
-
Faustino E. Osuna authored
Only ignores triplets in the root contrib path. Previous implementation had the potential to ignore triplets in the subfolders. This will allow for creating: 1) Patches using this format (e.g. contrib/src/*/track-me-now.patch). 2) Subfolders beneath contrib's root (but not in contrib itself) (e.g. contrib/src/track-me-now/*). OK-ed-by: Rafaël Carré <funman@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Pere Orga authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Felix Paul Kühne authored
-
Ludovic Fauvet authored
Close #5668 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Ref #4030 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
The MRL received from a drag & drop was not converted correctly to an URI (using toURI) before being saved into the configuration. This was causing multi bytes characters to be serialized in UTF8 (\x????) and be given as-is to decode_URI which is not able to decode them. Close #5662 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Should fix crash on quit wrt to Vout Tested on XP, 7 and Linux.
-
- 14 Dec, 2011 4 commits
-
-
Faustino E. Osuna authored
Ignore downloaded git repos. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Faustino E. Osuna authored
Ignore the triplet subfolders created in the contrib path. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Faustino E. Osuna authored
Ignore downloaded archives / subfolders and files generated by make. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Faustino E. Osuna authored
Fix a typo when using the $(download) function. This suppresses malformed url errors from curl. Signed-off-by: Rafaël Carré <funman@videolan.org>
-