summaryrefslogtreecommitdiff
path: root/libavcodec/armv4l
Commit message (Expand)AuthorAgeFilesLines
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-241-1/+1
* fix indentation that was messed up by r11628Guillaume Poirier2008-01-271-32/+32
* fix lowres decoding support on ARM CPUsSiarhei Siamashka2008-01-271-0/+2
* Remove mistakenly added multiple inclusion guards.Diego Biurrun2007-12-281-4/+3
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-021-2/+2
* spellingVitor Sessak2007-12-011-1/+1
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* Add missing multiple inclusion guards.Diego Biurrun2007-10-171-0/+5
* Fix put_*_xy2_arm bug and enable put_pixels16_arm and put_pixels8_y2_arm.Tao Huang2007-09-052-29/+23
* Fix links to ARM documentationGuillaume Poirier2007-09-051-6/+0
* license header consistency: Remove redundant "all rights reserved" statementDiego Biurrun2007-07-121-1/+0
* update my email addressMåns Rullgård2007-07-052-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Group all copyright and author notices together.Diego Biurrun2007-07-051-3/+3
* add a comment to indicate which #endif belong to which #defineGuillaume Poirier2007-06-171-1/+1
* add multiple inclusion guards to headersMåns Rullgård2007-06-171-0/+5
* Remove unused variables.Diego Biurrun2007-06-051-2/+2
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-165-11/+11
* add .type foo, %function directives for the benefit of debuggersMåns Rullgård2007-04-192-0/+14
* IWMMXT-specific dsputils clear_blocks function.David Bateman2007-04-061-0/+21
* iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, butTim Chick2007-03-231-2/+7
* enable iwmmxt support, removing mm_support() stubTim Chick2007-03-211-8/+4
* oops, revert accidental checkinMåns Rullgård2007-02-051-104/+40
* fix multichannel decodingMåns Rullgård2007-02-051-40/+104
* missed a redundant loadMåns Rullgård2007-02-021-1/+1
* save one cycleMåns Rullgård2007-02-011-2/+6
* remove redundant loadsMåns Rullgård2007-02-011-2/+8
* optimize IDCT of rows with mostly zero coefficientsMåns Rullgård2007-01-311-2/+55
* typo fix by Dmitry Antipov dmantipov =a= yandex =d= ruMåns Rullgård2007-01-291-3/+3
* theoretically save one cycleMåns Rullgård2007-01-291-2/+2
* ARMv6 SIMD IDCTMåns Rullgård2007-01-282-0/+400
* add missing bit from commit r7423Guillaume Poirier2007-01-071-0/+213
* Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka2007-01-071-0/+3
* revert bad checkinMåns Rullgård2006-11-142-6/+6
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-142-6/+6
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-079-36/+54
* ARMv5TE optimized IDCTMåns Rullgård2006-09-262-1/+732
* fix MUL16 macroMåns Rullgård2006-09-261-3/+3
* New single instruction math operation headerLuca Barbato2006-09-191-0/+47
* remove junk characters in commentMåns Rullgård2006-09-161-1/+1
* clean up #ifdef HAVE_IPPMåns Rullgård2006-09-151-12/+11
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-102-0/+37
* Switch license from GPL to LGPL. The original author agreed to this asDiego Biurrun2006-09-061-9/+9
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-125-5/+5
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-224-488/+488
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-173-43/+43
* IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin :...Gildas Bazin2005-06-283-2/+20
* cleanupMichael Niedermayer2005-05-262-44/+9
* Better ARM support for mplayer/ffmpeg, ported from atty forkBernhard Rosenkränzer2005-05-266-0/+2270
* Optimized simple idct for arm by Frederic 'dilb' Boulay <dilb@handhelds.org>....Alex Beregszaszi2003-07-072-5/+506