| Commit message (Expand) | Author | Age | Files | Lines |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 3 | -4/+0 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 2 | -2/+2 |
* | simplify ppc64 handling | Måns Rullgård | 2007-06-17 | 1 | -4/+4 |
* | restore GCC3 support | Guillaume Poirier | 2007-06-17 | 1 | -4/+4 |
* | re-enable use of h264_v_loop_filter_luma_altivec and h264_h_loop_filter_luma_... | Guillaume Poirier | 2007-06-17 | 1 | -2/+0 |
* | part 2/2 of fixing Altivec-accelerated H264 luma inloop filter | Graham Booker | 2007-06-17 | 1 | -9/+15 |
* | convert h264_deblock_q1 to an inline function. | Guillaume Poirier | 2007-06-17 | 1 | -18/+22 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 2 | -0/+10 |
* | Use a faster way to compute 255-val: Instead of creating a vector of | Graham Booker | 2007-06-16 | 1 | -4/+2 |
* | some samples aren't decoded correctly such as | Guillaume Poirier | 2007-06-15 | 1 | -0/+2 |
* | cosmetics | Guillaume Poirier | 2007-06-12 | 1 | -3/+3 |
* | kill one vector constant value load by the right combination of vec_splatX/ve... | Sigbjorn Skjaeret | 2007-06-12 | 1 | -2/+1 |
* | restore GCC2/3 support, patch by Sigbjorn Skjaeret %sskjer-1 A broadpark P no% | Sigbjorn Skjaeret | 2007-06-12 | 1 | -1/+1 |
* | one step closer to restoring GCC-3.3 support: kills 12 errors, just 2 to go | Guillaume Poirier | 2007-06-11 | 1 | -1/+1 |
* | minor GCC3 compile fix | Guillaume Poirier | 2007-06-09 | 1 | -1/+1 |
* | Altivec version of h264_(h|v)_loop_filter_luma | Graham Booker | 2007-06-09 | 2 | -0/+279 |
* | h264_idct_add_altivec, based on an old patch from Mauricio Alvarez <alvarezAT... | Luca Barbato | 2007-06-03 | 1 | -0/+77 |
* | use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables | Guillaume Poirier | 2007-05-17 | 5 | -16/+16 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 13 | -16/+16 |
* | ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 | Luca Barbato | 2007-04-10 | 2 | -0/+81 |
* | typos/grammar | Diego Biurrun | 2007-04-07 | 1 | -1/+1 |
* | rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF | Måns Rullgård | 2007-02-13 | 3 | -10/+10 |
* | Simplify and avoid a warning (should be faster on Cell and certain G4 revisions) | Luca Barbato | 2007-01-27 | 1 | -4/+2 |
* | 10l, there is a corner case afterall... | Luca Barbato | 2007-01-23 | 1 | -2/+1 |
* | GCC 3.3 compile fix | Guillaume Poirier | 2006-12-11 | 1 | -1/+1 |
* | Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca ... | Guillaume Poirier | 2006-12-02 | 1 | -0/+127 |
* | Unused variable removed | Luca Barbato | 2006-12-02 | 1 | -1/+1 |
* | Conditionally compile some of the AltiVec optimizations. | Diego Biurrun | 2006-11-22 | 1 | -3/+4 |
* | Add useful Altivec types, taken from with permission from x264 authors | Guillaume Poirier | 2006-11-19 | 1 | -0/+41 |
* | revert bad checkin | Måns Rullgård | 2006-11-14 | 1 | -2/+2 |
* | move some CFLAGS settings away from config.* writing section | Måns Rullgård | 2006-11-14 | 1 | -2/+2 |
* | Simplify | Luca Barbato | 2006-11-07 | 1 | -5/+1 |
* | 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 |