- 20 Nov, 2013 13 commits
-
-
David Fuhrmann authored
Fixes playlist initialization.
-
David Fuhrmann authored
refs #9722
-
David Fuhrmann authored
- Fix wrong playlist resize - Minimize view state is now retained from start up to stop of video. Using the playlist button will result in the playlist to show up, but it will be always hidden when video finally stops. - Minimize view state is exited when the user uses alt to go back to normal view. close #9722
-
Maxim Bublis authored
This patch fixes SubRip subtitles parsing with missing microseconds. This patch also makes redundant SUB_TYPE_SUBRIP_DOT format as both delimiters (dot and comma) are now supported equally. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ludovic Fauvet authored
-
Ilkka Ollakka authored
Current OS should be able to set those buffers to be reasonable, and this buffer size caused drops with HD udp/ts inputs.
-
Jean-Baptiste Kempf authored
-
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 10 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
-