120 Commits (8ca170a78ab6e50f44d27d8a6b4ad7ba1ed81f0c)

Author SHA1 Message Date
James Almer c99a882814 avcodec/idctdsp: change {put,add}_pixels_clamped to ptrdiff_t line_size 10 years ago
Michael Niedermayer 305f72aee7 avcodec: Change get_pixels() to ptrdiff_t linesize 10 years ago
James Almer 277e5ca617 alpha/me_cmp: move code out of dsputil 10 years ago
James Almer 95a2d705cd alpha/idctdsp: move disabled cruft out of dsputil 10 years ago
James Almer 2571e8fe37 alpha/pixblockdsp: move code out of dsputil 11 years ago
James Almer 2375b09473 alpha/idctdsp: move idct init code out of dsputil 11 years ago
Michael Niedermayer 550bda741c avcodec/alpha/dsputil_alpha: fix build 11 years ago
James Almer 05d95c53a7 alpha/blockdsp: move clear_blocks out of dsputil 11 years ago
Diego Biurrun c7f7bfc9e3 Remove all Alpha architecture optimizations 11 years ago
Ronald S. Bultje 2957d29f05 alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp 12 years ago
Ronald S. Bultje 94b77678dc Move alpha half-pel assembly from dsputil to hpeldsp. 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Diego Biurrun 3d035d5a6a dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation 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
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 ac56ff9cc9 build: non-x86: Only compile mpegvideo optimizations when necessary 12 years ago
Derek Buitenhuis e62e455f7b dsputil/me/pixels: Actually use av_restrict 12 years ago
Michael Niedermayer 70d54392f5 lowres2 support. 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Diego Biurrun ad0e31f134 build: prettyprinting cosmetics 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 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 874f1a901d dsputil: template get_pixels() for different bit depths 14 years ago
Mans Rullgard e7a972e113 simple_idct: add 10-bit version 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 ad1862d64a ALPHA: Replace sized int_fast integer types with plain int/unsigned. 14 years ago
Diego Biurrun 81afa5a274 simple_idct_alpha: Drop some useless casts. 14 years ago
Oskar Arvidsson 8dbe585641 Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder. 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 a788196e20 Remove --enable-gprof flag 15 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 2e63619ff9 Alpha: move dsputil prototypes to a header file 15 years ago
Diego Biurrun 7056883be9 Replace redundant GNUC_PREREQ macro by AV_GCC_VERSION_AT_LEAST from libavutil. 15 years ago
Måns Rullgård 822be725d9 Alpha: fix inline asm with DEC/Compaq/HP compiler 16 years ago
Måns Rullgård fd6045bae5 Alpha: fix pix_abs16 16 years ago
Måns Rullgård 179c56b879 Alpha: add ff_ prefix to idct functions 16 years ago
Måns Rullgård 7d95741f83 Alpha: indentation 16 years ago
Måns Rullgård 74c4746344 Alpha: proper IDCT selection 16 years ago
Måns Rullgård c2fbf89398 Alpha: add some const, kill some warnings 16 years ago
Måns Rullgård 9dbd3ed6c3 Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp 16 years ago
Måns Rullgård 1617220799 Alpha: fix dct_unquantize_h263_inter/intra_axp() 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Diego Biurrun 9686df2be5 Delete unnecessary 'extern' keywords. 16 years ago