36 #define DEINT_ID_GENR MKTAG('g', 'e', 'n', 'r')
37 #define DEINT_ID_INT0 MKTAG('I', 'n', 't', '0')
38 #define DEINT_ID_INT4 MKTAG('I', 'n', 't', '4')
39 #define DEINT_ID_SIPR MKTAG('s', 'i', 'p', 'r')
40 #define DEINT_ID_VBRF MKTAG('v', 'b', 'r', 'f')
41 #define DEINT_ID_VBRS MKTAG('v', 'b', 'r', 's')
81 if (buf_size > 0) *q =
'\0';
107 get_strl(pb, buf,
sizeof(buf), len);
136 unsigned bytes_per_minute;
143 if ((startpos + header_size) >=
avio_tell(pb) + 2) {
149 if ((startpos + header_size) >
avio_tell(pb))
151 if (bytes_per_minute)
160 int flavor, sub_packet_h, coded_framesize, sub_packet_size;
161 int codecdata_length;
162 unsigned bytes_per_minute;
174 if (bytes_per_minute)
217 codecdata_length = 0;
238 if(sub_packet_size <= 0){
257 if (codecdata_length >= 1) {
314 unsigned int codec_data_size,
const uint8_t *mime)
321 if (codec_data_size > INT_MAX)
323 if (codec_data_size == 0)
330 if (v ==
MKBETAG(
'M',
'L',
'T',
'I')) {
334 for (i = 0; i<number_of_streams; i++)
337 if (number_of_mdpr != 1) {
344 if (v ==
MKTAG(0xfd,
'a',
'r',
'.')) {
348 }
else if (v ==
MKBETAG(
'L',
'S',
'D',
':')) {
357 }
else if(mime && !strcmp(mime,
"logical-fileinfo")){
358 int stream_count, rule_count, property_count, i;
369 for(i=0; i<property_count; i++){
410 0x10000, fps, (1 << 30) - 1);
411 #if FF_API_R_FRAME_RATE
423 if (codec_data_size >= size) {
437 unsigned int size, n_pkts, str_id, next_off,
n, pos,
pts;
457 "Invalid stream index %d for index at pos %"PRId64
"\n",
462 "Nr. of packets in packet index for stream index %d "
463 "exceeds filesize (%"PRId64
" at %"PRId64
" = %"PRId64
")\n",
469 for (n = 0; n < n_pkts; n++) {
479 if (next_off &&
avio_tell(pb) < next_off &&
482 "Non-linear index detected, not supported\n");
513 unsigned int data_off = 0, indx_off = 0;
514 char buf[128], mime[128];
519 if (tag ==
MKTAG(
'.',
'r',
'a', 0xfd)) {
522 }
else if (tag !=
MKTAG(
'.',
'R',
'M',
'F')) {
542 if (tag_size < 10 && tag !=
MKTAG(
'D',
'A',
'T',
'A'))
545 case MKTAG(
'P',
'R',
'O',
'P'):
560 case MKTAG(
'C',
'O',
'N',
'T'):
563 case MKTAG(
'M',
'D',
'P',
'R'):
591 case MKTAG(
'D',
'A',
'T',
'A'):
608 avio_seek(pb, indx_off, SEEK_SET) >= 0) {
632 return (n << 16) | n1;
637 #define RAW_PACKET_SIZE 1000
643 uint32_t
state=0xFFFFFFFF;
654 state= (state<<8) +
avio_r8(pb);
656 if(state ==
MKBETAG(
'I',
'N',
'D',
'X')){
657 int n_pkts, expected_len;
661 expected_len = 20 + n_pkts * 14;
665 else if (len != expected_len)
667 "Index size %d (%d pkts) is wrong, should be %d.\n",
668 len, n_pkts, expected_len);
673 }
else if (state ==
MKBETAG(
'D',
'A',
'T',
'A')) {
675 "DATA tag in middle of chunk, file may be broken.\n");
678 if(state > (
unsigned)0xFFFF || state <= 12)
713 int seq = 0, pic_num = 0, len2 = 0, pos = 0;
751 return ret < 0 ? ret :
AVERROR(EIO);
758 if((seq & 0x7F) == 1 || vst->
curpic_num != pic_num){
763 vst->
slices = ((hdr & 0x3F) << 1) + 1;
775 len =
FFMIN(len, pos);
800 #if FF_API_DESTRUCT_PACKET
826 for (j=0;j<pkt->
size;j+=2) {
827 FFSWAP(
int, ptr[0], ptr[1]);
836 if (ret >= 0) memset(dst + ret, 0, n - ret);
837 else memset(dst , 0, n);
846 int *seq,
int flags, int64_t timestamp)
855 return ret < 0 ? ret : -1;
874 for (x = 0; x < h/2; x++)
878 for (x = 0; x < w/sps; x++)
921 int seq= 128*(pkt->
data[2]&0x7F) + (pkt->
data[3]>>1);
924 seq |= (timestamp&~0x3FFF);
925 if(seq - timestamp > 0x2000) seq -= 0x4000;
926 if(seq - timestamp < -0x2000) seq += 0x4000;
931 pkt->
pts = timestamp;
974 int i,
len, res, seq = 1;
975 int64_t timestamp, pos;
995 flags = (seq++ == 1) ? 2 : 0;
998 len =
rm_sync(s, ×tamp, &flags, &i, &pos);
1007 &seq, flags, timestamp);
1010 if((flags&2) && (seq&0x7F) == 1)
1039 if ((p->
buf[0] ==
'.' && p->
buf[1] ==
'R' &&
1040 p->
buf[2] ==
'M' && p->
buf[3] ==
'F' &&
1041 p->
buf[4] == 0 && p->
buf[5] == 0) ||
1042 (p->
buf[0] ==
'.' && p->
buf[1] ==
'r' &&
1043 p->
buf[2] ==
'a' && p->
buf[3] == 0xfd))
1050 int64_t *ppos, int64_t pos_limit)
1069 len =
rm_sync(s, &dts, &flags, &stream_index2, &pos);
1073 st = s->
streams[stream_index2];
1081 if((flags&2) && (seq&0x7F) == 1){
1083 flags, stream_index2, stream_index, dts, seq);
1085 if(stream_index2 == stream_index)
static int get_num(AVIOContext *pb, int *len)
const char const char void * val
discard all frames except keyframes
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
int64_t avio_size(AVIOContext *s)
Get the filesize.
void av_free_packet(AVPacket *pkt)
Free a packet.
#define DEINT_ID_INT0
no interleaving needed
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.
static void get_strl(AVIOContext *pb, char *buf, int buf_size, int len)
static int64_t rm_read_dts(AVFormatContext *s, int stream_index, int64_t *ppos, int64_t pos_limit)
const unsigned char ff_sipr_subpk_size[4]
#define AV_LOG_WARNING
Something somehow does not look correct.
int64_t pos
byte position in stream, -1 if unknown
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
int index
stream index in AVFormatContext
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward.
#define FF_ARRAY_ELEMS(a)
static int rm_read_header(AVFormatContext *s)
unsigned int avio_rb16(AVIOContext *s)
int block_align
number of bytes per packet if constant and known or 0 Used by some WAV based audio codecs...
#define DEINT_ID_VBRS
VBR case for AAC.
int videobufpos
position for the next slice in the video buffer
int audio_stream_num
Stream number for audio packets.
#define av_assert0(cond)
assert() equivalent, that is always enabled.
int ffio_limit(AVIOContext *s, int size)
void void avpriv_request_sample(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message about a missing feature.
static int64_t start_time
Opaque data information usually continuous.
attribute_deprecated void(* destruct)(struct AVPacket *)
#define AV_LOG_TRACE
Extremely verbose debugging, useful for libav* development.
unsigned int avio_rb32(AVIOContext *s)
int id
Format-specific stream ID.
enum AVStreamParseType need_parsing
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.
AVStream ** streams
A list of all streams in the file.
int flags
Flags modifying the (de)muxer behaviour.
int curpic_num
picture number of current frame
static av_cold int read_close(AVFormatContext *ctx)
static int rm_read_index(AVFormatContext *s)
this function assumes that the demuxer has already seeked to the start of the INDX chunk...
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
#define DEINT_ID_GENR
interleaving for Cooker/ATRAC
static int rm_assemble_video_frame(AVFormatContext *s, AVIOContext *pb, RMDemuxContext *rm, RMStream *vst, AVPacket *pkt, int len, int *pseq, int64_t *timestamp)
static void get_str8(AVIOContext *pb, char *buf, int buf_size)
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
#define AV_PKT_FLAG_KEY
The packet contains a keyframe.
int av_new_packet(AVPacket *pkt, int size)
Allocate the payload of a packet and initialize its fields with default values.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
AVDictionary * metadata
Metadata that applies to the whole file.
#define AV_EF_EXPLODE
abort decoding on minor error detection
static int rm_read_close(AVFormatContext *s)
unsigned int avio_rl32(AVIOContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
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().
#define DEINT_ID_VBRF
VBR case for AAC.
static int rm_sync(AVFormatContext *s, int64_t *timestamp, int *flags, int *stream_index, int64_t *pos)
int64_t pktpos
first slice position in file
AVRational avg_frame_rate
Average framerate.
RMStream * ff_rm_alloc_rmstream(void)
int flags
A combination of AV_PKT_FLAG values.
uint64_t channel_layout
Audio channel layout.
int avio_r8(AVIOContext *s)
AVCodecContext * codec
Codec context associated with this stream.
int av_reduce(int *dst_num, int *dst_den, int64_t num, int64_t den, int64_t max)
Reduce a fraction.
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
common internal API header
#define FF_INPUT_BUFFER_PADDING_SIZE
Required number of additionally allocated bytes at the end of the input bitstream for decoding...
unsigned int nb_streams
Number of elements in AVFormatContext.streams.
AVPacket pkt
place to store merged video frame / reordered audio data
int seekable
A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
int bit_rate
the average bitrate
audio channel layout utility functions
int64_t av_rescale(int64_t a, int64_t b, int64_t c)
Rescale a 64-bit integer with rounding to nearest.
#define AV_TIME_BASE
Internal time base represented as integer.
static int readfull(AVFormatContext *s, AVIOContext *pb, uint8_t *dst, int n)
int width
picture width / height.
AVInputFormat ff_rm_demuxer
#define DEINT_ID_INT4
interleaving for 28.8
static int rm_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags)
int coded_framesize
Descrambling parameters from container.
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static void rm_ac3_swap_bytes(AVStream *st, AVPacket *pkt)
const AVCodecTag ff_rm_codec_tags[]
enum AVMediaType codec_type
#define DEINT_ID_SIPR
interleaving for Sipro
int sample_rate
samples per second
AVIOContext * pb
I/O context.
main external API structure.
unsigned int codec_tag
fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
static int rm_probe(AVProbeData *p)
int ff_rm_parse_packet(AVFormatContext *s, AVIOContext *pb, AVStream *st, RMStream *ast, int len, AVPacket *pkt, int *seq, int flags, int64_t timestamp)
Parse one rm-stream packet from the input bytestream.
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
Set the given entry in *pm, overwriting an existing entry.
int ff_rm_read_mdpr_codecdata(AVFormatContext *s, AVIOContext *pb, AVStream *st, RMStream *rst, unsigned int codec_data_size, const uint8_t *mime)
Read the MDPR chunk, which contains stream-specific codec initialization parameters.
This structure contains the data a format has to probe a file.
int audio_pkt_cnt
Output packet counter.
static int64_t pts
Global timestamp for the audio frames.
const char *const ff_rm_metadata[4]
AVInputFormat ff_rdt_demuxer
void ff_rm_free_rmstream(RMStream *rms)
int64_t duration
Decoding: duration of the stream, in stream time base.
void ff_rm_reorder_sipr_data(uint8_t *buf, int sub_packet_h, int framesize)
Perform 4-bit block reordering for SIPR data.
#define FF_DISABLE_DEPRECATION_WARNINGS
int32_t deint_id
Length of each subpacket.
int64_t start_time
Decoding: pts of the first frame of the stream in presentation order, in stream time base...
int error_recognition
Error recognition; higher values will detect more errors but may misdetect some more or less valid pa...
int ff_rm_retrieve_cache(AVFormatContext *s, AVIOContext *pb, AVStream *st, RMStream *ast, AVPacket *pkt)
Retrieve one cached packet from the rm-context.
static int rm_read_header_old(AVFormatContext *s)
#define MKBETAG(a, b, c, d)
#define FF_ENABLE_DEPRECATION_WARNINGS
int channels
number of audio channels
static int rm_read_packet(AVFormatContext *s, AVPacket *pkt)
static int rm_read_audio_stream_info(AVFormatContext *s, AVIOContext *pb, AVStream *st, RMStream *ast, int read_all)
void * priv_data
Format private data.
static int rm_read_extradata(AVIOContext *pb, AVCodecContext *avctx, unsigned size)
int64_t duration
Duration of the stream, in AV_TIME_BASE fractional seconds.
int64_t audiotimestamp
Audio descrambling matrix parameters.
int avio_feof(AVIOContext *s)
feof() equivalent for AVIOContext.
#define FFSWAP(type, a, b)
int videobufsize
current assembled frame size
#define AV_CH_LAYOUT_MONO
#define MKTAG(a, b, c, d)
enum AVDiscard discard
Selects which packets can be discarded at will and do not need to be demuxed.
AVRational r_frame_rate
Real base framerate of the stream.
int sub_packet_lengths[16]
Audio frame size from container.
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32
This structure stores compressed data.
static void rm_read_metadata(AVFormatContext *s, AVIOContext *pb, int wide)
void * av_mallocz(size_t size)
Allocate a block of size bytes with alignment suitable for all memory accesses (including vectors if ...
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.