- 15 Apr, 2013 4 commits
-
-
Ronald S. Bultje authored
This way, the special IDCT permutations are no longer needed. This is similar to how H264 does it, and removes the dsputil dependency imposed by the scantable code. Also remove the unused type == 0 cases from the plain C version of the idct. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
While this change isn't bitexact, the IDCTs weren't bitexact to start with either. This simplifies decoupling vp3 from dsputil. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 12 Apr, 2013 5 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 11 Apr, 2013 23 commits
-
-
Vittorio Giovara authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Vittorio Giovara authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
It will be useful outside of avprobe.
-
Anton Khirnov authored
-
Anton Khirnov authored
The separators were changed from ',' to '|' in all the filters.
-
Anton Khirnov authored
-
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 8 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>
-