- 11 Aug, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 29 Jul, 2011 1 commit
-
-
Jason Garrett-Glaser authored
-
- 21 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 Jul, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 18 Jul, 2011 1 commit
-
-
Diego Biurrun authored
-
- 10 Jul, 2011 1 commit
-
-
Mans Rullgard authored
This macro can cause problems in conjunction with the bitdepth template expansion. It was presumably added to keep source compatibility when high bitdepth support was added. However, emulated_edge_mc is a dsputil pointer and should not be called directly, so there is little reason to keep such a macro. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 08 Jul, 2011 1 commit
-
-
Daniel Kang authored
Mainly ported from 8-bit H.264 predict. Some code ported from x264. LGPL ok by author. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 04 Jul, 2011 3 commits
-
-
Daniel Kang authored
Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
Daniel Kang authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Jul, 2011 1 commit
-
-
Daniel Kang authored
Mainly ported from 8-bit H.264 qpel. Some code ported from x264. LGPL ok by author. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 01 Jul, 2011 1 commit
-
-
Justin Ruggles authored
-
- 28 Jun, 2011 1 commit
-
-
Diego Biurrun authored
This was done to support gcc 2.95, which is an old legacy compiler that fails to compile the current codebase anyway.
-
- 18 Jun, 2011 2 commits
-
-
Ronald S. Bultje authored
-
Daniel Kang authored
Mainly ported from 8-bit H.264 MC Chroma. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 14 Jun, 2011 1 commit
-
-
Jason Garrett-Glaser authored
Note: this is 4:4:4 from the 2007 spec revision, not the previous (now deprecated) 4:4:4 mode in H.264.
-
- 13 Jun, 2011 2 commits
-
-
Jason Garrett-Glaser authored
Needs some ARM/PPC asm modifications.
-
Jason Garrett-Glaser authored
Note: this is 4:4:4 from the 2007 spec revision, not the previous (now deprecated) 4:4:4 mode in H.264.
-
- 11 May, 2011 1 commit
-
-
Jason Garrett-Glaser authored
-
- 10 May, 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:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 27 Apr, 2011 1 commit
-
-
Baptiste Coudurier authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 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>
-
- 26 Mar, 2011 1 commit
-
-
Alexander Strange authored
-
- 23 Mar, 2011 1 commit
-
-
Justin Ruggles authored
in the ac3_fixed encoder.
-
- 22 Mar, 2011 1 commit
-
-
Michael Niedermayer authored
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 20 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
Remove ff_vector128, it is identical to ff_pb_80. (cherry picked from commit bf6fa732)
-
- 19 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
Remove ff_vector128, it is identical to ff_pb_80.
-
- 18 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
(cherry picked from commit 12802ec0)
-
- 17 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
-
- 04 Feb, 2011 1 commit
-
-
Justin Ruggles authored
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit c73d99e6)
-
- 02 Feb, 2011 4 commits
-
-
Justin Ruggles authored
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
From ~550 cycles (C version) to 170 (SSE/x86-64), 206 (MMX/x86-32) and 196 (SSE2/x86-32) cycles. (cherry picked from commit 81f2a3f4)
-
Justin Ruggles authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit d19b744a)
-
Justin Ruggles authored
DSPContext.vector_fmul_window() DCADSPContext.lfe_fir() SynthFilterContext.synth_filter_float() Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 80ba1ddb)
-
- 01 Feb, 2011 1 commit
-
-
Ronald S. Bultje authored
From ~550 cycles (C version) to 170 (SSE/x86-64), 206 (MMX/x86-32) and 196 (SSE2/x86-32) cycles.
-
- 31 Jan, 2011 2 commits
-
-
Justin Ruggles authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
DSPContext.vector_fmul_window() DCADSPContext.lfe_fir() SynthFilterContext.synth_filter_float() Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 23 Jan, 2011 1 commit
-
-
Justin Ruggles authored
Signed-off-by:
Mans Rullgard <mans@mansr.com> (cherry picked from commit 6eabb0d3)
-
- 22 Jan, 2011 1 commit
-
-
Justin Ruggles authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-