- 24 Jul, 2014 1 commit
-
-
Anatoliy Anischovich authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 23 Jul, 2014 14 commits
-
-
Felix Paul Kühne authored
-
Boy van Amstel authored
Like being able to change the volume, seek position etc. via AppleScript, this commit allows you to change the audio desync in ms. Example: tell application "VLC" -- set audio desync to 0 set audio desync to -2250 get audio desync end tell Signed-off-by: Boy van Amstel <boy@boyvanamstel.nl> Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Rémi Denis-Courmont authored
This fixes warnings with PulseAudio and with MingW.
-
Sean McGovern authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Francois Cartegnie authored
Allow alternative and lowest priority filters
-
Francois Cartegnie authored
Compressed files are just not handled by filter. not an error
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
- 22 Jul, 2014 1 commit
-
-
Rafaël Carré authored
-
- 20 Jul, 2014 7 commits
-
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Felix Paul Kühne authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
- 19 Jul, 2014 2 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
-
- 18 Jul, 2014 4 commits
-
-
Tristan Matthews authored
-
Erwan Tulou authored
in Qt doc about QMainWindow, about statusBar() and setStatusBar(), it reads : "Note that QMainWindow takes ownership of the statusbar pointer and deletes it at the appropriate time." So, trying to delete the pointer returned by statusBar() can but end up in a double free at some point.
-
Erwan Tulou authored
Always rely on the Dialog Provider to manage the popupmenu. This fixes a regression brought by 01f2d198
-
Francois Cartegnie authored
-
- 17 Jul, 2014 6 commits
-
-
Thomas Guillem authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Thomas Guillem authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Tristan Matthews authored
-
Ilkka Ollakka authored
revert mistake in commit 78db874b
-
Rafaël Carré authored
-
Tristan Matthews authored
-
- 16 Jul, 2014 3 commits
-
-
Francois Cartegnie authored
-
Tristan Matthews authored
Extra header is stored at &ogg_header + (1 * sizeof(ogg_header)), not &ogg_header + (sizeof(ogg_header) * sizeof(ogg_header)).
-
Tristan Matthews authored
-
- 15 Jul, 2014 2 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-