- 18 Nov, 2013 11 commits
-
-
Rafaël Carré authored
Windows linkers can now use -lvlc -lvlccore
-
Rafaël Carré authored
add nativewindow.c for translation
-
Pierre Ynard authored
-
Maxim Bublis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Maxim Bublis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Rafaël Carré authored
swab prototype is not the same as memcpy (src and dst are swapped)
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
Fixes: #9907
-
Jean-Baptiste Kempf authored
-
Rafaël Carré authored
-
Rafaël Carré authored
Don't specify the (variable) size
-
- 17 Nov, 2013 4 commits
-
-
David Fuhrmann authored
Behaviour is now the same as the buttons in main window close #9512
-
Denis Charmet authored
-
Denis Charmet authored
Fix #9866
-
Jean-Baptiste Kempf authored
The code wasn't common anymore :) This reduces the number of #if VLC_WINSTORE_APP and should help readability Maybe Open() and Close() should be splitted in a similar way...
-
- 16 Nov, 2013 14 commits
-
-
Ilkka Ollakka authored
-
Rafaël Carré authored
The most important point is that we can not enumerate or active devices anymore http://msdn.microsoft.com/en-us/library/windows/desktop/jj128298(v=vs.85).aspx says we must activate the device from the main UI thread, which we can not access from VLC C code. Add a module option so the main UI code can activate the audio interface and pass down that pointer to VLC. ifdef out unneeded device handling code
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Add some comments on how the code should work. Basic idea is first check input lipsync against audio track. Then check if we can drop the picture based on output pts and then do same checked in OutputFrame as some filters can output multiple pictures (yadif2x etc). simple framerate conversion from 25 worked to 4,5,10,20,23,29.97,50.60. Not sure if yadif2x and all work fully yet.
-
Rafaël Carré authored
Fix #9442
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
remove prototypes
-
Rafaël Carré authored
C99, brace style, space No functional changes
-
- 15 Nov, 2013 6 commits
-
-
Felix Abecassis authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
David Fuhrmann authored
-
David Fuhrmann authored
This bug resulted in failure of setting more than one video effect filter on mavericks. close #9849
-
Rafaël Carré authored
This reverts commit 03e0644c. Decoder needs single frames Closes #9863
-
Francois Cartegnie authored
Regression introduced by 6eddafe7
-
Maxim Bublis authored
Patch has been updated. Also fixed target creation for Growl and BGHudAppKit. Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 14 Nov, 2013 3 commits
-
-
Denis Charmet authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
- 13 Nov, 2013 1 commit
-
-
Mirsal authored
Change the mpris version to 2.2 as VLC implements it.
-
- 12 Nov, 2013 1 commit
-
-
Tristan Matthews authored
Refs #9343 Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-