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.

3006 lines
93KB

  1. /*
  2. * copyright (c) 2001 Fabrice Bellard
  3. *
  4. * This file is part of FFmpeg.
  5. *
  6. * FFmpeg is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU Lesser General Public
  8. * License as published by the Free Software Foundation; either
  9. * version 2.1 of the License, or (at your option) any later version.
  10. *
  11. * FFmpeg is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  14. * Lesser General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU Lesser General Public
  17. * License along with FFmpeg; if not, write to the Free Software
  18. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  19. */
  20. #ifndef FFMPEG_AVCODEC_H
  21. #define FFMPEG_AVCODEC_H
  22. /**
  23. * @file avcodec.h
  24. * external API header
  25. */
  26. #include "libavutil/avutil.h"
  27. #define LIBAVCODEC_VERSION_MAJOR 51
  28. #define LIBAVCODEC_VERSION_MINOR 57
  29. #define LIBAVCODEC_VERSION_MICRO 2
  30. #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
  31. LIBAVCODEC_VERSION_MINOR, \
  32. LIBAVCODEC_VERSION_MICRO)
  33. #define LIBAVCODEC_VERSION AV_VERSION(LIBAVCODEC_VERSION_MAJOR, \
  34. LIBAVCODEC_VERSION_MINOR, \
  35. LIBAVCODEC_VERSION_MICRO)
  36. #define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT
  37. #define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION)
  38. #define AV_NOPTS_VALUE INT64_C(0x8000000000000000)
  39. #define AV_TIME_BASE 1000000
  40. #define AV_TIME_BASE_Q (AVRational){1, AV_TIME_BASE}
  41. /**
  42. * Identifies the syntax and semantics of the bitstream.
  43. * The principle is roughly:
  44. * Two decoders with the same ID can decode the same streams.
  45. * Two encoders with the same ID can encode compatible streams.
  46. * There may be slight deviations from the principle due to implementation
  47. * details.
  48. *
  49. * If you add a codec ID to this list, add it so that
  50. * 1. no value of a existing codec ID changes (that would break ABI),
  51. * 2. it is as close as possible to similar codecs.
  52. */
  53. enum CodecID {
  54. CODEC_ID_NONE,
  55. /* video codecs */
  56. CODEC_ID_MPEG1VIDEO,
  57. CODEC_ID_MPEG2VIDEO, ///< preferred ID for MPEG-1/2 video decoding
  58. CODEC_ID_MPEG2VIDEO_XVMC,
  59. CODEC_ID_H261,
  60. CODEC_ID_H263,
  61. CODEC_ID_RV10,
  62. CODEC_ID_RV20,
  63. CODEC_ID_MJPEG,
  64. CODEC_ID_MJPEGB,
  65. CODEC_ID_LJPEG,
  66. CODEC_ID_SP5X,
  67. CODEC_ID_JPEGLS,
  68. CODEC_ID_MPEG4,
  69. CODEC_ID_RAWVIDEO,
  70. CODEC_ID_MSMPEG4V1,
  71. CODEC_ID_MSMPEG4V2,
  72. CODEC_ID_MSMPEG4V3,
  73. CODEC_ID_WMV1,
  74. CODEC_ID_WMV2,
  75. CODEC_ID_H263P,
  76. CODEC_ID_H263I,
  77. CODEC_ID_FLV1,
  78. CODEC_ID_SVQ1,
  79. CODEC_ID_SVQ3,
  80. CODEC_ID_DVVIDEO,
  81. CODEC_ID_HUFFYUV,
  82. CODEC_ID_CYUV,
  83. CODEC_ID_H264,
  84. CODEC_ID_INDEO3,
  85. CODEC_ID_VP3,
  86. CODEC_ID_THEORA,
  87. CODEC_ID_ASV1,
  88. CODEC_ID_ASV2,
  89. CODEC_ID_FFV1,
  90. CODEC_ID_4XM,
  91. CODEC_ID_VCR1,
  92. CODEC_ID_CLJR,
  93. CODEC_ID_MDEC,
  94. CODEC_ID_ROQ,
  95. CODEC_ID_INTERPLAY_VIDEO,
  96. CODEC_ID_XAN_WC3,
  97. CODEC_ID_XAN_WC4,
  98. CODEC_ID_RPZA,
  99. CODEC_ID_CINEPAK,
  100. CODEC_ID_WS_VQA,
  101. CODEC_ID_MSRLE,
  102. CODEC_ID_MSVIDEO1,
  103. CODEC_ID_IDCIN,
  104. CODEC_ID_8BPS,
  105. CODEC_ID_SMC,
  106. CODEC_ID_FLIC,
  107. CODEC_ID_TRUEMOTION1,
  108. CODEC_ID_VMDVIDEO,
  109. CODEC_ID_MSZH,
  110. CODEC_ID_ZLIB,
  111. CODEC_ID_QTRLE,
  112. CODEC_ID_SNOW,
  113. CODEC_ID_TSCC,
  114. CODEC_ID_ULTI,
  115. CODEC_ID_QDRAW,
  116. CODEC_ID_VIXL,
  117. CODEC_ID_QPEG,
  118. CODEC_ID_XVID,
  119. CODEC_ID_PNG,
  120. CODEC_ID_PPM,
  121. CODEC_ID_PBM,
  122. CODEC_ID_PGM,
  123. CODEC_ID_PGMYUV,
  124. CODEC_ID_PAM,
  125. CODEC_ID_FFVHUFF,
  126. CODEC_ID_RV30,
  127. CODEC_ID_RV40,
  128. CODEC_ID_VC1,
  129. CODEC_ID_WMV3,
  130. CODEC_ID_LOCO,
  131. CODEC_ID_WNV1,
  132. CODEC_ID_AASC,
  133. CODEC_ID_INDEO2,
  134. CODEC_ID_FRAPS,
  135. CODEC_ID_TRUEMOTION2,
  136. CODEC_ID_BMP,
  137. CODEC_ID_CSCD,
  138. CODEC_ID_MMVIDEO,
  139. CODEC_ID_ZMBV,
  140. CODEC_ID_AVS,
  141. CODEC_ID_SMACKVIDEO,
  142. CODEC_ID_NUV,
  143. CODEC_ID_KMVC,
  144. CODEC_ID_FLASHSV,
  145. CODEC_ID_CAVS,
  146. CODEC_ID_JPEG2000,
  147. CODEC_ID_VMNC,
  148. CODEC_ID_VP5,
  149. CODEC_ID_VP6,
  150. CODEC_ID_VP6F,
  151. CODEC_ID_TARGA,
  152. CODEC_ID_DSICINVIDEO,
  153. CODEC_ID_TIERTEXSEQVIDEO,
  154. CODEC_ID_TIFF,
  155. CODEC_ID_GIF,
  156. CODEC_ID_FFH264,
  157. CODEC_ID_DXA,
  158. CODEC_ID_DNXHD,
  159. CODEC_ID_THP,
  160. CODEC_ID_SGI,
  161. CODEC_ID_C93,
  162. CODEC_ID_BETHSOFTVID,
  163. CODEC_ID_PTX,
  164. CODEC_ID_TXD,
  165. CODEC_ID_VP6A,
  166. CODEC_ID_AMV,
  167. CODEC_ID_VB,
  168. CODEC_ID_PCX,
  169. CODEC_ID_SUNRAST,
  170. CODEC_ID_INDEO4,
  171. CODEC_ID_INDEO5,
  172. CODEC_ID_MIMIC,
  173. CODEC_ID_RL2,
  174. CODEC_ID_8SVX_EXP,
  175. CODEC_ID_8SVX_FIB,
  176. CODEC_ID_ESCAPE124,
  177. CODEC_ID_DIRAC,
  178. CODEC_ID_BFI,
  179. /* various PCM "codecs" */
  180. CODEC_ID_PCM_S16LE= 0x10000,
  181. CODEC_ID_PCM_S16BE,
  182. CODEC_ID_PCM_U16LE,
  183. CODEC_ID_PCM_U16BE,
  184. CODEC_ID_PCM_S8,
  185. CODEC_ID_PCM_U8,
  186. CODEC_ID_PCM_MULAW,
  187. CODEC_ID_PCM_ALAW,
  188. CODEC_ID_PCM_S32LE,
  189. CODEC_ID_PCM_S32BE,
  190. CODEC_ID_PCM_U32LE,
  191. CODEC_ID_PCM_U32BE,
  192. CODEC_ID_PCM_S24LE,
  193. CODEC_ID_PCM_S24BE,
  194. CODEC_ID_PCM_U24LE,
  195. CODEC_ID_PCM_U24BE,
  196. CODEC_ID_PCM_S24DAUD,
  197. CODEC_ID_PCM_ZORK,
  198. CODEC_ID_PCM_S16LE_PLANAR,
  199. CODEC_ID_PCM_DVD,
  200. /* various ADPCM codecs */
  201. CODEC_ID_ADPCM_IMA_QT= 0x11000,
  202. CODEC_ID_ADPCM_IMA_WAV,
  203. CODEC_ID_ADPCM_IMA_DK3,
  204. CODEC_ID_ADPCM_IMA_DK4,
  205. CODEC_ID_ADPCM_IMA_WS,
  206. CODEC_ID_ADPCM_IMA_SMJPEG,
  207. CODEC_ID_ADPCM_MS,
  208. CODEC_ID_ADPCM_4XM,
  209. CODEC_ID_ADPCM_XA,
  210. CODEC_ID_ADPCM_ADX,
  211. CODEC_ID_ADPCM_EA,
  212. CODEC_ID_ADPCM_G726,
  213. CODEC_ID_ADPCM_CT,
  214. CODEC_ID_ADPCM_SWF,
  215. CODEC_ID_ADPCM_YAMAHA,
  216. CODEC_ID_ADPCM_SBPRO_4,
  217. CODEC_ID_ADPCM_SBPRO_3,
  218. CODEC_ID_ADPCM_SBPRO_2,
  219. CODEC_ID_ADPCM_THP,
  220. CODEC_ID_ADPCM_IMA_AMV,
  221. CODEC_ID_ADPCM_EA_R1,
  222. CODEC_ID_ADPCM_EA_R3,
  223. CODEC_ID_ADPCM_EA_R2,
  224. CODEC_ID_ADPCM_IMA_EA_SEAD,
  225. CODEC_ID_ADPCM_IMA_EA_EACS,
  226. CODEC_ID_ADPCM_EA_XAS,
  227. CODEC_ID_ADPCM_EA_MAXIS_XA,
  228. /* AMR */
  229. CODEC_ID_AMR_NB= 0x12000,
  230. CODEC_ID_AMR_WB,
  231. /* RealAudio codecs*/
  232. CODEC_ID_RA_144= 0x13000,
  233. CODEC_ID_RA_288,
  234. /* various DPCM codecs */
  235. CODEC_ID_ROQ_DPCM= 0x14000,
  236. CODEC_ID_INTERPLAY_DPCM,
  237. CODEC_ID_XAN_DPCM,
  238. CODEC_ID_SOL_DPCM,
  239. /* audio codecs */
  240. CODEC_ID_MP2= 0x15000,
  241. CODEC_ID_MP3, ///< preferred ID for decoding MPEG audio layer 1, 2 or 3
  242. CODEC_ID_AAC,
  243. #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
  244. CODEC_ID_MPEG4AAC,
  245. #endif
  246. CODEC_ID_AC3,
  247. CODEC_ID_DTS,
  248. CODEC_ID_VORBIS,
  249. CODEC_ID_DVAUDIO,
  250. CODEC_ID_WMAV1,
  251. CODEC_ID_WMAV2,
  252. CODEC_ID_MACE3,
  253. CODEC_ID_MACE6,
  254. CODEC_ID_VMDAUDIO,
  255. CODEC_ID_SONIC,
  256. CODEC_ID_SONIC_LS,
  257. CODEC_ID_FLAC,
  258. CODEC_ID_MP3ADU,
  259. CODEC_ID_MP3ON4,
  260. CODEC_ID_SHORTEN,
  261. CODEC_ID_ALAC,
  262. CODEC_ID_WESTWOOD_SND1,
  263. CODEC_ID_GSM, ///< as in Berlin toast format
  264. CODEC_ID_QDM2,
  265. CODEC_ID_COOK,
  266. CODEC_ID_TRUESPEECH,
  267. CODEC_ID_TTA,
  268. CODEC_ID_SMACKAUDIO,
  269. CODEC_ID_QCELP,
  270. CODEC_ID_WAVPACK,
  271. CODEC_ID_DSICINAUDIO,
  272. CODEC_ID_IMC,
  273. CODEC_ID_MUSEPACK7,
  274. CODEC_ID_MLP,
  275. CODEC_ID_GSM_MS, /* as found in WAV */
  276. CODEC_ID_ATRAC3,
  277. CODEC_ID_VOXWARE,
  278. CODEC_ID_APE,
  279. CODEC_ID_NELLYMOSER,
  280. CODEC_ID_MUSEPACK8,
  281. CODEC_ID_SPEEX,
  282. CODEC_ID_WMAVOICE,
  283. CODEC_ID_WMAPRO,
  284. CODEC_ID_WMALOSSLESS,
  285. /* subtitle codecs */
  286. CODEC_ID_DVD_SUBTITLE= 0x17000,
  287. CODEC_ID_DVB_SUBTITLE,
  288. CODEC_ID_TEXT, ///< raw UTF-8 text
  289. CODEC_ID_XSUB,
  290. CODEC_ID_SSA,
  291. CODEC_ID_MOV_TEXT,
  292. /* other specific kind of codecs (generally used for attachments) */
  293. CODEC_ID_TTF= 0x18000,
  294. CODEC_ID_MPEG2TS= 0x20000, /**< _FAKE_ codec to indicate a raw MPEG-2 TS
  295. * stream (only used by libavformat) */
  296. };
  297. #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
  298. /* CODEC_ID_MP3LAME is obsolete */
  299. #define CODEC_ID_MP3LAME CODEC_ID_MP3
  300. #define CODEC_ID_MPEG4AAC CODEC_ID_AAC
  301. #endif
  302. enum CodecType {
  303. CODEC_TYPE_UNKNOWN = -1,
  304. CODEC_TYPE_VIDEO,
  305. CODEC_TYPE_AUDIO,
  306. CODEC_TYPE_DATA,
  307. CODEC_TYPE_SUBTITLE,
  308. CODEC_TYPE_ATTACHMENT,
  309. CODEC_TYPE_NB
  310. };
  311. /**
  312. * Currently unused, may be used if 24/32 bits samples are ever supported.
  313. * all in native-endian format
  314. */
  315. enum SampleFormat {
  316. SAMPLE_FMT_NONE = -1,
  317. SAMPLE_FMT_U8, ///< unsigned 8 bits
  318. SAMPLE_FMT_S16, ///< signed 16 bits
  319. SAMPLE_FMT_S24, ///< signed 24 bits
  320. SAMPLE_FMT_S32, ///< signed 32 bits
  321. SAMPLE_FMT_FLT, ///< float
  322. };
  323. /* in bytes */
  324. #define AVCODEC_MAX_AUDIO_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio
  325. /**
  326. * Required number of additionally allocated bytes at the end of the input bitstream for decoding.
  327. * This is mainly needed because some optimized bitstream readers read
  328. * 32 or 64 bit at once and could read over the end.<br>
  329. * Note: If the first 23 bits of the additional bytes are not 0, then damaged
  330. * MPEG bitstreams could cause overread and segfault.
  331. */
  332. #define FF_INPUT_BUFFER_PADDING_SIZE 8
  333. /**
  334. * minimum encoding buffer size
  335. * Used to avoid some checks during header writing.
  336. */
  337. #define FF_MIN_BUFFER_SIZE 16384
  338. /**
  339. * motion estimation type.
  340. */
  341. enum Motion_Est_ID {
  342. ME_ZERO = 1, ///< no search, that is use 0,0 vector whenever one is needed
  343. ME_FULL,
  344. ME_LOG,
  345. ME_PHODS,
  346. ME_EPZS, ///< enhanced predictive zonal search
  347. ME_X1, ///< reserved for experiments
  348. ME_HEX, ///< hexagon based search
  349. ME_UMH, ///< uneven multi-hexagon search
  350. ME_ITER, ///< iterative search
  351. ME_TESA, ///< transformed exhaustive search algorithm
  352. };
  353. enum AVDiscard{
  354. /* We leave some space between them for extensions (drop some
  355. * keyframes for intra-only or drop just some bidir frames). */
  356. AVDISCARD_NONE =-16, ///< discard nothing
  357. AVDISCARD_DEFAULT= 0, ///< discard useless packets like 0 size packets in avi
  358. AVDISCARD_NONREF = 8, ///< discard all non reference
  359. AVDISCARD_BIDIR = 16, ///< discard all bidirectional frames
  360. AVDISCARD_NONKEY = 32, ///< discard all frames except keyframes
  361. AVDISCARD_ALL = 48, ///< discard all
  362. };
  363. typedef struct RcOverride{
  364. int start_frame;
  365. int end_frame;
  366. int qscale; // If this is 0 then quality_factor will be used instead.
  367. float quality_factor;
  368. } RcOverride;
  369. #define FF_MAX_B_FRAMES 16
  370. /* encoding support
  371. These flags can be passed in AVCodecContext.flags before initialization.
  372. Note: Not everything is supported yet.
  373. */
  374. #define CODEC_FLAG_QSCALE 0x0002 ///< Use fixed qscale.
  375. #define CODEC_FLAG_4MV 0x0004 ///< 4 MV per MB allowed / advanced prediction for H.263.
  376. #define CODEC_FLAG_QPEL 0x0010 ///< Use qpel MC.
  377. #define CODEC_FLAG_GMC 0x0020 ///< Use GMC.
  378. #define CODEC_FLAG_MV0 0x0040 ///< Always try a MB with MV=<0,0>.
  379. #define CODEC_FLAG_PART 0x0080 ///< Use data partitioning.
  380. /**
  381. * The parent program guarantees that the input for B-frames containing
  382. * streams is not written to for at least s->max_b_frames+1 frames, if
  383. * this is not set the input will be copied.
  384. */
  385. #define CODEC_FLAG_INPUT_PRESERVED 0x0100
  386. #define CODEC_FLAG_PASS1 0x0200 ///< Use internal 2pass ratecontrol in first pass mode.
  387. #define CODEC_FLAG_PASS2 0x0400 ///< Use internal 2pass ratecontrol in second pass mode.
  388. #define CODEC_FLAG_EXTERN_HUFF 0x1000 ///< Use external Huffman table (for MJPEG).
  389. #define CODEC_FLAG_GRAY 0x2000 ///< Only decode/encode grayscale.
  390. #define CODEC_FLAG_EMU_EDGE 0x4000 ///< Don't draw edges.
  391. #define CODEC_FLAG_PSNR 0x8000 ///< error[?] variables will be set during encoding.
  392. #define CODEC_FLAG_TRUNCATED 0x00010000 /** Input bitstream might be truncated at a random
  393. location instead of only at frame boundaries. */
  394. #define CODEC_FLAG_NORMALIZE_AQP 0x00020000 ///< Normalize adaptive quantization.
  395. #define CODEC_FLAG_INTERLACED_DCT 0x00040000 ///< Use interlaced DCT.
  396. #define CODEC_FLAG_LOW_DELAY 0x00080000 ///< Force low delay.
  397. #define CODEC_FLAG_ALT_SCAN 0x00100000 ///< Use alternate scan.
  398. #define CODEC_FLAG_TRELLIS_QUANT 0x00200000 ///< Use trellis quantization.
  399. #define CODEC_FLAG_GLOBAL_HEADER 0x00400000 ///< Place global headers in extradata instead of every keyframe.
  400. #define CODEC_FLAG_BITEXACT 0x00800000 ///< Use only bitexact stuff (except (I)DCT).
  401. /* Fx : Flag for h263+ extra options */
  402. #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
  403. #define CODEC_FLAG_H263P_AIC 0x01000000 ///< H.263 advanced intra coding / MPEG-4 AC prediction (remove this)
  404. #endif
  405. #define CODEC_FLAG_AC_PRED 0x01000000 ///< H.263 advanced intra coding / MPEG-4 AC prediction
  406. #define CODEC_FLAG_H263P_UMV 0x02000000 ///< unlimited motion vector
  407. #define CODEC_FLAG_CBP_RD 0x04000000 ///< Use rate distortion optimization for cbp.
  408. #define CODEC_FLAG_QP_RD 0x08000000 ///< Use rate distortion optimization for qp selectioon.
  409. #define CODEC_FLAG_H263P_AIV 0x00000008 ///< H.263 alternative inter VLC
  410. #define CODEC_FLAG_OBMC 0x00000001 ///< OBMC
  411. #define CODEC_FLAG_LOOP_FILTER 0x00000800 ///< loop filter
  412. #define CODEC_FLAG_H263P_SLICE_STRUCT 0x10000000
  413. #define CODEC_FLAG_INTERLACED_ME 0x20000000 ///< interlaced motion estimation
  414. #define CODEC_FLAG_SVCD_SCAN_OFFSET 0x40000000 ///< Will reserve space for SVCD scan offset user data.
  415. #define CODEC_FLAG_CLOSED_GOP 0x80000000
  416. #define CODEC_FLAG2_FAST 0x00000001 ///< Allow non spec compliant speedup tricks.
  417. #define CODEC_FLAG2_STRICT_GOP 0x00000002 ///< Strictly enforce GOP size.
  418. #define CODEC_FLAG2_NO_OUTPUT 0x00000004 ///< Skip bitstream encoding.
  419. #define CODEC_FLAG2_LOCAL_HEADER 0x00000008 ///< Place global headers at every keyframe instead of in extradata.
  420. #define CODEC_FLAG2_BPYRAMID 0x00000010 ///< H.264 allow B-frames to be used as references.
  421. #define CODEC_FLAG2_WPRED 0x00000020 ///< H.264 weighted biprediction for B-frames
  422. #define CODEC_FLAG2_MIXED_REFS 0x00000040 ///< H.264 one reference per partition, as opposed to one reference per macroblock
  423. #define CODEC_FLAG2_8X8DCT 0x00000080 ///< H.264 high profile 8x8 transform
  424. #define CODEC_FLAG2_FASTPSKIP 0x00000100 ///< H.264 fast pskip
  425. #define CODEC_FLAG2_AUD 0x00000200 ///< H.264 access unit delimiters
  426. #define CODEC_FLAG2_BRDO 0x00000400 ///< B-frame rate-distortion optimization
  427. #define CODEC_FLAG2_INTRA_VLC 0x00000800 ///< Use MPEG-2 intra VLC table.
  428. #define CODEC_FLAG2_MEMC_ONLY 0x00001000 ///< Only do ME/MC (I frames -> ref, P frame -> ME+MC).
  429. #define CODEC_FLAG2_DROP_FRAME_TIMECODE 0x00002000 ///< timecode is in drop frame format.
  430. #define CODEC_FLAG2_SKIP_RD 0x00004000 ///< RD optimal MB level residual skipping
  431. #define CODEC_FLAG2_CHUNKS 0x00008000 ///< Input bitstream might be truncated at a packet boundaries instead of only at frame boundaries.
  432. #define CODEC_FLAG2_NON_LINEAR_QUANT 0x00010000 ///< Use MPEG-2 nonlinear quantizer.
  433. #define CODEC_FLAG2_BIT_RESERVOIR 0x00020000 ///< Use a bit reservoir when encoding if possible
  434. /* Unsupported options :
  435. * Syntax Arithmetic coding (SAC)
  436. * Reference Picture Selection
  437. * Independent Segment Decoding */
  438. /* /Fx */
  439. /* codec capabilities */
  440. #define CODEC_CAP_DRAW_HORIZ_BAND 0x0001 ///< Decoder can use draw_horiz_band callback.
  441. /**
  442. * Codec uses get_buffer() for allocating buffers.
  443. * direct rendering method 1
  444. */
  445. #define CODEC_CAP_DR1 0x0002
  446. /* If 'parse_only' field is true, then avcodec_parse_frame() can be used. */
  447. #define CODEC_CAP_PARSE_ONLY 0x0004
  448. #define CODEC_CAP_TRUNCATED 0x0008
  449. /* Codec can export data for HW decoding (XvMC). */
  450. #define CODEC_CAP_HWACCEL 0x0010
  451. /**
  452. * Codec has a nonzero delay and needs to be fed with NULL at the end to get the delayed data.
  453. * If this is not set, the codec is guaranteed to never be fed with NULL data.
  454. */
  455. #define CODEC_CAP_DELAY 0x0020
  456. /**
  457. * Codec can be fed a final frame with a smaller size.
  458. * This can be used to prevent truncation of the last audio samples.
  459. */
  460. #define CODEC_CAP_SMALL_LAST_FRAME 0x0040
  461. //The following defines may change, don't expect compatibility if you use them.
  462. #define MB_TYPE_INTRA4x4 0x0001
  463. #define MB_TYPE_INTRA16x16 0x0002 //FIXME H.264-specific
  464. #define MB_TYPE_INTRA_PCM 0x0004 //FIXME H.264-specific
  465. #define MB_TYPE_16x16 0x0008
  466. #define MB_TYPE_16x8 0x0010
  467. #define MB_TYPE_8x16 0x0020
  468. #define MB_TYPE_8x8 0x0040
  469. #define MB_TYPE_INTERLACED 0x0080
  470. #define MB_TYPE_DIRECT2 0x0100 //FIXME
  471. #define MB_TYPE_ACPRED 0x0200
  472. #define MB_TYPE_GMC 0x0400
  473. #define MB_TYPE_SKIP 0x0800
  474. #define MB_TYPE_P0L0 0x1000
  475. #define MB_TYPE_P1L0 0x2000
  476. #define MB_TYPE_P0L1 0x4000
  477. #define MB_TYPE_P1L1 0x8000
  478. #define MB_TYPE_L0 (MB_TYPE_P0L0 | MB_TYPE_P1L0)
  479. #define MB_TYPE_L1 (MB_TYPE_P0L1 | MB_TYPE_P1L1)
  480. #define MB_TYPE_L0L1 (MB_TYPE_L0 | MB_TYPE_L1)
  481. #define MB_TYPE_QUANT 0x00010000
  482. #define MB_TYPE_CBP 0x00020000
  483. //Note bits 24-31 are reserved for codec specific use (h264 ref0, mpeg1 0mv, ...)
  484. /**
  485. * Pan Scan area.
  486. * This specifies the area which should be displayed.
  487. * Note there may be multiple such areas for one frame.
  488. */
  489. typedef struct AVPanScan{
  490. /**
  491. * id
  492. * - encoding: Set by user.
  493. * - decoding: Set by libavcodec.
  494. */
  495. int id;
  496. /**
  497. * width and height in 1/16 pel
  498. * - encoding: Set by user.
  499. * - decoding: Set by libavcodec.
  500. */
  501. int width;
  502. int height;
  503. /**
  504. * position of the top left corner in 1/16 pel for up to 3 fields/frames
  505. * - encoding: Set by user.
  506. * - decoding: Set by libavcodec.
  507. */
  508. int16_t position[3][2];
  509. }AVPanScan;
  510. #define FF_COMMON_FRAME \
  511. /**\
  512. * pointer to the picture planes.\
  513. * This might be different from the first allocated byte\
  514. * - encoding: \
  515. * - decoding: \
  516. */\
  517. uint8_t *data[4];\
  518. int linesize[4];\
  519. /**\
  520. * pointer to the first allocated byte of the picture. Can be used in get_buffer/release_buffer.\
  521. * This isn't used by libavcodec unless the default get/release_buffer() is used.\
  522. * - encoding: \
  523. * - decoding: \
  524. */\
  525. uint8_t *base[4];\
  526. /**\
  527. * 1 -> keyframe, 0-> not\
  528. * - encoding: Set by libavcodec.\
  529. * - decoding: Set by libavcodec.\
  530. */\
  531. int key_frame;\
  532. \
  533. /**\
  534. * Picture type of the frame, see ?_TYPE below.\
  535. * - encoding: Set by libavcodec. for coded_picture (and set by user for input).\
  536. * - decoding: Set by libavcodec.\
  537. */\
  538. int pict_type;\
  539. \
  540. /**\
  541. * presentation timestamp in time_base units (time when frame should be shown to user)\
  542. * If AV_NOPTS_VALUE then frame_rate = 1/time_base will be assumed.\
  543. * - encoding: MUST be set by user.\
  544. * - decoding: Set by libavcodec.\
  545. */\
  546. int64_t pts;\
  547. \
  548. /**\
  549. * picture number in bitstream order\
  550. * - encoding: set by\
  551. * - decoding: Set by libavcodec.\
  552. */\
  553. int coded_picture_number;\
  554. /**\
  555. * picture number in display order\
  556. * - encoding: set by\
  557. * - decoding: Set by libavcodec.\
  558. */\
  559. int display_picture_number;\
  560. \
  561. /**\
  562. * quality (between 1 (good) and FF_LAMBDA_MAX (bad)) \
  563. * - encoding: Set by libavcodec. for coded_picture (and set by user for input).\
  564. * - decoding: Set by libavcodec.\
  565. */\
  566. int quality; \
  567. \
  568. /**\
  569. * buffer age (1->was last buffer and dint change, 2->..., ...).\
  570. * Set to INT_MAX if the buffer has not been used yet.\
  571. * - encoding: unused\
  572. * - decoding: MUST be set by get_buffer().\
  573. */\
  574. int age;\
  575. \
  576. /**\
  577. * is this picture used as reference\
  578. * The values for this are the same as the MpegEncContext.picture_structure\
  579. * variable, that is 1->top field, 2->bottom field, 3->frame/both fields.\
  580. * - encoding: unused\
  581. * - decoding: Set by libavcodec. (before get_buffer() call)).\
  582. */\
  583. int reference;\
  584. \
  585. /**\
  586. * QP table\
  587. * - encoding: unused\
  588. * - decoding: Set by libavcodec.\
  589. */\
  590. int8_t *qscale_table;\
  591. /**\
  592. * QP store stride\
  593. * - encoding: unused\
  594. * - decoding: Set by libavcodec.\
  595. */\
  596. int qstride;\
  597. \
  598. /**\
  599. * mbskip_table[mb]>=1 if MB didn't change\
  600. * stride= mb_width = (width+15)>>4\
  601. * - encoding: unused\
  602. * - decoding: Set by libavcodec.\
  603. */\
  604. uint8_t *mbskip_table;\
  605. \
  606. /**\
  607. * motion vector table\
  608. * @code\
  609. * example:\
  610. * int mv_sample_log2= 4 - motion_subsample_log2;\
  611. * int mb_width= (width+15)>>4;\
  612. * int mv_stride= (mb_width << mv_sample_log2) + 1;\
  613. * motion_val[direction][x + y*mv_stride][0->mv_x, 1->mv_y];\
  614. * @endcode\
  615. * - encoding: Set by user.\
  616. * - decoding: Set by libavcodec.\
  617. */\
  618. int16_t (*motion_val[2])[2];\
  619. \
  620. /**\
  621. * macroblock type table\
  622. * mb_type_base + mb_width + 2\
  623. * - encoding: Set by user.\
  624. * - decoding: Set by libavcodec.\
  625. */\
  626. uint32_t *mb_type;\
  627. \
  628. /**\
  629. * log2 of the size of the block which a single vector in motion_val represents: \
  630. * (4->16x16, 3->8x8, 2-> 4x4, 1-> 2x2)\
  631. * - encoding: unused\
  632. * - decoding: Set by libavcodec.\
  633. */\
  634. uint8_t motion_subsample_log2;\
  635. \
  636. /**\
  637. * for some private data of the user\
  638. * - encoding: unused\
  639. * - decoding: Set by user.\
  640. */\
  641. void *opaque;\
  642. \
  643. /**\
  644. * error\
  645. * - encoding: Set by libavcodec. if flags&CODEC_FLAG_PSNR.\
  646. * - decoding: unused\
  647. */\
  648. uint64_t error[4];\
  649. \
  650. /**\
  651. * type of the buffer (to keep track of who has to deallocate data[*])\
  652. * - encoding: Set by the one who allocates it.\
  653. * - decoding: Set by the one who allocates it.\
  654. * Note: User allocated (direct rendering) & internal buffers cannot coexist currently.\
  655. */\
  656. int type;\
  657. \
  658. /**\
  659. * When decoding, this signals how much the picture must be delayed.\
  660. * extra_delay = repeat_pict / (2*fps)\
  661. * - encoding: unused\
  662. * - decoding: Set by libavcodec.\
  663. */\
  664. int repeat_pict;\
  665. \
  666. /**\
  667. * \
  668. */\
  669. int qscale_type;\
  670. \
  671. /**\
  672. * The content of the picture is interlaced.\
  673. * - encoding: Set by user.\
  674. * - decoding: Set by libavcodec. (default 0)\
  675. */\
  676. int interlaced_frame;\
  677. \
  678. /**\
  679. * If the content is interlaced, is top field displayed first.\
  680. * - encoding: Set by user.\
  681. * - decoding: Set by libavcodec.\
  682. */\
  683. int top_field_first;\
  684. \
  685. /**\
  686. * Pan scan.\
  687. * - encoding: Set by user.\
  688. * - decoding: Set by libavcodec.\
  689. */\
  690. AVPanScan *pan_scan;\
  691. \
  692. /**\
  693. * Tell user application that palette has changed from previous frame.\
  694. * - encoding: ??? (no palette-enabled encoder yet)\
  695. * - decoding: Set by libavcodec. (default 0).\
  696. */\
  697. int palette_has_changed;\
  698. \
  699. /**\
  700. * codec suggestion on buffer type if != 0\
  701. * - encoding: unused\
  702. * - decoding: Set by libavcodec. (before get_buffer() call)).\
  703. */\
  704. int buffer_hints;\
  705. \
  706. /**\
  707. * DCT coefficients\
  708. * - encoding: unused\
  709. * - decoding: Set by libavcodec.\
  710. */\
  711. short *dct_coeff;\
  712. \
  713. /**\
  714. * motion referece frame index\
  715. * - encoding: Set by user.\
  716. * - decoding: Set by libavcodec.\
  717. */\
  718. int8_t *ref_index[2];
  719. #define FF_QSCALE_TYPE_MPEG1 0
  720. #define FF_QSCALE_TYPE_MPEG2 1
  721. #define FF_QSCALE_TYPE_H264 2
  722. #define FF_BUFFER_TYPE_INTERNAL 1
  723. #define FF_BUFFER_TYPE_USER 2 ///< direct rendering buffers (image is (de)allocated by user)
  724. #define FF_BUFFER_TYPE_SHARED 4 ///< Buffer from somewhere else; don't deallocate image (data/base), all other tables are not shared.
  725. #define FF_BUFFER_TYPE_COPY 8 ///< Just a (modified) copy of some other buffer, don't deallocate anything.
  726. #define FF_I_TYPE 1 ///< Intra
  727. #define FF_P_TYPE 2 ///< Predicted
  728. #define FF_B_TYPE 3 ///< Bi-dir predicted
  729. #define FF_S_TYPE 4 ///< S(GMC)-VOP MPEG4
  730. #define FF_SI_TYPE 5 ///< Switching Intra
  731. #define FF_SP_TYPE 6 ///< Switching Predicted
  732. #define FF_BI_TYPE 7
  733. #define FF_BUFFER_HINTS_VALID 0x01 // Buffer hints value is meaningful (if 0 ignore).
  734. #define FF_BUFFER_HINTS_READABLE 0x02 // Codec will read from buffer.
  735. #define FF_BUFFER_HINTS_PRESERVE 0x04 // User must not alter buffer content.
  736. #define FF_BUFFER_HINTS_REUSABLE 0x08 // Codec will reuse the buffer (update).
  737. /**
  738. * Audio Video Frame.
  739. * New fields can be added to the end of FF_COMMON_FRAME with minor version
  740. * bumps.
  741. * Removal, reordering and changes to existing fields require a major
  742. * version bump. No fields should be added into AVFrame before or after
  743. * FF_COMMON_FRAME!
  744. * sizeof(AVFrame) must not be used outside libav*.
  745. */
  746. typedef struct AVFrame {
  747. FF_COMMON_FRAME
  748. } AVFrame;
  749. #define DEFAULT_FRAME_RATE_BASE 1001000
  750. /**
  751. * main external API structure.
  752. * New fields can be added to the end with minor version bumps.
  753. * Removal, reordering and changes to existing fields require a major
  754. * version bump.
  755. * sizeof(AVCodecContext) must not be used outside libav*.
  756. */
  757. typedef struct AVCodecContext {
  758. /**
  759. * information on struct for av_log
  760. * - set by avcodec_alloc_context
  761. */
  762. const AVClass *av_class;
  763. /**
  764. * the average bitrate
  765. * - encoding: Set by user; unused for constant quantizer encoding.
  766. * - decoding: Set by libavcodec. 0 or some bitrate if this info is available in the stream.
  767. */
  768. int bit_rate;
  769. /**
  770. * number of bits the bitstream is allowed to diverge from the reference.
  771. * the reference can be CBR (for CBR pass1) or VBR (for pass2)
  772. * - encoding: Set by user; unused for constant quantizer encoding.
  773. * - decoding: unused
  774. */
  775. int bit_rate_tolerance;
  776. /**
  777. * CODEC_FLAG_*.
  778. * - encoding: Set by user.
  779. * - decoding: Set by user.
  780. */
  781. int flags;
  782. /**
  783. * Some codecs need additional format info. It is stored here.
  784. * If any muxer uses this then ALL demuxers/parsers AND encoders for the
  785. * specific codec MUST set it correctly otherwise stream copy breaks.
  786. * In general use of this field by muxers is not recommanded.
  787. * - encoding: Set by libavcodec.
  788. * - decoding: Set by libavcodec. (FIXME: Is this OK?)
  789. */
  790. int sub_id;
  791. /**
  792. * Motion estimation algorithm used for video coding.
  793. * 1 (zero), 2 (full), 3 (log), 4 (phods), 5 (epzs), 6 (x1), 7 (hex),
  794. * 8 (umh), 9 (iter), 10 (tesa) [7, 8, 10 are x264 specific, 9 is snow specific]
  795. * - encoding: MUST be set by user.
  796. * - decoding: unused
  797. */
  798. int me_method;
  799. /**
  800. * some codecs need / can use extradata like Huffman tables.
  801. * mjpeg: Huffman tables
  802. * rv10: additional flags
  803. * mpeg4: global headers (they can be in the bitstream or here)
  804. * The allocated memory should be FF_INPUT_BUFFER_PADDING_SIZE bytes larger
  805. * than extradata_size to avoid prolems if it is read with the bitstream reader.
  806. * The bytewise contents of extradata must not depend on the architecture or CPU endianness.
  807. * - encoding: Set/allocated/freed by libavcodec.
  808. * - decoding: Set/allocated/freed by user.
  809. */
  810. uint8_t *extradata;
  811. int extradata_size;
  812. /**
  813. * This is the fundamental unit of time (in seconds) in terms
  814. * of which frame timestamps are represented. For fixed-fps content,
  815. * timebase should be 1/framerate and timestamp increments should be
  816. * identically 1.
  817. * - encoding: MUST be set by user.
  818. * - decoding: Set by libavcodec.
  819. */
  820. AVRational time_base;
  821. /* video only */
  822. /**
  823. * picture width / height.
  824. * - encoding: MUST be set by user.
  825. * - decoding: Set by libavcodec.
  826. * Note: For compatibility it is possible to set this instead of
  827. * coded_width/height before decoding.
  828. */
  829. int width, height;
  830. #define FF_ASPECT_EXTENDED 15
  831. /**
  832. * the number of pictures in a group of pictures, or 0 for intra_only
  833. * - encoding: Set by user.
  834. * - decoding: unused
  835. */
  836. int gop_size;
  837. /**
  838. * Pixel format, see PIX_FMT_xxx.
  839. * - encoding: Set by user.
  840. * - decoding: Set by libavcodec.
  841. */
  842. enum PixelFormat pix_fmt;
  843. /**
  844. * Frame rate emulation. If not zero, the lower layer (i.e. format handler)
  845. * has to read frames at native frame rate.
  846. * - encoding: Set by user.
  847. * - decoding: unused
  848. */
  849. int rate_emu;
  850. /**
  851. * If non NULL, 'draw_horiz_band' is called by the libavcodec
  852. * decoder to draw a horizontal band. It improves cache usage. Not
  853. * all codecs can do that. You must check the codec capabilities
  854. * beforehand.
  855. * - encoding: unused
  856. * - decoding: Set by user.
  857. * @param height the height of the slice
  858. * @param y the y position of the slice
  859. * @param type 1->top field, 2->bottom field, 3->frame
  860. * @param offset offset into the AVFrame.data from which the slice should be read
  861. */
  862. void (*draw_horiz_band)(struct AVCodecContext *s,
  863. const AVFrame *src, int offset[4],
  864. int y, int type, int height);
  865. /* audio only */
  866. int sample_rate; ///< samples per second
  867. int channels; ///< number of audio channels
  868. /**
  869. * audio sample format
  870. * - encoding: Set by user.
  871. * - decoding: Set by libavcodec.
  872. */
  873. enum SampleFormat sample_fmt; ///< sample format, currently unused
  874. /* The following data should not be initialized. */
  875. /**
  876. * Samples per packet, initialized when calling 'init'.
  877. */
  878. int frame_size;
  879. int frame_number; ///< audio or video frame number
  880. int real_pict_num; ///< Returns the real picture number of previous encoded frame.
  881. /**
  882. * Number of frames the decoded output will be delayed relative to
  883. * the encoded input.
  884. * - encoding: Set by libavcodec.
  885. * - decoding: unused
  886. */
  887. int delay;
  888. /* - encoding parameters */
  889. float qcompress; ///< amount of qscale change between easy & hard scenes (0.0-1.0)
  890. float qblur; ///< amount of qscale smoothing over time (0.0-1.0)
  891. /**
  892. * minimum quantizer
  893. * - encoding: Set by user.
  894. * - decoding: unused
  895. */
  896. int qmin;
  897. /**
  898. * maximum quantizer
  899. * - encoding: Set by user.
  900. * - decoding: unused
  901. */
  902. int qmax;
  903. /**
  904. * maximum quantizer difference between frames
  905. * - encoding: Set by user.
  906. * - decoding: unused
  907. */
  908. int max_qdiff;
  909. /**
  910. * maximum number of B-frames between non-B-frames
  911. * Note: The output will be delayed by max_b_frames+1 relative to the input.
  912. * - encoding: Set by user.
  913. * - decoding: unused
  914. */
  915. int max_b_frames;
  916. /**
  917. * qscale factor between IP and B-frames
  918. * - encoding: Set by user.
  919. * - decoding: unused
  920. */
  921. float b_quant_factor;
  922. /** obsolete FIXME remove */
  923. int rc_strategy;
  924. #define FF_RC_STRATEGY_XVID 1
  925. int b_frame_strategy;
  926. /**
  927. * hurry up amount
  928. * - encoding: unused
  929. * - decoding: Set by user. 1-> Skip B-frames, 2-> Skip IDCT/dequant too, 5-> Skip everything except header
  930. * @deprecated Deprecated in favor of skip_idct and skip_frame.
  931. */
  932. int hurry_up;
  933. struct AVCodec *codec;
  934. void *priv_data;
  935. #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
  936. /* unused, FIXME remove*/
  937. int rtp_mode;
  938. #endif
  939. int rtp_payload_size; /* The size of the RTP payload: the coder will */
  940. /* do its best to deliver a chunk with size */
  941. /* below rtp_payload_size, the chunk will start */
  942. /* with a start code on some codecs like H.263. */
  943. /* This doesn't take account of any particular */
  944. /* headers inside the transmitted RTP payload. */
  945. /* The RTP callback: This function is called */
  946. /* every time the encoder has a packet to send. */
  947. /* It depends on the encoder if the data starts */
  948. /* with a Start Code (it should). H.263 does. */
  949. /* mb_nb contains the number of macroblocks */
  950. /* encoded in the RTP payload. */
  951. void (*rtp_callback)(struct AVCodecContext *avctx, void *data, int size, int mb_nb);
  952. /* statistics, used for 2-pass encoding */
  953. int mv_bits;
  954. int header_bits;
  955. int i_tex_bits;
  956. int p_tex_bits;
  957. int i_count;
  958. int p_count;
  959. int skip_count;
  960. int misc_bits;
  961. /**
  962. * number of bits used for the previously encoded frame
  963. * - encoding: Set by libavcodec.
  964. * - decoding: unused
  965. */
  966. int frame_bits;
  967. /**
  968. * Private data of the user, can be used to carry app specific stuff.
  969. * - encoding: Set by user.
  970. * - decoding: Set by user.
  971. */
  972. void *opaque;
  973. char codec_name[32];
  974. enum CodecType codec_type; /* see CODEC_TYPE_xxx */
  975. enum CodecID codec_id; /* see CODEC_ID_xxx */
  976. /**
  977. * fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
  978. * This is used to work around some encoder bugs.
  979. * A demuxer should set this to what is stored in the field used to identify the codec.
  980. * If there are multiple such fields in a container then the demuxer should choose the one
  981. * which maximizes the information about the used codec.
  982. * If the codec tag field in a container is larger then 32 bits then the demuxer should
  983. * remap the longer ID to 32 bits with a table or other structure. Alternatively a new
  984. * extra_codec_tag + size could be added but for this a clear advantage must be demonstrated
  985. * first.
  986. * - encoding: Set by user, if not then the default based on codec_id will be used.
  987. * - decoding: Set by user, will be converted to uppercase by libavcodec during init.
  988. */
  989. unsigned int codec_tag;
  990. /**
  991. * Work around bugs in encoders which sometimes cannot be detected automatically.
  992. * - encoding: Set by user
  993. * - decoding: Set by user
  994. */
  995. int workaround_bugs;
  996. #define FF_BUG_AUTODETECT 1 ///< autodetection
  997. #define FF_BUG_OLD_MSMPEG4 2
  998. #define FF_BUG_XVID_ILACE 4
  999. #define FF_BUG_UMP4 8
  1000. #define FF_BUG_NO_PADDING 16
  1001. #define FF_BUG_AMV 32
  1002. #define FF_BUG_AC_VLC 0 ///< Will be removed, libavcodec can now handle these non-compliant files by default.
  1003. #define FF_BUG_QPEL_CHROMA 64
  1004. #define FF_BUG_STD_QPEL 128
  1005. #define FF_BUG_QPEL_CHROMA2 256
  1006. #define FF_BUG_DIRECT_BLOCKSIZE 512
  1007. #define FF_BUG_EDGE 1024
  1008. #define FF_BUG_HPEL_CHROMA 2048
  1009. #define FF_BUG_DC_CLIP 4096
  1010. #define FF_BUG_MS 8192 ///< Work around various bugs in Microsoft's broken decoders.
  1011. //#define FF_BUG_FAKE_SCALABILITY 16 //Autodetection should work 100%.
  1012. /**
  1013. * luma single coefficient elimination threshold
  1014. * - encoding: Set by user.
  1015. * - decoding: unused
  1016. */
  1017. int luma_elim_threshold;
  1018. /**
  1019. * chroma single coeff elimination threshold
  1020. * - encoding: Set by user.
  1021. * - decoding: unused
  1022. */
  1023. int chroma_elim_threshold;
  1024. /**
  1025. * strictly follow the standard (MPEG4, ...).
  1026. * - encoding: Set by user.
  1027. * - decoding: unused
  1028. */
  1029. int strict_std_compliance;
  1030. #define FF_COMPLIANCE_VERY_STRICT 2 ///< Strictly conform to a older more strict version of the spec or reference software.
  1031. #define FF_COMPLIANCE_STRICT 1 ///< Strictly conform to all the things in the spec no matter what consequences.
  1032. #define FF_COMPLIANCE_NORMAL 0
  1033. #define FF_COMPLIANCE_INOFFICIAL -1 ///< Allow inofficial extensions.
  1034. #define FF_COMPLIANCE_EXPERIMENTAL -2 ///< Allow nonstandardized experimental things.
  1035. /**
  1036. * qscale offset between IP and B-frames
  1037. * If > 0 then the last P-frame quantizer will be used (q= lastp_q*factor+offset).
  1038. * If < 0 then normal ratecontrol will be done (q= -normal_q*factor+offset).
  1039. * - encoding: Set by user.
  1040. * - decoding: unused
  1041. */
  1042. float b_quant_offset;
  1043. /**
  1044. * Error resilience; higher values will detect more errors but may
  1045. * misdetect some more or less valid parts as errors.
  1046. * - encoding: unused
  1047. * - decoding: Set by user.
  1048. */
  1049. int error_resilience;
  1050. #define FF_ER_CAREFUL 1
  1051. #define FF_ER_COMPLIANT 2
  1052. #define FF_ER_AGGRESSIVE 3
  1053. #define FF_ER_VERY_AGGRESSIVE 4
  1054. /**
  1055. * Called at the beginning of each frame to get a buffer for it.
  1056. * If pic.reference is set then the frame will be read later by libavcodec.
  1057. * avcodec_align_dimensions() should be used to find the required width and
  1058. * height, as they normally need to be rounded up to the next multiple of 16.
  1059. * - encoding: unused
  1060. * - decoding: Set by libavcodec., user can override.
  1061. */
  1062. int (*get_buffer)(struct AVCodecContext *c, AVFrame *pic);
  1063. /**
  1064. * Called to release buffers which were allocated with get_buffer.
  1065. * A released buffer can be reused in get_buffer().
  1066. * pic.data[*] must be set to NULL.
  1067. * - encoding: unused
  1068. * - decoding: Set by libavcodec., user can override.
  1069. */
  1070. void (*release_buffer)(struct AVCodecContext *c, AVFrame *pic);
  1071. /**
  1072. * If 1 the stream has a 1 frame delay during decoding.
  1073. * - encoding: Set by libavcodec.
  1074. * - decoding: Set by libavcodec.
  1075. */
  1076. int has_b_frames;
  1077. /**
  1078. * number of bytes per packet if constant and known or 0
  1079. * Used by some WAV based audio codecs.
  1080. */
  1081. int block_align;
  1082. int parse_only; /* - decoding only: If true, only parsing is done
  1083. (function avcodec_parse_frame()). The frame
  1084. data is returned. Only MPEG codecs support this now. */
  1085. /**
  1086. * 0-> h263 quant 1-> mpeg quant
  1087. * - encoding: Set by user.
  1088. * - decoding: unused
  1089. */
  1090. int mpeg_quant;
  1091. /**
  1092. * pass1 encoding statistics output buffer
  1093. * - encoding: Set by libavcodec.
  1094. * - decoding: unused
  1095. */
  1096. char *stats_out;
  1097. /**
  1098. * pass2 encoding statistics input buffer
  1099. * Concatenated stuff from stats_out of pass1 should be placed here.
  1100. * - encoding: Allocated/set/freed by user.
  1101. * - decoding: unused
  1102. */
  1103. char *stats_in;
  1104. /**
  1105. * ratecontrol qmin qmax limiting method
  1106. * 0-> clipping, 1-> use a nice continous function to limit qscale wthin qmin/qmax.
  1107. * - encoding: Set by user.
  1108. * - decoding: unused
  1109. */
  1110. float rc_qsquish;
  1111. float rc_qmod_amp;
  1112. int rc_qmod_freq;
  1113. /**
  1114. * ratecontrol override, see RcOverride
  1115. * - encoding: Allocated/set/freed by user.
  1116. * - decoding: unused
  1117. */
  1118. RcOverride *rc_override;
  1119. int rc_override_count;
  1120. /**
  1121. * rate control equation
  1122. * - encoding: Set by user
  1123. * - decoding: unused
  1124. */
  1125. const char *rc_eq;
  1126. /**
  1127. * maximum bitrate
  1128. * - encoding: Set by user.
  1129. * - decoding: unused
  1130. */
  1131. int rc_max_rate;
  1132. /**
  1133. * minimum bitrate
  1134. * - encoding: Set by user.
  1135. * - decoding: unused
  1136. */
  1137. int rc_min_rate;
  1138. /**
  1139. * decoder bitstream buffer size
  1140. * - encoding: Set by user.
  1141. * - decoding: unused
  1142. */
  1143. int rc_buffer_size;
  1144. float rc_buffer_aggressivity;
  1145. /**
  1146. * qscale factor between P and I-frames
  1147. * If > 0 then the last p frame quantizer will be used (q= lastp_q*factor+offset).
  1148. * If < 0 then normal ratecontrol will be done (q= -normal_q*factor+offset).
  1149. * - encoding: Set by user.
  1150. * - decoding: unused
  1151. */
  1152. float i_quant_factor;
  1153. /**
  1154. * qscale offset between P and I-frames
  1155. * - encoding: Set by user.
  1156. * - decoding: unused
  1157. */
  1158. float i_quant_offset;
  1159. /**
  1160. * initial complexity for pass1 ratecontrol
  1161. * - encoding: Set by user.
  1162. * - decoding: unused
  1163. */
  1164. float rc_initial_cplx;
  1165. /**
  1166. * DCT algorithm, see FF_DCT_* below
  1167. * - encoding: Set by user.
  1168. * - decoding: unused
  1169. */
  1170. int dct_algo;
  1171. #define FF_DCT_AUTO 0
  1172. #define FF_DCT_FASTINT 1
  1173. #define FF_DCT_INT 2
  1174. #define FF_DCT_MMX 3
  1175. #define FF_DCT_MLIB 4
  1176. #define FF_DCT_ALTIVEC 5
  1177. #define FF_DCT_FAAN 6
  1178. /**
  1179. * luminance masking (0-> disabled)
  1180. * - encoding: Set by user.
  1181. * - decoding: unused
  1182. */
  1183. float lumi_masking;
  1184. /**
  1185. * temporary complexity masking (0-> disabled)
  1186. * - encoding: Set by user.
  1187. * - decoding: unused
  1188. */
  1189. float temporal_cplx_masking;
  1190. /**
  1191. * spatial complexity masking (0-> disabled)
  1192. * - encoding: Set by user.
  1193. * - decoding: unused
  1194. */
  1195. float spatial_cplx_masking;
  1196. /**
  1197. * p block masking (0-> disabled)
  1198. * - encoding: Set by user.
  1199. * - decoding: unused
  1200. */
  1201. float p_masking;
  1202. /**
  1203. * darkness masking (0-> disabled)
  1204. * - encoding: Set by user.
  1205. * - decoding: unused
  1206. */
  1207. float dark_masking;
  1208. #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
  1209. /* for binary compatibility */
  1210. int unused;
  1211. #endif
  1212. /**
  1213. * IDCT algorithm, see FF_IDCT_* below.
  1214. * - encoding: Set by user.
  1215. * - decoding: Set by user.
  1216. */
  1217. int idct_algo;
  1218. #define FF_IDCT_AUTO 0
  1219. #define FF_IDCT_INT 1
  1220. #define FF_IDCT_SIMPLE 2
  1221. #define FF_IDCT_SIMPLEMMX 3
  1222. #define FF_IDCT_LIBMPEG2MMX 4
  1223. #define FF_IDCT_PS2 5
  1224. #define FF_IDCT_MLIB 6
  1225. #define FF_IDCT_ARM 7
  1226. #define FF_IDCT_ALTIVEC 8
  1227. #define FF_IDCT_SH4 9
  1228. #define FF_IDCT_SIMPLEARM 10
  1229. #define FF_IDCT_H264 11
  1230. #define FF_IDCT_VP3 12
  1231. #define FF_IDCT_IPP 13
  1232. #define FF_IDCT_XVIDMMX 14
  1233. #define FF_IDCT_CAVS 15
  1234. #define FF_IDCT_SIMPLEARMV5TE 16
  1235. #define FF_IDCT_SIMPLEARMV6 17
  1236. #define FF_IDCT_SIMPLEVIS 18
  1237. #define FF_IDCT_WMV2 19
  1238. #define FF_IDCT_FAAN 20
  1239. /**
  1240. * slice count
  1241. * - encoding: Set by libavcodec.
  1242. * - decoding: Set by user (or 0).
  1243. */
  1244. int slice_count;
  1245. /**
  1246. * slice offsets in the frame in bytes
  1247. * - encoding: Set/allocated by libavcodec.
  1248. * - decoding: Set/allocated by user (or NULL).
  1249. */
  1250. int *slice_offset;
  1251. /**
  1252. * error concealment flags
  1253. * - encoding: unused
  1254. * - decoding: Set by user.
  1255. */
  1256. int error_concealment;
  1257. #define FF_EC_GUESS_MVS 1
  1258. #define FF_EC_DEBLOCK 2
  1259. /**
  1260. * dsp_mask could be add used to disable unwanted CPU features
  1261. * CPU features (i.e. MMX, SSE. ...)
  1262. *
  1263. * With the FORCE flag you may instead enable given CPU features.
  1264. * (Dangerous: Usable in case of misdetection, improper usage however will
  1265. * result into program crash.)
  1266. */
  1267. unsigned dsp_mask;
  1268. #define FF_MM_FORCE 0x80000000 /* Force usage of selected flags (OR) */
  1269. /* lower 16 bits - CPU features */
  1270. #define FF_MM_MMX 0x0001 ///< standard MMX
  1271. #define FF_MM_3DNOW 0x0004 ///< AMD 3DNOW
  1272. #define FF_MM_MMXEXT 0x0002 ///< SSE integer functions or AMD MMX ext
  1273. #define FF_MM_SSE 0x0008 ///< SSE functions
  1274. #define FF_MM_SSE2 0x0010 ///< PIV SSE2 functions
  1275. #define FF_MM_3DNOWEXT 0x0020 ///< AMD 3DNowExt
  1276. #define FF_MM_SSE3 0x0040 ///< Prescott SSE3 functions
  1277. #define FF_MM_SSSE3 0x0080 ///< Conroe SSSE3 functions
  1278. #define FF_MM_IWMMXT 0x0100 ///< XScale IWMMXT
  1279. /**
  1280. * bits per sample/pixel from the demuxer (needed for huffyuv).
  1281. * - encoding: Set by libavcodec.
  1282. * - decoding: Set by user.
  1283. */
  1284. int bits_per_sample;
  1285. /**
  1286. * prediction method (needed for huffyuv)
  1287. * - encoding: Set by user.
  1288. * - decoding: unused
  1289. */
  1290. int prediction_method;
  1291. #define FF_PRED_LEFT 0
  1292. #define FF_PRED_PLANE 1
  1293. #define FF_PRED_MEDIAN 2
  1294. /**
  1295. * sample aspect ratio (0 if unknown)
  1296. * Numerator and denominator must be relatively prime and smaller than 256 for some video standards.
  1297. * - encoding: Set by user.
  1298. * - decoding: Set by libavcodec.
  1299. */
  1300. AVRational sample_aspect_ratio;
  1301. /**
  1302. * the picture in the bitstream
  1303. * - encoding: Set by libavcodec.
  1304. * - decoding: Set by libavcodec.
  1305. */
  1306. AVFrame *coded_frame;
  1307. /**
  1308. * debug
  1309. * - encoding: Set by user.
  1310. * - decoding: Set by user.
  1311. */
  1312. int debug;
  1313. #define FF_DEBUG_PICT_INFO 1
  1314. #define FF_DEBUG_RC 2
  1315. #define FF_DEBUG_BITSTREAM 4
  1316. #define FF_DEBUG_MB_TYPE 8
  1317. #define FF_DEBUG_QP 16
  1318. #define FF_DEBUG_MV 32
  1319. #define FF_DEBUG_DCT_COEFF 0x00000040
  1320. #define FF_DEBUG_SKIP 0x00000080
  1321. #define FF_DEBUG_STARTCODE 0x00000100
  1322. #define FF_DEBUG_PTS 0x00000200
  1323. #define FF_DEBUG_ER 0x00000400
  1324. #define FF_DEBUG_MMCO 0x00000800
  1325. #define FF_DEBUG_BUGS 0x00001000
  1326. #define FF_DEBUG_VIS_QP 0x00002000
  1327. #define FF_DEBUG_VIS_MB_TYPE 0x00004000
  1328. /**
  1329. * debug
  1330. * - encoding: Set by user.
  1331. * - decoding: Set by user.
  1332. */
  1333. int debug_mv;
  1334. #define FF_DEBUG_VIS_MV_P_FOR 0x00000001 //visualize forward predicted MVs of P frames
  1335. #define FF_DEBUG_VIS_MV_B_FOR 0x00000002 //visualize forward predicted MVs of B frames
  1336. #define FF_DEBUG_VIS_MV_B_BACK 0x00000004 //visualize backward predicted MVs of B frames
  1337. /**
  1338. * error
  1339. * - encoding: Set by libavcodec if flags&CODEC_FLAG_PSNR.
  1340. * - decoding: unused
  1341. */
  1342. uint64_t error[4];
  1343. /**
  1344. * minimum MB quantizer
  1345. * - encoding: unused
  1346. * - decoding: unused
  1347. */
  1348. int mb_qmin;
  1349. /**
  1350. * maximum MB quantizer
  1351. * - encoding: unused
  1352. * - decoding: unused
  1353. */
  1354. int mb_qmax;
  1355. /**
  1356. * motion estimation comparison function
  1357. * - encoding: Set by user.
  1358. * - decoding: unused
  1359. */
  1360. int me_cmp;
  1361. /**
  1362. * subpixel motion estimation comparison function
  1363. * - encoding: Set by user.
  1364. * - decoding: unused
  1365. */
  1366. int me_sub_cmp;
  1367. /**
  1368. * macroblock comparison function (not supported yet)
  1369. * - encoding: Set by user.
  1370. * - decoding: unused
  1371. */
  1372. int mb_cmp;
  1373. /**
  1374. * interlaced DCT comparison function
  1375. * - encoding: Set by user.
  1376. * - decoding: unused
  1377. */
  1378. int ildct_cmp;
  1379. #define FF_CMP_SAD 0
  1380. #define FF_CMP_SSE 1
  1381. #define FF_CMP_SATD 2
  1382. #define FF_CMP_DCT 3
  1383. #define FF_CMP_PSNR 4
  1384. #define FF_CMP_BIT 5
  1385. #define FF_CMP_RD 6
  1386. #define FF_CMP_ZERO 7
  1387. #define FF_CMP_VSAD 8
  1388. #define FF_CMP_VSSE 9
  1389. #define FF_CMP_NSSE 10
  1390. #define FF_CMP_W53 11
  1391. #define FF_CMP_W97 12
  1392. #define FF_CMP_DCTMAX 13
  1393. #define FF_CMP_DCT264 14
  1394. #define FF_CMP_CHROMA 256
  1395. /**
  1396. * ME diamond size & shape
  1397. * - encoding: Set by user.
  1398. * - decoding: unused
  1399. */
  1400. int dia_size;
  1401. /**
  1402. * amount of previous MV predictors (2a+1 x 2a+1 square)
  1403. * - encoding: Set by user.
  1404. * - decoding: unused
  1405. */
  1406. int last_predictor_count;
  1407. /**
  1408. * prepass for motion estimation
  1409. * - encoding: Set by user.
  1410. * - decoding: unused
  1411. */
  1412. int pre_me;
  1413. /**
  1414. * motion estimation prepass comparison function
  1415. * - encoding: Set by user.
  1416. * - decoding: unused
  1417. */
  1418. int me_pre_cmp;
  1419. /**
  1420. * ME prepass diamond size & shape
  1421. * - encoding: Set by user.
  1422. * - decoding: unused
  1423. */
  1424. int pre_dia_size;
  1425. /**
  1426. * subpel ME quality
  1427. * - encoding: Set by user.
  1428. * - decoding: unused
  1429. */
  1430. int me_subpel_quality;
  1431. /**
  1432. * callback to negotiate the pixelFormat
  1433. * @param fmt is the list of formats which are supported by the codec,
  1434. * it is terminated by -1 as 0 is a valid format, the formats are ordered by quality.
  1435. * The first is always the native one.
  1436. * @return the chosen format
  1437. * - encoding: unused
  1438. * - decoding: Set by user, if not set the native format will be chosen.
  1439. */
  1440. enum PixelFormat (*get_format)(struct AVCodecContext *s, const enum PixelFormat * fmt);
  1441. /**
  1442. * DTG active format information (additional aspect ratio
  1443. * information only used in DVB MPEG-2 transport streams)
  1444. * 0 if not set.
  1445. *
  1446. * - encoding: unused
  1447. * - decoding: Set by decoder.
  1448. */
  1449. int dtg_active_format;
  1450. #define FF_DTG_AFD_SAME 8
  1451. #define FF_DTG_AFD_4_3 9
  1452. #define FF_DTG_AFD_16_9 10
  1453. #define FF_DTG_AFD_14_9 11
  1454. #define FF_DTG_AFD_4_3_SP_14_9 13
  1455. #define FF_DTG_AFD_16_9_SP_14_9 14
  1456. #define FF_DTG_AFD_SP_4_3 15
  1457. /**
  1458. * maximum motion estimation search range in subpel units
  1459. * If 0 then no limit.
  1460. *
  1461. * - encoding: Set by user.
  1462. * - decoding: unused
  1463. */
  1464. int me_range;
  1465. /**
  1466. * intra quantizer bias
  1467. * - encoding: Set by user.
  1468. * - decoding: unused
  1469. */
  1470. int intra_quant_bias;
  1471. #define FF_DEFAULT_QUANT_BIAS 999999
  1472. /**
  1473. * inter quantizer bias
  1474. * - encoding: Set by user.
  1475. * - decoding: unused
  1476. */
  1477. int inter_quant_bias;
  1478. /**
  1479. * color table ID
  1480. * - encoding: unused
  1481. * - decoding: Which clrtable should be used for 8bit RGB images.
  1482. * Tables have to be stored somewhere. FIXME
  1483. */
  1484. int color_table_id;
  1485. /**
  1486. * internal_buffer count
  1487. * Don't touch, used by libavcodec default_get_buffer().
  1488. */
  1489. int internal_buffer_count;
  1490. /**
  1491. * internal_buffers
  1492. * Don't touch, used by libavcodec default_get_buffer().
  1493. */
  1494. void *internal_buffer;
  1495. #define FF_LAMBDA_SHIFT 7
  1496. #define FF_LAMBDA_SCALE (1<<FF_LAMBDA_SHIFT)
  1497. #define FF_QP2LAMBDA 118 ///< factor to convert from H.263 QP to lambda
  1498. #define FF_LAMBDA_MAX (256*128-1)
  1499. #define FF_QUALITY_SCALE FF_LAMBDA_SCALE //FIXME maybe remove
  1500. /**
  1501. * Global quality for codecs which cannot change it per frame.
  1502. * This should be proportional to MPEG-1/2/4 qscale.
  1503. * - encoding: Set by user.
  1504. * - decoding: unused
  1505. */
  1506. int global_quality;
  1507. #define FF_CODER_TYPE_VLC 0
  1508. #define FF_CODER_TYPE_AC 1
  1509. #define FF_CODER_TYPE_RAW 2
  1510. #define FF_CODER_TYPE_RLE 3
  1511. #define FF_CODER_TYPE_DEFLATE 4
  1512. /**
  1513. * coder type
  1514. * - encoding: Set by user.
  1515. * - decoding: unused
  1516. */
  1517. int coder_type;
  1518. /**
  1519. * context model
  1520. * - encoding: Set by user.
  1521. * - decoding: unused
  1522. */
  1523. int context_model;
  1524. #if 0
  1525. /**
  1526. *
  1527. * - encoding: unused
  1528. * - decoding: Set by user.
  1529. */
  1530. uint8_t * (*realloc)(struct AVCodecContext *s, uint8_t *buf, int buf_size);
  1531. #endif
  1532. /**
  1533. * slice flags
  1534. * - encoding: unused
  1535. * - decoding: Set by user.
  1536. */
  1537. int slice_flags;
  1538. #define SLICE_FLAG_CODED_ORDER 0x0001 ///< draw_horiz_band() is called in coded order instead of display
  1539. #define SLICE_FLAG_ALLOW_FIELD 0x0002 ///< allow draw_horiz_band() with field slices (MPEG2 field pics)
  1540. #define SLICE_FLAG_ALLOW_PLANE 0x0004 ///< allow draw_horiz_band() with 1 component at a time (SVQ1)
  1541. /**
  1542. * XVideo Motion Acceleration
  1543. * - encoding: forbidden
  1544. * - decoding: set by decoder
  1545. */
  1546. int xvmc_acceleration;
  1547. /**
  1548. * macroblock decision mode
  1549. * - encoding: Set by user.
  1550. * - decoding: unused
  1551. */
  1552. int mb_decision;
  1553. #define FF_MB_DECISION_SIMPLE 0 ///< uses mb_cmp
  1554. #define FF_MB_DECISION_BITS 1 ///< chooses the one which needs the fewest bits
  1555. #define FF_MB_DECISION_RD 2 ///< rate distortion
  1556. /**
  1557. * custom intra quantization matrix
  1558. * - encoding: Set by user, can be NULL.
  1559. * - decoding: Set by libavcodec.
  1560. */
  1561. uint16_t *intra_matrix;
  1562. /**
  1563. * custom inter quantization matrix
  1564. * - encoding: Set by user, can be NULL.
  1565. * - decoding: Set by libavcodec.
  1566. */
  1567. uint16_t *inter_matrix;
  1568. /**
  1569. * fourcc from the AVI stream header (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
  1570. * This is used to work around some encoder bugs.
  1571. * - encoding: unused
  1572. * - decoding: Set by user, will be converted to uppercase by libavcodec during init.
  1573. */
  1574. unsigned int stream_codec_tag;
  1575. /**
  1576. * scene change detection threshold
  1577. * 0 is default, larger means fewer detected scene changes.
  1578. * - encoding: Set by user.
  1579. * - decoding: unused
  1580. */
  1581. int scenechange_threshold;
  1582. /**
  1583. * minimum Lagrange multipler
  1584. * - encoding: Set by user.
  1585. * - decoding: unused
  1586. */
  1587. int lmin;
  1588. /**
  1589. * maximum Lagrange multipler
  1590. * - encoding: Set by user.
  1591. * - decoding: unused
  1592. */
  1593. int lmax;
  1594. /**
  1595. * palette control structure
  1596. * - encoding: ??? (no palette-enabled encoder yet)
  1597. * - decoding: Set by user.
  1598. */
  1599. struct AVPaletteControl *palctrl;
  1600. /**
  1601. * noise reduction strength
  1602. * - encoding: Set by user.
  1603. * - decoding: unused
  1604. */
  1605. int noise_reduction;
  1606. /**
  1607. * Called at the beginning of a frame to get cr buffer for it.
  1608. * Buffer type (size, hints) must be the same. libavcodec won't check it.
  1609. * libavcodec will pass previous buffer in pic, function should return
  1610. * same buffer or new buffer with old frame "painted" into it.
  1611. * If pic.data[0] == NULL must behave like get_buffer().
  1612. * - encoding: unused
  1613. * - decoding: Set by libavcodec., user can override
  1614. */
  1615. int (*reget_buffer)(struct AVCodecContext *c, AVFrame *pic);
  1616. /**
  1617. * Number of bits which should be loaded into the rc buffer before decoding starts.
  1618. * - encoding: Set by user.
  1619. * - decoding: unused
  1620. */
  1621. int rc_initial_buffer_occupancy;
  1622. /**
  1623. *
  1624. * - encoding: Set by user.
  1625. * - decoding: unused
  1626. */
  1627. int inter_threshold;
  1628. /**
  1629. * CODEC_FLAG2_*
  1630. * - encoding: Set by user.
  1631. * - decoding: Set by user.
  1632. */
  1633. int flags2;
  1634. /**
  1635. * Simulates errors in the bitstream to test error concealment.
  1636. * - encoding: Set by user.
  1637. * - decoding: unused
  1638. */
  1639. int error_rate;
  1640. /**
  1641. * MP3 antialias algorithm, see FF_AA_* below.
  1642. * - encoding: unused
  1643. * - decoding: Set by user.
  1644. */
  1645. int antialias_algo;
  1646. #define FF_AA_AUTO 0
  1647. #define FF_AA_FASTINT 1 //not implemented yet
  1648. #define FF_AA_INT 2
  1649. #define FF_AA_FLOAT 3
  1650. /**
  1651. * quantizer noise shaping
  1652. * - encoding: Set by user.
  1653. * - decoding: unused
  1654. */
  1655. int quantizer_noise_shaping;
  1656. /**
  1657. * thread count
  1658. * is used to decide how many independent tasks should be passed to execute()
  1659. * - encoding: Set by user.
  1660. * - decoding: Set by user.
  1661. */
  1662. int thread_count;
  1663. /**
  1664. * The codec may call this to execute several independent things.
  1665. * It will return only after finishing all tasks.
  1666. * The user may replace this with some multithreaded implementation,
  1667. * the default implementation will execute the parts serially.
  1668. * @param count the number of things to execute
  1669. * - encoding: Set by libavcodec, user can override.
  1670. * - decoding: Set by libavcodec, user can override.
  1671. */
  1672. int (*execute)(struct AVCodecContext *c, int (*func)(struct AVCodecContext *c2, void *arg), void **arg2, int *ret, int count);
  1673. /**
  1674. * thread opaque
  1675. * Can be used by execute() to store some per AVCodecContext stuff.
  1676. * - encoding: set by execute()
  1677. * - decoding: set by execute()
  1678. */
  1679. void *thread_opaque;
  1680. /**
  1681. * Motion estimation threshold below which no motion estimation is
  1682. * performed, but instead the user specified motion vectors are used.
  1683. *
  1684. * - encoding: Set by user.
  1685. * - decoding: unused
  1686. */
  1687. int me_threshold;
  1688. /**
  1689. * Macroblock threshold below which the user specified macroblock types will be used.
  1690. * - encoding: Set by user.
  1691. * - decoding: unused
  1692. */
  1693. int mb_threshold;
  1694. /**
  1695. * precision of the intra DC coefficient - 8
  1696. * - encoding: Set by user.
  1697. * - decoding: unused
  1698. */
  1699. int intra_dc_precision;
  1700. /**
  1701. * noise vs. sse weight for the nsse comparsion function
  1702. * - encoding: Set by user.
  1703. * - decoding: unused
  1704. */
  1705. int nsse_weight;
  1706. /**
  1707. * Number of macroblock rows at the top which are skipped.
  1708. * - encoding: unused
  1709. * - decoding: Set by user.
  1710. */
  1711. int skip_top;
  1712. /**
  1713. * Number of macroblock rows at the bottom which are skipped.
  1714. * - encoding: unused
  1715. * - decoding: Set by user.
  1716. */
  1717. int skip_bottom;
  1718. /**
  1719. * profile
  1720. * - encoding: Set by user.
  1721. * - decoding: Set by libavcodec.
  1722. */
  1723. int profile;
  1724. #define FF_PROFILE_UNKNOWN -99
  1725. #define FF_PROFILE_AAC_MAIN 0
  1726. #define FF_PROFILE_AAC_LOW 1
  1727. #define FF_PROFILE_AAC_SSR 2
  1728. #define FF_PROFILE_AAC_LTP 3
  1729. /**
  1730. * level
  1731. * - encoding: Set by user.
  1732. * - decoding: Set by libavcodec.
  1733. */
  1734. int level;
  1735. #define FF_LEVEL_UNKNOWN -99
  1736. /**
  1737. * low resolution decoding, 1-> 1/2 size, 2->1/4 size
  1738. * - encoding: unused
  1739. * - decoding: Set by user.
  1740. */
  1741. int lowres;
  1742. /**
  1743. * Bitstream width / height, may be different from width/height if lowres
  1744. * or other things are used.
  1745. * - encoding: unused
  1746. * - decoding: Set by user before init if known. Codec should override / dynamically change if needed.
  1747. */
  1748. int coded_width, coded_height;
  1749. /**
  1750. * frame skip threshold
  1751. * - encoding: Set by user.
  1752. * - decoding: unused
  1753. */
  1754. int frame_skip_threshold;
  1755. /**
  1756. * frame skip factor
  1757. * - encoding: Set by user.
  1758. * - decoding: unused
  1759. */
  1760. int frame_skip_factor;
  1761. /**
  1762. * frame skip exponent
  1763. * - encoding: Set by user.
  1764. * - decoding: unused
  1765. */
  1766. int frame_skip_exp;
  1767. /**
  1768. * frame skip comparison function
  1769. * - encoding: Set by user.
  1770. * - decoding: unused
  1771. */
  1772. int frame_skip_cmp;
  1773. /**
  1774. * Border processing masking, raises the quantizer for mbs on the borders
  1775. * of the picture.
  1776. * - encoding: Set by user.
  1777. * - decoding: unused
  1778. */
  1779. float border_masking;
  1780. /**
  1781. * minimum MB lagrange multipler
  1782. * - encoding: Set by user.
  1783. * - decoding: unused
  1784. */
  1785. int mb_lmin;
  1786. /**
  1787. * maximum MB lagrange multipler
  1788. * - encoding: Set by user.
  1789. * - decoding: unused
  1790. */
  1791. int mb_lmax;
  1792. /**
  1793. *
  1794. * - encoding: Set by user.
  1795. * - decoding: unused
  1796. */
  1797. int me_penalty_compensation;
  1798. /**
  1799. *
  1800. * - encoding: unused
  1801. * - decoding: Set by user.
  1802. */
  1803. enum AVDiscard skip_loop_filter;
  1804. /**
  1805. *
  1806. * - encoding: unused
  1807. * - decoding: Set by user.
  1808. */
  1809. enum AVDiscard skip_idct;
  1810. /**
  1811. *
  1812. * - encoding: unused
  1813. * - decoding: Set by user.
  1814. */
  1815. enum AVDiscard skip_frame;
  1816. /**
  1817. *
  1818. * - encoding: Set by user.
  1819. * - decoding: unused
  1820. */
  1821. int bidir_refine;
  1822. /**
  1823. *
  1824. * - encoding: Set by user.
  1825. * - decoding: unused
  1826. */
  1827. int brd_scale;
  1828. /**
  1829. * constant rate factor - quality-based VBR - values ~correspond to qps
  1830. * - encoding: Set by user.
  1831. * - decoding: unused
  1832. */
  1833. float crf;
  1834. /**
  1835. * constant quantization parameter rate control method
  1836. * - encoding: Set by user.
  1837. * - decoding: unused
  1838. */
  1839. int cqp;
  1840. /**
  1841. * minimum GOP size
  1842. * - encoding: Set by user.
  1843. * - decoding: unused
  1844. */
  1845. int keyint_min;
  1846. /**
  1847. * number of reference frames
  1848. * - encoding: Set by user.
  1849. * - decoding: unused
  1850. */
  1851. int refs;
  1852. /**
  1853. * chroma qp offset from luma
  1854. * - encoding: Set by user.
  1855. * - decoding: unused
  1856. */
  1857. int chromaoffset;
  1858. /**
  1859. * Influences how often B-frames are used.
  1860. * - encoding: Set by user.
  1861. * - decoding: unused
  1862. */
  1863. int bframebias;
  1864. /**
  1865. * trellis RD quantization
  1866. * - encoding: Set by user.
  1867. * - decoding: unused
  1868. */
  1869. int trellis;
  1870. /**
  1871. * Reduce fluctuations in qp (before curve compression).
  1872. * - encoding: Set by user.
  1873. * - decoding: unused
  1874. */
  1875. float complexityblur;
  1876. /**
  1877. * in-loop deblocking filter alphac0 parameter
  1878. * alpha is in the range -6...6
  1879. * - encoding: Set by user.
  1880. * - decoding: unused
  1881. */
  1882. int deblockalpha;
  1883. /**
  1884. * in-loop deblocking filter beta parameter
  1885. * beta is in the range -6...6
  1886. * - encoding: Set by user.
  1887. * - decoding: unused
  1888. */
  1889. int deblockbeta;
  1890. /**
  1891. * macroblock subpartition sizes to consider - p8x8, p4x4, b8x8, i8x8, i4x4
  1892. * - encoding: Set by user.
  1893. * - decoding: unused
  1894. */
  1895. int partitions;
  1896. #define X264_PART_I4X4 0x001 /* Analyze i4x4 */
  1897. #define X264_PART_I8X8 0x002 /* Analyze i8x8 (requires 8x8 transform) */
  1898. #define X264_PART_P8X8 0x010 /* Analyze p16x8, p8x16 and p8x8 */
  1899. #define X264_PART_P4X4 0x020 /* Analyze p8x4, p4x8, p4x4 */
  1900. #define X264_PART_B8X8 0x100 /* Analyze b16x8, b8x16 and b8x8 */
  1901. /**
  1902. * direct MV prediction mode - 0 (none), 1 (spatial), 2 (temporal)
  1903. * - encoding: Set by user.
  1904. * - decoding: unused
  1905. */
  1906. int directpred;
  1907. /**
  1908. * Audio cutoff bandwidth (0 means "automatic")
  1909. * - encoding: Set by user.
  1910. * - decoding: unused
  1911. */
  1912. int cutoff;
  1913. /**
  1914. * Multiplied by qscale for each frame and added to scene_change_score.
  1915. * - encoding: Set by user.
  1916. * - decoding: unused
  1917. */
  1918. int scenechange_factor;
  1919. /**
  1920. *
  1921. * Note: Value depends upon the compare function used for fullpel ME.
  1922. * - encoding: Set by user.
  1923. * - decoding: unused
  1924. */
  1925. int mv0_threshold;
  1926. /**
  1927. * Adjusts sensitivity of b_frame_strategy 1.
  1928. * - encoding: Set by user.
  1929. * - decoding: unused
  1930. */
  1931. int b_sensitivity;
  1932. /**
  1933. * - encoding: Set by user.
  1934. * - decoding: unused
  1935. */
  1936. int compression_level;
  1937. #define FF_COMPRESSION_DEFAULT -1
  1938. /**
  1939. * Sets whether to use LPC mode - used by FLAC encoder.
  1940. * - encoding: Set by user.
  1941. * - decoding: unused
  1942. */
  1943. int use_lpc;
  1944. /**
  1945. * LPC coefficient precision - used by FLAC encoder
  1946. * - encoding: Set by user.
  1947. * - decoding: unused
  1948. */
  1949. int lpc_coeff_precision;
  1950. /**
  1951. * - encoding: Set by user.
  1952. * - decoding: unused
  1953. */
  1954. int min_prediction_order;
  1955. /**
  1956. * - encoding: Set by user.
  1957. * - decoding: unused
  1958. */
  1959. int max_prediction_order;
  1960. /**
  1961. * search method for selecting prediction order
  1962. * - encoding: Set by user.
  1963. * - decoding: unused
  1964. */
  1965. int prediction_order_method;
  1966. /**
  1967. * - encoding: Set by user.
  1968. * - decoding: unused
  1969. */
  1970. int min_partition_order;
  1971. /**
  1972. * - encoding: Set by user.
  1973. * - decoding: unused
  1974. */
  1975. int max_partition_order;
  1976. /**
  1977. * GOP timecode frame start number, in non drop frame format
  1978. * - encoding: Set by user.
  1979. * - decoding: unused
  1980. */
  1981. int64_t timecode_frame_start;
  1982. /**
  1983. * Decoder should decode to this many channels if it can (0 for default)
  1984. * - encoding: unused
  1985. * - decoding: Set by user.
  1986. */
  1987. int request_channels;
  1988. /**
  1989. * Percentage of dynamic range compression to be applied by the decoder.
  1990. * The default value is 1.0, corresponding to full compression.
  1991. * - encoding: unused
  1992. * - decoding: Set by user.
  1993. */
  1994. float drc_scale;
  1995. } AVCodecContext;
  1996. /**
  1997. * AVCodec.
  1998. */
  1999. typedef struct AVCodec {
  2000. /**
  2001. * Name of the codec implementation.
  2002. * The name is globally unique among encoders and among decoders (but an
  2003. * encoder and a decoder can share the same name).
  2004. * This is the primary way to find a codec from the user perspective.
  2005. */
  2006. const char *name;
  2007. enum CodecType type;
  2008. enum CodecID id;
  2009. int priv_data_size;
  2010. int (*init)(AVCodecContext *);
  2011. int (*encode)(AVCodecContext *, uint8_t *buf, int buf_size, void *data);
  2012. int (*close)(AVCodecContext *);
  2013. int (*decode)(AVCodecContext *, void *outdata, int *outdata_size,
  2014. const uint8_t *buf, int buf_size);
  2015. /**
  2016. * Codec capabilities.
  2017. * see CODEC_CAP_*
  2018. */
  2019. int capabilities;
  2020. struct AVCodec *next;
  2021. /**
  2022. * Flush buffers.
  2023. * Will be called when seeking
  2024. */
  2025. void (*flush)(AVCodecContext *);
  2026. const AVRational *supported_framerates; ///< array of supported framerates, or NULL if any, array is terminated by {0,0}
  2027. const enum PixelFormat *pix_fmts; ///< array of supported pixel formats, or NULL if unknown, array is terminated by -1
  2028. const char *long_name; ///< descriptive name for the codec, meant to be more human readable than \p name
  2029. const int *supported_samplerates; ///< array of supported audio samplerates, or NULL if unknown, array is terminated by 0
  2030. } AVCodec;
  2031. /**
  2032. * four components are given, that's all.
  2033. * the last component is alpha
  2034. */
  2035. typedef struct AVPicture {
  2036. uint8_t *data[4];
  2037. int linesize[4]; ///< number of bytes per line
  2038. } AVPicture;
  2039. /**
  2040. * AVPaletteControl
  2041. * This structure defines a method for communicating palette changes
  2042. * between and demuxer and a decoder.
  2043. *
  2044. * @deprecated Use AVPacket to send palette changes instead.
  2045. * This is totally broken.
  2046. */
  2047. #define AVPALETTE_SIZE 1024
  2048. #define AVPALETTE_COUNT 256
  2049. typedef struct AVPaletteControl {
  2050. /* Demuxer sets this to 1 to indicate the palette has changed;
  2051. * decoder resets to 0. */
  2052. int palette_changed;
  2053. /* 4-byte ARGB palette entries, stored in native byte order; note that
  2054. * the individual palette components should be on a 8-bit scale; if
  2055. * the palette data comes from an IBM VGA native format, the component
  2056. * data is probably 6 bits in size and needs to be scaled. */
  2057. unsigned int palette[AVPALETTE_COUNT];
  2058. } AVPaletteControl attribute_deprecated;
  2059. typedef struct AVSubtitleRect {
  2060. uint16_t x;
  2061. uint16_t y;
  2062. uint16_t w;
  2063. uint16_t h;
  2064. uint16_t nb_colors;
  2065. int linesize;
  2066. uint32_t *rgba_palette;
  2067. uint8_t *bitmap;
  2068. } AVSubtitleRect;
  2069. typedef struct AVSubtitle {
  2070. uint16_t format; /* 0 = graphics */
  2071. uint32_t start_display_time; /* relative to packet pts, in ms */
  2072. uint32_t end_display_time; /* relative to packet pts, in ms */
  2073. uint32_t num_rects;
  2074. AVSubtitleRect *rects;
  2075. } AVSubtitle;
  2076. /* resample.c */
  2077. struct ReSampleContext;
  2078. struct AVResampleContext;
  2079. typedef struct ReSampleContext ReSampleContext;
  2080. ReSampleContext *audio_resample_init(int output_channels, int input_channels,
  2081. int output_rate, int input_rate);
  2082. int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples);
  2083. void audio_resample_close(ReSampleContext *s);
  2084. struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
  2085. int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
  2086. void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distance);
  2087. void av_resample_close(struct AVResampleContext *c);
  2088. #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
  2089. /* YUV420 format is assumed ! */
  2090. /**
  2091. * @deprecated Use the software scaler (swscale) instead.
  2092. */
  2093. typedef struct ImgReSampleContext ImgReSampleContext attribute_deprecated;
  2094. /**
  2095. * @deprecated Use the software scaler (swscale) instead.
  2096. */
  2097. attribute_deprecated ImgReSampleContext *img_resample_init(int output_width, int output_height,
  2098. int input_width, int input_height);
  2099. /**
  2100. * @deprecated Use the software scaler (swscale) instead.
  2101. */
  2102. attribute_deprecated ImgReSampleContext *img_resample_full_init(int owidth, int oheight,
  2103. int iwidth, int iheight,
  2104. int topBand, int bottomBand,
  2105. int leftBand, int rightBand,
  2106. int padtop, int padbottom,
  2107. int padleft, int padright);
  2108. /**
  2109. * @deprecated Use the software scaler (swscale) instead.
  2110. */
  2111. attribute_deprecated void img_resample(struct ImgReSampleContext *s,
  2112. AVPicture *output, const AVPicture *input);
  2113. /**
  2114. * @deprecated Use the software scaler (swscale) instead.
  2115. */
  2116. attribute_deprecated void img_resample_close(struct ImgReSampleContext *s);
  2117. #endif
  2118. /**
  2119. * Allocate memory for a picture. Call avpicture_free to free it.
  2120. *
  2121. * @param picture the picture to be filled in
  2122. * @param pix_fmt the format of the picture
  2123. * @param width the width of the picture
  2124. * @param height the height of the picture
  2125. * @return zero if successful, a negative value if not
  2126. */
  2127. int avpicture_alloc(AVPicture *picture, int pix_fmt, int width, int height);
  2128. /**
  2129. * Free a picture previously allocated by avpicture_alloc().
  2130. *
  2131. * @param picture the AVPicture to be freed
  2132. */
  2133. void avpicture_free(AVPicture *picture);
  2134. /**
  2135. * Fill in the AVPicture fields.
  2136. * The fields of the given AVPicture are filled in by using the 'ptr' address
  2137. * which points to the image data buffer. Depending on the specified picture
  2138. * format, one or multiple image data pointers and line sizes will be set.
  2139. * If a planar format is specified, several pointers will be set pointing to
  2140. * the different picture planes and the line sizes of the different planes
  2141. * will be stored in the lines_sizes array.
  2142. *
  2143. * @param picture AVPicture whose fields are to be filled in
  2144. * @param ptr Buffer which will contain or contains the actual image data
  2145. * @param pix_fmt The format in which the picture data is stored.
  2146. * @param width the width of the image in pixels
  2147. * @param height the height of the image in pixels
  2148. * @return size of the image data in bytes
  2149. */
  2150. int avpicture_fill(AVPicture *picture, uint8_t *ptr,
  2151. int pix_fmt, int width, int height);
  2152. int avpicture_layout(const AVPicture* src, int pix_fmt, int width, int height,
  2153. unsigned char *dest, int dest_size);
  2154. /**
  2155. * Calculate the size in bytes that a picture of the given width and height
  2156. * would occupy if stored in the given picture format.
  2157. *
  2158. * @param pix_fmt the given picture format
  2159. * @param width the width of the image
  2160. * @param height the height of the image
  2161. * @return Image data size in bytes
  2162. */
  2163. int avpicture_get_size(int pix_fmt, int width, int height);
  2164. void avcodec_get_chroma_sub_sample(int pix_fmt, int *h_shift, int *v_shift);
  2165. const char *avcodec_get_pix_fmt_name(int pix_fmt);
  2166. void avcodec_set_dimensions(AVCodecContext *s, int width, int height);
  2167. enum PixelFormat avcodec_get_pix_fmt(const char* name);
  2168. unsigned int avcodec_pix_fmt_to_codec_tag(enum PixelFormat p);
  2169. #define FF_LOSS_RESOLUTION 0x0001 /**< loss due to resolution change */
  2170. #define FF_LOSS_DEPTH 0x0002 /**< loss due to color depth change */
  2171. #define FF_LOSS_COLORSPACE 0x0004 /**< loss due to color space conversion */
  2172. #define FF_LOSS_ALPHA 0x0008 /**< loss of alpha bits */
  2173. #define FF_LOSS_COLORQUANT 0x0010 /**< loss due to color quantization */
  2174. #define FF_LOSS_CHROMA 0x0020 /**< loss of chroma (e.g. RGB to gray conversion) */
  2175. /**
  2176. * Computes what kind of losses will occur when converting from one specific
  2177. * pixel format to another.
  2178. * When converting from one pixel format to another, information loss may occur.
  2179. * For example, when converting from RGB24 to GRAY, the color information will
  2180. * be lost. Similarly, other losses occur when converting from some formats to
  2181. * other formats. These losses can involve loss of chroma, but also loss of
  2182. * resolution, loss of color depth, loss due to the color space conversion, loss
  2183. * of the alpha bits or loss due to color quantization.
  2184. * avcodec_get_fix_fmt_loss() informs you about the various types of losses
  2185. * which will occur when converting from one pixel format to another.
  2186. *
  2187. * @param[in] dst_pix_fmt destination pixel format
  2188. * @param[in] src_pix_fmt source pixel format
  2189. * @param[in] has_alpha Whether the source pixel format alpha channel is used.
  2190. * @return Combination of flags informing you what kind of losses will occur.
  2191. */
  2192. int avcodec_get_pix_fmt_loss(int dst_pix_fmt, int src_pix_fmt,
  2193. int has_alpha);
  2194. /**
  2195. * Finds the best pixel format to convert to given a certain source pixel
  2196. * format. When converting from one pixel format to another, information loss
  2197. * may occur. For example, when converting from RGB24 to GRAY, the color
  2198. * information will be lost. Similarly, other losses occur when converting from
  2199. * some formats to other formats. avcodec_find_best_pix_fmt() searches which of
  2200. * the given pixel formats should be used to suffer the least amount of loss.
  2201. * The pixel formats from which it chooses one, are determined by the
  2202. * \p pix_fmt_mask parameter.
  2203. *
  2204. * @code
  2205. * src_pix_fmt = PIX_FMT_YUV420P;
  2206. * pix_fmt_mask = (1 << PIX_FMT_YUV422P) || (1 << PIX_FMT_RGB24);
  2207. * dst_pix_fmt = avcodec_find_best_pix_fmt(pix_fmt_mask, src_pix_fmt, alpha, &loss);
  2208. * @endcode
  2209. *
  2210. * @param[in] pix_fmt_mask bitmask determining which pixel format to choose from
  2211. * @param[in] src_pix_fmt source pixel format
  2212. * @param[in] has_alpha Whether the source pixel format alpha channel is used.
  2213. * @param[out] loss_ptr Combination of flags informing you what kind of losses will occur.
  2214. * @return The best pixel format to convert to or -1 if none was found.
  2215. */
  2216. int avcodec_find_best_pix_fmt(int pix_fmt_mask, int src_pix_fmt,
  2217. int has_alpha, int *loss_ptr);
  2218. /**
  2219. * Print in buf the string corresponding to the pixel format with
  2220. * number pix_fmt, or an header if pix_fmt is negative.
  2221. *
  2222. * @param[in] buf the buffer where to write the string
  2223. * @param[in] buf_size the size of buf
  2224. * @param[in] pix_fmt the number of the pixel format to print the corresponding info string, or
  2225. * a negative value to print the corresponding header.
  2226. * Meaningful values for obtaining a pixel format info vary from 0 to PIX_FMT_NB -1.
  2227. */
  2228. void avcodec_pix_fmt_string (char *buf, int buf_size, int pix_fmt);
  2229. #define FF_ALPHA_TRANSP 0x0001 /* image has some totally transparent pixels */
  2230. #define FF_ALPHA_SEMI_TRANSP 0x0002 /* image has some transparent pixels */
  2231. /**
  2232. * Tell if an image really has transparent alpha values.
  2233. * @return ored mask of FF_ALPHA_xxx constants
  2234. */
  2235. int img_get_alpha_info(const AVPicture *src,
  2236. int pix_fmt, int width, int height);
  2237. #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
  2238. /**
  2239. * convert among pixel formats
  2240. * @deprecated Use the software scaler (swscale) instead.
  2241. */
  2242. attribute_deprecated int img_convert(AVPicture *dst, int dst_pix_fmt,
  2243. const AVPicture *src, int pix_fmt,
  2244. int width, int height);
  2245. #endif
  2246. /* deinterlace a picture */
  2247. /* deinterlace - if not supported return -1 */
  2248. int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
  2249. int pix_fmt, int width, int height);
  2250. /* external high level API */
  2251. #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
  2252. extern AVCodec *first_avcodec;
  2253. #endif
  2254. AVCodec *av_codec_next(AVCodec *c);
  2255. /* returns LIBAVCODEC_VERSION_INT constant */
  2256. unsigned avcodec_version(void);
  2257. /* returns LIBAVCODEC_BUILD constant */
  2258. unsigned avcodec_build(void);
  2259. /**
  2260. * Initializes libavcodec.
  2261. *
  2262. * @warning This function \e must be called before any other libavcodec
  2263. * function.
  2264. */
  2265. void avcodec_init(void);
  2266. void register_avcodec(AVCodec *format);
  2267. /**
  2268. * Finds a registered encoder with a matching codec ID.
  2269. *
  2270. * @param id CodecID of the requested encoder
  2271. * @return An encoder if one was found, NULL otherwise.
  2272. */
  2273. AVCodec *avcodec_find_encoder(enum CodecID id);
  2274. /**
  2275. * Finds a registered encoder with the specified name.
  2276. *
  2277. * @param name name of the requested encoder
  2278. * @return An encoder if one was found, NULL otherwise.
  2279. */
  2280. AVCodec *avcodec_find_encoder_by_name(const char *name);
  2281. /**
  2282. * Finds a registered decoder with a matching codec ID.
  2283. *
  2284. * @param id CodecID of the requested decoder
  2285. * @return A decoder if one was found, NULL otherwise.
  2286. */
  2287. AVCodec *avcodec_find_decoder(enum CodecID id);
  2288. /**
  2289. * Finds a registered decoder with the specified name.
  2290. *
  2291. * @param name name of the requested decoder
  2292. * @return A decoder if one was found, NULL otherwise.
  2293. */
  2294. AVCodec *avcodec_find_decoder_by_name(const char *name);
  2295. void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode);
  2296. /**
  2297. * Sets the fields of the given AVCodecContext to default values.
  2298. *
  2299. * @param s The AVCodecContext of which the fields should be set to default values.
  2300. */
  2301. void avcodec_get_context_defaults(AVCodecContext *s);
  2302. /** THIS FUNCTION IS NOT YET PART OF THE PUBLIC API!
  2303. * we WILL change its arguments and name a few times! */
  2304. void avcodec_get_context_defaults2(AVCodecContext *s, enum CodecType);
  2305. /**
  2306. * Allocates an AVCodecContext and sets its fields to default values. The
  2307. * resulting struct can be deallocated by simply calling av_free().
  2308. *
  2309. * @return An AVCodecContext filled with default values or NULL on failure.
  2310. * @see avcodec_get_context_defaults
  2311. */
  2312. AVCodecContext *avcodec_alloc_context(void);
  2313. /** THIS FUNCTION IS NOT YET PART OF THE PUBLIC API!
  2314. * we WILL change its arguments and name a few times! */
  2315. AVCodecContext *avcodec_alloc_context2(enum CodecType);
  2316. /**
  2317. * Sets the fields of the given AVFrame to default values.
  2318. *
  2319. * @param pic The AVFrame of which the fields should be set to default values.
  2320. */
  2321. void avcodec_get_frame_defaults(AVFrame *pic);
  2322. /**
  2323. * Allocates an AVFrame and sets its fields to default values. The resulting
  2324. * struct can be deallocated by simply calling av_free().
  2325. *
  2326. * @return An AVFrame filled with default values or NULL on failure.
  2327. * @see avcodec_get_frame_defaults
  2328. */
  2329. AVFrame *avcodec_alloc_frame(void);
  2330. int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
  2331. void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic);
  2332. int avcodec_default_reget_buffer(AVCodecContext *s, AVFrame *pic);
  2333. void avcodec_align_dimensions(AVCodecContext *s, int *width, int *height);
  2334. /**
  2335. * Checks if the given dimension of a picture is valid, meaning that all
  2336. * bytes of the picture can be addressed with a signed int.
  2337. *
  2338. * @param[in] w Width of the picture.
  2339. * @param[in] h Height of the picture.
  2340. * @return Zero if valid, a negative value if invalid.
  2341. */
  2342. int avcodec_check_dimensions(void *av_log_ctx, unsigned int w, unsigned int h);
  2343. enum PixelFormat avcodec_default_get_format(struct AVCodecContext *s, const enum PixelFormat * fmt);
  2344. int avcodec_thread_init(AVCodecContext *s, int thread_count);
  2345. void avcodec_thread_free(AVCodecContext *s);
  2346. int avcodec_thread_execute(AVCodecContext *s, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count);
  2347. int avcodec_default_execute(AVCodecContext *c, int (*func)(AVCodecContext *c2, void *arg2),void **arg, int *ret, int count);
  2348. //FIXME func typedef
  2349. /**
  2350. * Initializes the AVCodecContext to use the given AVCodec. Prior to using this
  2351. * function the context has to be allocated.
  2352. *
  2353. * The functions avcodec_find_decoder_by_name(), avcodec_find_encoder_by_name(),
  2354. * avcodec_find_decoder() and avcodec_find_encoder() provide an easy way for
  2355. * retrieving a codec.
  2356. *
  2357. * @warning This function is not thread safe!
  2358. *
  2359. * @code
  2360. * avcodec_register_all();
  2361. * codec = avcodec_find_decoder(CODEC_ID_H264);
  2362. * if (!codec)
  2363. * exit(1);
  2364. *
  2365. * context = avcodec_alloc_context();
  2366. *
  2367. * if (avcodec_open(context, codec) < 0)
  2368. * exit(1);
  2369. * @endcode
  2370. *
  2371. * @param avctx The context which will be set up to use the given codec.
  2372. * @param codec The codec to use within the context.
  2373. * @return zero on success, a negative value on error
  2374. * @see avcodec_alloc_context, avcodec_find_decoder, avcodec_find_encoder
  2375. */
  2376. int avcodec_open(AVCodecContext *avctx, AVCodec *codec);
  2377. /**
  2378. * @deprecated Use avcodec_decode_audio2() instead.
  2379. */
  2380. attribute_deprecated int avcodec_decode_audio(AVCodecContext *avctx, int16_t *samples,
  2381. int *frame_size_ptr,
  2382. const uint8_t *buf, int buf_size);
  2383. /**
  2384. * Decodes an audio frame from \p buf into \p samples.
  2385. * The avcodec_decode_audio2() function decodes an audio frame from the input
  2386. * buffer \p buf of size \p buf_size. To decode it, it makes use of the
  2387. * audio codec which was coupled with \p avctx using avcodec_open(). The
  2388. * resulting decoded frame is stored in output buffer \p samples. If no frame
  2389. * could be decompressed, \p frame_size_ptr is zero. Otherwise, it is the
  2390. * decompressed frame size in \e bytes.
  2391. *
  2392. * @warning You \e must set \p frame_size_ptr to the allocated size of the
  2393. * output buffer before calling avcodec_decode_audio2().
  2394. *
  2395. * @warning The input buffer must be \c FF_INPUT_BUFFER_PADDING_SIZE larger than
  2396. * the actual read bytes because some optimized bitstream readers read 32 or 64
  2397. * bits at once and could read over the end.
  2398. *
  2399. * @warning The end of the input buffer \p buf should be set to 0 to ensure that
  2400. * no overreading happens for damaged MPEG streams.
  2401. *
  2402. * @note You might have to align the input buffer \p buf and output buffer \p
  2403. * samples. The alignment requirements depend on the CPU: On some CPUs it isn't
  2404. * necessary at all, on others it won't work at all if not aligned and on others
  2405. * it will work but it will have an impact on performance. In practice, the
  2406. * bitstream should have 4 byte alignment at minimum and all sample data should
  2407. * be 16 byte aligned unless the CPU doesn't need it (AltiVec and SSE do). If
  2408. * the linesize is not a multiple of 16 then there's no sense in aligning the
  2409. * start of the buffer to 16.
  2410. *
  2411. * @param avctx the codec context
  2412. * @param[out] samples the output buffer
  2413. * @param[in,out] frame_size_ptr the output buffer size in bytes
  2414. * @param[in] buf the input buffer
  2415. * @param[in] buf_size the input buffer size in bytes
  2416. * @return On error a negative value is returned, otherwise the number of bytes
  2417. * used or zero if no frame could be decompressed.
  2418. */
  2419. int avcodec_decode_audio2(AVCodecContext *avctx, int16_t *samples,
  2420. int *frame_size_ptr,
  2421. const uint8_t *buf, int buf_size);
  2422. /**
  2423. * Decodes a video frame from \p buf into \p picture.
  2424. * The avcodec_decode_video() function decodes a video frame from the input
  2425. * buffer \p buf of size \p buf_size. To decode it, it makes use of the
  2426. * video codec which was coupled with \p avctx using avcodec_open(). The
  2427. * resulting decoded frame is stored in \p picture.
  2428. *
  2429. * @warning The input buffer must be \c FF_INPUT_BUFFER_PADDING_SIZE larger than
  2430. * the actual read bytes because some optimized bitstream readers read 32 or 64
  2431. * bits at once and could read over the end.
  2432. *
  2433. * @warning The end of the input buffer \p buf should be set to 0 to ensure that
  2434. * no overreading happens for damaged MPEG streams.
  2435. *
  2436. * @note You might have to align the input buffer \p buf and output buffer \p
  2437. * samples. The alignment requirements depend on the CPU: on some CPUs it isn't
  2438. * necessary at all, on others it won't work at all if not aligned and on others
  2439. * it will work but it will have an impact on performance. In practice, the
  2440. * bitstream should have 4 byte alignment at minimum and all sample data should
  2441. * be 16 byte aligned unless the CPU doesn't need it (AltiVec and SSE do). If
  2442. * the linesize is not a multiple of 16 then there's no sense in aligning the
  2443. * start of the buffer to 16.
  2444. *
  2445. * @param avctx the codec context
  2446. * @param[out] picture The AVFrame in which the decoded video frame will be stored.
  2447. * @param[in] buf the input buffer
  2448. * @param[in] buf_size the size of the input buffer in bytes
  2449. * @param[in,out] got_picture_ptr Zero if no frame could be decompressed, otherwise, it is nonzero.
  2450. * @return On error a negative value is returned, otherwise the number of bytes
  2451. * used or zero if no frame could be decompressed.
  2452. */
  2453. int avcodec_decode_video(AVCodecContext *avctx, AVFrame *picture,
  2454. int *got_picture_ptr,
  2455. const uint8_t *buf, int buf_size);
  2456. /* Decode a subtitle message. Return -1 if error, otherwise return the
  2457. * number of bytes used. If no subtitle could be decompressed,
  2458. * got_sub_ptr is zero. Otherwise, the subtitle is stored in *sub. */
  2459. int avcodec_decode_subtitle(AVCodecContext *avctx, AVSubtitle *sub,
  2460. int *got_sub_ptr,
  2461. const uint8_t *buf, int buf_size);
  2462. int avcodec_parse_frame(AVCodecContext *avctx, uint8_t **pdata,
  2463. int *data_size_ptr,
  2464. uint8_t *buf, int buf_size);
  2465. /**
  2466. * Encodes an audio frame from \p samples into \p buf.
  2467. * The avcodec_encode_audio() function encodes an audio frame from the input
  2468. * buffer \p samples. To encode it, it makes use of the audio codec which was
  2469. * coupled with \p avctx using avcodec_open(). The resulting encoded frame is
  2470. * stored in output buffer \p buf.
  2471. *
  2472. * @note The output buffer should be at least \c FF_MIN_BUFFER_SIZE bytes large.
  2473. *
  2474. * @param avctx the codec context
  2475. * @param[out] buf the output buffer
  2476. * @param[in] buf_size the output buffer size
  2477. * @param[in] samples the input buffer containing the samples
  2478. * The number of samples read from this buffer is frame_size*channels,
  2479. * both of which are defined in \p avctx.
  2480. * For PCM audio the number of samples read from \p samples is equal to
  2481. * \p buf_size * input_sample_size / output_sample_size.
  2482. * @return On error a negative value is returned, on success zero or the number
  2483. * of bytes used to encode the data read from the input buffer.
  2484. */
  2485. int avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size,
  2486. const short *samples);
  2487. /**
  2488. * Encodes a video frame from \p pict into \p buf.
  2489. * The avcodec_encode_video() function encodes a video frame from the input
  2490. * \p pict. To encode it, it makes use of the video codec which was coupled with
  2491. * \p avctx using avcodec_open(). The resulting encoded bytes representing the
  2492. * frame are stored in the output buffer \p buf. The input picture should be
  2493. * stored using a specific format, namely \c avctx.pix_fmt.
  2494. *
  2495. * @param avctx the codec context
  2496. * @param[out] buf the output buffer for the bitstream of encoded frame
  2497. * @param[in] buf_size the size of the output buffer in bytes
  2498. * @param[in] pict the input picture to encode
  2499. * @return On error a negative value is returned, on success zero or the number
  2500. * of bytes used from the input buffer.
  2501. */
  2502. int avcodec_encode_video(AVCodecContext *avctx, uint8_t *buf, int buf_size,
  2503. const AVFrame *pict);
  2504. int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size,
  2505. const AVSubtitle *sub);
  2506. int avcodec_close(AVCodecContext *avctx);
  2507. void avcodec_register_all(void);
  2508. /**
  2509. * Flush buffers, should be called when seeking or when switching to a different stream.
  2510. */
  2511. void avcodec_flush_buffers(AVCodecContext *avctx);
  2512. void avcodec_default_free_buffers(AVCodecContext *s);
  2513. /* misc useful functions */
  2514. /**
  2515. * Returns a single letter to describe the given picture type \p pict_type.
  2516. *
  2517. * @param[in] pict_type the picture type
  2518. * @return A single character representing the picture type.
  2519. */
  2520. char av_get_pict_type_char(int pict_type);
  2521. /**
  2522. * Returns codec bits per sample.
  2523. *
  2524. * @param[in] codec_id the codec
  2525. * @return Number of bits per sample or zero if unknown for the given codec.
  2526. */
  2527. int av_get_bits_per_sample(enum CodecID codec_id);
  2528. /**
  2529. * Returns sample format bits per sample.
  2530. *
  2531. * @param[in] sample_fmt the sample format
  2532. * @return Number of bits per sample or zero if unknown for the given sample format.
  2533. */
  2534. int av_get_bits_per_sample_format(enum SampleFormat sample_fmt);
  2535. /* frame parsing */
  2536. typedef struct AVCodecParserContext {
  2537. void *priv_data;
  2538. struct AVCodecParser *parser;
  2539. int64_t frame_offset; /* offset of the current frame */
  2540. int64_t cur_offset; /* current offset
  2541. (incremented by each av_parser_parse()) */
  2542. int64_t next_frame_offset; /* offset of the next frame */
  2543. /* video info */
  2544. int pict_type; /* XXX: Put it back in AVCodecContext. */
  2545. int repeat_pict; /* XXX: Put it back in AVCodecContext. */
  2546. int64_t pts; /* pts of the current frame */
  2547. int64_t dts; /* dts of the current frame */
  2548. /* private data */
  2549. int64_t last_pts;
  2550. int64_t last_dts;
  2551. int fetch_timestamp;
  2552. #define AV_PARSER_PTS_NB 4
  2553. int cur_frame_start_index;
  2554. int64_t cur_frame_offset[AV_PARSER_PTS_NB];
  2555. int64_t cur_frame_pts[AV_PARSER_PTS_NB];
  2556. int64_t cur_frame_dts[AV_PARSER_PTS_NB];
  2557. int flags;
  2558. #define PARSER_FLAG_COMPLETE_FRAMES 0x0001
  2559. int64_t offset; ///< byte offset from starting packet start
  2560. int64_t cur_frame_end[AV_PARSER_PTS_NB];
  2561. } AVCodecParserContext;
  2562. typedef struct AVCodecParser {
  2563. int codec_ids[5]; /* several codec IDs are permitted */
  2564. int priv_data_size;
  2565. int (*parser_init)(AVCodecParserContext *s);
  2566. int (*parser_parse)(AVCodecParserContext *s,
  2567. AVCodecContext *avctx,
  2568. const uint8_t **poutbuf, int *poutbuf_size,
  2569. const uint8_t *buf, int buf_size);
  2570. void (*parser_close)(AVCodecParserContext *s);
  2571. int (*split)(AVCodecContext *avctx, const uint8_t *buf, int buf_size);
  2572. struct AVCodecParser *next;
  2573. } AVCodecParser;
  2574. #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
  2575. extern AVCodecParser *av_first_parser;
  2576. #endif
  2577. AVCodecParser *av_parser_next(AVCodecParser *c);
  2578. void av_register_codec_parser(AVCodecParser *parser);
  2579. AVCodecParserContext *av_parser_init(int codec_id);
  2580. int av_parser_parse(AVCodecParserContext *s,
  2581. AVCodecContext *avctx,
  2582. uint8_t **poutbuf, int *poutbuf_size,
  2583. const uint8_t *buf, int buf_size,
  2584. int64_t pts, int64_t dts);
  2585. int av_parser_change(AVCodecParserContext *s,
  2586. AVCodecContext *avctx,
  2587. uint8_t **poutbuf, int *poutbuf_size,
  2588. const uint8_t *buf, int buf_size, int keyframe);
  2589. void av_parser_close(AVCodecParserContext *s);
  2590. typedef struct AVBitStreamFilterContext {
  2591. void *priv_data;
  2592. struct AVBitStreamFilter *filter;
  2593. AVCodecParserContext *parser;
  2594. struct AVBitStreamFilterContext *next;
  2595. } AVBitStreamFilterContext;
  2596. typedef struct AVBitStreamFilter {
  2597. const char *name;
  2598. int priv_data_size;
  2599. int (*filter)(AVBitStreamFilterContext *bsfc,
  2600. AVCodecContext *avctx, const char *args,
  2601. uint8_t **poutbuf, int *poutbuf_size,
  2602. const uint8_t *buf, int buf_size, int keyframe);
  2603. void (*close)(AVBitStreamFilterContext *bsfc);
  2604. struct AVBitStreamFilter *next;
  2605. } AVBitStreamFilter;
  2606. void av_register_bitstream_filter(AVBitStreamFilter *bsf);
  2607. AVBitStreamFilterContext *av_bitstream_filter_init(const char *name);
  2608. int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc,
  2609. AVCodecContext *avctx, const char *args,
  2610. uint8_t **poutbuf, int *poutbuf_size,
  2611. const uint8_t *buf, int buf_size, int keyframe);
  2612. void av_bitstream_filter_close(AVBitStreamFilterContext *bsf);
  2613. AVBitStreamFilter *av_bitstream_filter_next(AVBitStreamFilter *f);
  2614. /* memory */
  2615. /**
  2616. * Reallocates the given block if it is not large enough, otherwise it
  2617. * does nothing.
  2618. *
  2619. * @see av_realloc
  2620. */
  2621. void *av_fast_realloc(void *ptr, unsigned int *size, unsigned int min_size);
  2622. /**
  2623. * Copy image 'src' to 'dst'.
  2624. */
  2625. void av_picture_copy(AVPicture *dst, const AVPicture *src,
  2626. int pix_fmt, int width, int height);
  2627. /**
  2628. * Crop image top and left side.
  2629. */
  2630. int av_picture_crop(AVPicture *dst, const AVPicture *src,
  2631. int pix_fmt, int top_band, int left_band);
  2632. /**
  2633. * Pad image.
  2634. */
  2635. int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, int pix_fmt,
  2636. int padtop, int padbottom, int padleft, int padright, int *color);
  2637. #if LIBAVCODEC_VERSION_INT < ((52<<16)+(0<<8)+0)
  2638. /**
  2639. * @deprecated Use the software scaler (swscale) instead.
  2640. */
  2641. attribute_deprecated void img_copy(AVPicture *dst, const AVPicture *src,
  2642. int pix_fmt, int width, int height);
  2643. /**
  2644. * @deprecated Use the software scaler (swscale) instead.
  2645. */
  2646. attribute_deprecated int img_crop(AVPicture *dst, const AVPicture *src,
  2647. int pix_fmt, int top_band, int left_band);
  2648. /**
  2649. * @deprecated Use the software scaler (swscale) instead.
  2650. */
  2651. attribute_deprecated int img_pad(AVPicture *dst, const AVPicture *src, int height, int width, int pix_fmt,
  2652. int padtop, int padbottom, int padleft, int padright, int *color);
  2653. #endif
  2654. extern unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
  2655. /**
  2656. * Parses \p str and put in \p width_ptr and \p height_ptr the detected values.
  2657. *
  2658. * @return 0 in case of a successful parsing, a negative value otherwise
  2659. * @param[in] str the string to parse: it has to be a string in the format
  2660. * <width>x<height> or a valid video frame size abbreviation.
  2661. * @param[in,out] width_ptr pointer to the variable which will contain the detected
  2662. * frame width value
  2663. * @param[in,out] height_ptr pointer to the variable which will contain the detected
  2664. * frame height value
  2665. */
  2666. int av_parse_video_frame_size(int *width_ptr, int *height_ptr, const char *str);
  2667. /**
  2668. * Parses \p str and put in \p frame_rate the detected values.
  2669. *
  2670. * @return 0 in case of a successful parsing, a negative value otherwise
  2671. * @param[in] str the string to parse: it has to be a string in the format
  2672. * <frame_rate_nom>/<frame_rate_den>, a float number or a valid video rate abbreviation
  2673. * @param[in,out] frame_rate pointer to the AVRational which will contain the detected
  2674. * frame rate
  2675. */
  2676. int av_parse_video_frame_rate(AVRational *frame_rate, const char *str);
  2677. /* error handling */
  2678. #if EINVAL > 0
  2679. #define AVERROR(e) (-(e)) /**< Returns a negative error code from a POSIX error code, to return from library functions. */
  2680. #define AVUNERROR(e) (-(e)) /**< Returns a POSIX error code from a library function error return value. */
  2681. #else
  2682. /* Some platforms have E* and errno already negated. */
  2683. #define AVERROR(e) (e)
  2684. #define AVUNERROR(e) (e)
  2685. #endif
  2686. #define AVERROR_UNKNOWN AVERROR(EINVAL) /**< unknown error */
  2687. #define AVERROR_IO AVERROR(EIO) /**< I/O error */
  2688. #define AVERROR_NUMEXPECTED AVERROR(EDOM) /**< Number syntax expected in filename. */
  2689. #define AVERROR_INVALIDDATA AVERROR(EINVAL) /**< invalid data found */
  2690. #define AVERROR_NOMEM AVERROR(ENOMEM) /**< not enough memory */
  2691. #define AVERROR_NOFMT AVERROR(EILSEQ) /**< unknown format */
  2692. #define AVERROR_NOTSUPP AVERROR(ENOSYS) /**< Operation not supported. */
  2693. #define AVERROR_NOENT AVERROR(ENOENT) /**< No such file or directory. */
  2694. #define AVERROR_PATCHWELCOME -MKTAG('P','A','W','E') /**< Not yet implemented in FFmpeg. Patches welcome. */
  2695. #endif /* FFMPEG_AVCODEC_H */