summaryrefslogtreecommitdiff
path: root/libavcodec/armv4l
Commit message (Collapse)AuthorAge
* 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