| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: actually add VP3 loop filter | David Conrad | 2009-05-23 | 1 | -0/+94 |
* | ARM: NEON VP3 Loop Filter | David Conrad | 2009-05-23 | 1 | -0/+8 |
* | ARM: Use fewer register in NEON put_pixels _y2 and _xy2 | David Conrad | 2009-04-29 | 1 | -38/+26 |
* | ARM: NEON put_pixels_clamped | David Conrad | 2009-04-29 | 2 | -0/+26 |
* | Add guaranteed alignment for loading dest pixels in avg_pixels16_neon | David Conrad | 2009-04-16 | 1 | -4/+4 |
* | ARM: NEON optimized put_signed_pixels_clamped | David Conrad | 2009-04-04 | 2 | -0/+39 |
* | ARM: NEON optimised add_pixels_clamped | Måns Rullgård | 2009-04-04 | 2 | -0/+49 |
* | ARM: disable inline asm for armcc | Måns Rullgård | 2009-03-05 | 1 | -0/+4 |
* | ARM: fix missing MUL16() return type | Måns Rullgård | 2009-03-01 | 1 | -1/+1 |
* | ARM: fix corner-case overflow in H.264 weighted prediction | Måns Rullgård | 2009-02-28 | 1 | -38/+43 |
* | ARM: NEON optimised vector_fmul_window | Måns Rullgård | 2009-01-30 | 2 | -0/+54 |
* | ARM: NEON optimised vector_fmul | Måns Rullgård | 2009-01-30 | 2 | -0/+44 |
* | ARM: remove some unused macro arguments | Måns Rullgård | 2009-01-27 | 1 | -9/+9 |
* | ARM: reorder some instructions in put_pixels*_arm for speed gains | Måns Rullgård | 2009-01-27 | 1 | -6/+6 |
* | ARM: replace jump tables with conditional branches | Måns Rullgård | 2009-01-27 | 1 | -81/+19 |
* | ARM: replace explicit literal loads with ldr Rd, =lit | Måns Rullgård | 2009-01-27 | 1 | -34/+28 |
* | ARM: change alignment of loops in put_pixels*_arm to 32 | Måns Rullgård | 2009-01-27 | 1 | -38/+33 |
* | ARM: optimised mid_pred() | Måns Rullgård | 2009-01-27 | 1 | -0/+18 |
* | ARM: allow register operands for shifts in MULL() | Måns Rullgård | 2009-01-27 | 1 | -1/+1 |
* | ARM: NEON optimised H.264 weighted prediction | Måns Rullgård | 2009-01-25 | 2 | -0/+158 |
* | ARM: NEON optimised H.264 biweighted prediction | Måns Rullgård | 2009-01-25 | 2 | -0/+202 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 2 | -2/+2 |
* | ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change | Måns Rullgård | 2009-01-18 | 1 | -25/+18 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 7 | -24/+24 |
* | ARM: use push/pop pseudo-instructions in simple_idct_armv6.S | Måns Rullgård | 2009-01-12 | 1 | -20/+20 |
* | ARM: simple_idct_armv6.S whitespace cosmetics | Måns Rullgård | 2009-01-12 | 1 | -27/+27 |
* | ARM: clean up pc-relative references in simple_idct_armv6.S | Måns Rullgård | 2009-01-12 | 1 | -12/+12 |
* | ARM: use rX register names in simple_idct_armv6.S | Måns Rullgård | 2009-01-12 | 1 | -224/+224 |
* | ARM: work around linker bug with movw/movt relocations in shared libs | Måns Rullgård | 2008-12-30 | 3 | -8/+15 |
* | ARM: rename coefficient table in NEON IDCT | Måns Rullgård | 2008-12-30 | 1 | -3/+4 |
* | ARM: NEON optimised float_to_int16 | Måns Rullgård | 2008-12-26 | 2 | -0/+345 |
* | ARM: add new h264 idct functions | Måns Rullgård | 2008-12-25 | 2 | -0/+105 |
* | ARM: replace "armv4l" with "arm" | Måns Rullgård | 2008-12-17 | 21 | -0/+7352 |