- 04 Nov, 2013 7 commits
-
-
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 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
Only check samplerate and physical_channels for now
-
Rémi Denis-Courmont authored
-
Ilkka Ollakka authored
Also check if i_numsegs is setted as delsegs is tru by default and we don't want to cause suprises to people creating VOD-stuff.
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 27 Oct, 2013 1 commit
-
-
Edward Wang authored
Ref #8449 Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
-