summaryrefslogtreecommitdiff
path: root/libavcodec/armv4l
Commit message (Collapse)AuthorAge
* Remove unused variables.Diego Biurrun2007-06-05
| | | | Originally committed as revision 9224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add libavcodec to compiler include flags in order to simplify headerRonald S. Bultje2007-05-16
| | | | | | | include paths in the source files. mostly from a patch by Ronald S. Bultje, rbultje ronald.bitfreak net Originally committed as revision 9034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add .type foo, %function directives for the benefit of debuggersMåns Rullgård2007-04-19
| | | | | | based on patch by Matthieu Castet, castet ! matthieu $ free ! fr Originally committed as revision 8761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IWMMXT-specific dsputils clear_blocks function.David Bateman2007-04-06
| | | | | | patch by David Bateman, adb014 gmail com Originally committed as revision 8632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* iwmmxt ffmpeg code does not implement dct_unquantize_h263_inter_iwmmxt, butTim Chick2007-03-23
| | | | | | | armv5t does - use the armv5t function rather than default c code. patch by Tim Chick chick at computergeek freeserve co uk Originally committed as revision 8487 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable iwmmxt support, removing mm_support() stubTim Chick2007-03-21
| | | | | | patch by Tim Chick, chick at computergeek freeserve co uk Originally committed as revision 8471 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oops, revert accidental checkinMåns Rullgård2007-02-05
| | | | Originally committed as revision 7840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix multichannel decodingMåns Rullgård2007-02-05
| | | | Originally committed as revision 7839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missed a redundant loadMåns Rullgård2007-02-02
| | | | Originally committed as revision 7801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* save one cycleMåns Rullgård2007-02-01
| | | | Originally committed as revision 7799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove redundant loadsMåns Rullgård2007-02-01
| | | | Originally committed as revision 7798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize IDCT of rows with mostly zero coefficientsMåns Rullgård2007-01-31
| | | | Originally committed as revision 7790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by Dmitry Antipov dmantipov =a= yandex =d= ruMåns Rullgård2007-01-29
| | | | Originally committed as revision 7763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* theoretically save one cycleMåns Rullgård2007-01-29
| | | | Originally committed as revision 7762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv6 SIMD IDCTMåns Rullgård2007-01-28
| | | | Originally committed as revision 7752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add missing bit from commit r7423Guillaume Poirier2007-01-07
| | | | Originally committed as revision 7424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)Siarhei Siamashka2007-01-07
| | | | | | | | | | | | patch by Siarhei Siamashka % siarhei P siamashka A gmail P com % Original thread: Date: Jan 6, 2007 5:07 PM Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) (try2) and Date: Jan 2, 2007 6:13 PM Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) Originally committed as revision 7423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-14
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMv5TE optimized IDCTMåns Rullgård2006-09-26
| | | | Originally committed as revision 6347 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix MUL16 macroMåns Rullgård2006-09-26
| | | | Originally committed as revision 6344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New single instruction math operation headerLuca Barbato2006-09-19
| | | | Originally committed as revision 6291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove junk characters in commentMåns Rullgård2006-09-16
| | | | Originally committed as revision 6279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up #ifdef HAVE_IPPMåns Rullgård2006-09-15
| | | | Originally committed as revision 6278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch license from GPL to LGPL. The original author agreed to this asDiego Biurrun2006-09-06
| | | | | | stated in the commit message adding this file. Originally committed as revision 6181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IWMMXT configure support + runtime selection patch by (Gildas Bazin, gbazin ↵Gildas Bazin2005-06-28
| | | | | | : altern org) Originally committed as revision 4409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better ARM support for mplayer/ffmpeg, ported from atty forkBernhard Rosenkränzer2005-05-26
| | | | | | | | | | | | | | | | | | | | | | while playing with some new hardware, I found it's running a forked mplayer -- and it looks like they're following the GPL. The maintainer's page is here: http://atty.jp/?Zaurus/mplayer Unfortunately it's mostly in Japanese, so it's hard to figure out any details. Their code looks quite interesting (at least to those of us w/ ARM CPUs). The patches I've attached are the patches from atty.jp with a couple of modifications by myself: - ported to current CVS - reverted their change of removing SNOW support from ffmpeg - cleaned up their bswap mess - removed DOS-style linebreaks from various files patch by (Bernhard Rosenkraenzer: bero, arklinux org) Originally committed as revision 4311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimized simple idct for arm by Frederic 'dilb' Boulay ↵Alex Beregszaszi2003-07-07
| | | | | | <dilb@handhelds.org>. Currently licensed under the GPLv2, but the author allowed to license it under the LGPL, feel free to change Originally committed as revision 2017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* the return of the idct with 16bit output by ("Ivan Kalvachev" <ivan at cacad ↵Michael Niedermayer2003-06-21
| | | | | | dot com>) Originally committed as revision 1983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MpegEncContext.(i)dct_* -> DspContext.(i)dct_*Michael Niedermayer2003-03-03
| | | | | | bitexact cleanup Originally committed as revision 1617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * cut&paste fixZdenek Kabelac2002-11-20
| | | | Originally committed as revision 1249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * oops fixed bad initialization of ff vals.Zdenek Kabelac2002-11-19
| | | | | | - put FF_LIBMPEG2_IDCT_PERM into CVS - so it will work for now Originally committed as revision 1227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * compilation fix (ARM users please check)Zdenek Kabelac2002-11-19
| | | | Originally committed as revision 1225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct_permutation_type variable, so the permutation type can quickly be ↵Michael Niedermayer2002-10-25
| | | | | | identified Originally committed as revision 1071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trying to fix the non-x86 IDCTs (untested)Michael Niedermayer2002-10-06
| | | | Originally committed as revision 1006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* arm specific codeFabrice Bellard2001-08-13
Originally committed as revision 79 to svn://svn.ffmpeg.org/ffmpeg/trunk