summaryrefslogtreecommitdiff
path: root/libavcodec/eamad.c
Commit message (Collapse)AuthorAge
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
| | | | | | | These macros are redundant. All uses are replaced with the generic DECLARE_ALIGNED macro instead. Originally committed as revision 22233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
| | | | Originally committed as revision 21377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialise MAD decode_block_intra() loop iterator to zero.Peter Ross2009-06-14
| | | | Originally committed as revision 19189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts Madcow decoderPeter Ross2009-06-13
Originally committed as revision 19178 to svn://svn.ffmpeg.org/ffmpeg/trunk