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