- 27 May, 2012 7 commits
-
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Joe Taber authored
Variable `loop` was uninitialized and resulted in an error when being concatenated. Initialize the variable to blank: `local loop = ""`. Close #6882 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #6879 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Close #4472 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
John Peterson authored
whoami need to escape the backslash in 'pc\user' otherwise src/version.c can't compile. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 26 May, 2012 1 commit
-
-
Rafaël Carré authored
-
- 25 May, 2012 14 commits
-
-
Ming Hu authored
Skip src (we don't need applications) and srclib (buggy replacement functions) Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
Small potential overread/overwrite(/ineficiency are fixed.
-
Laurent Aimar authored
Only the basic modes are supported, blend is used as a fallback.
-
Laurent Aimar authored
-
Laurent Aimar authored
-
Laurent Aimar authored
The code used for I422 was a mix of blend (luma) and discard (chroma).
-
Laurent Aimar authored
The code used for I422 was a mix of bob (luma) and discard (chroma).
-
Laurent Aimar authored
The code used for I422 was a mix of a simplified bob (luma) and discard (chroma).
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
David Fuhrmann authored
-
David Fuhrmann authored
- volume and mute hotkeys are handled by core now, providing a proper osd screen - some fixes in detection if key combo is valid hotkey - fix for mem leak
-
- 24 May, 2012 18 commits
-
-
Frédéric Yhuel authored
This is a temporary workaround until someone add support for f4v. Work-around #4915 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
The comments field is also encoded as "COMMENTS=" instead of description. For example, Audacity encodes the comment box as "COMMENTS=" instead of "DESCRIPTION=". Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
Ref #6652 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Edward Wang authored
The updateStatus() function should not interrupt the user and reset his position while he is dragging the volume slider. Close #6652 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sébastien Toque authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Some muxers are unable to read the spec...
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Konstantin Pavlov authored
With disabled webserver, linking fails at least on OSX and Linux, see http://forum.videolan.org/viewtopic.php?f=12&t=101229 f.i.
-