- 10 Apr, 2011 1 commit
-
-
Oskar Arvidsson authored
This patch lets e.g. dsputil_init chose dsp functions with respect to the bit depth to decode. The naming scheme of bit depth dependent functions is <base name>_<bit depth>[_<prefix>] (i.e. the old clear_blocks_c is now named clear_blocks_8_c). Note: Some of the functions for high bit depth is not dependent on the bit depth, but only on the pixel size. This leaves some room for optimizing binary size. Preparatory patch for high bit depth h264 decoding support. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 25 Mar, 2011 1 commit
-
-
Alexander Strange authored
-
- 22 Mar, 2011 1 commit
-
-
Michael Niedermayer authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 12 Mar, 2011 4 commits
-
-
Jason Garrett-Glaser authored
Was missed in 3efbe137.
-
Jason Garrett-Glaser authored
Shaves at least 3KB off code size on x86, should improve cache utilization. This would probably be useful to do for other decoders/encoders as well.
-
Jason Garrett-Glaser authored
-
Jason Garrett-Glaser authored
A break statement was supposed to break out of two loops, but only broke out of one. Didn't affect output, just could have been marginally slower.
-
- 18 Feb, 2011 3 commits
-
-
Jason Garrett-Glaser authored
This one didn't actually need to be initialized. (cherry picked from commit 891b1f15)
-
Jason Garrett-Glaser authored
(cherry picked from commit bcf4568f)
-
Jason Garrett-Glaser authored
(cherry picked from commit 7634771e)
-
- 17 Feb, 2011 3 commits
-
-
Jason Garrett-Glaser authored
This one didn't actually need to be initialized.
-
Jason Garrett-Glaser authored
-
Jason Garrett-Glaser authored
-
- 16 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
Done to keep ABI compatible. Otherwise this is just silly
-
- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 12 Feb, 2011 1 commit
-
-
Mans Rullgard authored
Approximately 5% faster on Cortex-A8. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit a7878c9f)
-
- 11 Feb, 2011 3 commits
-
-
Mans Rullgard authored
Approximately 5% faster on Cortex-A8. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Jason Garrett-Glaser authored
Merge find_near_mvs and mv bitstream decoding: don't do prediction steps until absolutely necessary. (cherry picked from commit f3d09d44)
-
Jason Garrett-Glaser authored
Merge find_near_mvs and mv bitstream decoding: don't do prediction steps until absolutely necessary.
-
- 09 Feb, 2011 1 commit
-
-
Jason Garrett-Glaser authored
Currently uses AV_RL32 instead of AV_RL32A, as the latter doesn't exist yet. (cherry picked from commit 62457f90)
-
- 08 Feb, 2011 1 commit
-
-
Jason Garrett-Glaser authored
Currently uses AV_RL32 instead of AV_RL32A, as the latter doesn't exist yet.
-
- 06 Feb, 2011 4 commits
-
-
Jason Garrett-Glaser authored
(cherry picked from commit 8a2c99b4)
-
Jason Garrett-Glaser authored
Convert hev_thresh logic to a LUT, simplify mbedge_lim calculation. (cherry picked from commit 79dec154)
-
Jason Garrett-Glaser authored
(cherry picked from commit a1b227bb)
-
Jason Garrett-Glaser authored
(cherry picked from commit dd18c9a0)
-
- 04 Feb, 2011 4 commits
-
-
Jason Garrett-Glaser authored
-
Jason Garrett-Glaser authored
Convert hev_thresh logic to a LUT, simplify mbedge_lim calculation.
-
Jason Garrett-Glaser authored
-
Jason Garrett-Glaser authored
-
- 02 Feb, 2011 1 commit
-
-
Jason Garrett-Glaser authored
Adds some duplicated code, but avoids duplicate edge checks and similar. ~0.5% faster overall on Parkjoy test sample. (cherry picked from commit 64233e70)
-
- 01 Feb, 2011 1 commit
-
-
Jason Garrett-Glaser authored
Adds some duplicated code, but avoids duplicate edge checks and similar. ~0.5% faster overall on Parkjoy test sample.
-
- 31 Jan, 2011 1 commit
-
-
Jason Garrett-Glaser authored
Merge an if and a switch. (cherry picked from commit 73be29b0)
-
- 30 Jan, 2011 3 commits
-
-
Jason Garrett-Glaser authored
Merge an if and a switch.
-
Ronald S. Bultje authored
(cherry picked from commit 2e279598)
-
Ronald S. Bultje authored
Replace * (uint32_t *) buf accesses with AV_WN32A/AV_COPY32. (cherry picked from commit 9d4bdcb7)
-
- 29 Jan, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 28 Jan, 2011 2 commits
-
-
Ronald S. Bultje authored
Replace * (uint32_t *) buf accesses with AV_WN32A/AV_COPY32.
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-