- 02 May, 2013 11 commits
-
-
Martin Storsjö authored
This avoids cases where configure tries to weakly enable an item which actually is disabled, ending up still enabling dependencies of the item which itself is only enabled weakly. More concretely, the h264 decoder suggests error resilience, which is then enabled weakly (unless manually disabled). Previously, dsputil, which is a dependency of error resilience, was enabled even if error resilience wasn't enabled in the end. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The variable name 'var' is commonly used to iterate through arguments in other functions. When the pushvar function internally uses the variable 'var', it makes pushing/popping the variable 'var' not work as intended. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The function does not do any rounding, so there is no point in keeping it in a round template file.
-
Diego Biurrun authored
The function is only instantiated once, so there is no point in keeping it in a template file.
-
Diego Biurrun authored
-
Luca Barbato authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
- 30 Apr, 2013 28 commits
-
-
Derek Buitenhuis authored
Explicitly saying it can't hurt. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Now that the headers themselves have ifdef protection this is no longer necessary and more consistent with normal include handling.
-
Diego Biurrun authored
This prevents non-AltiVec-enabled compilers from choking.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Anton Khirnov authored
This makes output -ss sample-accurate for audio and will allow further simplication in the future.
-
Anton Khirnov authored
This makes -t sample-accurate for audio and will allow further simplication in the future. Most of the FATE changes are due to audio now being sample accurate. In some cases a video frame was incorrectly passed with the old code, while its was over the limit.
-
Anton Khirnov authored
This way OutputFile variables like recording time can be used when creating the streams.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Options are freed from the generic code now, there is no need to call av_opt_free() from the filter.
-
Anton Khirnov authored
It now allows an arbitrary number of inputs, not just two.
-
Anton Khirnov authored
Otherwise some code might mistakenly think it is allowed to unref those buffers, which would lead to double unref.
-
Anton Khirnov authored
It is a part of the sample that got broken by recent indeo3 changes.
-
Anton Khirnov authored
They are the same in this case, except put_pixels also has blocksizes smaller than 8.
-
Anton Khirnov authored
CC:libav-stable@libav.org
-
- 29 Apr, 2013 1 commit
-
-
Diego Biurrun authored
-