1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00
FFmpeg/libavcodec
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-01-22 18:32:56 -08:00
2013-02-06 10:21:52 +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 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-01-14 19:20:47 +01:00
2013-01-14 11:34:08 +01:00
2013-01-26 12:54:23 +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: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-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-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08: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-01-22 18:32:56 -08: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-06 13:31:40 +01:00
2013-01-22 18:32:56 -08:00
2013-01-06 16:30:02 +01:00
2013-01-14 11:39:23 +01: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-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 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-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-01-06 16:30:02 +01: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-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-06 13:31:40 +01: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-14 11:38:31 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-17 21:55:27 +01:00
2013-01-22 18:32:56 -08:00
2013-01-22 18:32:56 -08:00
2013-01-14 13:12:49 +02:00
2013-02-15 16:35:16 +01: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-01-26 12:54:07 +01:00
2013-01-06 13:31:40 +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-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-22 18:32:56 -08: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-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-01-09 09:59:55 +01:00
2013-02-06 10:21:52 +01:00
2013-02-06 10:21:52 +01:00