Files
ffmpeg/libavcodec
Sebastian Vater 473147bed0 Switch some ints to unsigned (they can only have positive values, this allows
compiler to optimize some math from mul/div to shr/shl). Also add a cast to
uint32_t when calling decodeplane32(), this silences a compiler warning.
Lastly, in decodeplane8/32(), flatten a double-loop into a single-loop and
calculate the length once before entering the loop instead of during every
iteration (since it doesn't change).

Patch by Sebastian Vater <cdgs.basty googlemail com>.

Originally committed as revision 22974 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-26 22:37:13 +00:00
..
2010-04-22 21:19:32 +00:00
2010-03-06 14:24:59 +00:00
2010-04-12 13:21:33 +00:00
2009-12-11 21:50:08 +00:00
2010-03-08 18:43:52 +00:00
2010-03-06 14:24:59 +00:00
2010-03-01 20:42:13 +00:00
2010-04-12 20:45:33 +00:00
2010-04-12 20:45:33 +00:00
2010-03-14 22:29:11 +00:00
2010-03-14 17:50:16 +00:00
2010-01-20 18:54:51 +00:00
2010-03-08 18:43:52 +00:00
2010-03-08 18:43:52 +00:00
2010-03-31 14:13:49 +00:00
2010-04-19 21:20:20 +00:00
2010-02-21 21:48:37 +00:00
2010-03-08 18:43:52 +00:00
2010-02-03 04:40:42 +00:00
2010-04-21 17:51:37 +00:00
2010-04-14 20:15:50 +00:00
2009-12-01 16:56:13 +00:00
2009-12-01 16:56:13 +00:00
2010-03-06 14:24:59 +00:00
2010-01-16 03:54:55 +00:00
2010-03-06 14:24:59 +00:00
2010-03-14 17:50:12 +00:00
2009-11-16 01:56:47 +00:00
2010-03-06 14:34:46 +00:00
2010-04-21 18:01:34 +00:00
2010-04-21 18:01:34 +00:00
2010-03-06 14:24:59 +00:00