| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove PPC perf counter support | Måns Rullgård | 2010-06-26 | 1 | -1/+0 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -10/+17 |
* | PPC: move prototypes to headers and make some functions static | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -30/+30 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -29/+29 |
* | Altivec version of avg_no_rnd_vc1_chroma_mc8 | David Conrad | 2009-04-15 | 1 | -123/+5 |
* | Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only | David Conrad | 2009-04-14 | 1 | -2/+2 |
* | Remove gcc_fixes.h. It only contains workarounds for unsupported gcc versions. | Diego Biurrun | 2009-04-12 | 1 | -2/+0 |
* | prettyprinting cosmetics | Diego Biurrun | 2009-03-14 | 1 | -9/+9 |
* | Add av_uninit to vsrcBuc variable to work around some | Diego Biurrun | 2009-03-14 | 1 | -1/+1 |
* | Add AltiVec versions of h264_idct_add(8|16|16intra), | David Conrad | 2009-01-07 | 1 | -3/+32 |
* | add AltiVec implementation of weight_h264_pixels(16|8)x(16|8|4) | David Conrad | 2009-01-06 | 1 | -0/+52 |
* | fix compilation with GCC-4.3+ | David Conrad | 2009-01-06 | 1 | -6/+6 |
* | offset and weights are signed, fixes some non-bitexact issues. | David Conrad | 2009-01-06 | 1 | -5/+6 |
* | add AltiVec implementation of biweight_h264_pixels(16|8)x(16|8|4) | David Conrad | 2009-01-05 | 1 | -0/+82 |
* | AltiVec version of h264_idct(8)_dc_add | David Conrad | 2009-01-05 | 1 | -10/+54 |
* | Cleanup _t types in libavcodec/ppc | Luca Barbato | 2008-12-27 | 1 | -146/+146 |
* | Disable usage of ff_h264_idct_add_altivec since AltiVec versions of h264_idct... | Guillaume Poirier | 2008-12-25 | 1 | -0/+29 |
* | cosmetics: Fix indentation after last commit. | Diego Biurrun | 2008-07-24 | 1 | -4/+4 |
* | Remove AltiVec vector declaration compiler compatibility macros. | Diego Biurrun | 2008-07-24 | 1 | -5/+5 |
* | cosmetics: Reformat PPC code in libavcodec according to style guidelines. | Diego Biurrun | 2008-07-20 | 1 | -6/+6 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Add necessary #include, fixes the warnings: | Diego Biurrun | 2007-12-27 | 1 | -0/+1 |
* | Sanitize altivec code so it can be built with runtime check properly | Luca Barbato | 2007-10-02 | 1 | -1/+2 |
* | whitespace/indentation cosmetics | Diego Biurrun | 2007-08-24 | 1 | -112/+112 |
* | Remove HAVE_ALTIVEC preprocessor directives that are only compiled | Diego Biurrun | 2007-08-24 | 1 | -8/+0 |
* | use shorter types vec_"type" instead of the too long vector "type" | Guillaume Poirier | 2007-08-12 | 1 | -115/+108 |
* | 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 |
* | 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 | 1 | -0/+268 |
* | 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 | 1 | -1/+1 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+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 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | 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 | 1 | -4/+4 |
* | Revert previous commit | Luca Barbato | 2006-08-31 | 1 | -4/+4 |
* | 10l, thanks to Emanuele Giaquinta <exg@gentoo.org> for testing and finding th... | Luca Barbato | 2006-08-15 | 1 | -6/+6 |