71     return memcmp(probe->
buf, 
"ffconcat version 1.0", 20) ?
 
   77     char *ret = *cursor += strspn(*cursor, 
SPACE_CHARS);
 
   88     const char *
start = f;
 
   92         if (!((
unsigned)((*f | 32) - 
'a') < 26 ||
 
   93               (
unsigned)(*f - 
'0') < 10 || *f == 
'_' || *f == 
'-')) {
 
  105 #define FAIL(retcode) do { ret = (retcode); goto fail; } while(0) 
  108                     unsigned *nb_files_alloc)
 
  114     size_t url_len, proto_len;
 
  123     proto_len = proto ? strlen(proto) : 0;
 
  124     if (!memcmp(filename, proto, proto_len) &&
 
  125         (filename[proto_len] == 
':' || filename[proto_len] == 
',')) {
 
  129         url_len = strlen(avf->
filename) + strlen(filename) + 16;
 
  136     if (cat->
nb_files >= *nb_files_alloc) {
 
  137         size_t n = 
FFMAX(*nb_files_alloc * 2, 16);
 
  139         if (n <= cat->nb_files || n > SIZE_MAX / 
sizeof(*cat->
files) ||
 
  142         cat->
files = new_files;
 
  147     memset(file, 0, 
sizeof(*file));
 
  205                "Auto-inserting h264_mp4toannexb bitstream filter\n");
 
  208                    "required for H.264 streams\n");
 
  264                        "Match slave stream #%d with stream #%d id 0x%x\n",
 
  366     for (i = 0; i < cat->
nb_files; i++) {
 
  388     int ret, 
line = 0, i;
 
  389     unsigned nb_files_alloc = 0;
 
  399         if (!*keyword || *keyword == 
'#')
 
  402         if (!strcmp(keyword, 
"file")) {
 
  408             if ((ret = 
add_file(avf, filename, &file, &nb_files_alloc)) < 0)
 
  410         } 
else if (!strcmp(keyword, 
"duration") || !strcmp(keyword, 
"inpoint") || !strcmp(keyword, 
"outpoint")) {
 
  420                        line, keyword, dur_str);
 
  423             if (!strcmp(keyword, 
"duration"))
 
  425             else if (!strcmp(keyword, 
"inpoint"))
 
  427             else if (!strcmp(keyword, 
"outpoint"))
 
  429         } 
else if (!strcmp(keyword, 
"file_packet_metadata")) {
 
  447         } 
else if (!strcmp(keyword, 
"stream")) {
 
  450         } 
else if (!strcmp(keyword, 
"exact_stream_id")) {
 
  458         } 
else if (!strcmp(keyword, 
"ffconcat")) {
 
  461             if (strcmp(ver_kw, 
"version") || strcmp(ver_val, 
"1.0")) {
 
  478     for (i = 0; i < cat->
nb_files; i++) {
 
  529     for (bsf = cs->
bsf; bsf; bsf = bsf->
next) {
 
  556         if (ret == 0 && pkt2.
data != pkt->
data) {
 
  651         if (!packed_metadata)
 
  657         memcpy(metadata, packed_metadata, metadata_len);
 
  664                              int64_t *min_ts, int64_t *ts, int64_t *max_ts)
 
  674                     int64_t min_ts, int64_t ts, int64_t max_ts, 
int flags)
 
  680     min_ts = min_ts == INT64_MIN ? INT64_MIN : min_ts - 
t0;
 
  681     max_ts = max_ts == INT64_MAX ? INT64_MAX : max_ts - 
t0;
 
  686                          &min_ts, &ts, &max_ts);
 
  695     int ret, left, right;
 
  701                          &min_ts, &ts, &max_ts);
 
  706     while (right - left > 1) {
 
  707         int mid = (left + right) / 2;
 
  721     ret = 
try_seek(avf, stream, min_ts, ts, max_ts, flags);
 
  723         left < cat->nb_files - 1 &&
 
  727         if ((ret = 
open_file(avf, left + 1)) < 0)
 
  729         ret = 
try_seek(avf, stream, min_ts, ts, max_ts, flags);
 
  735                        int64_t min_ts, int64_t ts, int64_t max_ts, 
int flags)
 
  747     if ((ret = 
real_seek(avf, stream, min_ts, ts, max_ts, flags, cur_avf_saved)) < 0) {
 
  748         if (cat->
cur_file != cur_file_saved) {
 
  752         cat->
avf      = cur_avf_saved;
 
  755         if (cat->
cur_file != cur_file_saved) {
 
  763 #define OFFSET(x) offsetof(ConcatContext, x) 
  764 #define DEC AV_OPT_FLAG_DECODING_PARAM 
  767     { 
"safe", 
"enable safe mode",
 
  769     { 
"auto_convert", 
"automatically convert bitstream format",
 
  771     { 
"segment_time_metadata", 
"output file segment start time and duration as packet metadata",
 
  793     .priv_class     = &concat_class,
 
void ff_make_absolute_url(char *buf, int size, const char *base, const char *rel)
Convert a relative url into an absolute url, given a base url. 
#define AVERROR_INVALIDDATA
Invalid data found when processing input. 
AVIOInterruptCB interrupt_callback
Custom interrupt callbacks for the I/O layer. 
void * av_realloc(void *ptr, size_t size)
Allocate, reallocate, or free a block of memory. 
static int concat_read_close(AVFormatContext *avf)
#define LIBAVUTIL_VERSION_INT
int av_parse_time(int64_t *timeval, const char *timestr, int duration)
Parse timestr and return in *time a corresponding number of microseconds. 
attribute_deprecated int av_bitstream_filter_filter(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
Filter bitstream. 
enum AVCodecID codec_id
Specific type of the encoded data (the codec used). 
AVRational sample_aspect_ratio
sample aspect ratio (0 if unknown) 
static void rescale_interval(AVRational tb_in, AVRational tb_out, int64_t *min_ts, int64_t *ts, int64_t *max_ts)
int av_dict_copy(AVDictionary **dst, const AVDictionary *src, int flags)
Copy entries from one AVDictionary struct into another. 
static const AVOption options[]
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
#define av_assert0(cond)
assert() equivalent, that is always enabled. 
static int concat_seek(AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
static int64_t start_time
static int match_streams(AVFormatContext *avf)
timestamp utils, mostly useful for debugging/logging purposes 
int id
Format-specific stream ID. 
uint8_t * extradata
some codecs need / can use extradata like Huffman tables. 
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file. 
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32
AVStream ** streams
A list of all streams in the file. 
int avcodec_parameters_to_context(AVCodecContext *codec, const AVCodecParameters *par)
Fill the codec context based on the values from the supplied codec parameters. 
AVFormatContext * avformat_alloc_context(void)
Allocate an AVFormatContext. 
AVInputFormat ff_concat_demuxer
#define AVERROR_EOF
End of file. 
static av_cold int read_close(AVFormatContext *ctx)
#define AV_LOG_VERBOSE
Detailed information. 
static int probe(AVProbeData *p)
struct AVBitStreamFilterContext * next
#define AV_PKT_FLAG_KEY
The packet contains a keyframe. 
static int concat_read_header(AVFormatContext *avf)
void av_buffer_default_free(void *opaque, uint8_t *data)
Default free callback, which calls av_free() on the buffer data. 
int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq)
Rescale a 64-bit integer by 2 rational numbers. 
int segment_time_metadata
int avcodec_parameters_copy(AVCodecParameters *dst, const AVCodecParameters *src)
Copy the contents of src to dst. 
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered. 
#define av_ts2timestr(ts, tb)
Convenience macro, the return value should be used only directly in function arguments but never stan...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int concat_probe(AVProbeData *probe)
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers. 
void av_dict_free(AVDictionary **pm)
Free all the memory allocated for an AVDictionary struct and all keys and values. ...
attribute_deprecated AVBitStreamFilterContext * av_bitstream_filter_init(const char *name)
Create and initialize a bitstream filter context given a bitstream filter name. 
AVBufferRef * buf
A reference to the reference-counted buffer where the packet data is stored. 
simple assert() macros that are a bit more flexible than ISO C assert(). 
AVBufferRef * av_buffer_create(uint8_t *data, int size, void(*free)(void *opaque, uint8_t *data), void *opaque, int flags)
Create an AVBuffer from an existing array. 
AVRational avg_frame_rate
Average framerate. 
char * av_get_token(const char **buf, const char *term)
Unescape the given string until a non escaped terminating char, and return the token corresponding to...
int flags
A combination of AV_PKT_FLAG values. 
int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b)
Compare two timestamps each in its own time base. 
int extradata_size
Size of the extradata content in bytes. 
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero. 
unsigned int nb_streams
Number of elements in AVFormatContext.streams. 
static int match_streams_one_to_one(AVFormatContext *avf)
static int try_seek(AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
char filename[1024]
input or output filename 
AVCodecContext * avcodec_alloc_context3(const AVCodec *codec)
Allocate an AVCodecContext and set its fields to default values. 
static int packet_after_outpoint(ConcatContext *cat, AVPacket *pkt)
static int filter_packet(AVFormatContext *avf, ConcatStream *cs, AVPacket *pkt)
attribute_deprecated void av_bitstream_filter_close(AVBitStreamFilterContext *bsf)
Release bitstream filter context. 
static const AVClass concat_class
static int open_file(AVFormatContext *avf, unsigned fileno)
#define AVERROR_BSF_NOT_FOUND
Bitstream filter not found. 
int ff_get_line(AVIOContext *s, char *buf, int maxlen)
Read a whole line of text from AVIOContext. 
ConcatMatchMode stream_match_mode
AVBitStreamFilterContext * bsf
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
int av_dict_parse_string(AVDictionary **pm, const char *str, const char *key_val_sep, const char *pairs_sep, int flags)
Parse the key/value pairs list and add the parsed entries to a dictionary. 
#define AV_LOG_INFO
Standard information. 
A list of zero terminated key/value strings. 
void avcodec_free_context(AVCodecContext **avctx)
Free the codec context and everything associated with it and write NULL to the provided pointer...
#define AV_TIME_BASE_Q
Internal time base represented as fractional value. 
AVIOContext * pb
I/O context. 
main external API structure. 
uint8_t * av_packet_pack_dictionary(AVDictionary *dict, int *size)
Pack a dictionary for use in side_data. 
void av_packet_unref(AVPacket *pkt)
Wipe the packet. 
int av_copy_packet(AVPacket *dst, const AVPacket *src)
Copy packet, including contents. 
#define AVERROR_BUG
Internal bug, also see AVERROR_BUG2. 
Describe the class of an AVClass context structure. 
Rational number (pair of numerator and denominator). 
const VDPAUPixFmtMap * map
static int match_streams_exact_id(AVFormatContext *avf)
This structure contains the data a format has to probe a file. 
int av_read_frame(AVFormatContext *s, AVPacket *pkt)
Return the next frame of a stream. 
int avformat_seek_file(AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags)
Seek to timestamp ts. 
const char * avio_find_protocol_name(const char *url)
Return the name of the protocol that will handle the passed URL. 
static int concat_read_packet(AVFormatContext *avf, AVPacket *pkt)
int64_t start_time
Position of the first frame of the component, in AV_TIME_BASE fractional seconds. ...
static char * get_keyword(uint8_t **cursor)
int avformat_find_stream_info(AVFormatContext *ic, AVDictionary **options)
Read packets of a media file to get stream information. 
int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value, int flags)
Convenience wrapper for av_dict_set that converts the value to a string and stores it...
void avformat_close_input(AVFormatContext **s)
Close an opened input AVFormatContext. 
Flag telling rescaling functions to pass INT64_MIN/MAX through unchanged, avoiding special cases for ...
static int open_next_file(AVFormatContext *avf)
static int copy_stream_props(AVStream *st, AVStream *source_st)
#define av_ts2str(ts)
Convenience macro, the return value should be used only directly in function arguments but never stan...
void * priv_data
Format private data. 
int avformat_open_input(AVFormatContext **ps, const char *url, AVInputFormat *fmt, AVDictionary **options)
Open an input stream and read the header. 
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent. 
static int real_seek(AVFormatContext *avf, int stream, int64_t min_ts, int64_t ts, int64_t max_ts, int flags, AVFormatContext *cur_avf)
int64_t dts
Decompression timestamp in AVStream->time_base units; the time at which the packet is decompressed...
int64_t duration
Duration of the stream, in AV_TIME_BASE fractional seconds. 
static int add_file(AVFormatContext *avf, char *filename, ConcatFile **rfile, unsigned *nb_files_alloc)
unbuffered private I/O API 
AVCodecParameters * codecpar
int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, enum AVRounding rnd)
Rescale a 64-bit integer by 2 rational numbers with specified rounding. 
static int detect_stream_specific(AVFormatContext *avf, int idx)
static int safe_filename(const char *f)
uint8_t * av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type, int size)
Allocate new information of a packet. 
AVRational time_base
This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented...
AVRational r_frame_rate
Real base framerate of the stream. 
This structure stores compressed data. 
int64_t pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will b...
#define AV_NOPTS_VALUE
Undefined timestamp value.