- 18 Aug, 2011 14 commits
-
-
Alex Converse authored
Long term it would be nice to support error resilient reconfiguration but right now setting this every frame does more harm than help. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Alex Converse authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Alex Converse authored
Audio found is not triggered on a CCE because a CCE alone has no output. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
By replacing if (foo) <do stuff> with if (!foo) continue; <do stuff>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It's equivalent to -g 0.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Allows us to get rid of forward InputStream declaration.
-
Anton Khirnov authored
-
Dustin Brody authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
This allows using more specific implementations for chroma/luma, e.g. we can make assumptions on filterSize being constant, thus avoiding that test at runtime.
-
Ronald S. Bultje authored
This allows sharing them between multiple .asm files.
-
- 17 Aug, 2011 20 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Keep a per-OutputFile instance of it, thus making -ss work with multiple output files.
-
Anton Khirnov authored
Keep a per-OutputFile instance of it, thus making -t work with multiple output files.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Instead store output streams in the same way as input streams.
-
Anton Khirnov authored
-
Anton Khirnov authored
Move the stream specifier to the option name.
-
Anton Khirnov authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Diego Biurrun authored
-
Kostya Shishkov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Sven Hesse authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Kostya Shishkov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
First, container stores only DTS and not PTS as it was believed. Second, multiple frames in a packet store timestamp instead of position after the frame length. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here: http://samples.libav.org/samples/real/tv_watching_t1.rmSigned-off-by: Diego Biurrun <diego@biurrun.de>
-
- 16 Aug, 2011 6 commits
-
-
Anton Khirnov authored
This reverts commit 4f4f3384. This commit has some ugly corner cases and needs to be discussed further.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It allows to check if a given codec can be written into a container.
-