| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 7 | -21/+21 |
* | Rename MPV_common_init_ppc to MPV_common_init_altivec, the function is | Diego Biurrun | 2007-10-03 | 1 | -1/+1 |
* | Remove uses of SIGILL for CPU extension detection, that method is not acceptable | Reimar Döffinger | 2007-10-02 | 1 | -35/+3 |
* | cosmetics: Fix indentation after last commit. | Diego Biurrun | 2007-10-02 | 1 | -1/+1 |
* | Replace CONFIG_VORBIS_DECODER #ifdef by if (ENABLE_VORBIS_DECODER). | Diego Biurrun | 2007-10-02 | 1 | -2/+1 |
* | Merge mpegvideo AltiVec code into mpegvideo_altivec.c where it belongs. | Diego Biurrun | 2007-10-02 | 2 | -76/+45 |
* | Sanitize altivec code so it can be built with runtime check properly | Luca Barbato | 2007-10-02 | 11 | -152/+388 |
* | cosmetics: Fix AltiVec spelling. | Diego Biurrun | 2007-10-02 | 4 | -5/+5 |
* | cosmetics: Fix indentation after last commit. | Diego Biurrun | 2007-10-02 | 1 | -24/+24 |
* | Remove pointless HAVE_ALTIVEC #ifdefs from a file that only contains AltiVec | Diego Biurrun | 2007-10-02 | 1 | -11/+0 |
* | Remove const vector macro indirection that is useless and obfuscating | Diego Biurrun | 2007-10-01 | 5 | -53/+51 |
* | Remove Metrowerks compiler workaround. | Diego Biurrun | 2007-10-01 | 1 | -5/+0 |
* | Remove Metrowerks compiler workaround. | Diego Biurrun | 2007-10-01 | 1 | -4/+0 |
* | snow altivec is broken | Luca Barbato | 2007-08-28 | 1 | -21/+24 |
* | Simplify preprocessor directives. | Diego Biurrun | 2007-08-27 | 1 | -7/+4 |
* | Change SYS_DARWIN preprocessor checks to __APPLE__, they are specific | Diego Biurrun | 2007-08-27 | 1 | -6/+6 |
* | remove alignment correction of the destination pointers in luma_16x6 | Guillaume Poirier | 2007-08-26 | 1 | -42/+19 |
* | 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 | 2 | -12/+0 |
* | Fix trivial mixed declarations and code warning caused by a double semicolon. | Diego Biurrun | 2007-08-24 | 1 | -1/+1 |
* | Remove SYS_DARWIN preprocessor directive that is just a duplicate of a | Diego Biurrun | 2007-08-24 | 1 | -6/+0 |
* | Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor | Diego Biurrun | 2007-08-24 | 1 | -1/+1 |
* | Merge __MWERKS__ preprocessor directives. | Diego Biurrun | 2007-08-24 | 1 | -3/+1 |
* | Move Apple gcc AltiVec vector declaration syntax to libavutil. | Diego Biurrun | 2007-08-24 | 1 | -5/+1 |
* | Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor | Diego Biurrun | 2007-08-24 | 2 | -2/+2 |
* | Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). | Diego Biurrun | 2007-08-22 | 4 | -10/+10 |
* | Simplify preprocessor directives. | Diego Biurrun | 2007-08-22 | 1 | -4/+2 |
* | Identifiers starting with underscores are reserved. | Diego Biurrun | 2007-08-22 | 3 | -9/+9 |
* | use shorter types vec_"type" instead of the too long vector "type" | Guillaume Poirier | 2007-08-12 | 2 | -333/+276 |
* | Ahem, fix typos overlooked in last commit. | Diego Biurrun | 2007-07-28 | 1 | -4/+4 |
* | cosmetics: misc typo fixes | Diego Biurrun | 2007-07-28 | 1 | -4/+4 |
* | make arguments to ssd_int8_vs_int16() const | Måns Rullgård | 2007-07-08 | 1 | -1/+2 |
* | 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 |