82 Commits (c59b80c8d3e46f176172d582f27c14d772e306fc)

Author SHA1 Message Date
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
Diego Pettenò be449fca79 Convert asm keyword into __asm__. 16 years ago
Stefano Sabatini 987903826b Globally rename the header inclusion guard names. 16 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Måns Rullgård f225016296 update my email address 18 years ago
Diego Biurrun bd9fb0a6e1 UTF-8 conversion 18 years ago
Diego Biurrun 7b94177e37 Group all copyright and author notices together. 18 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Måns Rullgård ecfc4f4436 rename HAVE_GPROF to CONFIG_GPROF 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
Falk Hüffner 1b137298fa Change license header to LGPL for consistency. 19 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
Måns Rullgård 7e491fa5f9 remove unused variables 19 years ago
Falk Hüffner 2fdf9cb2fb Communicate proper aliasing to gcc (needed for 4.1). 20 years ago
Falk Hüffner ab35de18cb Don't include config.h from assembly, because the mplayer developers 21 years ago
Michael Niedermayer bb198e198a interlaced motion estimation 21 years ago
Michael Niedermayer 2393e65431 100l (forgot alpha & ppc) 21 years ago
Falk Hüffner f7728bf61c Use asms instead of builtins when compiling for generic Alpha. Less 21 years ago
Alex Beregszaszi 669e5093f6 warning fixes 22 years ago
Sam Hocevar 2c094d6338 build error on Alpha patch by (Sam Hocevar <sam at zoy dot org>) 22 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 b0368839ac MpegEncContext.(i)dct_* -> DspContext.(i)dct_* 22 years ago