You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

340 lines
13KB

  1. /*
  2. * Copyright (C) 2007 Marco Gerards <marco@gnu.org>
  3. * Copyright (C) 2009 David Conrad
  4. * Copyright (C) 2011 Jordi Ortiz
  5. *
  6. * This file is part of FFmpeg.
  7. *
  8. * FFmpeg is free software; you can redistribute it and/or
  9. * modify it under the terms of the GNU Lesser General Public
  10. * License as published by the Free Software Foundation; either
  11. * version 2.1 of the License, or (at your option) any later version.
  12. *
  13. * FFmpeg is distributed in the hope that it will be useful,
  14. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. * Lesser General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with FFmpeg; if not, write to the Free Software
  20. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  21. */
  22. /**
  23. * @file
  24. * Dirac Decoder
  25. * @author Marco Gerards <marco@gnu.org>, David Conrad, Jordi Ortiz <nenjordi@gmail.com>
  26. */
  27. #include "libavutil/imgutils.h"
  28. #include "avcodec.h"
  29. #include "dirac.h"
  30. #include "golomb.h"
  31. #include "internal.h"
  32. #include "mpeg12data.h"
  33. /* defaults for source parameters */
  34. static const dirac_source_params dirac_source_parameters_defaults[] = {
  35. { 640, 480, 2, 0, 0, 1, 1, 640, 480, 0, 0, 1, 0 },
  36. { 176, 120, 2, 0, 0, 9, 2, 176, 120, 0, 0, 1, 1 },
  37. { 176, 144, 2, 0, 1, 10, 3, 176, 144, 0, 0, 1, 2 },
  38. { 352, 240, 2, 0, 0, 9, 2, 352, 240, 0, 0, 1, 1 },
  39. { 352, 288, 2, 0, 1, 10, 3, 352, 288, 0, 0, 1, 2 },
  40. { 704, 480, 2, 0, 0, 9, 2, 704, 480, 0, 0, 1, 1 },
  41. { 704, 576, 2, 0, 1, 10, 3, 704, 576, 0, 0, 1, 2 },
  42. { 720, 480, 1, 1, 0, 4, 2, 704, 480, 8, 0, 3, 1 },
  43. { 720, 576, 1, 1, 1, 3, 3, 704, 576, 8, 0, 3, 2 },
  44. { 1280, 720, 1, 0, 1, 7, 1, 1280, 720, 0, 0, 3, 3 },
  45. { 1280, 720, 1, 0, 1, 6, 1, 1280, 720, 0, 0, 3, 3 },
  46. { 1920, 1080, 1, 1, 1, 4, 1, 1920, 1080, 0, 0, 3, 3 },
  47. { 1920, 1080, 1, 1, 1, 3, 1, 1920, 1080, 0, 0, 3, 3 },
  48. { 1920, 1080, 1, 0, 1, 7, 1, 1920, 1080, 0, 0, 3, 3 },
  49. { 1920, 1080, 1, 0, 1, 6, 1, 1920, 1080, 0, 0, 3, 3 },
  50. { 2048, 1080, 0, 0, 1, 2, 1, 2048, 1080, 0, 0, 4, 4 },
  51. { 4096, 2160, 0, 0, 1, 2, 1, 4096, 2160, 0, 0, 4, 4 },
  52. { 3840, 2160, 1, 0, 1, 7, 1, 3840, 2160, 0, 0, 3, 3 },
  53. { 3840, 2160, 1, 0, 1, 6, 1, 3840, 2160, 0, 0, 3, 3 },
  54. { 7680, 4320, 1, 0, 1, 7, 1, 3840, 2160, 0, 0, 3, 3 },
  55. { 7680, 4320, 1, 0, 1, 6, 1, 3840, 2160, 0, 0, 3, 3 },
  56. };
  57. /* [DIRAC_STD] Table 10.4 - Available preset pixel aspect ratio values */
  58. static const AVRational dirac_preset_aspect_ratios[] = {
  59. { 1, 1 },
  60. { 10, 11 },
  61. { 12, 11 },
  62. { 40, 33 },
  63. { 16, 11 },
  64. { 4, 3 },
  65. };
  66. /* [DIRAC_STD] Values 9,10 of 10.3.5 Frame Rate.
  67. * Table 10.3 Available preset frame rate values
  68. */
  69. static const AVRational dirac_frame_rate[] = {
  70. { 15000, 1001 },
  71. { 25, 2 },
  72. };
  73. /* [DIRAC_STD] This should be equivalent to Table 10.5 Available signal
  74. * range presets */
  75. static const struct {
  76. uint8_t bitdepth;
  77. enum AVColorRange color_range;
  78. } pixel_range_presets[] = {
  79. { 8, AVCOL_RANGE_JPEG },
  80. { 8, AVCOL_RANGE_MPEG },
  81. { 10, AVCOL_RANGE_MPEG },
  82. { 12, AVCOL_RANGE_MPEG },
  83. };
  84. static const enum AVColorPrimaries dirac_primaries[] = {
  85. AVCOL_PRI_BT709,
  86. AVCOL_PRI_SMPTE170M,
  87. AVCOL_PRI_BT470BG,
  88. };
  89. static const struct {
  90. enum AVColorPrimaries color_primaries;
  91. enum AVColorSpace colorspace;
  92. enum AVColorTransferCharacteristic color_trc;
  93. } dirac_color_presets[] = {
  94. { AVCOL_PRI_BT709, AVCOL_SPC_BT709, AVCOL_TRC_BT709 },
  95. { AVCOL_PRI_SMPTE170M, AVCOL_SPC_BT470BG, AVCOL_TRC_BT709 },
  96. { AVCOL_PRI_BT470BG, AVCOL_SPC_BT470BG, AVCOL_TRC_BT709 },
  97. { AVCOL_PRI_BT709, AVCOL_SPC_BT709, AVCOL_TRC_BT709 },
  98. { AVCOL_PRI_BT709, AVCOL_SPC_BT709, AVCOL_TRC_UNSPECIFIED /* DCinema */ },
  99. };
  100. /* [DIRAC_STD] Table 10.2 Supported chroma sampling formats + luma Offset */
  101. static const enum AVPixelFormat dirac_pix_fmt[2][3] = {
  102. { AV_PIX_FMT_YUV444P, AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV420P },
  103. { AV_PIX_FMT_YUVJ444P, AV_PIX_FMT_YUVJ422P, AV_PIX_FMT_YUVJ420P },
  104. };
  105. /* [DIRAC_STD] 10.3 Parse Source Parameters.
  106. * source_parameters(base_video_format) */
  107. static int parse_source_parameters(AVCodecContext *avctx, GetBitContext *gb,
  108. dirac_source_params *source)
  109. {
  110. AVRational frame_rate = { 0, 0 };
  111. unsigned luma_depth = 8, luma_offset = 16;
  112. int idx;
  113. int chroma_x_shift, chroma_y_shift;
  114. /* [DIRAC_STD] 10.3.2 Frame size. frame_size(video_params) */
  115. /* [DIRAC_STD] custom_dimensions_flag */
  116. if (get_bits1(gb)) {
  117. source->width = svq3_get_ue_golomb(gb); /* [DIRAC_STD] FRAME_WIDTH */
  118. source->height = svq3_get_ue_golomb(gb); /* [DIRAC_STD] FRAME_HEIGHT */
  119. }
  120. /* [DIRAC_STD] 10.3.3 Chroma Sampling Format.
  121. * chroma_sampling_format(video_params) */
  122. /* [DIRAC_STD] custom_chroma_format_flag */
  123. if (get_bits1(gb))
  124. /* [DIRAC_STD] CHROMA_FORMAT_INDEX */
  125. source->chroma_format = svq3_get_ue_golomb(gb);
  126. if (source->chroma_format > 2U) {
  127. av_log(avctx, AV_LOG_ERROR, "Unknown chroma format %d\n",
  128. source->chroma_format);
  129. return AVERROR_INVALIDDATA;
  130. }
  131. /* [DIRAC_STD] 10.3.4 Scan Format. scan_format(video_params) */
  132. /* [DIRAC_STD] custom_scan_format_flag */
  133. if (get_bits1(gb))
  134. /* [DIRAC_STD] SOURCE_SAMPLING */
  135. source->interlaced = svq3_get_ue_golomb(gb);
  136. if (source->interlaced > 1U)
  137. return AVERROR_INVALIDDATA;
  138. /* [DIRAC_STD] 10.3.5 Frame Rate. frame_rate(video_params) */
  139. if (get_bits1(gb)) { /* [DIRAC_STD] custom_frame_rate_flag */
  140. source->frame_rate_index = svq3_get_ue_golomb(gb);
  141. if (source->frame_rate_index > 10U)
  142. return AVERROR_INVALIDDATA;
  143. if (!source->frame_rate_index) {
  144. /* [DIRAC_STD] FRAME_RATE_NUMER */
  145. frame_rate.num = svq3_get_ue_golomb(gb);
  146. /* [DIRAC_STD] FRAME_RATE_DENOM */
  147. frame_rate.den = svq3_get_ue_golomb(gb);
  148. }
  149. }
  150. /* [DIRAC_STD] preset_frame_rate(video_params, index) */
  151. if (source->frame_rate_index > 0) {
  152. if (source->frame_rate_index <= 8)
  153. frame_rate = ff_mpeg12_frame_rate_tab[source->frame_rate_index];
  154. else
  155. /* [DIRAC_STD] Table 10.3 values 9-10 */
  156. frame_rate = dirac_frame_rate[source->frame_rate_index - 9];
  157. }
  158. avctx->framerate = frame_rate;
  159. /* [DIRAC_STD] 10.3.6 Pixel Aspect Ratio.
  160. * pixel_aspect_ratio(video_params) */
  161. if (get_bits1(gb)) { /* [DIRAC_STD] custom_pixel_aspect_ratio_flag */
  162. /* [DIRAC_STD] index */
  163. source->aspect_ratio_index = svq3_get_ue_golomb(gb);
  164. if (source->aspect_ratio_index > 6U)
  165. return AVERROR_INVALIDDATA;
  166. if (!source->aspect_ratio_index) {
  167. avctx->sample_aspect_ratio.num = svq3_get_ue_golomb(gb);
  168. avctx->sample_aspect_ratio.den = svq3_get_ue_golomb(gb);
  169. }
  170. }
  171. /* [DIRAC_STD] Take value from Table 10.4 Available preset pixel
  172. * aspect ratio values */
  173. if (source->aspect_ratio_index > 0)
  174. avctx->sample_aspect_ratio =
  175. dirac_preset_aspect_ratios[source->aspect_ratio_index - 1];
  176. /* [DIRAC_STD] 10.3.7 Clean area. clean_area(video_params) */
  177. if (get_bits1(gb)) { /* [DIRAC_STD] custom_clean_area_flag */
  178. /* [DIRAC_STD] CLEAN_WIDTH */
  179. source->clean_width = svq3_get_ue_golomb(gb);
  180. /* [DIRAC_STD] CLEAN_HEIGHT */
  181. source->clean_height = svq3_get_ue_golomb(gb);
  182. /* [DIRAC_STD] CLEAN_LEFT_OFFSET */
  183. source->clean_left_offset = svq3_get_ue_golomb(gb);
  184. /* [DIRAC_STD] CLEAN_RIGHT_OFFSET */
  185. source->clean_right_offset = svq3_get_ue_golomb(gb);
  186. }
  187. /* [DIRAC_STD] 10.3.8 Signal range. signal_range(video_params)
  188. * WARNING: Some adaptation seems to be done using the
  189. * AVCOL_RANGE_MPEG/JPEG values */
  190. if (get_bits1(gb)) { /* [DIRAC_STD] custom_signal_range_flag */
  191. /* [DIRAC_STD] index */
  192. source->pixel_range_index = svq3_get_ue_golomb(gb);
  193. if (source->pixel_range_index > 4U)
  194. return AVERROR_INVALIDDATA;
  195. /* This assumes either fullrange or MPEG levels only */
  196. if (!source->pixel_range_index) {
  197. luma_offset = svq3_get_ue_golomb(gb);
  198. luma_depth = av_log2(svq3_get_ue_golomb(gb)) + 1;
  199. svq3_get_ue_golomb(gb); /* chroma offset */
  200. svq3_get_ue_golomb(gb); /* chroma excursion */
  201. avctx->color_range = luma_offset ? AVCOL_RANGE_MPEG
  202. : AVCOL_RANGE_JPEG;
  203. }
  204. }
  205. /* [DIRAC_STD] Table 10.5
  206. * Available signal range presets <--> pixel_range_presets */
  207. if (source->pixel_range_index > 0) {
  208. idx = source->pixel_range_index - 1;
  209. luma_depth = pixel_range_presets[idx].bitdepth;
  210. avctx->color_range = pixel_range_presets[idx].color_range;
  211. }
  212. if (luma_depth > 8)
  213. av_log(avctx, AV_LOG_WARNING, "Bitdepth greater than 8\n");
  214. avctx->pix_fmt = dirac_pix_fmt[!luma_offset][source->chroma_format];
  215. avcodec_get_chroma_sub_sample(avctx->pix_fmt, &chroma_x_shift, &chroma_y_shift);
  216. if ((source->width % (1<<chroma_x_shift)) || (source->height % (1<<chroma_y_shift))) {
  217. av_log(avctx, AV_LOG_ERROR, "Dimensions must be an integer multiple of the chroma subsampling\n");
  218. return AVERROR_INVALIDDATA;
  219. }
  220. /* [DIRAC_STD] 10.3.9 Colour specification. colour_spec(video_params) */
  221. if (get_bits1(gb)) { /* [DIRAC_STD] custom_colour_spec_flag */
  222. /* [DIRAC_STD] index */
  223. idx = source->color_spec_index = svq3_get_ue_golomb(gb);
  224. if (source->color_spec_index > 4U)
  225. return AVERROR_INVALIDDATA;
  226. avctx->color_primaries = dirac_color_presets[idx].color_primaries;
  227. avctx->colorspace = dirac_color_presets[idx].colorspace;
  228. avctx->color_trc = dirac_color_presets[idx].color_trc;
  229. if (!source->color_spec_index) {
  230. /* [DIRAC_STD] 10.3.9.1 Colour primaries */
  231. if (get_bits1(gb)) {
  232. idx = svq3_get_ue_golomb(gb);
  233. if (idx < 3U)
  234. avctx->color_primaries = dirac_primaries[idx];
  235. }
  236. /* [DIRAC_STD] 10.3.9.2 Colour matrix */
  237. if (get_bits1(gb)) {
  238. idx = svq3_get_ue_golomb(gb);
  239. if (!idx)
  240. avctx->colorspace = AVCOL_SPC_BT709;
  241. else if (idx == 1)
  242. avctx->colorspace = AVCOL_SPC_BT470BG;
  243. }
  244. /* [DIRAC_STD] 10.3.9.3 Transfer function */
  245. if (get_bits1(gb) && !svq3_get_ue_golomb(gb))
  246. avctx->color_trc = AVCOL_TRC_BT709;
  247. }
  248. } else {
  249. idx = source->color_spec_index;
  250. avctx->color_primaries = dirac_color_presets[idx].color_primaries;
  251. avctx->colorspace = dirac_color_presets[idx].colorspace;
  252. avctx->color_trc = dirac_color_presets[idx].color_trc;
  253. }
  254. return 0;
  255. }
  256. /* [DIRAC_STD] 10. Sequence Header. sequence_header() */
  257. int avpriv_dirac_parse_sequence_header(AVCodecContext *avctx, GetBitContext *gb,
  258. dirac_source_params *source)
  259. {
  260. unsigned version_major;
  261. unsigned video_format, picture_coding_mode;
  262. int ret;
  263. /* [DIRAC_SPEC] 10.1 Parse Parameters. parse_parameters() */
  264. version_major = svq3_get_ue_golomb(gb);
  265. svq3_get_ue_golomb(gb); /* version_minor */
  266. avctx->profile = svq3_get_ue_golomb(gb);
  267. avctx->level = svq3_get_ue_golomb(gb);
  268. /* [DIRAC_SPEC] sequence_header() -> base_video_format as defined in
  269. * 10.2 Base Video Format, table 10.1 Dirac predefined video formats */
  270. video_format = svq3_get_ue_golomb(gb);
  271. if (version_major < 2)
  272. av_log(avctx, AV_LOG_WARNING, "Stream is old and may not work\n");
  273. else if (version_major > 2)
  274. av_log(avctx, AV_LOG_WARNING, "Stream may have unhandled features\n");
  275. if (video_format > 20U)
  276. return AVERROR_INVALIDDATA;
  277. /* Fill in defaults for the source parameters. */
  278. *source = dirac_source_parameters_defaults[video_format];
  279. /* [DIRAC_STD] 10.3 Source Parameters
  280. * Override the defaults. */
  281. if (ret = parse_source_parameters(avctx, gb, source))
  282. return ret;
  283. ret = ff_set_dimensions(avctx, source->width, source->height);
  284. if (ret < 0)
  285. return ret;
  286. ff_set_sar(avctx, avctx->sample_aspect_ratio);
  287. /* [DIRAC_STD] picture_coding_mode shall be 0 for fields and 1 for frames
  288. * currently only used to signal field coding */
  289. picture_coding_mode = svq3_get_ue_golomb(gb);
  290. if (picture_coding_mode != 0) {
  291. av_log(avctx, AV_LOG_ERROR, "Unsupported picture coding mode %d\n",
  292. picture_coding_mode);
  293. return AVERROR_INVALIDDATA;
  294. }
  295. return 0;
  296. }