1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-14 22:22:59 +02:00
FFmpeg/libavcodec
Vladimir Voroshilov 3c3704d281 Fix MJPEG decoder for AMV files.
Since decoding is doing from the end and aligned by 16
previous code worked correctly only when picture height was dividable by 16,
otherwise it provides garbage in top lines and truncates bottom.
New code adjusts data[] pointers taking in account alignment issue.

Originally committed as revision 10727 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-13 17:38:58 +00:00
..
2007-07-05 20:08:51 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-09-15 02:41:24 +00:00
2007-09-15 02:44:28 +00:00
2007-09-10 00:31:27 +00:00
2007-04-25 22:16:50 +00:00
2007-09-01 21:03:17 +00:00
2007-10-08 11:27:18 +00:00
2007-09-13 03:22:47 +00:00
2007-07-05 10:40:25 +00:00
2007-04-07 23:30:47 +00:00
2007-07-05 09:50:00 +00:00
2007-08-26 22:33:48 +00:00
2007-07-07 20:50:29 +00:00
2007-07-05 10:40:25 +00:00
2007-07-25 05:09:54 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-10-08 15:36:57 +00:00
2007-10-08 12:28:36 +00:00
2007-10-08 12:28:36 +00:00
2007-10-09 14:15:03 +00:00
2007-09-22 09:21:43 +00:00
2007-09-29 22:31:18 +00:00
2007-07-24 13:05:28 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 19:53:34 +00:00
2007-07-05 19:53:34 +00:00
2007-07-05 10:40:25 +00:00
2007-06-12 18:50:50 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 20:47:58 +00:00
2007-10-01 05:56:30 +00:00
2007-05-17 11:03:43 +00:00
2007-07-05 10:40:25 +00:00
2007-06-02 01:41:07 +00:00
2007-06-02 01:41:07 +00:00
2007-07-08 23:15:08 +00:00
2007-10-13 05:50:11 +00:00
2007-10-09 12:28:17 +00:00
2007-07-05 10:40:25 +00:00
2007-07-17 12:57:50 +00:00
2007-07-05 10:40:25 +00:00
2007-05-19 14:31:57 +00:00
2007-06-12 09:29:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-12 22:55:35 +00:00
2007-08-22 15:03:14 +00:00
2007-07-28 12:46:26 +00:00
2007-07-05 10:40:25 +00:00
2007-03-26 00:54:29 +00:00
2007-04-09 22:25:27 +00:00
2007-08-30 15:16:52 +00:00
2007-10-13 17:38:58 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 12:59:38 +00:00
2007-08-01 22:39:03 +00:00
2007-07-08 23:15:12 +00:00
2007-07-05 10:40:25 +00:00
2007-05-08 23:30:42 +00:00
2007-07-15 19:32:31 +00:00
2007-07-17 12:57:50 +00:00
2007-05-10 23:03:14 +00:00
2007-05-10 23:03:14 +00:00
2007-06-02 01:41:07 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-09-21 18:23:46 +00:00
2007-07-29 13:32:53 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-05-07 08:55:27 +00:00
2007-07-05 03:01:53 +00:00
2007-07-05 10:40:25 +00:00
2007-08-09 00:57:36 +00:00
2007-07-05 10:40:25 +00:00
2007-08-09 00:57:36 +00:00
2007-07-05 10:40:25 +00:00
2007-10-11 09:35:06 +00:00
2007-10-13 17:38:58 +00:00
2007-07-05 10:40:25 +00:00
2007-06-02 01:41:07 +00:00
2007-07-09 00:08:47 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-09-01 21:03:17 +00:00
2007-09-27 03:16:25 +00:00
2007-07-05 10:40:25 +00:00
2007-08-09 00:57:36 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-09-25 22:33:31 +00:00
2007-07-18 15:36:45 +00:00
2007-07-08 23:15:08 +00:00
2007-07-08 23:15:08 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-07-05 10:40:25 +00:00
2007-08-05 12:11:34 +00:00
2007-07-05 10:40:25 +00:00