| Commit message (Expand) | Author | Age | Files | Lines |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -1/+2 |
* | Merge has_altivec() function into mm_support(), remove it and use | Stefano Sabatini | 2010-09-08 | 1 | -12/+1 |
* | Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ | Stefano Sabatini | 2010-09-04 | 1 | -1/+1 |
* | Remove global mm_flags variable | Måns Rullgård | 2010-08-24 | 1 | -4/+0 |
* | Remove PPC perf counter support | Måns Rullgård | 2010-06-26 | 1 | -79/+0 |
* | PPC: move prototypes to headers and make some functions static | Måns Rullgård | 2010-03-06 | 1 | -22/+5 |
* | Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, | Diego Biurrun | 2009-07-29 | 1 | -1/+1 |
* | Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER. | Diego Biurrun | 2009-07-22 | 1 | -1/+1 |
* | Altivec VP3 IDCT | David Conrad | 2009-05-25 | 1 | -0/+10 |
* | Remove AltiVec optimizations for Snow. They are hindering the development | Diego Biurrun | 2009-04-12 | 1 | -2/+0 |
* | Remove pointless #if HAVE_ALTIVEC around internal header #include | Diego Biurrun | 2009-01-24 | 1 | -3/+0 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -3/+3 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -9/+9 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -5/+5 |
* | Remove duplicated MM_* macros for CPU capabilities from dsputil.h. | Dominik Mierzejewski | 2008-11-03 | 1 | -2/+2 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -4/+4 |
* | cosmetics: Reindent two misplaced braces. | Diego Biurrun | 2008-07-20 | 1 | -2/+2 |
* | cosmetics: Reformat PPC code in libavcodec according to style guidelines. | Diego Biurrun | 2008-07-20 | 1 | -127/+113 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | stupid code (casting of void*) found by checktree.sh | Michael Niedermayer | 2007-12-01 | 1 | -1/+1 |
* | cosmetics: Fix AltiVec spelling. | Diego Biurrun | 2007-10-02 | 1 | -1/+1 |
* | Remove Metrowerks compiler workaround. | Diego Biurrun | 2007-10-01 | 1 | -4/+0 |
* | Add libavcodec to compiler include flags in order to simplify header | Ronald S. Bultje | 2007-05-16 | 1 | -1/+1 |
* | ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 | Luca Barbato | 2007-04-10 | 1 | -0/+2 |
* | rename POWERPC_PERFORMANCE_REPORT to CONFIG_POWERPC_PERF | Måns Rullgård | 2007-02-13 | 1 | -5/+5 |
* | Conditionally compile some of the AltiVec optimizations. | Diego Biurrun | 2006-11-22 | 1 | -3/+4 |
* | 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 |
* | 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 |
* | removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore | Luca Barbato | 2006-10-09 | 1 | -4/+0 |
* | 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 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | altivec float optimizations | Luca Barbato | 2006-08-14 | 1 | -1/+2 |
* | standalone snow dsputil init | Luca Barbato | 2006-08-03 | 1 | -17/+5 |
* | Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: | Luca Barbato | 2006-08-03 | 1 | -49/+22 |
* | Cleanup | Luca Barbato | 2006-08-03 | 1 | -4/+1 |
* | Some AltiVec optimizations for VC-1 | Kostya Shishkov | 2006-08-03 | 1 | -0/+5 |
* | Cosmetics | Luca Barbato | 2006-08-02 | 1 | -11/+10 |
* | hadamard8_diff* enabled on linux/ppc | Luca Barbato | 2006-04-07 | 1 | -2/+0 |
* | altivec support for snow | Luca Barbato | 2006-03-27 | 1 | -0/+16 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -28/+28 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -5/+5 |
* | Disable AltiVec IDCT for lowres decoding in lavc patch by (Sigbjørn Skjæret... | Sigbjørn Skjæret | 2005-07-01 | 1 | -0/+3 |
* | missaliged clear_blocks() and h264 not complied but referenced fix patch by (... | Roine Gustafsson | 2004-10-11 | 1 | -2/+2 |
* | h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise do... | Romain Dolbeau | 2004-09-16 | 1 | -5/+19 |
* | hadamard/AltiVec: fix to compiler fix, again by (Romain Dolbeau <dolbeau at i... | Michael Niedermayer | 2004-06-08 | 1 | -1/+1 |
* | avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fi... | Michael Niedermayer | 2004-06-05 | 1 | -3/+2 |