summaryrefslogtreecommitdiffstats
path: root/libavcodec/bfin/dsputil_bfin.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '620289a20e022b9c16c10d546ef86cc0bb77cc84'Michael Niedermayer2013-02-061-1/+2
|\
| * Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-051-1/+2
* | Merge commit '25841dfe806a13de526ae09c11149ab1f83555a8'Michael Niedermayer2013-02-061-14/+14
|\ \ | |/
| * Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-051-14/+14
* | Merge commit '098eed95bc1a6b2c8ac97f126f62bb74699670cf'Michael Niedermayer2013-01-291-7/+1
|\ \ | |/
| * bfin: Separate VP3 initialization codeDiego Biurrun2013-01-281-7/+1
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-3/+3
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* | Merge commit '93af2734ee609133eaeca28329d7f13241dd411f'Michael Niedermayer2013-01-211-1/+2
|\ \ | |/
| * lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-201-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-101-3/+0
|\ \ | |/
| * cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-091-3/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-221-5/+5
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-211-10/+12
|\ \ | |/
| * simple_idct: add 10-bit versionMans Rullgard2011-07-201-10/+12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-3/+3
|\ \ | |/
| * Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-101-0/+5
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-04-101-0/+5
|/
* Remove misplaced Doxygen comment.Diego Biurrun2010-07-021-12/+0
* bfin: fix function prototypesMåns Rullgård2010-03-081-34/+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-281-4/+4
* 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
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-031-29/+29
* Convert asm keyword into __asm__.Diego Pettenò2008-10-161-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-161-1/+1
* blackfin optimized vp3 transform and infastructure for idctMarc Hoffman2007-10-041-1/+8
* blackfin vsad primitivesMarc Hoffman2007-09-171-0/+12
* 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
* 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
* Remove #if 0 code.Diego Biurrun2007-04-031-15/+0
* bfin dsputils, basic pixel operations sads, diffs, motion compensationMarc Hoffman2007-04-011-28/+283
* 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
OpenPOWER on IntegriCloud