44#define EXTRADATA1_SIZE (6 + 256 * 3)
46#define FORM_TAG MKBETAG('F', 'O', 'R', 'M')
47#define RLV2_TAG MKBETAG('R', 'L', 'V', '2')
48#define RLV3_TAG MKBETAG('R', 'L', 'V', '3')
82 unsigned int frame_count;
83 unsigned int audio_frame_counter = 0;
84 unsigned int video_frame_counter = 0;
85 unsigned int back_size;
86 unsigned short sound_rate;
89 unsigned short def_sound_size;
91 unsigned int pts_den = 11025;
92 unsigned int pts_num = 1103;
93 unsigned int* chunk_offset =
NULL;
94 int* chunk_size =
NULL;
95 int* audio_size =
NULL;
106 if(back_size > INT_MAX/2 || frame_count > INT_MAX /
sizeof(uint32_t))
143 pts_num = def_sound_size;
164 chunk_size =
av_malloc(frame_count *
sizeof(uint32_t));
165 audio_size =
av_malloc(frame_count *
sizeof(uint32_t));
166 chunk_offset =
av_malloc(frame_count *
sizeof(uint32_t));
168 if(!chunk_size || !audio_size || !chunk_offset){
176 for(
i=0;
i < frame_count;
i++) {
183 for(
i=0;
i < frame_count;
i++) {
190 for(
i=0;
i < frame_count;
i++) {
199 for(
i=0;
i<frame_count;
i++){
200 if(chunk_size[
i] < 0 || audio_size[
i] > chunk_size[
i]){
205 if(sound_rate && audio_size[
i]){
208 audio_frame_counter += audio_size[
i] /
channels;
212 ++video_frame_counter;
241 for(
i=0;
i<
s->nb_streams;
i++){
265 pkt->stream_index = stream_id;
291 for(
i=0;
i <
s->nb_streams;
i++){
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
int avio_feof(AVIOContext *s)
Similar to feof() but also returns nonzero on read errors.
unsigned int avio_rl16(AVIOContext *s)
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward.
unsigned int avio_rl32(AVIOContext *s)
unsigned int avio_rb32(AVIOContext *s)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
#define flags(name, subs,...)
#define i(width, name, range_min, range_max)
static int read_probe(const AVProbeData *p)
int ff_get_extradata(void *logctx, AVCodecParameters *par, AVIOContext *pb, int size)
Allocate extradata with additional AV_INPUT_BUFFER_PADDING_SIZE at end which is always set to 0 and f...
static int read_header(FFV1Context *f, RangeCoder *c)
AVStream * avformat_new_stream(AVFormatContext *s, const struct AVCodec *c)
Add a new stream to a media file.
int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, int size, int distance, int flags)
Add an index entry into a sorted list.
int av_index_search_timestamp(AVStream *st, int64_t timestamp, int flags)
Get the index for a specific timestamp.
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
#define AVERROR_EOF
End of file.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq)
Rescale a 64-bit integer by 2 rational numbers.
static const char signature[]
#define EXTRADATA1_SIZE
video base, clr count, palette
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Memory handling functions.
int nb_channels
Number of channels in this layout.
int extradata_size
Size of the extradata content in bytes.
int height
The height of the video frame in pixels.
int bits_per_coded_sample
The number of bits per sample in the codedwords.
AVChannelLayout ch_layout
The channel layout and number of channels.
int width
The width of the video frame in pixels.
int64_t bit_rate
The average bitrate of the encoded data (in bits per second).
enum AVMediaType codec_type
General type of the encoded data.
int block_align
The number of bytes per coded audio frame, required by some formats.
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
int sample_rate
The number of audio samples per second.
int64_t timestamp
Timestamp in AVStream.time_base units, preferably the time from which on correctly decoded frames are...
This structure stores compressed data.
This structure contains the data a format has to probe a file.
AVCodecParameters * codecpar
Codec parameters associated with this stream.
AVRational time_base
This is the fundamental unit of time (in seconds) in terms of which frame timestamps are represented.
AVIndexEntry * index_entries
Only used if the format does not support seeking natively.
unsigned int index_pos[2]
indexes in the sample tables