FFmpeg
Data Structures | Functions | Variables
libvorbisdec.c File Reference
#include <vorbis/vorbisenc.h>
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"

Go to the source code of this file.

Data Structures

struct  OggVorbisDecContext
 

Functions

static int oggvorbis_decode_close (AVCodecContext *avccontext)
 
static int oggvorbis_decode_init (AVCodecContext *avccontext)
 
static int conv (int samples, float **pcm, char *buf, int channels)
 
static int oggvorbis_decode_frame (AVCodecContext *avccontext, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
 

Variables

const FFCodec ff_libvorbis_decoder
 

Function Documentation

◆ oggvorbis_decode_close()

static int oggvorbis_decode_close ( AVCodecContext avccontext)
static

Definition at line 201 of file libvorbisdec.c.

Referenced by oggvorbis_decode_init().

◆ oggvorbis_decode_init()

static int oggvorbis_decode_init ( AVCodecContext avccontext)
static

Definition at line 38 of file libvorbisdec.c.

◆ conv()

static int conv ( int  samples,
float **  pcm,
char *  buf,
int  channels 
)
inlinestatic

◆ oggvorbis_decode_frame()

static int oggvorbis_decode_frame ( AVCodecContext avccontext,
AVFrame frame,
int got_frame_ptr,
AVPacket avpkt 
)
static

Definition at line 152 of file libvorbisdec.c.

Variable Documentation

◆ ff_libvorbis_decoder

const FFCodec ff_libvorbis_decoder
Initial value:
= {
.p.name = "libvorbis",
CODEC_LONG_NAME("libvorbis"),
.p.type = AVMEDIA_TYPE_AUDIO,
.priv_data_size = sizeof(OggVorbisDecContext),
}

Definition at line 213 of file libvorbisdec.c.

oggvorbis_decode_init
static int oggvorbis_decode_init(AVCodecContext *avccontext)
Definition: libvorbisdec.c:38
FF_CODEC_CAP_NOT_INIT_THREADSAFE
#define FF_CODEC_CAP_NOT_INIT_THREADSAFE
The codec is not known to be init-threadsafe (i.e.
Definition: codec_internal.h:34
FF_CODEC_DECODE_CB
#define FF_CODEC_DECODE_CB(func)
Definition: codec_internal.h:287
AVMEDIA_TYPE_AUDIO
@ AVMEDIA_TYPE_AUDIO
Definition: avutil.h:202
CODEC_LONG_NAME
#define CODEC_LONG_NAME(str)
Definition: codec_internal.h:272
oggvorbis_decode_frame
static int oggvorbis_decode_frame(AVCodecContext *avccontext, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
Definition: libvorbisdec.c:152
AV_CODEC_CAP_CHANNEL_CONF
#define AV_CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container.
Definition: codec.h:106
init
int(* init)(AVBSFContext *ctx)
Definition: dts2pts.c:366
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: codec.h:76
oggvorbis_decode_close
static int oggvorbis_decode_close(AVCodecContext *avccontext)
Definition: libvorbisdec.c:201
OggVorbisDecContext
Definition: libvorbisdec.c:28
AV_CODEC_ID_VORBIS
@ AV_CODEC_ID_VORBIS
Definition: codec_id.h:445