Anton Khirnov
2c54155407
h264: deMpegEncContextize
...
Most of the changes are just trivial are just trivial replacements of
fields from MpegEncContext with equivalent fields in H264Context.
Everything in h264* other than h264.c are those trivial changes.
The nontrivial parts are:
1) extracting a simplified version of the frame management code from
mpegvideo.c. We don't need last/next_picture anymore, since h264 uses
its own more complex system already and those were set only to appease
the mpegvideo parts.
2) some tables that need to be allocated/freed in appropriate places.
3) hwaccels -- mostly trivial replacements.
for dxva, the draw_horiz_band() call is moved from
ff_dxva2_common_end_frame() to per-codec end_frame() callbacks,
because it's now different for h264 and MpegEncContext-based
decoders.
4) svq3 -- it does not use h264 complex reference system, so I just
added some very simplistic frame management instead and dropped the
use of ff_h264_frame_start(). Because of this I also had to move some
initialization code to svq3.
Additional fixes for chroma format and bit depth changes by
Janne Grunau <janne-libav@jannau.net>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2013-02-15 16:35:16 +01:00
..
2013-02-05 17:01:05 +01:00
2013-02-06 11:30:54 +01:00
2013-02-05 17:01:05 +01:00
2013-02-08 23:13:37 +01:00
2013-02-08 23:10:17 +01:00
2013-02-15 02:13:42 +01:00
2013-02-11 20:17:15 +01:00
2013-01-22 18:32:56 -08:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-01-22 11:55:42 -08:00
2013-01-22 11:55:42 -08:00
2013-02-08 23:13:37 +01:00
2013-02-08 23:13:37 +01:00
2013-02-06 10:21:52 +01:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-02-08 23:13:37 +01:00
2013-02-08 23:13:37 +01:00
2013-01-22 11:55:42 -08:00
2013-01-22 11:55:42 -08:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-01-14 19:20:47 +01:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-02-12 12:21:21 -05:00
2013-02-12 12:21:21 -05:00
2013-01-25 07:50:35 +01:00
2013-01-13 16:31:40 +01:00
2013-02-08 23:13:37 +01:00
2013-02-12 12:21:21 -05:00
2013-02-08 23:10:17 +01:00
2013-02-12 12:21:21 -05:00
2013-02-06 11:30:53 +01:00
2013-02-06 11:30:53 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-02-06 10:21:52 +01:00
2013-02-12 12:21:21 -05:00
2013-01-14 19:20:47 +01:00
2013-02-12 12:21:22 -05:00
2013-02-07 22:08:19 +01:00
2013-01-14 11:34:08 +01:00
2013-01-26 12:54:23 +01:00
2013-02-12 12:21:22 -05:00
2013-02-09 00:08:28 +01:00
2013-02-09 00:08:28 +01:00
2013-01-22 18:32:56 -08:00
2013-02-08 23:13:37 +01:00
2013-01-22 18:32:56 -08:00
2013-02-12 12:21:22 -05:00
2013-02-12 12:21:22 -05:00
2013-02-06 11:30:53 +01:00
2013-02-09 00:08:28 +01:00
2013-02-13 20:23:39 +01:00
2013-02-08 23:13:37 +01:00
2013-01-22 18:32:56 -08:00
2013-02-08 23:13:37 +01:00
2013-01-19 15:12:58 +01:00
2013-01-26 13:01:14 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-26 13:00:59 +01:00
2013-01-29 07:27:08 +01:00
2013-01-22 18:32:56 -08:00
2013-02-15 16:10:11 +01:00
2013-02-15 16:10:11 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-02-06 21:43:05 +01:00
2013-02-06 21:44:06 +01:00
2013-02-12 12:21:22 -05:00
2013-01-14 11:38:58 +01:00
2013-02-06 10:21:52 +01:00
2013-02-12 12:21:22 -05:00
2013-02-12 12:21:22 -05:00
2013-02-12 12:21:22 -05:00
2013-02-12 12:21:22 -05:00
2013-01-21 17:03:41 +01:00
2013-01-14 11:37:17 +01:00
2013-02-12 12:21:22 -05:00
2013-02-12 12:21:22 -05:00
2013-02-15 16:10:11 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-02-06 21:44:38 +01:00
2013-02-15 16:10:19 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-06 11:30:53 +01:00
2013-02-06 11:30:53 +01:00
2013-02-06 11:30:53 +01:00
2013-02-07 22:08:19 +01:00
2013-01-22 18:32:56 -08:00
2013-02-15 00:14:15 +01:00
2013-02-07 22:08:19 +01:00
2013-02-07 22:08:19 +01:00
2013-01-22 18:32:56 -08:00
2013-02-15 16:35:16 +01:00
2013-01-22 18:32:56 -08:00
2013-01-24 10:44:43 +01:00
2013-01-24 10:44:43 +01:00
2013-01-24 10:44:43 +01:00
2013-01-24 10:44:43 +01:00
2013-01-09 14:49:06 -05:00
2013-01-26 13:02:33 +01:00
2013-02-12 12:21:22 -05:00
2013-02-07 22:08:19 +01:00
2013-02-07 22:08:19 +01:00
2013-01-06 13:31:40 +01:00
2013-02-07 22:08:19 +01:00
2013-01-14 11:36:45 +01:00
2013-02-15 16:10:19 +01:00
2013-02-08 23:13:37 +01:00
2013-01-22 18:32:56 -08:00
2013-01-06 16:30:02 +01:00
2013-02-09 00:08:28 +01:00
2013-02-09 00:08:28 +01:00
2013-02-09 00:08:28 +01:00
2013-02-01 12:51:15 +01:00
2013-01-14 11:36:22 +01:00
2013-01-14 13:12:44 +02:00
2013-02-11 10:15:42 -05:00
2013-02-12 12:21:22 -05:00
2013-02-12 12:21:22 -05:00
2013-01-14 13:12:44 +02:00
2013-02-12 12:21:22 -05:00
2013-02-12 12:21:22 -05:00
2013-02-12 12:21:22 -05:00
2013-01-14 13:12:44 +02:00
2013-01-14 20:47:27 +02:00
2013-01-14 13:12:44 +02:00
2013-01-14 13:12:44 +02:00
2013-01-14 19:20:47 +01:00
2013-01-14 19:20:47 +01:00
2013-01-25 17:20:03 +01:00
2013-01-14 11:39:23 +01:00
2013-02-12 12:21:23 -05:00
2013-02-06 11:30:53 +01:00
2013-01-29 07:31:15 +01:00
2013-01-29 07:31:24 +01:00
2013-02-07 22:08:19 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 16:10:02 -05:00
2013-01-22 16:10:02 -05:00
2013-02-12 12:21:23 -05:00
2013-02-07 22:05:25 +01:00
2013-02-12 12:21:23 -05:00
2013-02-12 12:21:23 -05:00
2013-02-12 12:21:23 -05:00
2013-01-22 18:32:56 -08:00
2013-02-15 16:10:11 +01:00
2013-01-22 18:32:56 -08:00
2013-02-15 16:10:19 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-02-12 12:21:23 -05:00
2013-02-15 16:10:11 +01:00
2013-02-08 23:13:37 +01:00
2013-02-15 16:10:19 +01:00
2013-02-15 16:10:19 +01:00
2013-02-15 16:35:16 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-14 11:34:18 +01:00
2013-02-06 10:21:52 +01:00
2013-02-15 16:10:11 +01:00
2013-02-09 14:32:06 +01:00
2013-02-12 12:21:23 -05:00
2013-01-22 11:55:42 -08:00
2013-02-06 10:21:52 +01:00
2013-01-06 16:30:02 +01:00
2013-01-25 07:50:35 +01:00
2013-02-12 12:21:23 -05:00
2013-02-12 12:21:21 -05:00
2013-01-14 11:35:04 +01:00
2013-01-26 13:02:19 +01:00
2013-01-22 18:32:56 -08:00
2013-02-09 00:08:28 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-29 07:32:10 +01:00
2013-01-06 13:31:40 +01:00
2013-01-21 17:03:41 +01:00
2013-02-12 12:21:23 -05:00
2013-02-12 12:21:23 -05:00
2013-01-14 11:37:55 +01:00
2013-01-14 11:35:54 +01:00
2013-02-06 10:21:52 +01:00
2013-01-06 13:31:40 +01:00
2013-02-12 12:21:23 -05:00
2013-02-12 12:21:23 -05:00
2013-01-14 13:12:44 +02:00
2013-02-12 12:22:38 -05:00
2013-02-12 12:21:23 -05:00
2013-01-12 12:00:49 +01:00
2013-01-29 07:31:43 +01:00
2013-02-11 16:23:09 +01:00
2013-02-08 23:10:17 +01:00
2013-01-14 11:38:31 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-02-15 16:10:11 +01:00
2013-01-17 21:55:27 +01:00
2013-02-06 11:30:54 +01:00
2013-01-15 16:20:14 +01:00
2013-02-15 16:10:11 +01:00
2013-02-06 11:30:54 +01:00
2013-02-06 11:30:54 +01:00
2013-02-06 11:30:54 +01:00
2013-02-12 12:22:38 -05:00
2013-02-12 12:22:38 -05:00
2013-01-22 18:32:56 -08:00
2013-02-08 23:13:37 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 11:55:42 -08:00
2013-02-12 12:22:39 -05:00
2013-02-12 12:22:39 -05:00
2013-02-12 12:22:39 -05:00
2013-02-06 10:21:52 +01:00
2013-02-06 10:21:52 +01:00
2013-02-06 10:21:52 +01:00
2013-01-14 13:12:49 +02:00
2013-02-15 16:35:16 +01:00
2013-02-07 22:08:19 +01:00
2013-02-12 12:22:39 -05:00
2013-01-14 11:36:11 +01:00
2013-01-06 13:31:40 +01:00
2013-01-14 11:34:53 +01:00
2013-01-14 11:39:57 +01:00
2013-02-12 12:22:39 -05:00
2013-01-14 11:39:42 +01:00
2013-02-12 12:22:39 -05:00
2013-02-12 12:22:39 -05:00
2013-01-26 12:54:07 +01:00
2013-02-15 16:08:44 +01:00
2013-01-29 07:32:21 +01:00
2013-01-06 13:31:40 +01:00
2013-01-06 13:31:40 +01:00
2013-01-29 07:32:21 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-01-06 13:31:40 +01:00
2013-02-06 11:30:53 +01:00
2013-02-15 16:10:19 +01:00
2013-02-06 11:30:53 +01:00
2013-02-06 11:30:53 +01:00
2013-01-14 11:38:45 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-02-15 16:35:16 +01:00
2013-01-13 14:41:27 +01:00
2013-02-06 21:44:06 +01:00
2013-02-12 12:22:39 -05:00
2013-01-20 22:26:42 -08:00
2013-02-12 12:22:39 -05:00
2013-01-19 22:21:10 -08:00
2013-01-20 22:26:42 -08:00
2013-01-22 18:32:56 -08:00
2013-02-08 23:10:17 +01:00
2013-01-28 21:03:12 +01:00
2013-02-06 11:30:53 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-02-06 11:30:53 +01:00
2013-02-06 11:30:53 +01:00
2013-01-06 13:31:40 +01:00
2013-02-12 12:22:39 -05:00
2013-02-12 12:22:40 -05:00
2013-02-12 12:22:40 -05:00
2013-02-12 12:22:40 -05:00
2013-02-12 12:22:40 -05:00
2013-02-12 12:22:39 -05:00
2013-02-12 12:22:40 -05:00
2013-01-24 00:32:35 +02:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-02-12 12:22:40 -05:00
2013-01-09 09:59:55 +01:00
2013-02-06 10:21:52 +01:00
2013-02-06 10:21:52 +01:00
2013-01-11 05:07:42 +01:00