summaryrefslogtreecommitdiff
path: root/libavcodec/bfin
Commit message (Expand)AuthorAge
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-13
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-13
* bfin: dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-13
* bfin: dsputil: Drop broken and trivial profiling codeDiego Biurrun2014-03-13
* bfin: hpeldsp: Drop broken put_pixels_*_xy2_nornd bitsDiego Biurrun2014-03-13
* bfin: dsputil: Drop broken vsad bitsDiego Biurrun2014-03-13
* bfin: dsputil: Remove unused global variableDiego Biurrun2014-03-13
* dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
* bfin: vp3: Mark all binary object sections appropriatelyDiego Biurrun2014-01-22
* mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-03
* cosmetics: bfin: Fix indentation in the dsputil init functionMartin Storsjö2013-04-19
* bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldspRonald S. Bultje2013-04-19
* vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-15
* vp3: bfin: Transpose the IDCTsMartin Storsjö2013-04-15
* bfin: Match DEFUN_END macros to the right functionsMartin Storsjö2013-04-15
* lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
* bfin: Make vp3 functions staticMartin Storsjö2013-04-08
* bfin: Don't use the vp3 idct functions if bitexact behaviour is expectedMartin Storsjö2013-04-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* Add av_cold attributes to arch-specific init functionsDiego Biurrun2013-02-05
* Use ptrdiff_t instead of int for {avg, put}_pixels line_size parameter.Diego Biurrun2013-02-05
* bfin: unbreak compilationLuca Barbato2013-01-29
* bfin: Separate VP3 initialization codeDiego Biurrun2013-01-28
* bfin: update VP3 idctLuca Barbato2013-01-28
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT.Ronald S. Bultje2013-01-20
* build: non-x86: Only compile mpegvideo optimizations when necessaryDiego Biurrun2012-10-09
* build: prettyprinting cosmeticsDiego Biurrun2012-03-26
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* cosmetics: Delete empty lines at end of file.Diego Biurrun2012-02-09
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-02
* dsputil: update per-arch init funcs for non-h264 high bit depthMans Rullgard2011-07-21
* dsputil: template get_pixels() for different bit depthsMans Rullgard2011-07-21
* jfdctint: add 10-bit versionMans Rullgard2011-07-21
* simple_idct: add 10-bit versionMans Rullgard2011-07-20
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-09
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-18
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-17
* Remove misplaced Doxygen comment.Diego Biurrun2010-07-02
* Improve some uses of ff_cropTbl with constant offsetMåns Rullgård2010-06-22
* Simplify arch-specific object file listsMåns Rullgård2010-03-16
* Move arch-specific makefile parts into $arch/MakefileMåns Rullgård2010-03-16
* Add missing includes in bfin and sh4 filesMåns Rullgård2010-03-08
* bfin: fix function prototypesMåns Rullgård2010-03-08
* Blackfin: use SRAM only when CONFIG_SRAM is setMåns Rullgård2010-01-31
* Add necessary #include for config.h.Diego Biurrun2009-08-24