#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:= {
{ NULL }
}
#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:= {
.class_name = "libilbc",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ctx)
Return the context name.
static const AVOption ilbc_dec_options[]
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 init(AVCodecContext *avctx)
static av_cold int ilbc_decode_init(AVCodecContext *avctx)
static const AVClass ilbc_dec_class
#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 int decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
Definition at line 107 of file libilbc.c.
Initial value:= {
{ NULL }
}
#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 125 of file libilbc.c.
Initial value:= {
.class_name = "libilbc",
}
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ctx)
Return the context name.
static const AVOption ilbc_enc_options[]
Definition at line 130 of file libilbc.c.
Initial value:= {
{ "b", "0" },
{ NULL }
}
Definition at line 180 of file libilbc.c.
Initial value:= {
.name = "libilbc",
}
static av_cold int init(AVCodecContext *avctx)
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
AVSampleFormat
Audio Sample Formats.
static int ilbc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
static enum AVSampleFormat sample_fmts[]
Definition at line 185 of file libilbc.c.