- 09 Dec, 2011 7 commits
-
-
Rafaël Carré authored
It was added in svn r25418 of FFmpeg minor was bumped to 81 in r25444
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
Less hacks and tabs in this version
-
- 08 Dec, 2011 12 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
And do the same compilation on all setups
-
Jean-Baptiste Kempf authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
This will also save some code in a near future. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 07 Dec, 2011 9 commits
-
-
Rémi Denis-Courmont authored
This should fix buffer underflows when changing the playback rate. We probably should instead reallocate the buffer and resume resampling when the situation occurs, but that would be a lot more complicated.
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
-
Rafaël Carré authored
I added a workaround for mingw64
-
Felix Paul Kühne authored
-
Rafaël Carré authored
Define _WIN32_WINNT to 0x600 when checking/using dxva2 headers Continue to use a lower version to retain XP compatibility for the rest of VLC
-
Rafaël Carré authored
-
Pierre Ynard authored
There was a bit of confusion about the future of lua interface scripts... Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Denis Charmet authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 06 Dec, 2011 6 commits
-
-
Rafaël Carré authored
It was not used for 10 years (minus 3 days)
-
Rafaël Carré authored
Should close #5609
-
Rémi Denis-Courmont authored
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Francois Cartegnie authored
The selected profile wasn't checked against card's ones. (ex: resulting in sending MPEG2 to a VC1/h264 only card) Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 05 Dec, 2011 6 commits
-
-
Francois Cartegnie authored
as *Manager seems disliked.
-
Francois Cartegnie authored
Definitively doing the same thing.
-
Francois Cartegnie authored
Move EnableStatic from local to MenuManager's private (only used there). Use flags instead of string for action data.
-
Francois Cartegnie authored
Provides factory role & static methods but is not a menu itself (as the previous name would let believe)
-
Francois Cartegnie authored
Tuning playback speed is usually done through multiple actions (because values are relative/increments). It is better to create a tear-off menu from it. Especially true since status bar isn't enabled by default.
-
Sébastien Escudier authored
-