- 08 Nov, 2013 3 commits
-
-
Adrien Maglo authored
-
Adrien Maglo authored
-
Jean-Baptiste Kempf authored
-
- 07 Nov, 2013 13 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Also remove bogus RGBA masks. Masks are only used for RGB formats - the VLC chromas without implicitly fixed masks.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 06 Nov, 2013 10 commits
-
-
Felix Paul Kühne authored
-
Rémi Denis-Courmont authored
This should fix compilation on non-Apple Darwin and plausibly addresses hypothetical future support for Mesa's shared GLAPI.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
libavcodec only has a LJPG encoder, not a decoder
-
Tristan Matthews authored
Signed-off-by: Rafaël Carré <funman@videolan.org>
-
- 05 Nov, 2013 6 commits
-
-
Tristan Matthews authored
Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Tristan Matthews authored
avcodec_fill_audio_frame will reject input buffers that are too small, therefore we cannot call it directly with the input buffer p_aout_buf. Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
-
Francois Cartegnie authored
-
Luca Barbato authored
The files must be .asm Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
-
- 04 Nov, 2013 8 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.
-