- 05 Nov, 2013 2 commits
-
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
-
- 04 Nov, 2013 10 commits
-
-
Rémi Denis-Courmont authored
(There does not appear to be much logic there, this might be a driver issue or confusing documentation.)
-
Martin Storsjö authored
The loop parameter is always 0 nowadays. Always call the dequeueOutputBuffer method again if it returned changed output buffers or changed output format. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Felix Abecassis authored
Previously we would only return one frame even if multiple output frames were available, dropping all but the last one, while waiting for a free input buffer. Instead return the first output buffer and don't consume the input buffer at all in that case. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Arun Pandian G authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Francois Cartegnie authored
Adds the optional skeleton index for faster seeking. Switches skeleton generation to Seekable input only case, as we have no way to know values for fishead page before the end of the encoding (total size, data start).
-
Francois Cartegnie authored
Ogg streams were invalid. This patch ensures all streams have a way to end independently and no other stream could start at arbitrary places. Also simplifies a bit some code. The ogg muxer suffers from an insufficient muxer cache value, and usually starts streams before all streams have been declared. The previous behaviour ( closing and restarting a new group of streams ) is kept and fixed. But this is really not optimal. We might need to consider increasing that cache for ogg. It also handles correctly chained streams.
-
Francois Cartegnie authored
This patch adds Skeleton V4.0 metadata for multiplexed ogg streams. Note this does not adds skeleton indexes to streams, as we need to have a way to get sout position to reseek and rewrite that header from keyframes.
-
Francois Cartegnie authored
-
- 03 Nov, 2013 17 commits
-
-
Jean-Baptiste Kempf authored
Ref #7241
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
LANGLOIS Olivier PIS -EXT authored
Sometimes, f_seglen ended up being garbage and resulted to a very long duration for the first segment in the m3u8 index file Signed-off-by: Olivier Langlois olivier@trillion01.com Acked-by: Ilkka Ollakka <ileoo@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Checks support for a EGL client extension.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This is required to support non-native EGL platforms.
-
Rémi Denis-Courmont authored
EGL needs to know the kind of window at run-time.
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Ilkka Ollakka authored
-
Jean-Baptiste Kempf authored
-
- 02 Nov, 2013 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 Oct, 2013 2 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
- 30 Oct, 2013 4 commits
-
-
Felix Paul Kühne authored
-
Felix Paul Kühne authored
-
Rafaël Carré authored
If EOF happens during buffering, the buffered frames will be flushed and never played back. This should only be visible for very short files such as: http://streams.videolan.org/issues/9195/73ms-VLC-KO.wav Note, pulse will lose the audio for such short files, alsa and afile work better Closes: #3152
-
Rémi Denis-Courmont authored
-
- 29 Oct, 2013 1 commit
-
-
Rafaël Carré authored
This reverts commit 72999af2. This module seems to work fine, let developers enable this verbose message again if they wish.
-
- 28 Oct, 2013 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
Only check samplerate and physical_channels for now
-