2 Commits (7d76294ce006692d341beedada7a5cde017f1697)

Author SHA1 Message Date
Diego Biurrun a9aee08d90 dsputil: Split off FDCT bits into their own context 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun fab9df63a3 dsputil: Split off global motion compensation bits into a separate context 11 years ago
Diego Biurrun 9a9e2f1c8a dsputil: Split audio operations off into a separate context 11 years ago
Michael Niedermayer b065d0014b avcodec/ppc/idct_altivec: add plain idct() 11 years ago
Diego Biurrun ae116cd3ed ppc: dsputil: Move hpeldsp-related declarations to a separate header 11 years ago
Diego Biurrun 5169e68895 dsputil: Propagate bit depth information to all (sub)init functions 11 years ago
Diego Biurrun 30f3f95987 ppc: dsputil: K&R formatting cosmetics 11 years ago
Diego Biurrun 49676eb730 dsputil: Remove prototypes for nonexisting optimization functions 11 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Diego Biurrun 25841dfe80 Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 12 years ago
Mans Rullgard 28f9ab7029 vp3: move idct and loop filter pointers to new vp3dsp context 13 years ago
Martin Storsjö 210f72845c ppc: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Ronald S. Bultje 9a1ced321b dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
Ronald S. Bultje 12802ec060 dsputil: move VC1-specific stuff into VC1DSPContext. 14 years ago
Stefano Sabatini ccf22d3ed1 Merge has_altivec() function into mm_support(), remove it and use 14 years ago
Måns Rullgård ddb8c2c0f1 PPC: move prototypes to headers and make some functions static 15 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 0c89322463 Change some files to only include the necessary headers. 17 years ago
Diego Biurrun 35562dc962 Fix make checkheaders. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Luca Barbato 89523beea4 Sanitize altivec code so it can be built with runtime check properly 17 years ago
Diego Biurrun 2722c98128 Remove HAVE_ALTIVEC preprocessor directives that are only compiled 17 years ago
Diego Biurrun 4b180bbd73 Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor 17 years ago
Diego Biurrun 08f87a9c99 Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor 17 years ago
Diego Biurrun 9d16f87ffd Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg). 17 years ago
Diego Biurrun 57b499c7da Identifiers starting with underscores are reserved. 17 years ago
Graham Booker f057cc0399 Altivec version of h264_(h|v)_loop_filter_luma 18 years ago
Guillaume Poirier ab5a1435ec Move TRANSPOSE8 macro to dsputil_altivec.h. 18 years ago
Luca Barbato b420448e38 removing ALTIVEC_USE_REFERENCE_C_CODE, since has no use anymore 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Luca Barbato d4165a8190 fix a warning 18 years ago
Luca Barbato 73e4ff9de9 Almost cosmetic changes in dsputil_init_ppc and vorbis_inverse_coupling_altivec: 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Michael Niedermayer 2a5a1bdac9 avg_pixels8_xy2_altivec in AltiVec, enabling avg_pixels8_altivec, hadamard fix by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Romain Dolbeau 9007f51460 better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer c4a1714826 hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer bb198e198a interlaced motion estimation 21 years ago
Zdenek Kabelac 0c1a9edad4 * UINTX -> uintx_t INTX -> intx_t 22 years ago
Romain Dolbeau 3b991c54eb Altivec on non darwin systems patch by Romain Dolbeau 22 years ago
Romain Dolbeau fe50f38577 More AltiVec MC functions patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
Romain Dolbeau 35e5fb067e PPC perf, PPC clear_block, AltiVec put_pixels8_xy2 patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
Michael Niedermayer db40a39aba AltiVec perf (take 2), plus a couple AltiVec functions by (Romain Dolbeau <dolbeau at irisa dot fr>) 22 years ago
Romain Dolbeau e629ab68a7 altivec jumbo patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) 22 years ago
Fabrice Bellard 4013fcf4af altivec patches by Romain Dolbeau 22 years ago
Fabrice Bellard 0fe67fa74b suppressed pix_norm_altivec 22 years ago
Brian Foley 9c76bd48aa * altivec and pix_norm patch by Brian Foley 22 years ago