| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. | Steve L'Homme | 2006-11-01 | 1 | -1/+1 |
* | ppc generic prefetch | Luca Barbato | 2006-10-12 | 1 | -1/+10 |
* | Move TRANSPOSE8 macro to dsputil_altivec.h. | Guillaume Poirier | 2006-10-10 | 3 | -67/+34 |
* | removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore | Luca Barbato | 2006-10-09 | 9 | -423/+0 |
* | add_bytes passes tests | Luca Barbato | 2006-10-09 | 1 | -7/+4 |
* | Non Altivec optimizations already present at the top | Luca Barbato | 2006-10-08 | 1 | -6/+1 |
* | fix the dcbz check and move it in configure | Luca Barbato | 2006-10-07 | 2 | -13/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 17 | -67/+101 |
* | fix a warning | Luca Barbato | 2006-10-07 | 1 | -0/+4 |
* | New single instruction math operation header | Luca Barbato | 2006-09-19 | 1 | -0/+31 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+14 |
* | AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ver... | Kostya Shishkov | 2006-09-03 | 1 | -0/+130 |
* | Proper fix for the corner case that would have been corrected before, praise&... | Luca Barbato | 2006-08-31 | 2 | -7/+7 |
* | Revert previous commit | Luca Barbato | 2006-08-31 | 1 | -4/+4 |
* | Fix float_to_int16, unaligned case, broken by the previous commit | Luca Barbato | 2006-08-31 | 1 | -2/+2 |
* | 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th... | Luca Barbato | 2006-08-15 | 2 | -10/+10 |
* | altivec float optimizations | Luca Barbato | 2006-08-14 | 2 | -1/+194 |
* | Clean up:make dsputil subfile names consistent | Luca Barbato | 2006-08-13 | 3 | -2/+2 |
* | keep in sync with dsputil, makes --disable-decoder=vorbis build | Luca Barbato | 2006-08-11 | 1 | -0/+2 |
* | Cosmetics: 2->4 spaces and some braces | Luca Barbato | 2006-08-06 | 1 | -135/+126 |
* | Yet another typo | Luca Barbato | 2006-08-04 | 1 | -2/+2 |
* | Fix a stupid typo and another error, thanks to Emanuele Giaquinta <exg@gentoo... | Luca Barbato | 2006-08-04 | 1 | -4/+4 |
* | standalone snow dsputil init | Luca Barbato | 2006-08-03 | 2 | -17/+13 |
* | Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: | Luca Barbato | 2006-08-03 | 3 | -81/+62 |
* | Minor fix | Luca Barbato | 2006-08-03 | 1 | -6/+6 |
* | avoid alignment hacks, luckly gcc does the right thing on arches different fr... | Luca Barbato | 2006-08-03 | 1 | -38/+25 |
* | vorbis_inverse_coupling_altivec | Luca Barbato | 2006-08-03 | 1 | -0/+23 |
* | Cleanup | Luca Barbato | 2006-08-03 | 1 | -4/+1 |
* | Some AltiVec optimizations for VC-1 | Kostya Shishkov | 2006-08-03 | 2 | -0/+375 |
* | avoid possible segfault situations | Luca Barbato | 2006-08-02 | 1 | -4/+4 |
* | Cosmetics | Luca Barbato | 2006-08-02 | 1 | -11/+10 |
* | Make gcc-3 happy again, thanks to Olivier Castan <castan.o@free.fr> for point... | Luca Barbato | 2006-06-20 | 1 | -14/+26 |
* | Cosmetics: should not hurt performance, scream if are | Luca Barbato | 2006-06-17 | 2 | -291/+393 |
* | put_pixels16_l2_altivec and avg_pixels16_l2_altivec | Luca Barbato | 2006-06-03 | 1 | -32/+85 |
* | Macosx fix | Luca Barbato | 2006-05-02 | 1 | -3/+3 |
* | 13% faster inner_add_yblock | Luca Barbato | 2006-04-25 | 1 | -309/+267 |
* | 40% faster decode | Luca Barbato | 2006-04-25 | 1 | -4/+17 |
* | typo in the gcc handmade regalloc trigger | Luca Barbato | 2006-04-16 | 1 | -2/+2 |
* | hadamard8_diff* enabled on linux/ppc | Luca Barbato | 2006-04-07 | 3 | -47/+52 |
* | Proper typecast for vector bool | Luca Barbato | 2006-03-31 | 1 | -4/+6 |
* | Cast cruft in order to support Apple gcc | Luca Barbato | 2006-03-29 | 1 | -53/+63 |
* | altivec support for snow | Luca Barbato | 2006-03-27 | 1 | -0/+16 |
* | altivec support for snow | Luca Barbato | 2006-03-27 | 1 | -0/+795 |
* | use vec_splat_u32 to initialise a v16ui (patch by Likai Liu < liulk _at_ cs.b... | Likai Liu | 2006-02-28 | 1 | -1/+1 |
* | Fix AltiVec H.264 decoding on FSF gcc. | Luca Barbato | 2006-02-21 | 1 | -9/+9 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -13/+13 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 12 | -12/+12 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 8 | -264/+264 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 10 | -195/+195 |
* | 10l | Alex Beregszaszi | 2005-08-05 | 1 | -1/+1 |