- 25 Oct, 2014 2 commits
-
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 24 Oct, 2014 20 commits
-
-
Tristan Matthews authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Even though that pragma is standard C99, MSVC doesn't understand it. An issue has been opened, and this commit should be reverted when/if they fix it: https://connect.microsoft.com/VisualStudio/feedback/details/1009089/unhandled-standard-macros
-
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
-
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
WINBOOL is mingw specific
-
Hugo Beauzée-Luyssen authored
-
Thomas Guillem authored
Fail if GetVlcChromaFormat return 0. (It'll throw a HardwareAccelerationError) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sean McGovern authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
- Fix possible infinite loop with sw rendering if GetOutput failed. - Don't return a pic and don't release the block in case of error_state. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
This fix the random start fail of the module. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 23 Oct, 2014 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This duplicates the 7-years older "zoom" option for no good reasons.
-
Rémi Denis-Courmont authored
This makes sure that the "crop" variable always represents the current crop settings.
-
Rémi Denis-Courmont authored
The video output variables currently represent the wanted state, not the actual state. Forcefully resetting them to the actual state with a delay can create feedback loops. (Indeed some of the code paths had already been commented out for that exact reason.)
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This allows setting a value that is not explicitly listed a possible choice, and also fixes a small race condition between VLC_VAR_DELCHOICE and VLC_VAR_ADDCHOICE cals.
-
Rémi Denis-Courmont authored
This allows adding choices as mere suggestions rather than strict set of choices (just don´t set VLC_VAR_HASCHOICE in var_Create()).
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
All entries in a single list always have the same type anyway.
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
- 22 Oct, 2014 4 commits
-
-
Damien Erambert authored
Signed-off-by: David Fuhrmann <dfuhrmann@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
This solves long-standing conflicts with homebrew as well as the latest Xcode releases. Additionally, in most cases, all 3 items were built anyway.
-
Felix Paul Kühne authored
-
- 21 Oct, 2014 1 commit
-
-
Francois Cartegnie authored
-