FFmpeg
Data Structures | Macros | Functions | Variables
libvorbisenc.c File Reference
#include <vorbis/vorbisenc.h>
#include "libavutil/avassert.h"
#include "libavutil/fifo.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "audio_frame_queue.h"
#include "internal.h"
#include "vorbis.h"
#include "vorbis_parser.h"

Go to the source code of this file.

Data Structures

struct  LibvorbisEncContext
 

Macros

#define LIBVORBIS_FRAME_SIZE   64
 
#define BUFFER_SIZE   (1024 * 64)
 

Functions

static int vorbis_error_to_averror (int ov_err)
 
static av_cold int libvorbis_setup (vorbis_info *vi, AVCodecContext *avctx)
 
static int xiph_len (int l)
 
static av_cold int libvorbis_encode_close (AVCodecContext *avctx)
 
static av_cold int libvorbis_encode_init (AVCodecContext *avctx)
 
static int libvorbis_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
 

Variables

static const AVOption options []
 
static const AVCodecDefault defaults []
 
static const AVClass vorbis_class
 
AVCodec ff_libvorbis_encoder
 

Macro Definition Documentation

◆ LIBVORBIS_FRAME_SIZE

#define LIBVORBIS_FRAME_SIZE   64

Definition at line 38 of file libvorbisenc.c.

◆ BUFFER_SIZE

#define BUFFER_SIZE   (1024 * 64)

Definition at line 40 of file libvorbisenc.c.

Function Documentation

◆ vorbis_error_to_averror()

static int vorbis_error_to_averror ( int  ov_err)
static

Definition at line 73 of file libvorbisenc.c.

Referenced by libvorbis_encode_frame(), libvorbis_encode_init(), and libvorbis_setup().

◆ libvorbis_setup()

static av_cold int libvorbis_setup ( vorbis_info *  vi,
AVCodecContext avctx 
)
static

Definition at line 83 of file libvorbisenc.c.

Referenced by libvorbis_encode_init().

◆ xiph_len()

static int xiph_len ( int  l)
static

Definition at line 169 of file libvorbisenc.c.

Referenced by libvorbis_encode_init().

◆ libvorbis_encode_close()

static av_cold int libvorbis_encode_close ( AVCodecContext avctx)
static

Definition at line 174 of file libvorbisenc.c.

Referenced by libvorbis_encode_init().

◆ libvorbis_encode_init()

static av_cold int libvorbis_encode_init ( AVCodecContext avctx)
static

Definition at line 195 of file libvorbisenc.c.

◆ libvorbis_encode_frame()

static int libvorbis_encode_frame ( AVCodecContext avctx,
AVPacket avpkt,
const AVFrame frame,
int got_packet_ptr 
)
static

Definition at line 274 of file libvorbisenc.c.

Variable Documentation

◆ options

const AVOption options[]
static
Initial value:
= {
{ "iblock", "Sets the impulse block bias", 0x42, AV_OPT_TYPE_DOUBLE, { .dbl = 0 }, -15, 0, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM },
{ NULL }
}

Definition at line 56 of file libvorbisenc.c.

◆ defaults

const AVCodecDefault defaults[]
static
Initial value:
= {
{ "b", "0" },
{ NULL },
}

Definition at line 61 of file libvorbisenc.c.

◆ vorbis_class

const AVClass vorbis_class
static
Initial value:
= {
.class_name = "libvorbis",
.item_name = av_default_item_name,
.option = options,
}

Definition at line 66 of file libvorbisenc.c.

◆ ff_libvorbis_encoder

AVCodec ff_libvorbis_encoder
Initial value:
= {
.name = "libvorbis",
.long_name = NULL_IF_CONFIG_SMALL("libvorbis"),
.priv_data_size = sizeof(LibvorbisEncContext),
.priv_class = &vorbis_class,
.defaults = defaults,
.wrapper_name = "libvorbis",
}

Definition at line 366 of file libvorbisenc.c.

AV_SAMPLE_FMT_FLTP
@ AV_SAMPLE_FMT_FLTP
float, planar
Definition: samplefmt.h:69
init
static av_cold int init(AVCodecContext *avctx)
Definition: avrndec.c:35
defaults
static const AVCodecDefault defaults[]
Definition: libvorbisenc.c:61
sample_fmts
static enum AVSampleFormat sample_fmts[]
Definition: adpcmenc.c:686
vorbis_class
static const AVClass vorbis_class
Definition: libvorbisenc.c:66
options
static const AVOption options[]
Definition: libvorbisenc.c:56
libvorbis_encode_frame
static int libvorbis_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
Definition: libvorbisenc.c:274
AV_OPT_FLAG_ENCODING_PARAM
#define AV_OPT_FLAG_ENCODING_PARAM
a generic parameter which can be set by the user for muxing or encoding
Definition: opt.h:276
libvorbis_encode_close
static av_cold int libvorbis_encode_close(AVCodecContext *avctx)
Definition: libvorbisenc.c:174
AV_OPT_TYPE_DOUBLE
@ AV_OPT_TYPE_DOUBLE
Definition: opt.h:225
AVMEDIA_TYPE_AUDIO
@ AVMEDIA_TYPE_AUDIO
Definition: avutil.h:202
AV_OPT_FLAG_AUDIO_PARAM
#define AV_OPT_FLAG_AUDIO_PARAM
Definition: opt.h:278
LIBAVUTIL_VERSION_INT
#define LIBAVUTIL_VERSION_INT
Definition: version.h:85
NULL
#define NULL
Definition: coverity.c:32
av_default_item_name
const char * av_default_item_name(void *ptr)
Return the context name.
Definition: log.c:191
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:188
AV_SAMPLE_FMT_NONE
@ AV_SAMPLE_FMT_NONE
Definition: samplefmt.h:59
LibvorbisEncContext
Definition: libvorbisenc.c:42
AVSampleFormat
AVSampleFormat
Audio sample formats.
Definition: samplefmt.h:58
libvorbis_encode_init
static av_cold int libvorbis_encode_init(AVCodecContext *avctx)
Definition: libvorbisenc.c:195
AV_CODEC_CAP_DELAY
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
Definition: avcodec.h:1006
AV_CODEC_ID_VORBIS
@ AV_CODEC_ID_VORBIS
Definition: avcodec.h:569
AV_CODEC_CAP_SMALL_LAST_FRAME
#define AV_CODEC_CAP_SMALL_LAST_FRAME
Codec can be fed a final frame with a smaller size.
Definition: avcodec.h:1011