summaryrefslogtreecommitdiffstats
path: root/libavcodec/bfin
Commit message (Expand)AuthorAgeFilesLines
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-14/+14
* bfin: unbreak compilationLuca Barbato2013-01-292-0/+30
* bfin: Separate VP3 initialization codeDiego Biurrun2013-01-284-13/+11
* bfin: update VP3 idctLuca Barbato2013-01-281-0/+6
* Drop DCTELEM typedefDiego Biurrun2013-01-229-29/+30
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-201-1/+2
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-091-1/+2
* build: prettyprinting cosmeticsDiego Biurrun2012-03-261-7/+7
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-097-13/+0
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-022-8/+6
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-211-1/+1
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-211-1/+1
* jfdctint: add 10-bit versionMans Rullgard2011-07-211-3/+3
* simple_idct: add 10-bit versionMans Rullgard2011-07-201-10/+12
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+5
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-091-10/+0
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-1910-40/+40
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-3/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+3
* Remove misplaced Doxygen comment.Diego Biurrun2010-07-021-12/+0
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-221-2/+2
* Simplify arch-specific object file listsMåns Rullgård2010-03-161-1/+1
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-161-0/+7
* Add missing includes in bfin and sh4 filesMåns Rullgård2010-03-081-0/+3
* bfin: fix function prototypesMåns Rullgård2010-03-083-39/+33
* Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård2010-01-315-8/+13
* Add necessary #include for config.h.Diego Biurrun2009-08-241-0/+2
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* blackfin: disable broken dsputil functionsMåns Rullgård2009-05-282-5/+5
* blackfin: add missing const in function prototypesMåns Rullgård2009-05-281-3/+3
* blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is autoMåns Rullgård2009-05-281-3/+6
* blackfin: use DCT function pointer in dct_quantize_bfin()Måns Rullgård2009-05-281-5/+1
* 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
OpenPOWER on IntegriCloud