- 20 Nov, 2013 3 commits
-
-
Ilkka Ollakka authored
There was a bug that if you had threads but no fps it would release p_pic that is in fifo for encoder and stuff happened. I introduced this but in that lipsync change.
-
Jean-Baptiste Kempf authored
Re-license almost all the streaming modules to LGPLv2.1+ with authorization from their respective contributors After access_output, this includes stream_out and mux. The duplicate and rtp modules are not concerned by this relicensing because of unreachable authors. Notably: - An L. Ber (dedd7cd2) - Andy chenee (5caa2bab) Thanks to everyone for their help and answers in due time
-
Jean-Baptiste Kempf authored
-
- 19 Nov, 2013 2 commits
-
-
Felix Paul Kühne authored
-
Pierre Ynard authored
The config is not available within the page anymore, we have to call an API URL to fetch it
-
- 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>
-