summaryrefslogtreecommitdiff
path: root/libavcodec/armv4l/dsputil_arm.c
Commit message (Expand)AuthorAge
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-15
* ARM: NEON optimised put_pixels functionsMåns Rullgård2008-12-15
* ARM: remove some useless commentsMåns Rullgård2008-12-06
* Delete unnecessary 'extern' keywords.Diego Biurrun2008-12-03
* Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski2008-11-03
* ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.SMåns Rullgård2008-10-27
* ARM: move prefetch_arm to dsputil_arm_s.SMåns Rullgård2008-10-27
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* ARM: add prefetch function using ARMv5 PLD instructionMåns Rullgård2008-08-25
* Simplify mm_support() for ARM (by Måns).Benoit Fouet2008-06-30
* Define mm_support() for ARM.Matthieu Castet2008-06-30
* Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka2008-05-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* ipp.h is a system header, use <> when #including it.Diego Biurrun2008-05-09
* fix indentation that was messed up by r11628Guillaume Poirier2008-01-27
* fix lowres decoding support on ARM CPUsSiarhei Siamashka2008-01-27
* Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.Tao Huang2007-09-05
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* ARMv6 SIMD IDCTMåns Rullgård2007-01-28
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* ARMv5TE optimized IDCTMåns Rullgård2006-09-26
* remove junk characters in commentMåns Rullgård2006-09-16
* clean up #ifdef HAVE_IPPMåns Rullgård2006-09-15
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :...Gildas Bazin2005-06-28
* cleanupMichael Niedermayer2005-05-26
* Better ARM support for mplayer/ffmpeg, ported from atty forkBernhard Rosenkränzer2005-05-26
* Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>....Alex Beregszaszi2003-07-07
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer2003-06-21
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
* * compilation fix (ARM users please check)Zdenek Kabelac2002-11-19
* trying to fix the non-x86 IDCTs (untested)Michael Niedermayer2002-10-06
* license/copyright changeFabrice Bellard2002-05-25
* arm specific codeFabrice Bellard2001-08-13