libmp4.h
上传用户:riyaled888
上传日期:2009-03-27
资源大小:7338k
文件大小:25k
源码类别:

多媒体

开发平台:

MultiPlatform

  1. /*****************************************************************************
  2.  * libmp4.h : LibMP4 library for mp4 module for vlc
  3.  *****************************************************************************
  4.  * Copyright (C) 2001-2004 VideoLAN
  5.  * $Id: libmp4.h 9142 2004-11-04 22:32:40Z hartman $
  6.  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  7.  *
  8.  * This program is free software; you can redistribute it and/or modify
  9.  * it under the terms of the GNU General Public License as published by
  10.  * the Free Software Foundation; either version 2 of the License, or
  11.  * (at your option) any later version.
  12.  *
  13.  * This program 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
  16.  * GNU General Public License for more details.
  17.  *
  18.  * You should have received a copy of the GNU General Public License
  19.  * along with this program; if not, write to the Free Software
  20.  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  21.  *****************************************************************************/
  22. #define FOURCC_uuid VLC_FOURCC( 'u', 'u', 'i', 'd' )
  23. #define FOURCC_ftyp VLC_FOURCC( 'f', 't', 'y', 'p' )
  24. #define FOURCC_moov VLC_FOURCC( 'm', 'o', 'o', 'v' )
  25. #define FOURCC_foov VLC_FOURCC( 'f', 'o', 'o', 'v' )
  26. #define FOURCC_cmov VLC_FOURCC( 'c', 'm', 'o', 'v' )
  27. #define FOURCC_dcom VLC_FOURCC( 'd', 'c', 'o', 'm' )
  28. #define FOURCC_cmvd VLC_FOURCC( 'c', 'm', 'v', 'd' )
  29. #define FOURCC_moof VLC_FOURCC( 'm', 'o', 'o', 'f' )
  30. #define FOURCC_mdat VLC_FOURCC( 'm', 'd', 'a', 't' )
  31. #define FOURCC_skip VLC_FOURCC( 's', 'k', 'i', 'p' )
  32. #define FOURCC_free VLC_FOURCC( 'f', 'r', 'e', 'e' )
  33. #define FOURCC_udta VLC_FOURCC( 'u', 'd', 't', 'a' )
  34. #define FOURCC_wide VLC_FOURCC( 'w', 'i', 'd', 'e' )
  35. #define FOURCC_trak VLC_FOURCC( 't', 'r', 'a', 'k' )
  36. #define FOURCC_mvhd VLC_FOURCC( 'm', 'v', 'h', 'd' )
  37. #define FOURCC_tkhd VLC_FOURCC( 't', 'k', 'h', 'd' )
  38. #define FOURCC_tref VLC_FOURCC( 't', 'r', 'e', 'f' )
  39. #define FOURCC_mdia VLC_FOURCC( 'm', 'd', 'i', 'a' )
  40. #define FOURCC_mdhd VLC_FOURCC( 'm', 'd', 'h', 'd' )
  41. #define FOURCC_hdlr VLC_FOURCC( 'h', 'd', 'l', 'r' )
  42. #define FOURCC_minf VLC_FOURCC( 'm', 'i', 'n', 'f' )
  43. #define FOURCC_vmhd VLC_FOURCC( 'v', 'm', 'h', 'd' )
  44. #define FOURCC_smhd VLC_FOURCC( 's', 'm', 'h', 'd' )
  45. #define FOURCC_hmhd VLC_FOURCC( 'h', 'm', 'h', 'd' )
  46. #define FOURCC_dinf VLC_FOURCC( 'd', 'i', 'n', 'f' )
  47. #define FOURCC_url  VLC_FOURCC( 'u', 'r', 'l', ' ' )
  48. #define FOURCC_urn  VLC_FOURCC( 'u', 'r', 'n', ' ' )
  49. #define FOURCC_dref VLC_FOURCC( 'd', 'r', 'e', 'f' )
  50. #define FOURCC_stbl VLC_FOURCC( 's', 't', 'b', 'l' )
  51. #define FOURCC_stts VLC_FOURCC( 's', 't', 't', 's' )
  52. #define FOURCC_ctts VLC_FOURCC( 'c', 't', 't', 's' )
  53. #define FOURCC_stsd VLC_FOURCC( 's', 't', 's', 'd' )
  54. #define FOURCC_stsz VLC_FOURCC( 's', 't', 's', 'z' )
  55. #define FOURCC_stz2 VLC_FOURCC( 's', 't', 'z', '2' )
  56. #define FOURCC_stsc VLC_FOURCC( 's', 't', 's', 'c' )
  57. #define FOURCC_stco VLC_FOURCC( 's', 't', 'c', 'o' )
  58. #define FOURCC_co64 VLC_FOURCC( 'c', 'o', '6', '4' )
  59. #define FOURCC_stss VLC_FOURCC( 's', 't', 's', 's' )
  60. #define FOURCC_stsh VLC_FOURCC( 's', 't', 's', 'h' )
  61. #define FOURCC_stdp VLC_FOURCC( 's', 't', 'd', 'p' )
  62. #define FOURCC_padb VLC_FOURCC( 'p', 'a', 'd', 'b' )
  63. #define FOURCC_edts VLC_FOURCC( 'e', 'd', 't', 's' )
  64. #define FOURCC_elst VLC_FOURCC( 'e', 'l', 's', 't' )
  65. #define FOURCC_udta VLC_FOURCC( 'u', 'd', 't', 'a' )
  66. #define FOURCC_mvex VLC_FOURCC( 'm', 'v', 'e', 'x' )
  67. #define FOURCC_trex VLC_FOURCC( 't', 'r', 'e', 'x' )
  68. #define FOURCC_mfhd VLC_FOURCC( 'm', 'f', 'h', 'd' )
  69. #define FOURCC_traf VLC_FOURCC( 't', 'r', 'a', 'f' )
  70. #define FOURCC_tfhd VLC_FOURCC( 't', 'f', 'h', 'd' )
  71. #define FOURCC_trun VLC_FOURCC( 't', 'r', 'u', 'n' )
  72. #define FOURCC_cprt VLC_FOURCC( 'c', 'p', 'r', 't' )
  73. #define FOURCC_iods VLC_FOURCC( 'i', 'o', 'd', 's' )
  74. #define FOURCC_nmhd VLC_FOURCC( 'n', 'm', 'h', 'd' )
  75. #define FOURCC_mp4v VLC_FOURCC( 'm', 'p', '4', 'v' )
  76. #define FOURCC_mp4a VLC_FOURCC( 'm', 'p', '4', 'a' )
  77. #define FOURCC_mp4s VLC_FOURCC( 'm', 'p', '4', 's' )
  78. #define FOURCC_vide VLC_FOURCC( 'v', 'i', 'd', 'e' )
  79. #define FOURCC_soun VLC_FOURCC( 's', 'o', 'u', 'n' )
  80. #define FOURCC_hint VLC_FOURCC( 'h', 'i', 'n', 't' )
  81. #define FOURCC_dpnd VLC_FOURCC( 'd', 'p', 'n', 'd' )
  82. #define FOURCC_ipir VLC_FOURCC( 'i', 'p', 'i', 'r' )
  83. #define FOURCC_mpod VLC_FOURCC( 'm', 'p', 'o', 'd' )
  84. #define FOURCC_hnti VLC_FOURCC( 'h', 'n', 't', 'i' )
  85. #define FOURCC_rtp  VLC_FOURCC( 'r', 't', 'p', ' ' )
  86. #define FOURCC_isom VLC_FOURCC( 'i', 's', 'o', 'm' )
  87. #define FOURCC_esds VLC_FOURCC( 'e', 's', 'd', 's' )
  88. #define FOURCC__mp3 VLC_FOURCC( '.', 'm', 'p', '3' )
  89. #define FOURCC_ms02 VLC_FOURCC( 'm', 's', 0x0, 0x02 )
  90. #define FOURCC_ms11 VLC_FOURCC( 'm', 's', 0x0, 0x11 )
  91. #define FOURCC_ms55 VLC_FOURCC( 'm', 's', 0x0, 0x55 )
  92. #define FOURCC_twos VLC_FOURCC( 't', 'w', 'o', 's' )
  93. #define FOURCC_sowt VLC_FOURCC( 's', 'o', 'w', 't' )
  94. #define FOURCC_QDMC VLC_FOURCC( 'Q', 'D', 'M', 'C' )
  95. #define FOURCC_QDM2 VLC_FOURCC( 'Q', 'D', 'M', '2' )
  96. #define FOURCC_ima4 VLC_FOURCC( 'i', 'm', 'a', '4' )
  97. #define FOURCC_IMA4 VLC_FOURCC( 'I', 'M', 'A', '4' )
  98. #define FOURCC_dvi  VLC_FOURCC( 'd', 'v', 'i', ' ' )
  99. #define FOURCC_MAC3 VLC_FOURCC( 'M', 'A', 'C', '3' )
  100. #define FOURCC_MAC6 VLC_FOURCC( 'M', 'A', 'C', '6' )
  101. #define FOURCC_alaw VLC_FOURCC( 'a', 'l', 'a', 'w' )
  102. #define FOURCC_ulaw VLC_FOURCC( 'u', 'l', 'a', 'w' )
  103. #define FOURCC_Qclp VLC_FOURCC( 'Q', 'c', 'l', 'p' )
  104. #define FOURCC_samr VLC_FOURCC( 's', 'a', 'm', 'r' )
  105. #define FOURCC_OggS VLC_FOURCC( 'O', 'g', 'g', 'S' )
  106. #define FOURCC_zlib VLC_FOURCC( 'z', 'l', 'i', 'b' )
  107. #define FOURCC_SVQ1 VLC_FOURCC( 'S', 'V', 'Q', '1' )
  108. #define FOURCC_SVQ3 VLC_FOURCC( 'S', 'V', 'Q', '3' )
  109. #define FOURCC_ZyGo VLC_FOURCC( 'Z', 'y', 'G', 'o' )
  110. #define FOURCC_3IV1 VLC_FOURCC( '3', 'I', 'V', '1' )
  111. #define FOURCC_3iv1 VLC_FOURCC( '3', 'i', 'v', '1' )
  112. #define FOURCC_3IV2 VLC_FOURCC( '3', 'I', 'V', '2' )
  113. #define FOURCC_3iv2 VLC_FOURCC( '3', 'i', 'v', '2' )
  114. #define FOURCC_3IVD VLC_FOURCC( '3', 'I', 'V', 'D' )
  115. #define FOURCC_3ivd VLC_FOURCC( '3', 'i', 'v', 'd' )
  116. #define FOURCC_3VID VLC_FOURCC( '3', 'V', 'I', 'D' )
  117. #define FOURCC_3vid VLC_FOURCC( '3', 'v', 'i', 'd' )
  118. #define FOURCC_h263 VLC_FOURCC( 'h', '2', '6', '3' )
  119. #define FOURCC_s263 VLC_FOURCC( 's', '2', '6', '3' )
  120. #define FOURCC_DIVX VLC_FOURCC( 'D', 'I', 'V', 'X' )
  121. #define FOURCC_XVID VLC_FOURCC( 'X', 'V', 'I', 'D' )
  122. #define FOURCC_cvid VLC_FOURCC( 'c', 'v', 'i', 'd' )
  123. #define FOURCC_mjpa VLC_FOURCC( 'm', 'j', 'p', 'a' )
  124. #define FOURCC_mjpb VLC_FOURCC( 'm', 'j', 'q', 't' )
  125. #define FOURCC_mjqt VLC_FOURCC( 'm', 'j', 'h', 't' )
  126. #define FOURCC_mjht VLC_FOURCC( 'm', 'j', 'p', 'b' )
  127. #define FOURCC_VP31 VLC_FOURCC( 'V', 'P', '3', '1' )
  128. #define FOURCC_vp31 VLC_FOURCC( 'v', 'p', '3', '1' )
  129. #define FOURCC_h264 VLC_FOURCC( 'h', '2', '6', '4' )
  130. #define FOURCC_avc1 VLC_FOURCC( 'a', 'v', 'c', '1' )
  131. #define FOURCC_avcC VLC_FOURCC( 'a', 'v', 'c', 'C' )
  132. #define FOURCC_m4ds VLC_FOURCC( 'm', '4', 'd', 's' )
  133. #define FOURCC_dvc  VLC_FOURCC( 'd', 'v', 'c', ' ' )
  134. #define FOURCC_dvp  VLC_FOURCC( 'd', 'v', 'p', ' ' )
  135. #define FOURCC_raw  VLC_FOURCC( 'r', 'a', 'w', ' ' )
  136. #define FOURCC_jpeg VLC_FOURCC( 'j', 'p', 'e', 'g' )
  137. #define FOURCC_rmra VLC_FOURCC( 'r', 'm', 'r', 'a' )
  138. #define FOURCC_rmda VLC_FOURCC( 'r', 'm', 'd', 'a' )
  139. #define FOURCC_rdrf VLC_FOURCC( 'r', 'd', 'r', 'f' )
  140. #define FOURCC_rmdr VLC_FOURCC( 'r', 'm', 'd', 'r' )
  141. #define FOURCC_rmvc VLC_FOURCC( 'r', 'm', 'v', 'c' )
  142. #define FOURCC_rmcd VLC_FOURCC( 'r', 'm', 'c', 'd' )
  143. #define FOURCC_rmqu VLC_FOURCC( 'r', 'm', 'q', 'u' )
  144. #define FOURCC_alis VLC_FOURCC( 'a', 'l', 'i', 's' )
  145. #define FOURCC_gmhd VLC_FOURCC( 'g', 'm', 'h', 'd' )
  146. #define FOURCC_wave VLC_FOURCC( 'w', 'a', 'v', 'e' )
  147. #define FOURCC_drms VLC_FOURCC( 'd', 'r', 'm', 's' )
  148. #define FOURCC_sinf VLC_FOURCC( 's', 'i', 'n', 'f' )
  149. #define FOURCC_schi VLC_FOURCC( 's', 'c', 'h', 'i' )
  150. #define FOURCC_user VLC_FOURCC( 'u', 's', 'e', 'r' )
  151. #define FOURCC_key  VLC_FOURCC( 'k', 'e', 'y', ' ' )
  152. #define FOURCC_iviv VLC_FOURCC( 'i', 'v', 'i', 'v' )
  153. #define FOURCC_name VLC_FOURCC( 'n', 'a', 'm', 'e' )
  154. #define FOURCC_priv VLC_FOURCC( 'p', 'r', 'i', 'v' )
  155. #define FOURCC_text VLC_FOURCC( 't', 'e', 'x', 't' )
  156. #define FOURCC_subp VLC_FOURCC( 's', 'u', 'b', 'p' )
  157. #define FOURCC_0xa9nam VLC_FOURCC( 0xa9, 'n', 'a', 'm' )
  158. #define FOURCC_0xa9aut VLC_FOURCC( 0xa9, 'a', 'u', 't' )
  159. #define FOURCC_0xa9swr VLC_FOURCC( 0xa9, 's', 'w', 'r' )
  160. #define FOURCC_0xa9cpy VLC_FOURCC( 0xa9, 'c', 'p', 'y' )
  161. #define FOURCC_0xa9inf VLC_FOURCC( 0xa9, 'i', 'n', 'f' )
  162. #define FOURCC_0xa9ART VLC_FOURCC( 0xa9, 'A', 'R', 'T' )
  163. #define FOURCC_0xa9des VLC_FOURCC( 0xa9, 'd', 'e', 's' )
  164. #define FOURCC_0xa9dir VLC_FOURCC( 0xa9, 'd', 'i', 'r' )
  165. #define FOURCC_0xa9cmt VLC_FOURCC( 0xa9, 'c', 'm', 't' )
  166. #define FOURCC_0xa9req VLC_FOURCC( 0xa9, 'r', 'e', 'q' )
  167. #define FOURCC_0xa9day VLC_FOURCC( 0xa9, 'd', 'a', 'y' )
  168. #define FOURCC_0xa9fmt VLC_FOURCC( 0xa9, 'f', 'm', 't' )
  169. #define FOURCC_0xa9prd VLC_FOURCC( 0xa9, 'p', 'r', 'd' )
  170. #define FOURCC_0xa9prf VLC_FOURCC( 0xa9, 'p', 'r', 'f' )
  171. #define FOURCC_0xa9src VLC_FOURCC( 0xa9, 's', 'r', 'c' )
  172. #define FOURCC_0xa9alb VLC_FOURCC( 0xa9, 'a', 'l', 'b' )
  173. #define FOURCC_0xa9dis VLC_FOURCC( 0xa9, 'd', 'i', 's' )
  174. #define FOURCC_0xa9enc VLC_FOURCC( 0xa9, 'e', 'n', 'c' )
  175. #define FOURCC_0xa9trk VLC_FOURCC( 0xa9, 't', 'r', 'k' )
  176. #define FOURCC_0xa9url VLC_FOURCC( 0xa9, 'u', 'r', 'l' )
  177. #define FOURCC_0xa9dsa VLC_FOURCC( 0xa9, 'd', 's', 'a' )
  178. #define FOURCC_0xa9hst VLC_FOURCC( 0xa9, 'h', 's', 't' )
  179. #define FOURCC_0xa9ope VLC_FOURCC( 0xa9, 'o', 'p', 'e' )
  180. #define FOURCC_0xa9wrt VLC_FOURCC( 0xa9, 'w', 'r', 't' )
  181. #define FOURCC_0xa9com VLC_FOURCC( 0xa9, 'c', 'o', 'm' )
  182. #define FOURCC_0xa9gen VLC_FOURCC( 0xa9, 'g', 'e', 'n' )
  183. #define FOURCC_WLOC VLC_FOURCC( 'W', 'L', 'O', 'C' )
  184. /* Do you want some debug information on all read boxes ? */
  185. #define MP4_VERBOSE  1
  186. /* memory stream and file stream object */
  187. typedef struct MP4_Stream_s
  188. {
  189.     int     b_memory;   /* do we uses a memory buffer */
  190.     stream_t *s;
  191.     off_t   i_start; /* in the buffer position for memory stream */
  192.     off_t   i_stop;
  193.     uint8_t *p_buffer;
  194. } MP4_Stream_t;
  195. struct MP4_Box_s;
  196. /* uuid Universal Unique IDentifiers */
  197. typedef struct UUID_s
  198. {
  199.     uint8_t b[16];
  200. } UUID_t;
  201. /* specific structure for all boxes */
  202. typedef struct MP4_Box_data_ftyp_s
  203. {
  204.     uint32_t i_major_brand;
  205.     uint32_t i_minor_version;
  206.     uint32_t i_compatible_brands_count;
  207.     uint32_t *i_compatible_brands;
  208. } MP4_Box_data_ftyp_t;
  209. typedef struct MP4_Box_data_mvhd_s
  210. {
  211.     uint8_t  i_version;
  212.     uint32_t i_flags;
  213.     uint64_t i_creation_time;
  214.     uint64_t i_modification_time;
  215.     uint32_t i_timescale;
  216.     uint64_t i_duration;
  217.     int32_t  i_rate;
  218.     int16_t  i_volume;
  219.     int16_t  i_reserved1;
  220.     uint32_t i_reserved2[2];
  221.     int32_t  i_matrix[9];
  222.     uint32_t i_predefined[6];
  223.     uint32_t i_next_track_id;
  224. } MP4_Box_data_mvhd_t;
  225. #define MP4_TRACK_ENABLED    0x000001
  226. #define MP4_TRACK_IN_MOVIE   0x000002
  227. #define MP4_TRACK_IN_PREVIEW 0x000004
  228. typedef struct MP4_Box_data_tkhd_s
  229. {
  230.     uint8_t  i_version;
  231.     uint32_t i_flags;
  232.     uint64_t i_creation_time;
  233.     uint64_t i_modification_time;
  234.     uint32_t i_track_ID;
  235.     uint32_t i_reserved;
  236.     uint64_t i_duration;
  237.     uint32_t i_reserved2[2];
  238.     int16_t  i_layer;
  239.     int16_t  i_predefined;
  240.     int16_t  i_volume;
  241.     uint16_t i_reserved3;
  242.     int32_t  i_matrix[9];
  243.     int32_t  i_width;
  244.     int32_t  i_height;
  245. } MP4_Box_data_tkhd_t;
  246. typedef struct MP4_Box_data_mdhd_s
  247. {
  248.     uint8_t  i_version;
  249.     uint32_t i_flags;
  250.     uint64_t i_creation_time;
  251.     uint64_t i_modification_time;
  252.     uint32_t i_timescale;
  253.     uint64_t i_duration;
  254.     /* one bit for pad */
  255.     /* unsigned int(5)[3] language difference with 0x60*/
  256.     unsigned char i_language[3];
  257.     uint16_t i_predefined;
  258. } MP4_Box_data_mdhd_t;
  259. typedef struct MP4_Box_data_hdlr_s
  260. {
  261.     uint8_t  i_version;
  262.     uint32_t i_flags;
  263.     uint32_t i_predefined;
  264.     uint32_t i_handler_type; /* "vide" "soun" "hint" "odsm"
  265.                            "crsm" "sdsm" "m7sm" "ocsm"
  266.                            "ipsm" "mjsm" */
  267.     unsigned char *psz_name; /* in UTF-8 */
  268. } MP4_Box_data_hdlr_t;
  269. typedef struct MP4_Box_data_vmhd_s
  270. {
  271.     uint8_t  i_version;
  272.     uint32_t i_flags;
  273.     int16_t  i_graphics_mode;
  274.     int16_t  i_opcolor[3];
  275. } MP4_Box_data_vmhd_t;
  276. typedef struct MP4_Box_data_smhd_s
  277. {
  278.     uint8_t  i_version;
  279.     uint32_t i_flags;
  280.     int16_t  i_balance;
  281.     int16_t  i_reserved;
  282. } MP4_Box_data_smhd_t;
  283. typedef struct MP4_Box_data_hmhd_s
  284. {
  285.     uint8_t  i_version;
  286.     uint32_t i_flags;
  287.     uint16_t i_max_PDU_size;
  288.     uint16_t i_avg_PDU_size;
  289.     uint32_t i_max_bitrate;
  290.     uint32_t i_avg_bitrate;
  291.     uint32_t i_reserved;
  292. } MP4_Box_data_hmhd_t;
  293. typedef struct MP4_Box_data_url_s
  294. {
  295.     uint8_t  i_version;
  296.     uint32_t i_flags;
  297.     unsigned char *psz_location;
  298. } MP4_Box_data_url_t;
  299. typedef struct MP4_Box_data_urn_s
  300. {
  301.     uint8_t  i_version;
  302.     uint32_t i_flags;
  303.     unsigned char *psz_name;
  304.     unsigned char *psz_location;
  305. } MP4_Box_data_urn_t;
  306. typedef struct MP4_Box_data_dref_s
  307. {
  308.     uint8_t  i_version;
  309.     uint32_t i_flags;
  310.     uint32_t i_entry_count;
  311. /* XXX it's also a container with i_entry_count entry */
  312. } MP4_Box_data_dref_t;
  313. typedef struct MP4_Box_data_stts_s
  314. {
  315.     uint8_t  i_version;
  316.     uint32_t i_flags;
  317.     uint32_t i_entry_count;
  318.     uint32_t *i_sample_count; /* these are array */
  319.     int32_t  *i_sample_delta;
  320. } MP4_Box_data_stts_t;
  321. typedef struct MP4_Box_data_ctts_s
  322. {
  323.     uint8_t  i_version;
  324.     uint32_t i_flags;
  325.     uint32_t i_entry_count;
  326.     uint32_t *i_sample_count; /* these are array */
  327.     int32_t  *i_sample_offset;
  328. } MP4_Box_data_ctts_t;
  329. typedef struct MP4_Box_data_sample_soun_s
  330. {
  331.     uint8_t  i_reserved1[6];
  332.     uint16_t i_data_reference_index;
  333.     //uint32_t i_reserved2[2];
  334.     uint16_t i_qt_version;
  335.     uint16_t i_qt_revision_level;
  336.     uint32_t i_qt_vendor;
  337.     uint16_t i_channelcount;
  338.     uint16_t i_samplesize;
  339.     uint16_t i_predefined;
  340.     uint16_t i_reserved3;
  341.     uint16_t i_sampleratehi; /* timescale of track */
  342.     uint16_t i_sampleratelo;
  343.     /* for version 1 (i_reserved1[0] == 1) */
  344.     uint32_t i_sample_per_packet;
  345.     uint32_t i_bytes_per_packet;
  346.     uint32_t i_bytes_per_frame;
  347.     uint32_t i_bytes_per_sample;
  348.     /* XXX hack */
  349.     int     i_qt_description;
  350.     uint8_t *p_qt_description;
  351.     void    *p_drms;
  352. } MP4_Box_data_sample_soun_t;
  353. typedef struct MP4_Box_data_sample_vide_s
  354. {
  355.     uint8_t  i_reserved1[6];
  356.     uint16_t i_data_reference_index;
  357.     uint16_t i_qt_version;
  358.     uint16_t i_qt_revision_level;
  359.     uint32_t i_qt_vendor;
  360.     uint32_t i_qt_temporal_quality;
  361.     uint32_t i_qt_spatial_quality;
  362.     int16_t  i_width;
  363.     int16_t  i_height;
  364.     uint32_t i_horizresolution;
  365.     uint32_t i_vertresolution;
  366.     uint32_t i_qt_data_size;
  367.     uint16_t i_qt_frame_count;
  368.     uint8_t  i_compressorname[32];
  369.     int16_t  i_depth;
  370.     int16_t  i_qt_color_table;
  371.     /* XXX hack ImageDescription */
  372.     int     i_qt_image_description;
  373.     uint8_t *p_qt_image_description;
  374. } MP4_Box_data_sample_vide_t;
  375. typedef struct
  376. {
  377.     uint8_t  i_reserved1[6];
  378.     uint16_t i_data_reference_index;
  379.     uint32_t i_display_flags;
  380.     uint32_t i_justification;
  381.     uint16_t i_background_color[3];
  382.     uint64_t i_text_box;
  383.     uint64_t i_reserved2;
  384.     uint16_t i_font_number;
  385.     uint16_t i_font_face;
  386.     uint16_t i_reserved3;
  387.     uint16_t i_foreground_color[3];
  388.     char    *psz_text_name;
  389. } MP4_Box_data_sample_text_t;
  390. typedef struct MP4_Box_data_sample_hint_s
  391. {
  392.     uint8_t  i_reserved1[6];
  393.     uint16_t i_data_reference_index;
  394.     uint8_t *p_data;
  395. } MP4_Box_data_sample_hint_t;
  396. typedef struct MP4_Box_data_moviehintinformation_rtp_s
  397. {
  398.     uint32_t i_description_format;
  399.     unsigned char *psz_text;
  400. } MP4_Box_data_moviehintinformation_rtp_t;
  401. typedef struct MP4_Box_data_stsd_s
  402. {
  403.     uint8_t  i_version;
  404.     uint32_t i_flags;
  405.     uint32_t i_entry_count;
  406.     /* it contains SampleEntry handled as if it was Box */
  407. } MP4_Box_data_stsd_t;
  408. typedef struct MP4_Box_data_stsz_s
  409. {
  410.     uint8_t  i_version;
  411.     uint32_t i_flags;
  412.     uint32_t i_sample_size;
  413.     uint32_t i_sample_count;
  414.     uint32_t *i_entry_size; /* array , empty if i_sample_size != 0 */
  415. } MP4_Box_data_stsz_t;
  416. typedef struct MP4_Box_data_stz2_s
  417. {
  418.     uint8_t  i_version;
  419.     uint32_t i_flags;
  420.     uint32_t i_sample_size; /* 24 bits */
  421.     uint8_t  i_field_size;
  422.     uint32_t i_sample_count;
  423.     uint32_t *i_entry_size; /* array: unsigned int(i_field_size) entry_size */
  424. } MP4_Box_data_stz2_t;
  425. typedef struct MP4_Box_data_stsc_s
  426. {
  427.     uint8_t  i_version;
  428.     uint32_t i_flags;
  429.     uint32_t i_entry_count;
  430.     uint32_t *i_first_chunk; /* theses are arrays */
  431.     uint32_t *i_samples_per_chunk;
  432.     uint32_t *i_sample_description_index;
  433. } MP4_Box_data_stsc_t;
  434. typedef struct MP4_Box_data_co64_s
  435. {
  436.     uint8_t  i_version;
  437.     uint32_t i_flags;
  438.     uint32_t i_entry_count;
  439.     uint64_t *i_chunk_offset;
  440. } MP4_Box_data_co64_t;
  441. typedef struct MP4_Box_data_stss_s
  442. {
  443.     uint8_t  i_version;
  444.     uint32_t i_flags;
  445.     uint32_t i_entry_count;
  446.     uint32_t *i_sample_number;
  447. } MP4_Box_data_stss_t;
  448. typedef struct MP4_Box_data_stsh_s
  449. {
  450.     uint8_t  i_version;
  451.     uint32_t i_flags;
  452.     uint32_t i_entry_count;
  453.     uint32_t *i_shadowed_sample_number;
  454.     uint32_t *i_sync_sample_number;
  455. } MP4_Box_data_stsh_t;
  456. typedef struct MP4_Box_data_stdp_s
  457. {
  458.     uint8_t  i_version;
  459.     uint32_t i_flags;
  460.     uint16_t *i_priority;
  461. } MP4_Box_data_stdp_t;
  462. typedef struct MP4_Box_data_padb_s
  463. {
  464.     uint8_t  i_version;
  465.     uint32_t i_flags;
  466.     uint32_t i_sample_count;
  467.     uint16_t *i_reserved1;   /* 1bit  */
  468.     uint16_t *i_pad2;        /* 3bits */
  469.     uint16_t *i_reserved2;   /* 1bit  */
  470.     uint16_t *i_pad1;        /* 3bits */
  471. } MP4_Box_data_padb_t;
  472. typedef struct MP4_Box_data_elst_s
  473. {
  474.     uint8_t  i_version;
  475.     uint32_t i_flags;
  476.     uint32_t i_entry_count;
  477.     uint64_t *i_segment_duration;
  478.     int64_t  *i_media_time;
  479.     uint16_t *i_media_rate_integer;
  480.     uint16_t *i_media_rate_fraction;
  481. } MP4_Box_data_elst_t;
  482. typedef struct MP4_Box_data_cprt_s
  483. {
  484.     uint8_t  i_version;
  485.     uint32_t i_flags;
  486.     /* 1 pad bit */
  487.     unsigned char i_language[3];
  488.     unsigned char *psz_notice;
  489. } MP4_Box_data_cprt_t;
  490. /* DecoderConfigDescriptor */
  491. typedef struct MP4_descriptor_decoder_config_s
  492. {
  493.     uint8_t i_objectTypeIndication;
  494.     uint8_t i_streamType;
  495.     int     b_upStream;
  496.     int     i_buffer_sizeDB;
  497.     int     i_max_bitrate;
  498.     int     i_avg_bitrate;
  499.     int     i_decoder_specific_info_len;
  500.     uint8_t *p_decoder_specific_info;
  501.     /* some other stuff */
  502. } MP4_descriptor_decoder_config_t;
  503. typedef struct MP4_descriptor_SL_config_s
  504. {
  505.     int i_dummy; /* ANSI C forbids empty structures */
  506. } MP4_descriptor_SL_config_t;
  507. typedef struct MP4_descriptor_ES_s
  508. {
  509.     uint16_t i_ES_ID;
  510.     int      b_stream_dependence;
  511.     int      b_url;
  512.     int      b_OCRstream;
  513.     int      i_stream_priority;
  514.     int      i_depend_on_ES_ID; /* if b_stream_dependence set */
  515.     unsigned char *psz_URL;
  516.     uint16_t i_OCR_ES_ID;       /* if b_OCRstream */
  517.     MP4_descriptor_decoder_config_t *p_decConfigDescr;
  518.     MP4_descriptor_SL_config_t *p_slConfigDescr;
  519.     /* some other stuff ... */
  520. } MP4_descriptor_ES_t;
  521. /* ES descriptor */
  522. typedef struct MP4_Box_data_esds_s
  523. {
  524.     uint8_t  i_version;
  525.     uint32_t i_flags;
  526.     MP4_descriptor_ES_t es_descriptor;
  527. } MP4_Box_data_esds_t;
  528. typedef struct MP4_Box_data_dcom_s
  529. {
  530.     uint32_t i_algorithm; /* fourcc */
  531. } MP4_Box_data_dcom_t;
  532. typedef struct MP4_Box_data_cmvd_s
  533. {
  534.     uint32_t i_uncompressed_size;
  535.     uint32_t i_compressed_size;
  536.     int     b_compressed; /* Set to 1 if compressed data, 0 if uncompressed */
  537.     uint8_t *p_data;
  538. } MP4_Box_data_cmvd_t;
  539. typedef struct MP4_Box_data_cmov_s
  540. {
  541.     struct MP4_Box_s *p_moov; /* uncompressed moov */
  542. } MP4_Box_data_cmov_t;
  543. typedef struct
  544. {
  545.     uint8_t  i_version;
  546.     uint32_t i_flags;
  547.     uint32_t i_ref_type;
  548.     char     *psz_ref;
  549. } MP4_Box_data_rdrf_t;
  550. typedef struct
  551. {
  552.     uint8_t  i_version;
  553.     uint32_t i_flags;
  554.     uint32_t i_rate;
  555. } MP4_Box_data_rmdr_t;
  556. typedef struct
  557. {
  558.     uint8_t  i_version;
  559.     uint32_t i_flags;
  560.     uint32_t i_gestaltType;
  561.     uint32_t i_val1;
  562.     uint32_t i_val2;
  563.     uint16_t i_checkType;   /* 0: val1 is version min
  564.                                1: gestalt value & val2 == val1 */
  565. } MP4_Box_data_rmvc_t;
  566. typedef struct
  567. {
  568.     uint8_t  i_version;
  569.     uint32_t i_flags;
  570. } MP4_Box_data_rmcd_t;
  571. typedef struct
  572. {
  573.     uint32_t i_quality;
  574. } MP4_Box_data_rmqu_t;
  575. typedef struct
  576. {
  577.     char *psz_text;
  578. } MP4_Box_data_0xa9xxx_t;
  579. typedef struct
  580. {
  581.     uint8_t i_version;
  582.     uint8_t i_profile;
  583.     uint8_t i_profile_compatibility;
  584.     uint8_t i_level;
  585.     uint8_t i_reserved1;     /* 6 bits */
  586.     uint8_t i_length_size;
  587.     uint8_t i_reserved2;    /* 3 bits */
  588.     uint8_t  i_sps;
  589.     uint16_t *i_sps_length;
  590.     uint8_t  **sps;
  591.     uint8_t  i_pps;
  592.     uint16_t *i_pps_length;
  593.     uint8_t  **pps;
  594.     /* XXX: Hack raw avcC atom payload */
  595.     int     i_avcC;
  596.     uint8_t *p_avcC;
  597. } MP4_Box_data_avcC_t;
  598. /*
  599. typedef struct MP4_Box_data__s
  600. {
  601.     uint8_t  i_version;
  602.     uint32_t i_flags;
  603. } MP4_Box_data__t;
  604. */
  605. typedef union MP4_Box_data_s
  606. {
  607.     MP4_Box_data_ftyp_t *p_ftyp;
  608.     MP4_Box_data_mvhd_t *p_mvhd;
  609.     MP4_Box_data_tkhd_t *p_tkhd;
  610.     MP4_Box_data_mdhd_t *p_mdhd;
  611.     MP4_Box_data_hdlr_t *p_hdlr;
  612.     MP4_Box_data_vmhd_t *p_vmhd;
  613.     MP4_Box_data_smhd_t *p_smhd;
  614.     MP4_Box_data_hmhd_t *p_hmhd;
  615.     MP4_Box_data_url_t  *p_url;
  616.     MP4_Box_data_urn_t  *p_urn;
  617.     MP4_Box_data_dref_t *p_dref;
  618.     MP4_Box_data_stts_t *p_stts;
  619.     MP4_Box_data_ctts_t *p_ctts;
  620.     MP4_Box_data_stsd_t *p_stsd;
  621.         MP4_Box_data_sample_vide_t *p_sample_vide;
  622.         MP4_Box_data_sample_soun_t *p_sample_soun;
  623.         MP4_Box_data_sample_text_t *p_sample_text;
  624.         MP4_Box_data_sample_hint_t *p_sample_hint;
  625.         MP4_Box_data_esds_t *p_esds;
  626.         MP4_Box_data_avcC_t *p_avcC;
  627.     MP4_Box_data_stsz_t *p_stsz;
  628.     MP4_Box_data_stz2_t *p_stz2;
  629.     MP4_Box_data_stsc_t *p_stsc;
  630.     MP4_Box_data_co64_t *p_co64;
  631.     MP4_Box_data_stss_t *p_stss;
  632.     MP4_Box_data_stsh_t *p_stsh;
  633.     MP4_Box_data_stdp_t *p_stdp;
  634.     MP4_Box_data_padb_t *p_padb;
  635.     MP4_Box_data_elst_t *p_elst;
  636.     MP4_Box_data_cprt_t *p_cprt;
  637.     MP4_Box_data_dcom_t *p_dcom;
  638.     MP4_Box_data_cmvd_t *p_cmvd;
  639.     MP4_Box_data_cmov_t *p_cmov;
  640.     MP4_Box_data_moviehintinformation_rtp_t p_moviehintinformation_rtp;
  641.     MP4_Box_data_rdrf_t *p_rdrf;
  642.     MP4_Box_data_rmdr_t *p_rmdr;
  643.     MP4_Box_data_rmqu_t *p_rmqu;
  644.     MP4_Box_data_rmvc_t *p_rmvc;
  645.     MP4_Box_data_0xa9xxx_t *p_0xa9xxx;
  646.     void                *p_data; /* for unknow type */
  647. } MP4_Box_data_t;
  648. /* the most basic structure */
  649. typedef struct MP4_Box_s
  650. {
  651.     off_t        i_pos;      /* absolute position */
  652.     uint32_t     i_type;
  653.     uint32_t     i_shortsize;
  654.     UUID_t       i_uuid;  /* Set if i_type == "uuid" */
  655.     uint64_t     i_size; /* always set so use it */
  656.     MP4_Box_data_t   data;   /* union of pointers on extended data depending
  657.                                 on i_type (or i_usertype) */
  658.     struct MP4_Box_s *p_father; /* pointer on the father Box */
  659.     struct MP4_Box_s *p_first;  /* pointer on the first child Box */
  660.     struct MP4_Box_s *p_last;
  661.     struct MP4_Box_s *p_next;   /* pointer on the next boxes at the same level */
  662. } MP4_Box_t;
  663. /*****************************************************************************
  664.  * MP4_BoxGetRoot : Parse the entire file, and create all boxes in memory
  665.  *****************************************************************************
  666.  *  The first box is a virtual box "root" and is the father for all first
  667.  *  level boxes
  668.  *****************************************************************************/
  669. MP4_Box_t *MP4_BoxGetRoot( stream_t * );
  670. /*****************************************************************************
  671.  * MP4_FreeBox : free memory allocated after read with MP4_ReadBox
  672.  *               or MP4_BoxGetRoot, this means also children boxes
  673.  * XXX : all children have to be allocated by a malloc !! and
  674.  *         p_box is freed
  675.  *****************************************************************************/
  676. void MP4_BoxFree( stream_t *, MP4_Box_t *p_box );
  677. /*****************************************************************************
  678.  * MP4_DumpBoxStructure: print the structure of the p_box
  679.  *****************************************************************************
  680.  * Usefull while debugging
  681.  *****************************************************************************/
  682. void MP4_BoxDumpStructure( stream_t *p_input, MP4_Box_t *p_box );
  683. /*****************************************************************************
  684.  * MP4_BoxGet: find a box given a path relative to p_box
  685.  *****************************************************************************
  686.  * Path Format: . .. / as usual
  687.  *              [number] to specifie box number ex: trak[12]
  688.  *
  689.  * ex: /moov/trak[12]
  690.  *     ../mdia
  691.  *****************************************************************************/
  692. MP4_Box_t *MP4_BoxGet( MP4_Box_t *p_box, char *psz_fmt, ... );
  693. /*****************************************************************************
  694.  * MP4_BoxCount: find number of box given a path relative to p_box
  695.  *****************************************************************************
  696.  * Path Format: . .. / as usual
  697.  *              [number] to specifie box number ex: trak[12]
  698.  *
  699.  * ex: /moov/trak
  700.  *     ../mdia
  701.  *****************************************************************************/
  702. int MP4_BoxCount( MP4_Box_t *p_box, char *psz_fmt, ... );
  703. MP4_Stream_t *MP4_MemoryStream( stream_t *s,
  704.                                 int i_size, uint8_t *p_buffer );
  705. int MP4_ReadBoxCommon( MP4_Stream_t *p_stream, MP4_Box_t *p_box );
  706. int MP4_ReadBox_sample_vide( MP4_Stream_t *p_stream, MP4_Box_t *p_box );
  707. void MP4_FreeBox_sample_vide( MP4_Box_t *p_box );