- 11 Apr, 2013 16 commits
-
-
Anton Khirnov authored
Removes an arbitrary hardcoded limit on the number of filters.
-
Anton Khirnov authored
The caller needs to know what valid indices can be passed to avfilter_pad_get_name/type.
-
Anton Khirnov authored
This will be useful in avtools in the following commits. Any other caller might also want to know this information.
-
Anton Khirnov authored
-
Anton Khirnov authored
Drop the unused opaque parameter from its signature.
-
Anton Khirnov authored
-
Anton Khirnov authored
It will be useful in the following commits.
-
Anton Khirnov authored
Since this function adds a standalone filter to a filter graph and we do not support creating such filters, there is no reason for this function to exist.
-
Anton Khirnov authored
Since we do not support "standalone" filters not attached to an AVFilterGraph, we should not have a public function to create such filters. In addition that function is horribly named, the action it does cannot be possibly described as "opening" a filter.
-
Anton Khirnov authored
We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
-
Anton Khirnov authored
-
Anton Khirnov authored
lavfi should never modify the filter through that pointer.
-
Anton Khirnov authored
Adapted from the author's blag. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
-
Diego Biurrun authored
-
- 10 Apr, 2013 9 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Ronald S. Bultje authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
It is only used for error resilience. This allows building the h264 decoder without dsputil, if error resilience is disabled. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
The non-intra-pcm branch in hl_decode_mb (simple, 8bpp) goes from 700 to 672 cycles, and the complete loop of decode_mb_cabac and hl_decode_mb (in the decode_slice loop) goes from 1759 to 1733 cycles on the clip tested (cathedral), i.e. almost 30 cycles per mb faster. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Put a copy of the 8bit functions only in dsputil, where they are used for some other things (e.g. mpeg4qpel, mspel, cavsqpel). Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 09 Apr, 2013 15 commits
-
-
Christophe Gisquet authored
cmp{p,s}{s,d} instructions do take an imm8 operand. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Anton Khirnov authored
af_channelmap: fix uninitialized variable use introduced in ba8efac9
-
Anton Khirnov authored
-
Anton Khirnov authored
Useful for examining options, the same as the corresponding functions for the other libs.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Change the mappings separator from comma to '|' to avoid excessive escaping, since comma is already used for separating filters in the filtergraph description.
-
Anton Khirnov authored
-