#include <ilbc.h>
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
Initial value:= {
}
#define AV_OPT_FLAG_AUDIO_PARAM
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
Definition at line 48 of file libilbc.c.
Initial value:= {
}
static const AVOption ilbc_dec_options[]
av_default_item_name
Return the context name.
Definition at line 53 of file libilbc.c.
Initial value:= {
.name = "libilbc",
}
static int ilbc_decode_frame(AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt)
static av_cold int ilbc_decode_init(AVCodecContext *avctx)
static const AVClass ilbc_dec_class
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int init(AVCodecParserContext *s)
Definition at line 106 of file libilbc.c.
Initial value:= {
}
#define AV_OPT_FLAG_AUDIO_PARAM
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition at line 124 of file libilbc.c.
Initial value:= {
}
static const AVOption ilbc_enc_options[]
av_default_item_name
Return the context name.
Definition at line 129 of file libilbc.c.
Initial value:= {
.name = "libilbc",
}
static av_cold int ilbc_encode_init(AVCodecContext *avctx)
static const AVCodecDefault ilbc_encode_defaults[]
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static const AVClass ilbc_enc_class
static int ilbc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
AVSampleFormat
Audio Sample Formats.
static av_cold int init(AVCodecParserContext *s)
Definition at line 183 of file libilbc.c.