Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-17ARM: replace "armv4l" with "arm"Måns Rullgård
2008-12-16ARM: NEON optimised simple_idctMåns Rullgård
2008-12-16ARM: NEON optimised put_pixels functionsMåns Rullgård
2008-12-06ARM: remove some useless commentsMåns Rullgård
2008-12-03Delete unnecessary 'extern' keywords.Diego Biurrun
2008-11-03Remove duplicated MM_* macros for CPU capabilities from dsputil.h.Dominik Mierzejewski
2008-10-27ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.SMåns Rullgård
2008-10-27ARM: move prefetch_arm to dsputil_arm_s.SMåns Rullgård
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-08-25ARM: add prefetch function using ARMv5 PLD instructionMåns Rullgård
2008-06-30Simplify mm_support() for ARM (by Måns).Benoit Fouet
2008-06-30Define mm_support() for ARM.Matthieu Castet
2008-05-12Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-09ipp.h is a system header, use <> when #including it.Diego Biurrun
2008-01-27fix indentation that was messed up by r11628Guillaume Poirier
2008-01-27fix lowres decoding support on ARM CPUsSiarhei Siamashka
2007-09-05Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.Tao Huang
2007-05-16Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje
2007-01-29ARMv6 SIMD IDCTMåns Rullgård
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27ARMv5TE optimized IDCTMåns Rullgård
2006-09-16remove junk characters in commentMåns Rullgård
2006-09-16clean up #ifdef HAVE_IPPMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-06-29IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :...Gildas Bazin
2005-05-26cleanupMichael Niedermayer
2005-05-26Better ARM support for mplayer/ffmpeg, ported from atty forkBernhard Rosenkränzer
2003-07-07Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>....Alex Beregszaszi
2003-06-21the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ...Michael Niedermayer
2003-03-03MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer
2002-11-19* compilation fix (ARM users please check)Zdenek Kabelac
2002-10-06trying to fix the non-x86 IDCTs (untested)Michael Niedermayer
2002-05-26license/copyright changeFabrice Bellard
2001-08-14arm specific codeFabrice Bellard