#include <ilbc.h>
#include "libavutil/channel_layout.h"
#include "libavutil/common.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "encode.h"
Go to the source code of this file.
◆ LIBILBC_VERSION_MAJOR
#define LIBILBC_VERSION_MAJOR 2 |
◆ get_mode()
◆ ilbc_decode_init()
◆ ilbc_decode_frame()
◆ ilbc_encode_init()
◆ ilbc_encode_frame()
◆ ilbc_dec_options
Initial value:
Definition at line 58 of file libilbc.c.
◆ ilbc_dec_class
Initial value:= {
.class_name = "libilbc",
}
Definition at line 63 of file libilbc.c.
◆ ff_libilbc_decoder
Initial value:= {
.p.name = "libilbc",
}
Definition at line 120 of file libilbc.c.
◆ ilbc_enc_options
◆ ilbc_enc_class
Initial value:= {
.class_name = "libilbc",
}
Definition at line 148 of file libilbc.c.
◆ ilbc_encode_defaults
◆ ff_libilbc_encoder
Initial value:= {
.p.name = "libilbc",
.p.wrapper_name = "libbilbc",
}
Definition at line 203 of file libilbc.c.
static av_cold int ilbc_decode_init(AVCodecContext *avctx)
static av_cold int ilbc_encode_init(AVCodecContext *avctx)
#define FF_CODEC_CAP_NOT_INIT_THREADSAFE
The codec is not known to be init-threadsafe (i.e.
static const AVClass ilbc_dec_class
#define FF_CODEC_ENCODE_CB(func)
#define FF_CODEC_DECODE_CB(func)
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
This encoder can reorder user opaque values from input AVFrames and return them with corresponding ou...
static const AVClass ilbc_enc_class
#define CODEC_LONG_NAME(str)
#define AV_OPT_FLAG_AUDIO_PARAM
#define LIBAVUTIL_VERSION_INT
const char * av_default_item_name(void *ptr)
Return the context name.
#define AV_CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container.
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static const FFCodecDefault ilbc_encode_defaults[]
static int ilbc_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
AVSampleFormat
Audio sample formats.
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
@ AV_SAMPLE_FMT_S16
signed 16 bits
static const AVOption ilbc_enc_options[]
static int ilbc_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
static const AVOption ilbc_dec_options[]