66 Commits (435214a757fc71d1680b12d6f930254cab3935d1)

Author SHA1 Message Date
Diego Biurrun 0c15a9aa7e sh4: Remove dubious aligned dsputil code 12 years ago
Michael Niedermayer 278bd2054c sh4: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 12 years ago
Martin Storsjö 9e0f14f16c lavc: Make pointers to ff_cropTbl const 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun bf6b3ec924 dsputil: Move rnd_avg inline functions to a separate header 12 years ago
Diego Biurrun b9ba5253dd dsputil: Move copy_block functions to a separate header 12 years ago
Diego Biurrun 79dad2a932 dsputil: Separate h264chroma 12 years ago
Luca Barbato b2a722a87e sh4: drop unused functions 12 years ago
Diego Biurrun 620289a20e sh4: Fix silly type vs. variable name search and replace typo 12 years ago
Diego Biurrun c9f933b5b6 Add av_cold attributes to arch-specific init functions 12 years ago
Diego Biurrun 25841dfe80 Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter. 12 years ago
Mans Rullgard e9d817351b dsputil: Separate h264 qpel 12 years ago
Ronald S. Bultje baf35bb4bc dsputil: remove one array dimension from avg_no_rnd_pixels_tab. 12 years ago
Ronald S. Bultje 32ff643228 dsputil: remove avg_no_rnd_pixels8. 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Diego Biurrun 523c7bd23c misc typo, style and wording fixes 12 years ago
Mans Rullgard f9e493c6f5 sh4: dsputil: remove duplicate of ff_gmc_c() 12 years ago
Mans Rullgard 25dc79bc14 sh4: add required #include, fix build 12 years ago
Diego Biurrun ad0e31f134 build: prettyprinting cosmetics 13 years ago
Martin Storsjö f73673a770 sh4: 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 a617c6aaa3 dsputil: update per-arch init funcs for non-h264 high bit depth 14 years ago
Mans Rullgard e7a972e113 simple_idct: add 10-bit version 14 years ago
Diego Biurrun 153382e1b6 multiple inclusion guard cleanup 14 years ago
Oskar Arvidsson 19a0729b4c Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 14 years ago
Diego Biurrun a734fa575f Remove disabled non-optimized code variants. 14 years ago
Diego Biurrun e6ff064845 Eliminate pointless '#if 1' statements without matching '#else'. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Måns Rullgård 3bd74e9243 Simplify arch-specific object file lists 15 years ago
Måns Rullgård 43f60eba19 Move arch-specific makefile parts into $arch/Makefile 15 years ago
Måns Rullgård dd14a04e4a Add missing includes in bfin and sh4 files 15 years ago
Måns Rullgård b903fe9137 sh4: move dsputil prototypes to header file 15 years ago
Måns Rullgård 67e19a9e4b sh4: fix about 1000 warnings 15 years ago
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