Go to the source code of this file.
◆ LIBVORBIS_FRAME_SIZE
| #define LIBVORBIS_FRAME_SIZE 64 |
◆ BUFFER_SIZE
| #define BUFFER_SIZE (1024 * 64) |
◆ vorbis_error_to_averror()
| static int vorbis_error_to_averror |
( |
int | ov_err | ) |
|
|
static |
◆ libvorbis_setup()
◆ libvorbis_get_priming_samples()
◆ xiph_len()
| static int xiph_len |
( |
int | l | ) |
|
|
static |
◆ libvorbis_encode_close()
◆ libvorbis_encode_init()
◆ libvorbis_encode_frame()
◆ options
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.
@ AV_OPT_TYPE_DOUBLE
Underlying C type is double.
Definition at line 61 of file libvorbisenc.c.
◆ defaults
◆ vorbis_class
Initial value:= {
.class_name = "libvorbis",
}
const char * av_default_item_name(void *ptr)
Return the context name.
#define LIBAVUTIL_VERSION_INT
Definition at line 71 of file libvorbisenc.c.
◆ vorbis_encoding_channel_layout_offsets
| const uint8_t vorbis_encoding_channel_layout_offsets[8][8] |
|
static |
Initial value:= {
{ 0 },
{ 0, 1 },
{ 0, 2, 1 },
{ 0, 1, 2, 3 },
{ 0, 2, 1, 3, 4 },
{ 0, 2, 1, 4, 5, 3 },
{ 0, 2, 1, 5, 6, 4, 3 },
{ 0, 2, 1, 6, 7, 4, 5, 3 },
}
Definition at line 78 of file libvorbisenc.c.
Referenced by libvorbis_encode_frame().
◆ ff_libvorbis_encoder
Initial value:= {
.p.name = "libvorbis",
.p.wrapper_name = "libvorbis",
}
static const FFCodecDefault defaults[]
#define FF_CODEC_CAP_NOT_INIT_THREADSAFE
The codec is not known to be init-threadsafe (i.e.
#define FF_CODEC_ENCODE_CB(func)
#define CODEC_LONG_NAME(str)
#define CODEC_SAMPLEFMTS(...)
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_SMALL_LAST_FRAME
Codec can be fed a final frame with a smaller size.
@ AV_SAMPLE_FMT_FLTP
float, planar
static av_cold int libvorbis_encode_close(AVCodecContext *avctx)
static int libvorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
static const AVClass vorbis_class
static av_cold int libvorbis_encode_init(AVCodecContext *avctx)
Definition at line 427 of file libvorbisenc.c.