- 30 Jun, 2012 12 commits
-
-
Ilkka Ollakka authored
Only difference seems to be that in ES_OUT_SET_PCR we don't have msg_Err showing up while playing ogg files
-
Ilkka Ollakka authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
This doesn't yet fully work with opengl es side. If you notice any regressions please notify it.
-
Rémi Denis-Courmont authored
-
Christoph Miebach authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 28 Jun, 2012 9 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
scanf("%Ns", %buffer) require the buffer to be N+1 long.
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Olivier Aubert authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 27 Jun, 2012 19 commits
-
-
Christoph Pfister authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Erwan Tulou authored
-
Erwan Tulou authored
And better performance since we were still using the rest of a polling mechanism (every 100ms) just to ensure we were alive.
-
Erwan Tulou authored
interaction_Register and interaction_Unregister are weird #define that don't seem used at all nowadays
-
erwan authored
-
Erwan Tulou authored
-
Erwan Tulou authored
Use the mouse-hide-timeout parameter for that purpose, as the other interfaces do in vlc. this fixes #7017
-
Erwan Tulou authored
-
Rémi Denis-Courmont authored
That horrible hack caused all subtitles to be parsed as Unicode if one (but not necessarily all) opened subtitles started with a UTF-8 or UTF-16 Byte Order Mark. If any other subtitle was neither in UTF-8 nor in UTF-16 with a BOM, that hack failed.
-
Rémi Denis-Courmont authored
This should not be needed (BOM is a zero-width character). If any stream reader barks on a BOM, it really needs fixing on its own. The subtitle demuxer was fixed in the previous commit. In the case of transparent conversion from UTF-16 to UTF-8, the BOM will be converted to UTF-8 as any other character. Thus the stream reader can (correctly) detect a UTF-8 text stream.
-
Rémi Denis-Courmont authored
If an UTF-8 BOM is found at the beginning of the text file, skip it (it can confuse some parsers). Also mark the subtitle track explicitly as UTF-8 encoded.
-
Felix Paul Kühne authored
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Damien Erambert authored
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
-
Jean-Baptiste Kempf authored
10L
-
Jean-Baptiste Kempf authored
-