Go to the documentation of this file.
35 #define ARGO_CVG_HEADER_SIZE 12
36 #define ARGO_CVG_BLOCK_ALIGN 0x10
37 #define ARGO_CVG_NB_BLOCKS 32
38 #define ARGO_CVG_SAMPLES_PER_BLOCK 28
67 #if CONFIG_ARGO_CVG_DEMUXER
70 {
"CRYS.CVG", { 23592, 0, 1 }, 2495499, 88200 },
71 {
"REDCRY88.CVG", { 38280, 0, 1 }, 4134848, 88200 },
72 {
"DANLOOP1.CVG", { 54744, 1, 0 }, 5684641, 37800 },
73 {
"PICKUP88.CVG", { 12904, 0, 1 }, 1348091, 48000 },
74 {
"SELECT1.CVG", { 5080, 0, 1 }, 549987, 44100 },
124 else if (
ret !=
sizeof(buf))
155 if (
ctx->header.size < 8)
161 if ((
ret = argo_cvg_read_checksum(
s->pb, &
ctx->header, &
ctx->checksum)) < 0)
210 if (
ctx->blocks_read >=
ctx->num_blocks)
238 if (
pts != 0 || stream_index != 0)
244 ctx->blocks_read = 0;
259 #if CONFIG_ARGO_CVG_MUXER
265 if (
s->nb_streams != 1) {
270 par =
s->streams[0]->codecpar;
324 if (
ctx->size > UINT32_MAX)
360 static const AVOption argo_cvg_options[] = {
362 .
name =
"skip_rate_check",
363 .help =
"skip sample rate check",
366 .default_val = {.i64 = 0},
374 static const AVClass argo_cvg_muxer_class = {
377 .option = argo_cvg_options,
387 .init = argo_cvg_write_init,
388 .write_header = argo_cvg_write_header,
389 .write_packet = argo_cvg_write_packet,
390 .write_trailer = argo_cvg_write_trailer,
391 .priv_class = &argo_cvg_muxer_class,
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file.
enum AVMediaType codec_type
General type of the encoded data.
This struct describes the properties of an encoded stream.
#define AVERROR_EOF
End of file.
#define AV_CH_LAYOUT_MONO
int av_strcasecmp(const char *a, const char *b)
Locale-independent case-insensitive compare.
int64_t duration
Duration of this packet in AVStream->time_base units, 0 if unknown.
int buf_size
Size of buf except extra allocated bytes.
const char * av_basename(const char *path)
Thread safe basename.
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
#define ARGO_CVG_SAMPLES_PER_BLOCK
int64_t duration
Decoding: duration of the stream, in stream time base.
#define ARGO_CVG_BLOCK_ALIGN
#define AV_LOG_TRACE
Extremely verbose debugging, useful for libav* development.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#define FF_ARRAY_ELEMS(a)
#define AV_PKT_FLAG_CORRUPT
The packet content is corrupted.
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
int av_match_ext(const char *filename, const char *extensions)
Return a positive value if the given filename has one of the given extensions, 0 otherwise.
AVCodecParameters * codecpar
Codec parameters associated with this stream.
#define LIBAVUTIL_VERSION_INT
static int read_header(FFV1Context *f)
Describe the class of an AVClass context structure.
const char * av_default_item_name(void *ptr)
Return the context name.
This structure contains the data a format has to probe a file.
#define ARGO_CVG_NB_BLOCKS
int sample_rate
Audio only.
int64_t nb_frames
number of frames in this stream if known or 0
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
int seekable
A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
void avio_write(AVIOContext *s, const unsigned char *buf, int size)
void avio_wl32(AVIOContext *s, unsigned int val)
int flags
A combination of AV_PKT_FLAG values.
const char * avcodec_get_name(enum AVCodecID id)
Get the name of a codec.
#define i(width, name, range_min, range_max)
int64_t pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will b...
int block_align
Audio only.
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
static volatile int checksum
#define ARGO_CVG_HEADER_SIZE
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_RL32
#define AVIO_SEEKABLE_NORMAL
Seeking works like for a local file.
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
int bits_per_coded_sample
The number of bits per sample in the codedwords.
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
This structure stores compressed data.
uint64_t channel_layout
Audio only.
#define flags(name, subs,...)
int64_t bit_rate
The average bitrate of the encoded data (in bits per second).
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
int64_t start_time
Decoding: pts of the first frame of the stream in presentation order, in stream time base.