summaryrefslogtreecommitdiff
path: root/libavcodec/bfin
Commit message (Expand)AuthorAgeFilesLines
* Remove file name from file headers.Diego Biurrun2009-02-092-3/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-033-34/+34
* Convert asm keyword into __asm__.Diego Pettenò2008-10-163-6/+6
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-313-9/+9
* Use full path for #includes from another directory.Diego Biurrun2008-05-093-7/+7
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-166-9/+45
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-172-6/+6
* Add missing multiple inclusion guards.Diego Biurrun2007-10-171-0/+5
* license header consistency cosmetics.Diego Biurrun2007-10-041-1/+2
* blackfin optimized vp3 transform and infastructure for idctMarc Hoffman2007-10-043-1/+331
* blackfin vsad primitivesMarc Hoffman2007-09-171-0/+12
* properly tell the compiler that A0 and A1 are clobberedMarc Hoffman2007-09-171-3/+3
* Use a consistent multiple inclusion guard.Diego Biurrun2007-08-301-3/+3
* Blackfin 32bit multiplication primitives MULH MUL16Marc Hoffman2007-08-301-0/+52
* special handling for vp3 idct, use the c referenceMarc Hoffman2007-08-131-4/+6
* removing dependency on bfin_sram.h, which is not used right nowMarc Hoffman2007-06-221-1/+0
* renaming L1CODE to attribute_l1_text, which is defined in dsputil_bfin.hMarc Hoffman2007-06-221-28/+22
* removing underscores from block profiling renaming to xx_Marc Hoffman2007-06-131-2/+2
* Blackfin dct_quantize_bfin routineMarc Hoffman2007-06-122-0/+220
* Blackfin IDCT has no special permutation it uses normal orderMarc Hoffman2007-06-121-0/+1
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-161-2/+2
* Blackfin DSP utilities: add DEFUN_ENDMarc Hoffman2007-05-134-0/+25
* Remove #if 0 code.Diego Biurrun2007-04-031-15/+0
* bfin dsputils, basic pixel operations sads, diffs, motion compensationMarc Hoffman2007-04-015-28/+1673
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* ADI Blackfin optimizationsMichael Benjamin2006-09-161-0/+53