- 26 Oct, 2012 1 commit
-
-
Sergio Ammirata authored
Add a new aac audio encoder module based on the fdkaac library. It works correctly up to 5.1 as the current version of the library has problems with 7.1. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
- 25 Oct, 2012 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is useless as we require OpenGL 1.4.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 24 Oct, 2012 13 commits
-
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
Take2 as now we have new enough libavcodec
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Rémi Denis-Courmont authored
glActiveTexture() seems mandatory. glClientActiveTexture() requires OpenGL version >= 1.3. Currently, OpenGL version >= 1.4 is assumed anyway.
-
Ilkka Ollakka authored
avcodec_free_frame isn't in untill 54.28.0 and were in 52.25.0
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
- 23 Oct, 2012 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 Oct, 2012 8 commits
-
-
Rémi Denis-Courmont authored
-
Felix Paul Kühne authored
macosx: fixed Reveal-in-Finder for eastern european umlauts and probably other characters without a ISO-Latin fallback (close #7631)
-
Rémi Denis-Courmont authored
-
Frédéric Yhuel authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
Edward Wang authored
Fixes an annoying crash for me. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
KO Myung-Hun authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Pierre Ynard authored
-
- 21 Oct, 2012 3 commits
-
-
Rafaël Carré authored
When we output a picture we reinit p_sys->cc_next anyway sys_t->cc represents the CC data for the picture about to be output sys_t->cc_next will hold the CC data for the picture currently being input
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 20 Oct, 2012 4 commits
-
-
David Fuhrmann authored
Now, everything from the video menu and the basic stuff like fullscreen should work. If it does'nt (e.g. fullscreen and resize with video-splitter module enabled) please blame the core first. ;-) TODO: There might be some getVout()-calls left which should be investigated. close #6814
-
David Fuhrmann authored
-
Rémi Denis-Courmont authored
-
KO Myung-Hun authored
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-
- 19 Oct, 2012 5 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Contrary to normal audio filters, audio converters cannot change their input and output formats, cannot have identical input and output formats and are probed automatically rather than by name. Using the same capability served no useful purpose.
-
Jean-Baptiste Kempf authored
This reverts commit ea5e62b5. This removes all code from Andri Pálsson
-