50 Commits (1c668624725318b62e1ce9adfdbd0417da0a1633)

Author SHA1 Message Date
Diego Biurrun f36b390275 Replace some forgotten FFmpeg references by Libav. 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 0a72533e98 jfdctint: add 10-bit version 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
Mans Rullgard 6bb6fb05ba mpegaudio: remove CONFIG_MPEGAUDIO_HP option 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
Diego Biurrun 5298b070c2 Remove misplaced Doxygen comment. 15 years ago
Måns Rullgård 8fbd4f51a8 Improve some uses of ff_cropTbl with constant offset 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 dd14a04e4a Add missing includes in bfin and sh4 files 15 years ago
Måns Rullgård ac36d974d6 bfin: fix function prototypes 15 years ago
Måns Rullgård d132d50fb8 Blackfin: use SRAM only when CONFIG_SRAM is set 15 years ago
Diego Biurrun deb1b2b699 Add necessary #include for config.h. 15 years ago
Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 16 years ago
Måns Rullgård b716a79215 blackfin: disable broken dsputil functions 16 years ago
Måns Rullgård 2ba73ce8c6 blackfin: add missing const in function prototypes 16 years ago
Måns Rullgård b195a73d47 blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto 16 years ago
Måns Rullgård 08ec1397f6 blackfin: use DCT function pointer in dct_quantize_bfin() 16 years ago
Diego Biurrun b17e0f065c Remove file name from file headers. 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
Mike Frysinger e44d7c659b FLAT objects cannot have multiple sections, so using the L1 attributes breaks 17 years ago
Diego Biurrun 5b21bdabe4 Add FFMPEG_ prefix to all multiple inclusion guards. 17 years ago
Diego Biurrun 31b2c1446f Add missing multiple inclusion guards. 17 years ago
Diego Biurrun 98753e9c9c license header consistency cosmetics. 17 years ago
Marc Hoffman b9dc32799b blackfin optimized vp3 transform and infastructure for idct 17 years ago
Marc Hoffman 584a3ac907 blackfin vsad primitives 17 years ago
Marc Hoffman 56261c6150 properly tell the compiler that A0 and A1 are clobbered 17 years ago
Diego Biurrun d8dfda7e51 Use a consistent multiple inclusion guard. 17 years ago
Marc Hoffman 543a90d14a Blackfin 32bit multiplication primitives MULH MUL16 17 years ago
Marc Hoffman 345bb2ad90 special handling for vp3 idct, use the c reference 18 years ago
Marc Hoffman aa6bfe8324 removing dependency on bfin_sram.h, which is not used right now 18 years ago
Marc Hoffman bd92f4f39b renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.h 18 years ago
Marc Hoffman 57870214ab removing underscores from block profiling renaming to xx_ 18 years ago
Marc Hoffman 50ee61dda2 Blackfin dct_quantize_bfin routine 18 years ago
Marc Hoffman ea6ad30ce9 Blackfin IDCT has no special permutation it uses normal order 18 years ago
Ronald S. Bultje b550bfaa61 Add libavcodec to compiler include flags in order to simplify header 18 years ago
Marc Hoffman 27885fad3e Blackfin DSP utilities: add DEFUN_END 18 years ago
Diego Biurrun 987c3aa810 Remove #if 0 code. 18 years ago
Marc Hoffman 67fd620c01 bfin dsputils, basic pixel operations sads, diffs, motion compensation 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Michael Benjamin 5ca030fed4 ADI Blackfin optimizations 18 years ago