31 Commits (6945c2bc4cf27d8ca8e2bf49b49716cb72f30704)

Author SHA1 Message Date
Måns Rullgård 6dde9f8c20 SH4: fix typo in asm constraint 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago
Måns Rullgård 516566a8ec SH4: fix IDCT 16 years ago
Måns Rullgård c260b59603 SH4: fix memzero_align8() 16 years ago
Måns Rullgård 1a9e9a2fbd SH4: add macros for setting and restoring FPSCR.PR bit 16 years ago
Måns Rullgård 6f14b19e48 SH4: remove some commented out blocks of code 16 years ago
Måns Rullgård df69be0c13 SH4: fix IDCT 16 years ago
Måns Rullgård 6f15dd8d14 SH4: do not mix code and declarations 16 years ago
Måns Rullgård c136ece9b3 SH4: fix compilation of memzero_align8() 16 years ago
Måns Rullgård b42019c130 SH4: remove unused functions 16 years ago
Måns Rullgård d7e0f8dda6 SH4: replace missed rnd_avg2 -> rnd_avg32 16 years ago
Måns Rullgård 23e05e69a8 SH4: rename functions with conflicting names 16 years ago
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun c88c253d8b cosmetics: __asm__ __volatile__ --> asm volatile 17 years ago
Roman Shaposhnik 905694d96e * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64) 17 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Reimar Döffinger a1ce61108b Fix parts missed in clip -> av_clip rename 18 years ago
Brian Foley 49cef7443a Move copy_block* functions to dsp dsputil.h 18 years ago
Måns Rullgård 55fde95e3b rename cropTbl -> ff_cropTbl 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Diego Biurrun ed4e20ac7f Fix some "'static' is not at beginning of declaration" warnings. 18 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer 4fb518c392 the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad dot com>) 22 years ago
Michael Niedermayer d8085ea727 cleanup 22 years ago
BERO 41fda91d09 aligned dsputil (for sh4) patch by (BERO <bero at geocities dot co dot jp>) 22 years ago
Michael Niedermayer b82cdc7278 make sh4 IDCT optional, so the user can choose 22 years ago
BERO 0c6bd2ea0a sh4 optimized idct & bswap patch by (BERO <bero at geocities dot co dot jp>) 22 years ago