Ogg Vorbis codec support via libvorbisenc. More...
#include <vorbis/vorbisenc.h>#include "libavutil/opt.h"#include "avcodec.h"#include "bytestream.h"#include "internal.h"#include "vorbis.h"#include "libavutil/mathematics.h"#include <assert.h>Go to the source code of this file.
Data Structures | |
| struct | OggVorbisContext |
Macros | |
| #define | OGGVORBIS_FRAME_SIZE 64 |
| #define | BUFFER_SIZE (1024 * 64) |
Typedefs | |
| typedef struct OggVorbisContext | OggVorbisContext |
Functions | |
| static av_cold int | oggvorbis_init_encoder (vorbis_info *vi, AVCodecContext *avccontext) |
| static int | xiph_len (int l) |
| static av_cold int | oggvorbis_encode_init (AVCodecContext *avccontext) |
| static int | oggvorbis_encode_frame (AVCodecContext *avccontext, unsigned char *packets, int buf_size, void *data) |
| static av_cold int | oggvorbis_encode_close (AVCodecContext *avccontext) |
Variables | |
| static const AVOption | options [] |
| static const AVCodecDefault | defaults [] |
| class { | |
| libvorbis | |
| av_default_item_name | |
| options | |
| }; | |
| AVCodec | ff_libvorbis_encoder |
Ogg Vorbis codec support via libvorbisenc.
Definition in file libvorbis.c.
| #define BUFFER_SIZE (1024 * 64) |
Definition at line 41 of file libvorbis.c.
Referenced by oggvorbis_encode_frame().
| #define OGGVORBIS_FRAME_SIZE 64 |
Definition at line 39 of file libvorbis.c.
Referenced by oggvorbis_encode_init().
| typedef struct OggVorbisContext OggVorbisContext |
|
static |
Definition at line 250 of file libvorbis.c.
|
static |
Definition at line 178 of file libvorbis.c.
|
static |
Definition at line 125 of file libvorbis.c.
|
static |
Definition at line 71 of file libvorbis.c.
Referenced by oggvorbis_encode_init().
|
static |
Definition at line 120 of file libvorbis.c.
Referenced by oggvorbis_encode_init().
| const { ... } |
| av_default_item_name |
Definition at line 69 of file libvorbis.c.
|
static |
Definition at line 64 of file libvorbis.c.
| AVCodec ff_libvorbis_encoder |
Definition at line 267 of file libvorbis.c.
| libvorbis |
Definition at line 69 of file libvorbis.c.
Referenced by avcodec_register_all().
|
static |
Definition at line 59 of file libvorbis.c.