summaryrefslogtreecommitdiff
path: root/libavcodec/armv4l
Commit message (Expand)AuthorAge
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-17
* add multiple inclusion guards to headersMåns Rullgård2007-06-17
* Remove unused variables.Diego Biurrun2007-06-05
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
* add .type foo, %function directives for the benefit of debuggersMåns Rullgård2007-04-19
* IWMMXT-specific dsputils clear_blocks function.David Bateman2007-04-06
* iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, butTim Chick2007-03-23
* enable iwmmxt support, removing mm_support() stubTim Chick2007-03-21
* oops, revert accidental checkinMåns Rullgård2007-02-05
* fix multichannel decodingMåns Rullgård2007-02-05
* missed a redundant loadMåns Rullgård2007-02-02
* save one cycleMåns Rullgård2007-02-01
* remove redundant loadsMåns Rullgård2007-02-01
* optimize IDCT of rows with mostly zero coefficientsMåns Rullgård2007-01-31
* typo fix by Dmitry Antipov dmantipov =a= yandex =d= ruMåns Rullgård2007-01-29
* theoretically save one cycleMåns Rullgård2007-01-29
* ARMv6 SIMD IDCTMåns Rullgård2007-01-28
* add missing bit from commit r7423Guillaume Poirier2007-01-07
* Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka2007-01-07
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* ARMv5TE optimized IDCTMåns Rullgård2006-09-26
* fix MUL16 macroMåns Rullgård2006-09-26
* New single instruction math operation headerLuca Barbato2006-09-19
* remove junk characters in commentMåns Rullgård2006-09-16
* clean up #ifdef HAVE_IPPMåns Rullgård2006-09-15
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* Switch license from GPL to LGPL. The original author agreed to this asDiego Biurrun2006-09-06
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* 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
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* * cut&paste fixZdenek Kabelac2002-11-20
* * oops fixed bad initialization of ff vals.Zdenek Kabelac2002-11-19
* * compilation fix (ARM users please check)Zdenek Kabelac2002-11-19
* idct_permutation_type variable, so the permutation type can quickly be identi...Michael Niedermayer2002-10-25
* trying to fix the non-x86 IDCTs (untested)Michael Niedermayer2002-10-06
* license/copyright changeFabrice Bellard2002-05-25
* arm specific codeFabrice Bellard2001-08-13