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.

1552 lines
56KB

  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 AVFORMAT_AVFORMAT_H
  21. #define AVFORMAT_AVFORMAT_H
  22. /**
  23. * Return the LIBAVFORMAT_VERSION_INT constant.
  24. */
  25. unsigned avformat_version(void);
  26. /**
  27. * Return the libavformat build-time configuration.
  28. */
  29. const char *avformat_configuration(void);
  30. /**
  31. * Return the libavformat license.
  32. */
  33. const char *avformat_license(void);
  34. #include <time.h>
  35. #include <stdio.h> /* FILE */
  36. #include "libavcodec/avcodec.h"
  37. #include "avio.h"
  38. #include "libavformat/version.h"
  39. struct AVFormatContext;
  40. /*
  41. * Public Metadata API.
  42. * The metadata API allows libavformat to export metadata tags to a client
  43. * application using a sequence of key/value pairs. Like all strings in FFmpeg,
  44. * metadata must be stored as UTF-8 encoded Unicode. Note that metadata
  45. * exported by demuxers isn't checked to be valid UTF-8 in most cases.
  46. * Important concepts to keep in mind:
  47. * 1. Keys are unique; there can never be 2 tags with the same key. This is
  48. * also meant semantically, i.e., a demuxer should not knowingly produce
  49. * several keys that are literally different but semantically identical.
  50. * E.g., key=Author5, key=Author6. In this example, all authors must be
  51. * placed in the same tag.
  52. * 2. Metadata is flat, not hierarchical; there are no subtags. If you
  53. * want to store, e.g., the email address of the child of producer Alice
  54. * and actor Bob, that could have key=alice_and_bobs_childs_email_address.
  55. * 3. Several modifiers can be applied to the tag name. This is done by
  56. * appending a dash character ('-') and the modifier name in the order
  57. * they appear in the list below -- e.g. foo-eng-sort, not foo-sort-eng.
  58. * a) language -- a tag whose value is localized for a particular language
  59. * is appended with the ISO 639-2/B 3-letter language code.
  60. * For example: Author-ger=Michael, Author-eng=Mike
  61. * The original/default language is in the unqualified "Author" tag.
  62. * A demuxer should set a default if it sets any translated tag.
  63. * b) sorting -- a modified version of a tag that should be used for
  64. * sorting will have '-sort' appended. E.g. artist="The Beatles",
  65. * artist-sort="Beatles, The".
  66. *
  67. * 4. Demuxers attempt to export metadata in a generic format, however tags
  68. * with no generic equivalents are left as they are stored in the container.
  69. * Follows a list of generic tag names:
  70. *
  71. * album -- name of the set this work belongs to
  72. * album_artist -- main creator of the set/album, if different from artist.
  73. * e.g. "Various Artists" for compilation albums.
  74. * artist -- main creator of the work
  75. * comment -- any additional description of the file.
  76. * composer -- who composed the work, if different from artist.
  77. * copyright -- name of copyright holder.
  78. * creation_time-- date when the file was created, preferably in ISO 8601.
  79. * date -- date when the work was created, preferably in ISO 8601.
  80. * disc -- number of a subset, e.g. disc in a multi-disc collection.
  81. * encoder -- name/settings of the software/hardware that produced the file.
  82. * encoded_by -- person/group who created the file.
  83. * filename -- original name of the file.
  84. * genre -- <self-evident>.
  85. * language -- main language in which the work is performed, preferably
  86. * in ISO 639-2 format. Multiple languages can be specified by
  87. * separating them with commas.
  88. * performer -- artist who performed the work, if different from artist.
  89. * E.g for "Also sprach Zarathustra", artist would be "Richard
  90. * Strauss" and performer "London Philharmonic Orchestra".
  91. * publisher -- name of the label/publisher.
  92. * service_name -- name of the service in broadcasting (channel name).
  93. * service_provider -- name of the service provider in broadcasting.
  94. * title -- name of the work.
  95. * track -- number of this work in the set, can be in form current/total.
  96. * variant_bitrate -- the total bitrate of the bitrate variant that the current stream is part of
  97. */
  98. #define AV_METADATA_MATCH_CASE 1
  99. #define AV_METADATA_IGNORE_SUFFIX 2
  100. #define AV_METADATA_DONT_STRDUP_KEY 4
  101. #define AV_METADATA_DONT_STRDUP_VAL 8
  102. #define AV_METADATA_DONT_OVERWRITE 16 ///< Don't overwrite existing tags.
  103. typedef struct {
  104. char *key;
  105. char *value;
  106. }AVMetadataTag;
  107. typedef struct AVMetadata AVMetadata;
  108. #if FF_API_OLD_METADATA2
  109. typedef struct AVMetadataConv AVMetadataConv;
  110. #endif
  111. /**
  112. * Get a metadata element with matching key.
  113. *
  114. * @param prev Set to the previous matching element to find the next.
  115. * If set to NULL the first matching element is returned.
  116. * @param flags Allows case as well as suffix-insensitive comparisons.
  117. * @return Found tag or NULL, changing key or value leads to undefined behavior.
  118. */
  119. AVMetadataTag *
  120. av_metadata_get(AVMetadata *m, const char *key, const AVMetadataTag *prev, int flags);
  121. /**
  122. * Set the given tag in *pm, overwriting an existing tag.
  123. *
  124. * @param pm pointer to a pointer to a metadata struct. If *pm is NULL
  125. * a metadata struct is allocated and put in *pm.
  126. * @param key tag key to add to *pm (will be av_strduped depending on flags)
  127. * @param value tag value to add to *pm (will be av_strduped depending on flags).
  128. * Passing a NULL value will cause an existing tag to be deleted.
  129. * @return >= 0 on success otherwise an error code <0
  130. */
  131. int av_metadata_set2(AVMetadata **pm, const char *key, const char *value, int flags);
  132. #if FF_API_OLD_METADATA2
  133. /**
  134. * This function is provided for compatibility reason and currently does nothing.
  135. */
  136. attribute_deprecated void av_metadata_conv(struct AVFormatContext *ctx, const AVMetadataConv *d_conv,
  137. const AVMetadataConv *s_conv);
  138. #endif
  139. /**
  140. * Copy metadata from one AVMetadata struct into another.
  141. * @param dst pointer to a pointer to a AVMetadata struct. If *dst is NULL,
  142. * this function will allocate a struct for you and put it in *dst
  143. * @param src pointer to source AVMetadata struct
  144. * @param flags flags to use when setting metadata in *dst
  145. * @note metadata is read using the AV_METADATA_IGNORE_SUFFIX flag
  146. */
  147. void av_metadata_copy(AVMetadata **dst, AVMetadata *src, int flags);
  148. /**
  149. * Free all the memory allocated for an AVMetadata struct.
  150. */
  151. void av_metadata_free(AVMetadata **m);
  152. /* packet functions */
  153. /**
  154. * Allocate and read the payload of a packet and initialize its
  155. * fields with default values.
  156. *
  157. * @param pkt packet
  158. * @param size desired payload size
  159. * @return >0 (read size) if OK, AVERROR_xxx otherwise
  160. */
  161. int av_get_packet(AVIOContext *s, AVPacket *pkt, int size);
  162. /**
  163. * Read data and append it to the current content of the AVPacket.
  164. * If pkt->size is 0 this is identical to av_get_packet.
  165. * Note that this uses av_grow_packet and thus involves a realloc
  166. * which is inefficient. Thus this function should only be used
  167. * when there is no reasonable way to know (an upper bound of)
  168. * the final size.
  169. *
  170. * @param pkt packet
  171. * @param size amount of data to read
  172. * @return >0 (read size) if OK, AVERROR_xxx otherwise, previous data
  173. * will not be lost even if an error occurs.
  174. */
  175. int av_append_packet(AVIOContext *s, AVPacket *pkt, int size);
  176. /*************************************************/
  177. /* fractional numbers for exact pts handling */
  178. /**
  179. * The exact value of the fractional number is: 'val + num / den'.
  180. * num is assumed to be 0 <= num < den.
  181. */
  182. typedef struct AVFrac {
  183. int64_t val, num, den;
  184. } AVFrac;
  185. /*************************************************/
  186. /* input/output formats */
  187. struct AVCodecTag;
  188. /**
  189. * This structure contains the data a format has to probe a file.
  190. */
  191. typedef struct AVProbeData {
  192. const char *filename;
  193. unsigned char *buf; /**< Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero. */
  194. int buf_size; /**< Size of buf except extra allocated bytes */
  195. } AVProbeData;
  196. #define AVPROBE_SCORE_MAX 100 ///< maximum score, half of that is used for file-extension-based detection
  197. #define AVPROBE_PADDING_SIZE 32 ///< extra allocated bytes at the end of the probe buffer
  198. typedef struct AVFormatParameters {
  199. AVRational time_base;
  200. #if FF_API_FORMAT_PARAMETERS
  201. attribute_deprecated int sample_rate;
  202. attribute_deprecated int channels;
  203. attribute_deprecated int width;
  204. attribute_deprecated int height;
  205. attribute_deprecated enum PixelFormat pix_fmt;
  206. attribute_deprecated int channel; /**< Used to select DV channel. */
  207. attribute_deprecated const char *standard; /**< deprecated, use demuxer-specific options instead. */
  208. attribute_deprecated unsigned int mpeg2ts_raw:1; /**< deprecated, use mpegtsraw demuxer */
  209. /**< deprecated, use mpegtsraw demuxer-specific options instead */
  210. attribute_deprecated unsigned int mpeg2ts_compute_pcr:1;
  211. attribute_deprecated unsigned int initial_pause:1; /**< Do not begin to play the stream
  212. immediately (RTSP only). */
  213. #endif
  214. unsigned int prealloced_context:1;
  215. } AVFormatParameters;
  216. //! Demuxer will use avio_open, no opened file should be provided by the caller.
  217. #define AVFMT_NOFILE 0x0001
  218. #define AVFMT_NEEDNUMBER 0x0002 /**< Needs '%d' in filename. */
  219. #define AVFMT_SHOW_IDS 0x0008 /**< Show format stream IDs numbers. */
  220. #define AVFMT_RAWPICTURE 0x0020 /**< Format wants AVPicture structure for
  221. raw picture data. */
  222. #define AVFMT_GLOBALHEADER 0x0040 /**< Format wants global header. */
  223. #define AVFMT_NOTIMESTAMPS 0x0080 /**< Format does not need / have any timestamps. */
  224. #define AVFMT_GENERIC_INDEX 0x0100 /**< Use generic index building code. */
  225. #define AVFMT_TS_DISCONT 0x0200 /**< Format allows timestamp discontinuities. Note, muxers always require valid (monotone) timestamps */
  226. #define AVFMT_VARIABLE_FPS 0x0400 /**< Format allows variable fps. */
  227. #define AVFMT_NODIMENSIONS 0x0800 /**< Format does not need width/height */
  228. #define AVFMT_NOSTREAMS 0x1000 /**< Format does not require any streams */
  229. #define AVFMT_NOBINSEARCH 0x2000 /**< Format does not allow to fallback to binary search via read_timestamp */
  230. #define AVFMT_NOGENSEARCH 0x4000 /**< Format does not allow to fallback to generic search */
  231. #define AVFMT_TS_NONSTRICT 0x8000 /**< Format does not require strictly
  232. increasing timestamps, but they must
  233. still be monotonic */
  234. typedef struct AVOutputFormat {
  235. const char *name;
  236. /**
  237. * Descriptive name for the format, meant to be more human-readable
  238. * than name. You should use the NULL_IF_CONFIG_SMALL() macro
  239. * to define it.
  240. */
  241. const char *long_name;
  242. const char *mime_type;
  243. const char *extensions; /**< comma-separated filename extensions */
  244. /**
  245. * size of private data so that it can be allocated in the wrapper
  246. */
  247. int priv_data_size;
  248. /* output support */
  249. enum CodecID audio_codec; /**< default audio codec */
  250. enum CodecID video_codec; /**< default video codec */
  251. int (*write_header)(struct AVFormatContext *);
  252. int (*write_packet)(struct AVFormatContext *, AVPacket *pkt);
  253. int (*write_trailer)(struct AVFormatContext *);
  254. /**
  255. * can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_RAWPICTURE,
  256. * AVFMT_GLOBALHEADER, AVFMT_NOTIMESTAMPS, AVFMT_VARIABLE_FPS,
  257. * AVFMT_NODIMENSIONS, AVFMT_NOSTREAMS
  258. */
  259. int flags;
  260. void *dummy;
  261. int (*interleave_packet)(struct AVFormatContext *, AVPacket *out,
  262. AVPacket *in, int flush);
  263. /**
  264. * List of supported codec_id-codec_tag pairs, ordered by "better
  265. * choice first". The arrays are all terminated by CODEC_ID_NONE.
  266. */
  267. const struct AVCodecTag * const *codec_tag;
  268. enum CodecID subtitle_codec; /**< default subtitle codec */
  269. #if FF_API_OLD_METADATA2
  270. const AVMetadataConv *metadata_conv;
  271. #endif
  272. const AVClass *priv_class; ///< AVClass for the private context
  273. /* private fields */
  274. struct AVOutputFormat *next;
  275. } AVOutputFormat;
  276. typedef struct AVInputFormat {
  277. /**
  278. * A comma separated list of short names for the format. New names
  279. * may be appended with a minor bump.
  280. */
  281. const char *name;
  282. /**
  283. * Descriptive name for the format, meant to be more human-readable
  284. * than name. You should use the NULL_IF_CONFIG_SMALL() macro
  285. * to define it.
  286. */
  287. const char *long_name;
  288. /**
  289. * Size of private data so that it can be allocated in the wrapper.
  290. */
  291. int priv_data_size;
  292. /**
  293. * Tell if a given file has a chance of being parsed as this format.
  294. * The buffer provided is guaranteed to be AVPROBE_PADDING_SIZE bytes
  295. * big so you do not have to check for that unless you need more.
  296. */
  297. int (*read_probe)(AVProbeData *);
  298. /**
  299. * Read the format header and initialize the AVFormatContext
  300. * structure. Return 0 if OK. 'ap' if non-NULL contains
  301. * additional parameters. Only used in raw format right
  302. * now. 'av_new_stream' should be called to create new streams.
  303. */
  304. int (*read_header)(struct AVFormatContext *,
  305. AVFormatParameters *ap);
  306. /**
  307. * Read one packet and put it in 'pkt'. pts and flags are also
  308. * set. 'av_new_stream' can be called only if the flag
  309. * AVFMTCTX_NOHEADER is used and only in the calling thread (not in a
  310. * background thread).
  311. * @return 0 on success, < 0 on error.
  312. * When returning an error, pkt must not have been allocated
  313. * or must be freed before returning
  314. */
  315. int (*read_packet)(struct AVFormatContext *, AVPacket *pkt);
  316. /**
  317. * Close the stream. The AVFormatContext and AVStreams are not
  318. * freed by this function
  319. */
  320. int (*read_close)(struct AVFormatContext *);
  321. #if FF_API_READ_SEEK
  322. /**
  323. * Seek to a given timestamp relative to the frames in
  324. * stream component stream_index.
  325. * @param stream_index Must not be -1.
  326. * @param flags Selects which direction should be preferred if no exact
  327. * match is available.
  328. * @return >= 0 on success (but not necessarily the new offset)
  329. */
  330. attribute_deprecated int (*read_seek)(struct AVFormatContext *,
  331. int stream_index, int64_t timestamp, int flags);
  332. #endif
  333. /**
  334. * Gets the next timestamp in stream[stream_index].time_base units.
  335. * @return the timestamp or AV_NOPTS_VALUE if an error occurred
  336. */
  337. int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index,
  338. int64_t *pos, int64_t pos_limit);
  339. /**
  340. * Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER.
  341. */
  342. int flags;
  343. /**
  344. * If extensions are defined, then no probe is done. You should
  345. * usually not use extension format guessing because it is not
  346. * reliable enough
  347. */
  348. const char *extensions;
  349. /**
  350. * General purpose read-only value that the format can use.
  351. */
  352. int value;
  353. /**
  354. * Start/resume playing - only meaningful if using a network-based format
  355. * (RTSP).
  356. */
  357. int (*read_play)(struct AVFormatContext *);
  358. /**
  359. * Pause playing - only meaningful if using a network-based format
  360. * (RTSP).
  361. */
  362. int (*read_pause)(struct AVFormatContext *);
  363. const struct AVCodecTag * const *codec_tag;
  364. /**
  365. * Seek to timestamp ts.
  366. * Seeking will be done so that the point from which all active streams
  367. * can be presented successfully will be closest to ts and within min/max_ts.
  368. * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL.
  369. */
  370. int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
  371. #if FF_API_OLD_METADATA2
  372. const AVMetadataConv *metadata_conv;
  373. #endif
  374. const AVClass *priv_class; ///< AVClass for the private context
  375. /* private fields */
  376. struct AVInputFormat *next;
  377. } AVInputFormat;
  378. enum AVStreamParseType {
  379. AVSTREAM_PARSE_NONE,
  380. AVSTREAM_PARSE_FULL, /**< full parsing and repack */
  381. AVSTREAM_PARSE_HEADERS, /**< Only parse headers, do not repack. */
  382. AVSTREAM_PARSE_TIMESTAMPS, /**< full parsing and interpolation of timestamps for frames not starting on a packet boundary */
  383. AVSTREAM_PARSE_FULL_ONCE, /**< full parsing and repack of the first frame only, only implemented for H.264 currently */
  384. };
  385. typedef struct AVIndexEntry {
  386. int64_t pos;
  387. int64_t timestamp;
  388. #define AVINDEX_KEYFRAME 0x0001
  389. int flags:2;
  390. int size:30; //Yeah, trying to keep the size of this small to reduce memory requirements (it is 24 vs. 32 bytes due to possible 8-byte alignment).
  391. int min_distance; /**< Minimum distance between this and the previous keyframe, used to avoid unneeded searching. */
  392. } AVIndexEntry;
  393. #define AV_DISPOSITION_DEFAULT 0x0001
  394. #define AV_DISPOSITION_DUB 0x0002
  395. #define AV_DISPOSITION_ORIGINAL 0x0004
  396. #define AV_DISPOSITION_COMMENT 0x0008
  397. #define AV_DISPOSITION_LYRICS 0x0010
  398. #define AV_DISPOSITION_KARAOKE 0x0020
  399. /**
  400. * Track should be used during playback by default.
  401. * Useful for subtitle track that should be displayed
  402. * even when user did not explicitly ask for subtitles.
  403. */
  404. #define AV_DISPOSITION_FORCED 0x0040
  405. #define AV_DISPOSITION_HEARING_IMPAIRED 0x0080 /**< stream for hearing impaired audiences */
  406. #define AV_DISPOSITION_VISUAL_IMPAIRED 0x0100 /**< stream for visual impaired audiences */
  407. #define AV_DISPOSITION_CLEAN_EFFECTS 0x0200 /**< stream without voice */
  408. /**
  409. * Stream structure.
  410. * New fields can be added to the end with minor version bumps.
  411. * Removal, reordering and changes to existing fields require a major
  412. * version bump.
  413. * sizeof(AVStream) must not be used outside libav*.
  414. */
  415. typedef struct AVStream {
  416. int index; /**< stream index in AVFormatContext */
  417. int id; /**< format-specific stream ID */
  418. AVCodecContext *codec; /**< codec context */
  419. /**
  420. * Real base framerate of the stream.
  421. * This is the lowest framerate with which all timestamps can be
  422. * represented accurately (it is the least common multiple of all
  423. * framerates in the stream). Note, this value is just a guess!
  424. * For example, if the time base is 1/90000 and all frames have either
  425. * approximately 3600 or 1800 timer ticks, then r_frame_rate will be 50/1.
  426. */
  427. AVRational r_frame_rate;
  428. void *priv_data;
  429. /* internal data used in av_find_stream_info() */
  430. int64_t first_dts;
  431. /**
  432. * encoding: pts generation when outputting stream
  433. */
  434. struct AVFrac pts;
  435. /**
  436. * This is the fundamental unit of time (in seconds) in terms
  437. * of which frame timestamps are represented. For fixed-fps content,
  438. * time base should be 1/framerate and timestamp increments should be 1.
  439. * decoding: set by libavformat
  440. * encoding: set by libavformat in av_write_header
  441. */
  442. AVRational time_base;
  443. int pts_wrap_bits; /**< number of bits in pts (used for wrapping control) */
  444. /* ffmpeg.c private use */
  445. int stream_copy; /**< If set, just copy stream. */
  446. enum AVDiscard discard; ///< Selects which packets can be discarded at will and do not need to be demuxed.
  447. //FIXME move stuff to a flags field?
  448. /**
  449. * Quality, as it has been removed from AVCodecContext and put in AVVideoFrame.
  450. * MN: dunno if that is the right place for it
  451. */
  452. float quality;
  453. /**
  454. * Decoding: pts of the first frame of the stream, in stream time base.
  455. * Only set this if you are absolutely 100% sure that the value you set
  456. * it to really is the pts of the first frame.
  457. * This may be undefined (AV_NOPTS_VALUE).
  458. * @note The ASF header does NOT contain a correct start_time the ASF
  459. * demuxer must NOT set this.
  460. */
  461. int64_t start_time;
  462. /**
  463. * Decoding: duration of the stream, in stream time base.
  464. * If a source file does not specify a duration, but does specify
  465. * a bitrate, this value will be estimated from bitrate and file size.
  466. */
  467. int64_t duration;
  468. /* av_read_frame() support */
  469. enum AVStreamParseType need_parsing;
  470. struct AVCodecParserContext *parser;
  471. int64_t cur_dts;
  472. int last_IP_duration;
  473. int64_t last_IP_pts;
  474. /* av_seek_frame() support */
  475. AVIndexEntry *index_entries; /**< Only used if the format does not
  476. support seeking natively. */
  477. int nb_index_entries;
  478. unsigned int index_entries_allocated_size;
  479. int64_t nb_frames; ///< number of frames in this stream if known or 0
  480. int disposition; /**< AV_DISPOSITION_* bit field */
  481. AVProbeData probe_data;
  482. #define MAX_REORDER_DELAY 16
  483. int64_t pts_buffer[MAX_REORDER_DELAY+1];
  484. /**
  485. * sample aspect ratio (0 if unknown)
  486. * - encoding: Set by user.
  487. * - decoding: Set by libavformat.
  488. */
  489. AVRational sample_aspect_ratio;
  490. AVMetadata *metadata;
  491. /* Intended mostly for av_read_frame() support. Not supposed to be used by */
  492. /* external applications; try to use something else if at all possible. */
  493. const uint8_t *cur_ptr;
  494. int cur_len;
  495. AVPacket cur_pkt;
  496. // Timestamp generation support:
  497. /**
  498. * Timestamp corresponding to the last dts sync point.
  499. *
  500. * Initialized when AVCodecParserContext.dts_sync_point >= 0 and
  501. * a DTS is received from the underlying container. Otherwise set to
  502. * AV_NOPTS_VALUE by default.
  503. */
  504. int64_t reference_dts;
  505. /**
  506. * Number of packets to buffer for codec probing
  507. * NOT PART OF PUBLIC API
  508. */
  509. #define MAX_PROBE_PACKETS 2500
  510. int probe_packets;
  511. /**
  512. * last packet in packet_buffer for this stream when muxing.
  513. * used internally, NOT PART OF PUBLIC API, dont read or write from outside of libav*
  514. */
  515. struct AVPacketList *last_in_packet_buffer;
  516. /**
  517. * Average framerate
  518. */
  519. AVRational avg_frame_rate;
  520. /**
  521. * Number of frames that have been demuxed during av_find_stream_info()
  522. */
  523. int codec_info_nb_frames;
  524. /**
  525. * Stream Identifier
  526. * This is the MPEG-TS stream identifier +1
  527. * 0 means unknown
  528. */
  529. int stream_identifier;
  530. /**
  531. * Stream informations used internally by av_find_stream_info()
  532. */
  533. #define MAX_STD_TIMEBASES (60*12+5)
  534. struct {
  535. int64_t last_dts;
  536. int64_t duration_gcd;
  537. int duration_count;
  538. double duration_error[MAX_STD_TIMEBASES];
  539. int64_t codec_info_duration;
  540. } *info;
  541. /**
  542. * flag to indicate that probing is requested
  543. * NOT PART OF PUBLIC API
  544. */
  545. int request_probe;
  546. } AVStream;
  547. #define AV_PROGRAM_RUNNING 1
  548. /**
  549. * New fields can be added to the end with minor version bumps.
  550. * Removal, reordering and changes to existing fields require a major
  551. * version bump.
  552. * sizeof(AVProgram) must not be used outside libav*.
  553. */
  554. typedef struct AVProgram {
  555. int id;
  556. int flags;
  557. enum AVDiscard discard; ///< selects which program to discard and which to feed to the caller
  558. unsigned int *stream_index;
  559. unsigned int nb_stream_indexes;
  560. AVMetadata *metadata;
  561. int program_num;
  562. int pmt_pid;
  563. int pcr_pid;
  564. } AVProgram;
  565. #define AVFMTCTX_NOHEADER 0x0001 /**< signal that no header is present
  566. (streams are added dynamically) */
  567. typedef struct AVChapter {
  568. int id; ///< unique ID to identify the chapter
  569. AVRational time_base; ///< time base in which the start/end timestamps are specified
  570. int64_t start, end; ///< chapter start/end time in time_base units
  571. AVMetadata *metadata;
  572. } AVChapter;
  573. /**
  574. * Format I/O context.
  575. * New fields can be added to the end with minor version bumps.
  576. * Removal, reordering and changes to existing fields require a major
  577. * version bump.
  578. * sizeof(AVFormatContext) must not be used outside libav*.
  579. */
  580. typedef struct AVFormatContext {
  581. const AVClass *av_class; /**< Set by avformat_alloc_context. */
  582. /* Can only be iformat or oformat, not both at the same time. */
  583. struct AVInputFormat *iformat;
  584. struct AVOutputFormat *oformat;
  585. void *priv_data;
  586. AVIOContext *pb;
  587. unsigned int nb_streams;
  588. AVStream **streams;
  589. char filename[1024]; /**< input or output filename */
  590. /* stream info */
  591. int64_t timestamp;
  592. int ctx_flags; /**< Format-specific flags, see AVFMTCTX_xx */
  593. /* private data for pts handling (do not modify directly). */
  594. /**
  595. * This buffer is only needed when packets were already buffered but
  596. * not decoded, for example to get the codec parameters in MPEG
  597. * streams.
  598. */
  599. struct AVPacketList *packet_buffer;
  600. /**
  601. * Decoding: position of the first frame of the component, in
  602. * AV_TIME_BASE fractional seconds. NEVER set this value directly:
  603. * It is deduced from the AVStream values.
  604. */
  605. int64_t start_time;
  606. /**
  607. * Decoding: duration of the stream, in AV_TIME_BASE fractional
  608. * seconds. Only set this value if you know none of the individual stream
  609. * durations and also dont set any of them. This is deduced from the
  610. * AVStream values if not set.
  611. */
  612. int64_t duration;
  613. /**
  614. * decoding: total file size, 0 if unknown
  615. */
  616. int64_t file_size;
  617. /**
  618. * Decoding: total stream bitrate in bit/s, 0 if not
  619. * available. Never set it directly if the file_size and the
  620. * duration are known as FFmpeg can compute it automatically.
  621. */
  622. int bit_rate;
  623. /* av_read_frame() support */
  624. AVStream *cur_st;
  625. /* av_seek_frame() support */
  626. int64_t data_offset; /**< offset of the first packet */
  627. int mux_rate;
  628. unsigned int packet_size;
  629. int preload;
  630. int max_delay;
  631. #define AVFMT_NOOUTPUTLOOP -1
  632. #define AVFMT_INFINITEOUTPUTLOOP 0
  633. /**
  634. * number of times to loop output in formats that support it
  635. */
  636. int loop_output;
  637. int flags;
  638. #define AVFMT_FLAG_GENPTS 0x0001 ///< Generate missing pts even if it requires parsing future frames.
  639. #define AVFMT_FLAG_IGNIDX 0x0002 ///< Ignore index.
  640. #define AVFMT_FLAG_NONBLOCK 0x0004 ///< Do not block when reading packets from input.
  641. #define AVFMT_FLAG_IGNDTS 0x0008 ///< Ignore DTS on frames that contain both DTS & PTS
  642. #define AVFMT_FLAG_NOFILLIN 0x0010 ///< Do not infer any values from other values, just return what is stored in the container
  643. #define AVFMT_FLAG_NOPARSE 0x0020 ///< Do not use AVParsers, you also must set AVFMT_FLAG_NOFILLIN as the fillin code works on frames and no parsing -> no frames. Also seeking to frames can not work if parsing to find frame boundaries has been disabled
  644. #if FF_API_FLAG_RTP_HINT
  645. #define AVFMT_FLAG_RTP_HINT 0x0040 ///< Deprecated, use the -movflags rtphint muxer specific AVOption instead
  646. #endif
  647. #define AVFMT_FLAG_MP4A_LATM 0x0080 ///< Enable RTP MP4A-LATM payload
  648. #define AVFMT_FLAG_SORT_DTS 0x10000 ///< try to interleave outputted packets by dts (using this flag can slow demuxing down)
  649. #define AVFMT_FLAG_PRIV_OPT 0x20000 ///< Enable use of private options by delaying codec open (this could be made default once all code is converted)
  650. #define AVFMT_FLAG_KEEP_SIDE_DATA 0x40000 ///< Dont merge side data but keep it seperate.
  651. int loop_input;
  652. /**
  653. * decoding: size of data to probe; encoding: unused.
  654. */
  655. unsigned int probesize;
  656. /**
  657. * Maximum time (in AV_TIME_BASE units) during which the input should
  658. * be analyzed in av_find_stream_info().
  659. */
  660. int max_analyze_duration;
  661. const uint8_t *key;
  662. int keylen;
  663. unsigned int nb_programs;
  664. AVProgram **programs;
  665. /**
  666. * Forced video codec_id.
  667. * Demuxing: Set by user.
  668. */
  669. enum CodecID video_codec_id;
  670. /**
  671. * Forced audio codec_id.
  672. * Demuxing: Set by user.
  673. */
  674. enum CodecID audio_codec_id;
  675. /**
  676. * Forced subtitle codec_id.
  677. * Demuxing: Set by user.
  678. */
  679. enum CodecID subtitle_codec_id;
  680. /**
  681. * Maximum amount of memory in bytes to use for the index of each stream.
  682. * If the index exceeds this size, entries will be discarded as
  683. * needed to maintain a smaller size. This can lead to slower or less
  684. * accurate seeking (depends on demuxer).
  685. * Demuxers for which a full in-memory index is mandatory will ignore
  686. * this.
  687. * muxing : unused
  688. * demuxing: set by user
  689. */
  690. unsigned int max_index_size;
  691. /**
  692. * Maximum amount of memory in bytes to use for buffering frames
  693. * obtained from realtime capture devices.
  694. */
  695. unsigned int max_picture_buffer;
  696. unsigned int nb_chapters;
  697. AVChapter **chapters;
  698. /**
  699. * Flags to enable debugging.
  700. */
  701. int debug;
  702. #define FF_FDEBUG_TS 0x0001
  703. /**
  704. * Raw packets from the demuxer, prior to parsing and decoding.
  705. * This buffer is used for buffering packets until the codec can
  706. * be identified, as parsing cannot be done without knowing the
  707. * codec.
  708. */
  709. struct AVPacketList *raw_packet_buffer;
  710. struct AVPacketList *raw_packet_buffer_end;
  711. struct AVPacketList *packet_buffer_end;
  712. AVMetadata *metadata;
  713. /**
  714. * Remaining size available for raw_packet_buffer, in bytes.
  715. * NOT PART OF PUBLIC API
  716. */
  717. #define RAW_PACKET_BUFFER_SIZE 2500000
  718. int raw_packet_buffer_remaining_size;
  719. /**
  720. * Start time of the stream in real world time, in microseconds
  721. * since the unix epoch (00:00 1st January 1970). That is, pts=0
  722. * in the stream was captured at this real world time.
  723. * - encoding: Set by user.
  724. * - decoding: Unused.
  725. */
  726. int64_t start_time_realtime;
  727. /**
  728. * decoding: number of frames used to probe fps
  729. */
  730. int fps_probe_size;
  731. /**
  732. * Transport stream id.
  733. * This will be moved into demuxer private options. Thus no API/ABI compatibility
  734. */
  735. int ts_id;
  736. } AVFormatContext;
  737. typedef struct AVPacketList {
  738. AVPacket pkt;
  739. struct AVPacketList *next;
  740. } AVPacketList;
  741. /**
  742. * If f is NULL, returns the first registered input format,
  743. * if f is non-NULL, returns the next registered input format after f
  744. * or NULL if f is the last one.
  745. */
  746. AVInputFormat *av_iformat_next(AVInputFormat *f);
  747. /**
  748. * If f is NULL, returns the first registered output format,
  749. * if f is non-NULL, returns the next registered output format after f
  750. * or NULL if f is the last one.
  751. */
  752. AVOutputFormat *av_oformat_next(AVOutputFormat *f);
  753. #if FF_API_GUESS_IMG2_CODEC
  754. attribute_deprecated enum CodecID av_guess_image2_codec(const char *filename);
  755. #endif
  756. /* XXX: Use automatic init with either ELF sections or C file parser */
  757. /* modules. */
  758. /* utils.c */
  759. void av_register_input_format(AVInputFormat *format);
  760. void av_register_output_format(AVOutputFormat *format);
  761. /**
  762. * Return the output format in the list of registered output formats
  763. * which best matches the provided parameters, or return NULL if
  764. * there is no match.
  765. *
  766. * @param short_name if non-NULL checks if short_name matches with the
  767. * names of the registered formats
  768. * @param filename if non-NULL checks if filename terminates with the
  769. * extensions of the registered formats
  770. * @param mime_type if non-NULL checks if mime_type matches with the
  771. * MIME type of the registered formats
  772. */
  773. AVOutputFormat *av_guess_format(const char *short_name,
  774. const char *filename,
  775. const char *mime_type);
  776. /**
  777. * Guess the codec ID based upon muxer and filename.
  778. */
  779. enum CodecID av_guess_codec(AVOutputFormat *fmt, const char *short_name,
  780. const char *filename, const char *mime_type,
  781. enum AVMediaType type);
  782. /**
  783. * Send a nice hexadecimal dump of a buffer to the specified file stream.
  784. *
  785. * @param f The file stream pointer where the dump should be sent to.
  786. * @param buf buffer
  787. * @param size buffer size
  788. *
  789. * @see av_hex_dump_log, av_pkt_dump2, av_pkt_dump_log2
  790. */
  791. void av_hex_dump(FILE *f, uint8_t *buf, int size);
  792. /**
  793. * Send a nice hexadecimal dump of a buffer to the log.
  794. *
  795. * @param avcl A pointer to an arbitrary struct of which the first field is a
  796. * pointer to an AVClass struct.
  797. * @param level The importance level of the message, lower values signifying
  798. * higher importance.
  799. * @param buf buffer
  800. * @param size buffer size
  801. *
  802. * @see av_hex_dump, av_pkt_dump2, av_pkt_dump_log2
  803. */
  804. void av_hex_dump_log(void *avcl, int level, uint8_t *buf, int size);
  805. /**
  806. * Send a nice dump of a packet to the specified file stream.
  807. *
  808. * @param f The file stream pointer where the dump should be sent to.
  809. * @param pkt packet to dump
  810. * @param dump_payload True if the payload must be displayed, too.
  811. * @param st AVStream that the packet belongs to
  812. */
  813. void av_pkt_dump2(FILE *f, AVPacket *pkt, int dump_payload, AVStream *st);
  814. /**
  815. * Send a nice dump of a packet to the log.
  816. *
  817. * @param avcl A pointer to an arbitrary struct of which the first field is a
  818. * pointer to an AVClass struct.
  819. * @param level The importance level of the message, lower values signifying
  820. * higher importance.
  821. * @param pkt packet to dump
  822. * @param dump_payload True if the payload must be displayed, too.
  823. * @param st AVStream that the packet belongs to
  824. */
  825. void av_pkt_dump_log2(void *avcl, int level, AVPacket *pkt, int dump_payload,
  826. AVStream *st);
  827. #if FF_API_PKT_DUMP
  828. attribute_deprecated void av_pkt_dump(FILE *f, AVPacket *pkt, int dump_payload);
  829. attribute_deprecated void av_pkt_dump_log(void *avcl, int level, AVPacket *pkt,
  830. int dump_payload);
  831. #endif
  832. /**
  833. * Initialize libavformat and register all the muxers, demuxers and
  834. * protocols. If you do not call this function, then you can select
  835. * exactly which formats you want to support.
  836. *
  837. * @see av_register_input_format()
  838. * @see av_register_output_format()
  839. * @see av_register_protocol()
  840. */
  841. void av_register_all(void);
  842. /**
  843. * Get the CodecID for the given codec tag tag.
  844. * If no codec id is found returns CODEC_ID_NONE.
  845. *
  846. * @param tags list of supported codec_id-codec_tag pairs, as stored
  847. * in AVInputFormat.codec_tag and AVOutputFormat.codec_tag
  848. */
  849. enum CodecID av_codec_get_id(const struct AVCodecTag * const *tags, unsigned int tag);
  850. /**
  851. * Get the codec tag for the given codec id id.
  852. * If no codec tag is found returns 0.
  853. *
  854. * @param tags list of supported codec_id-codec_tag pairs, as stored
  855. * in AVInputFormat.codec_tag and AVOutputFormat.codec_tag
  856. */
  857. unsigned int av_codec_get_tag(const struct AVCodecTag * const *tags, enum CodecID id);
  858. /* media file input */
  859. /**
  860. * Find AVInputFormat based on the short name of the input format.
  861. */
  862. AVInputFormat *av_find_input_format(const char *short_name);
  863. /**
  864. * Guess the file format.
  865. *
  866. * @param is_opened Whether the file is already opened; determines whether
  867. * demuxers with or without AVFMT_NOFILE are probed.
  868. */
  869. AVInputFormat *av_probe_input_format(AVProbeData *pd, int is_opened);
  870. /**
  871. * Guess the file format.
  872. *
  873. * @param is_opened Whether the file is already opened; determines whether
  874. * demuxers with or without AVFMT_NOFILE are probed.
  875. * @param score_max A probe score larger that this is required to accept a
  876. * detection, the variable is set to the actual detection
  877. * score afterwards.
  878. * If the score is <= AVPROBE_SCORE_MAX / 4 it is recommended
  879. * to retry with a larger probe buffer.
  880. */
  881. AVInputFormat *av_probe_input_format2(AVProbeData *pd, int is_opened, int *score_max);
  882. /**
  883. * Guess the file format.
  884. *
  885. * @param is_opened Whether the file is already opened; determines whether
  886. * demuxers with or without AVFMT_NOFILE are probed.
  887. * @param score_ret The score of the best detection.
  888. */
  889. AVInputFormat *av_probe_input_format3(AVProbeData *pd, int is_opened, int *score_ret);
  890. /**
  891. * Probe a bytestream to determine the input format. Each time a probe returns
  892. * with a score that is too low, the probe buffer size is increased and another
  893. * attempt is made. When the maximum probe size is reached, the input format
  894. * with the highest score is returned.
  895. *
  896. * @param pb the bytestream to probe
  897. * @param fmt the input format is put here
  898. * @param filename the filename of the stream
  899. * @param logctx the log context
  900. * @param offset the offset within the bytestream to probe from
  901. * @param max_probe_size the maximum probe buffer size (zero for default)
  902. * @return 0 in case of success, a negative value corresponding to an
  903. * AVERROR code otherwise
  904. */
  905. int av_probe_input_buffer(AVIOContext *pb, AVInputFormat **fmt,
  906. const char *filename, void *logctx,
  907. unsigned int offset, unsigned int max_probe_size);
  908. /**
  909. * Allocate all the structures needed to read an input stream.
  910. * This does not open the needed codecs for decoding the stream[s].
  911. */
  912. int av_open_input_stream(AVFormatContext **ic_ptr,
  913. AVIOContext *pb, const char *filename,
  914. AVInputFormat *fmt, AVFormatParameters *ap);
  915. /**
  916. * Open a media file as input. The codecs are not opened. Only the file
  917. * header (if present) is read.
  918. *
  919. * @param ic_ptr The opened media file handle is put here.
  920. * @param filename filename to open
  921. * @param fmt If non-NULL, force the file format to use.
  922. * @param buf_size optional buffer size (zero if default is OK)
  923. * @param ap Additional parameters needed when opening the file
  924. * (NULL if default).
  925. * @return 0 if OK, AVERROR_xxx otherwise
  926. */
  927. int av_open_input_file(AVFormatContext **ic_ptr, const char *filename,
  928. AVInputFormat *fmt,
  929. int buf_size,
  930. AVFormatParameters *ap);
  931. int av_demuxer_open(AVFormatContext *ic, AVFormatParameters *ap);
  932. /**
  933. * Allocate an AVFormatContext.
  934. * avformat_free_context() can be used to free the context and everything
  935. * allocated by the framework within it.
  936. */
  937. AVFormatContext *avformat_alloc_context(void);
  938. #if FF_API_ALLOC_OUTPUT_CONTEXT
  939. /**
  940. * @deprecated deprecated in favor of avformat_alloc_output_context2()
  941. */
  942. attribute_deprecated
  943. AVFormatContext *avformat_alloc_output_context(const char *format,
  944. AVOutputFormat *oformat,
  945. const char *filename);
  946. #endif
  947. /**
  948. * Allocate an AVFormatContext for an output format.
  949. * avformat_free_context() can be used to free the context and
  950. * everything allocated by the framework within it.
  951. *
  952. * @param *ctx is set to the created format context, or to NULL in
  953. * case of failure
  954. * @param oformat format to use for allocating the context, if NULL
  955. * format_name and filename are used instead
  956. * @param format_name the name of output format to use for allocating the
  957. * context, if NULL filename is used instead
  958. * @param filename the name of the filename to use for allocating the
  959. * context, may be NULL
  960. * @return >= 0 in case of success, a negative AVERROR code in case of
  961. * failure
  962. */
  963. int avformat_alloc_output_context2(AVFormatContext **ctx, AVOutputFormat *oformat,
  964. const char *format_name, const char *filename);
  965. /**
  966. * Read packets of a media file to get stream information. This
  967. * is useful for file formats with no headers such as MPEG. This
  968. * function also computes the real framerate in case of MPEG-2 repeat
  969. * frame mode.
  970. * The logical file position is not changed by this function;
  971. * examined packets may be buffered for later processing.
  972. *
  973. * @param ic media file handle
  974. * @return >=0 if OK, AVERROR_xxx on error
  975. * @todo Let the user decide somehow what information is needed so that
  976. * we do not waste time getting stuff the user does not need.
  977. */
  978. int av_find_stream_info(AVFormatContext *ic);
  979. /**
  980. * Find the "best" stream in the file.
  981. * The best stream is determined according to various heuristics as the most
  982. * likely to be what the user expects.
  983. * If the decoder parameter is non-NULL, av_find_best_stream will find the
  984. * default decoder for the stream's codec; streams for which no decoder can
  985. * be found are ignored.
  986. *
  987. * @param ic media file handle
  988. * @param type stream type: video, audio, subtitles, etc.
  989. * @param wanted_stream_nb user-requested stream number,
  990. * or -1 for automatic selection
  991. * @param related_stream try to find a stream related (eg. in the same
  992. * program) to this one, or -1 if none
  993. * @param decoder_ret if non-NULL, returns the decoder for the
  994. * selected stream
  995. * @param flags flags; none are currently defined
  996. * @return the non-negative stream number in case of success,
  997. * AVERROR_STREAM_NOT_FOUND if no stream with the requested type
  998. * could be found,
  999. * AVERROR_DECODER_NOT_FOUND if streams were found but no decoder
  1000. * @note If av_find_best_stream returns successfully and decoder_ret is not
  1001. * NULL, then *decoder_ret is guaranteed to be set to a valid AVCodec.
  1002. */
  1003. int av_find_best_stream(AVFormatContext *ic,
  1004. enum AVMediaType type,
  1005. int wanted_stream_nb,
  1006. int related_stream,
  1007. AVCodec **decoder_ret,
  1008. int flags);
  1009. /**
  1010. * Read a transport packet from a media file.
  1011. *
  1012. * This function is obsolete and should never be used.
  1013. * Use av_read_frame() instead.
  1014. *
  1015. * @param s media file handle
  1016. * @param pkt is filled
  1017. * @return 0 if OK, AVERROR_xxx on error
  1018. */
  1019. int av_read_packet(AVFormatContext *s, AVPacket *pkt);
  1020. /**
  1021. * Return the next frame of a stream.
  1022. * This function returns what is stored in the file, and does not validate
  1023. * that what is there are valid frames for the decoder. It will split what is
  1024. * stored in the file into frames and return one for each call. It will not
  1025. * omit invalid data between valid frames so as to give the decoder the maximum
  1026. * information possible for decoding.
  1027. *
  1028. * The returned packet is valid
  1029. * until the next av_read_frame() or until av_close_input_file() and
  1030. * must be freed with av_free_packet. For video, the packet contains
  1031. * exactly one frame. For audio, it contains an integer number of
  1032. * frames if each frame has a known fixed size (e.g. PCM or ADPCM
  1033. * data). If the audio frames have a variable size (e.g. MPEG audio),
  1034. * then it contains one frame.
  1035. *
  1036. * pkt->pts, pkt->dts and pkt->duration are always set to correct
  1037. * values in AVStream.time_base units (and guessed if the format cannot
  1038. * provide them). pkt->pts can be AV_NOPTS_VALUE if the video format
  1039. * has B-frames, so it is better to rely on pkt->dts if you do not
  1040. * decompress the payload.
  1041. *
  1042. * @return 0 if OK, < 0 on error or end of file
  1043. */
  1044. int av_read_frame(AVFormatContext *s, AVPacket *pkt);
  1045. /**
  1046. * Seek to the keyframe at timestamp.
  1047. * 'timestamp' in 'stream_index'.
  1048. * @param stream_index If stream_index is (-1), a default
  1049. * stream is selected, and timestamp is automatically converted
  1050. * from AV_TIME_BASE units to the stream specific time_base.
  1051. * @param timestamp Timestamp in AVStream.time_base units
  1052. * or, if no stream is specified, in AV_TIME_BASE units.
  1053. * @param flags flags which select direction and seeking mode
  1054. * @return >= 0 on success
  1055. */
  1056. int av_seek_frame(AVFormatContext *s, int stream_index, int64_t timestamp,
  1057. int flags);
  1058. /**
  1059. * Seek to timestamp ts.
  1060. * Seeking will be done so that the point from which all active streams
  1061. * can be presented successfully will be closest to ts and within min/max_ts.
  1062. * Active streams are all streams that have AVStream.discard < AVDISCARD_ALL.
  1063. *
  1064. * If flags contain AVSEEK_FLAG_BYTE, then all timestamps are in bytes and
  1065. * are the file position (this may not be supported by all demuxers).
  1066. * If flags contain AVSEEK_FLAG_FRAME, then all timestamps are in frames
  1067. * in the stream with stream_index (this may not be supported by all demuxers).
  1068. * Otherwise all timestamps are in units of the stream selected by stream_index
  1069. * or if stream_index is -1, in AV_TIME_BASE units.
  1070. * If flags contain AVSEEK_FLAG_ANY, then non-keyframes are treated as
  1071. * keyframes (this may not be supported by all demuxers).
  1072. *
  1073. * @param stream_index index of the stream which is used as time base reference
  1074. * @param min_ts smallest acceptable timestamp
  1075. * @param ts target timestamp
  1076. * @param max_ts largest acceptable timestamp
  1077. * @param flags flags
  1078. * @return >=0 on success, error code otherwise
  1079. *
  1080. * @note This is part of the new seek API which is still under construction.
  1081. * Thus do not use this yet. It may change at any time, do not expect
  1082. * ABI compatibility yet!
  1083. */
  1084. int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags);
  1085. /**
  1086. * Start playing a network-based stream (e.g. RTSP stream) at the
  1087. * current position.
  1088. */
  1089. int av_read_play(AVFormatContext *s);
  1090. /**
  1091. * Pause a network-based stream (e.g. RTSP stream).
  1092. *
  1093. * Use av_read_play() to resume it.
  1094. */
  1095. int av_read_pause(AVFormatContext *s);
  1096. /**
  1097. * Free a AVFormatContext allocated by av_open_input_stream.
  1098. * @param s context to free
  1099. */
  1100. void av_close_input_stream(AVFormatContext *s);
  1101. /**
  1102. * Close a media file (but not its codecs).
  1103. *
  1104. * @param s media file handle
  1105. */
  1106. void av_close_input_file(AVFormatContext *s);
  1107. /**
  1108. * Free an AVFormatContext and all its streams.
  1109. * @param s context to free
  1110. */
  1111. void avformat_free_context(AVFormatContext *s);
  1112. /**
  1113. * Add a new stream to a media file.
  1114. *
  1115. * Can only be called in the read_header() function. If the flag
  1116. * AVFMTCTX_NOHEADER is in the format context, then new streams
  1117. * can be added in read_packet too.
  1118. *
  1119. * @param s media file handle
  1120. * @param id file-format-dependent stream ID
  1121. */
  1122. AVStream *av_new_stream(AVFormatContext *s, int id);
  1123. AVProgram *av_new_program(AVFormatContext *s, int id);
  1124. /**
  1125. * Set the pts for a given stream. If the new values would be invalid
  1126. * (<= 0), it leaves the AVStream unchanged.
  1127. *
  1128. * @param s stream
  1129. * @param pts_wrap_bits number of bits effectively used by the pts
  1130. * (used for wrap control, 33 is the value for MPEG)
  1131. * @param pts_num numerator to convert to seconds (MPEG: 1)
  1132. * @param pts_den denominator to convert to seconds (MPEG: 90000)
  1133. */
  1134. void av_set_pts_info(AVStream *s, int pts_wrap_bits,
  1135. unsigned int pts_num, unsigned int pts_den);
  1136. #define AVSEEK_FLAG_BACKWARD 1 ///< seek backward
  1137. #define AVSEEK_FLAG_BYTE 2 ///< seeking based on position in bytes
  1138. #define AVSEEK_FLAG_ANY 4 ///< seek to any frame, even non-keyframes
  1139. #define AVSEEK_FLAG_FRAME 8 ///< seeking based on frame number
  1140. int av_find_default_stream_index(AVFormatContext *s);
  1141. /**
  1142. * Get the index for a specific timestamp.
  1143. * @param flags if AVSEEK_FLAG_BACKWARD then the returned index will correspond
  1144. * to the timestamp which is <= the requested one, if backward
  1145. * is 0, then it will be >=
  1146. * if AVSEEK_FLAG_ANY seek to any frame, only keyframes otherwise
  1147. * @return < 0 if no such timestamp could be found
  1148. */
  1149. int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags);
  1150. /**
  1151. * Add an index entry into a sorted list. Update the entry if the list
  1152. * already contains it.
  1153. *
  1154. * @param timestamp timestamp in the time base of the given stream
  1155. */
  1156. int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp,
  1157. int size, int distance, int flags);
  1158. /**
  1159. * Perform a binary search using av_index_search_timestamp() and
  1160. * AVInputFormat.read_timestamp().
  1161. * This is not supposed to be called directly by a user application,
  1162. * but by demuxers.
  1163. * @param target_ts target timestamp in the time base of the given stream
  1164. * @param stream_index stream number
  1165. */
  1166. int av_seek_frame_binary(AVFormatContext *s, int stream_index,
  1167. int64_t target_ts, int flags);
  1168. /**
  1169. * Update cur_dts of all streams based on the given timestamp and AVStream.
  1170. *
  1171. * Stream ref_st unchanged, others set cur_dts in their native time base.
  1172. * Only needed for timestamp wrapping or if (dts not set and pts!=dts).
  1173. * @param timestamp new dts expressed in time_base of param ref_st
  1174. * @param ref_st reference stream giving time_base of param timestamp
  1175. */
  1176. void av_update_cur_dts(AVFormatContext *s, AVStream *ref_st, int64_t timestamp);
  1177. /**
  1178. * Perform a binary search using read_timestamp().
  1179. * This is not supposed to be called directly by a user application,
  1180. * but by demuxers.
  1181. * @param target_ts target timestamp in the time base of the given stream
  1182. * @param stream_index stream number
  1183. */
  1184. int64_t av_gen_search(AVFormatContext *s, int stream_index,
  1185. int64_t target_ts, int64_t pos_min,
  1186. int64_t pos_max, int64_t pos_limit,
  1187. int64_t ts_min, int64_t ts_max,
  1188. int flags, int64_t *ts_ret,
  1189. int64_t (*read_timestamp)(struct AVFormatContext *, int , int64_t *, int64_t ));
  1190. /**
  1191. * media file output
  1192. */
  1193. attribute_deprecated int av_set_parameters(AVFormatContext *s, AVFormatParameters *ap);
  1194. /**
  1195. * Split a URL string into components.
  1196. *
  1197. * The pointers to buffers for storing individual components may be null,
  1198. * in order to ignore that component. Buffers for components not found are
  1199. * set to empty strings. If the port is not found, it is set to a negative
  1200. * value.
  1201. *
  1202. * @param proto the buffer for the protocol
  1203. * @param proto_size the size of the proto buffer
  1204. * @param authorization the buffer for the authorization
  1205. * @param authorization_size the size of the authorization buffer
  1206. * @param hostname the buffer for the host name
  1207. * @param hostname_size the size of the hostname buffer
  1208. * @param port_ptr a pointer to store the port number in
  1209. * @param path the buffer for the path
  1210. * @param path_size the size of the path buffer
  1211. * @param url the URL to split
  1212. */
  1213. void av_url_split(char *proto, int proto_size,
  1214. char *authorization, int authorization_size,
  1215. char *hostname, int hostname_size,
  1216. int *port_ptr,
  1217. char *path, int path_size,
  1218. const char *url);
  1219. /**
  1220. * Allocate the stream private data and write the stream header to an
  1221. * output media file.
  1222. * @note: this sets stream time-bases, if possible to stream->codec->time_base
  1223. * but for some formats it might also be some other time base
  1224. *
  1225. * @param s media file handle
  1226. * @return 0 if OK, AVERROR_xxx on error
  1227. */
  1228. int av_write_header(AVFormatContext *s);
  1229. /**
  1230. * Write a packet to an output media file.
  1231. *
  1232. * The packet shall contain one audio or video frame.
  1233. * The packet must be correctly interleaved according to the container
  1234. * specification, if not then av_interleaved_write_frame must be used.
  1235. *
  1236. * @param s media file handle
  1237. * @param pkt The packet, which contains the stream_index, buf/buf_size,
  1238. dts/pts, ...
  1239. * @return < 0 on error, = 0 if OK, 1 if end of stream wanted
  1240. */
  1241. int av_write_frame(AVFormatContext *s, AVPacket *pkt);
  1242. /**
  1243. * Write a packet to an output media file ensuring correct interleaving.
  1244. *
  1245. * The packet must contain one audio or video frame.
  1246. * If the packets are already correctly interleaved, the application should
  1247. * call av_write_frame() instead as it is slightly faster. It is also important
  1248. * to keep in mind that completely non-interleaved input will need huge amounts
  1249. * of memory to interleave with this, so it is preferable to interleave at the
  1250. * demuxer level.
  1251. *
  1252. * @param s media file handle
  1253. * @param pkt The packet, which contains the stream_index, buf/buf_size,
  1254. dts/pts, ...
  1255. * @return < 0 on error, = 0 if OK, 1 if end of stream wanted
  1256. */
  1257. int av_interleaved_write_frame(AVFormatContext *s, AVPacket *pkt);
  1258. /**
  1259. * Interleave a packet per dts in an output media file.
  1260. *
  1261. * Packets with pkt->destruct == av_destruct_packet will be freed inside this
  1262. * function, so they cannot be used after it. Note that calling av_free_packet()
  1263. * on them is still safe.
  1264. *
  1265. * @param s media file handle
  1266. * @param out the interleaved packet will be output here
  1267. * @param pkt the input packet
  1268. * @param flush 1 if no further packets are available as input and all
  1269. * remaining packets should be output
  1270. * @return 1 if a packet was output, 0 if no packet could be output,
  1271. * < 0 if an error occurred
  1272. */
  1273. int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out,
  1274. AVPacket *pkt, int flush);
  1275. /**
  1276. * Write the stream trailer to an output media file and free the
  1277. * file private data.
  1278. *
  1279. * May only be called after a successful call to av_write_header.
  1280. *
  1281. * @param s media file handle
  1282. * @return 0 if OK, AVERROR_xxx on error
  1283. */
  1284. int av_write_trailer(AVFormatContext *s);
  1285. #if FF_API_DUMP_FORMAT
  1286. /**
  1287. * @deprecated Deprecated in favor of av_dump_format().
  1288. */
  1289. attribute_deprecated void dump_format(AVFormatContext *ic,
  1290. int index,
  1291. const char *url,
  1292. int is_output);
  1293. #endif
  1294. void av_dump_format(AVFormatContext *ic,
  1295. int index,
  1296. const char *url,
  1297. int is_output);
  1298. #if FF_API_PARSE_DATE
  1299. /**
  1300. * Parse datestr and return a corresponding number of microseconds.
  1301. *
  1302. * @param datestr String representing a date or a duration.
  1303. * See av_parse_time() for the syntax of the provided string.
  1304. * @deprecated in favor of av_parse_time()
  1305. */
  1306. attribute_deprecated
  1307. int64_t parse_date(const char *datestr, int duration);
  1308. #endif
  1309. /**
  1310. * Get the current time in microseconds.
  1311. */
  1312. int64_t av_gettime(void);
  1313. #if FF_API_FIND_INFO_TAG
  1314. /**
  1315. * @deprecated use av_find_info_tag in libavutil instead.
  1316. */
  1317. attribute_deprecated int find_info_tag(char *arg, int arg_size, const char *tag1, const char *info);
  1318. #endif
  1319. /**
  1320. * Return in 'buf' the path with '%d' replaced by a number.
  1321. *
  1322. * Also handles the '%0nd' format where 'n' is the total number
  1323. * of digits and '%%'.
  1324. *
  1325. * @param buf destination buffer
  1326. * @param buf_size destination buffer size
  1327. * @param path numbered sequence string
  1328. * @param number frame number
  1329. * @return 0 if OK, -1 on format error
  1330. */
  1331. int av_get_frame_filename(char *buf, int buf_size,
  1332. const char *path, int number);
  1333. /**
  1334. * Check whether filename actually is a numbered sequence generator.
  1335. *
  1336. * @param filename possible numbered sequence string
  1337. * @return 1 if a valid numbered sequence string, 0 otherwise
  1338. */
  1339. int av_filename_number_test(const char *filename);
  1340. /**
  1341. * Generate an SDP for an RTP session.
  1342. *
  1343. * @param ac array of AVFormatContexts describing the RTP streams. If the
  1344. * array is composed by only one context, such context can contain
  1345. * multiple AVStreams (one AVStream per RTP stream). Otherwise,
  1346. * all the contexts in the array (an AVCodecContext per RTP stream)
  1347. * must contain only one AVStream.
  1348. * @param n_files number of AVCodecContexts contained in ac
  1349. * @param buf buffer where the SDP will be stored (must be allocated by
  1350. * the caller)
  1351. * @param size the size of the buffer
  1352. * @return 0 if OK, AVERROR_xxx on error
  1353. */
  1354. int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size);
  1355. #if FF_API_SDP_CREATE
  1356. attribute_deprecated int avf_sdp_create(AVFormatContext *ac[], int n_files, char *buff, int size);
  1357. #endif
  1358. /**
  1359. * Return a positive value if the given filename has one of the given
  1360. * extensions, 0 otherwise.
  1361. *
  1362. * @param extensions a comma-separated list of filename extensions
  1363. */
  1364. int av_match_ext(const char *filename, const char *extensions);
  1365. #endif /* AVFORMAT_AVFORMAT_H */