- 24 Oct, 2012 6 commits
-
-
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 17 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
-
Rafaël Carré authored
-
Frédéric Yhuel authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
James Bates authored
needed by the npapi browser plugin on OS X Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
-
Daniel Mierswa authored
the wrong string list (dot instead of comma) makes the media-library build fail Signed-off-by: Daniel Mierswa <impulze@impulze.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Ilkka Ollakka authored
As with Video-encoders, audio encoder can flush buffers in that case. Currently avcodec doesn't handle flushing and other encoders in this changeset (flac,speex,twolame,vorbis) have only boilerplate to check against NULL input so they don't crash.
-
Daniel Mierswa authored
the module uses libvcd/info.h which is provided by that particular library and it was also a dependency before the pkg-config detection Signed-off-by: Daniel Mierswa <impulze@impulze.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 18 Oct, 2012 1 commit
-
-
Rémi Denis-Courmont authored
Suspension should not occur during playback. However, it can happen while the stream is starting. In that case, forgetting the synchronization informations is more harmful than good.
-