|
Libav
|
Vorbis encoding support via libvorbisenc. More...
#include <vorbis/vorbisenc.h>#include "libavutil/fifo.h"#include "libavutil/opt.h"#include "avcodec.h"#include "audio_frame_queue.h"#include "bytestream.h"#include "internal.h"#include "vorbis.h"#include "vorbis_parser.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) |
Functions | |
| static int | vorbis_error_to_averror (int ov_err) |
| static av_cold int | oggvorbis_init_encoder (vorbis_info *vi, AVCodecContext *avctx) |
| static int | xiph_len (int l) |
| static av_cold int | oggvorbis_encode_close (AVCodecContext *avctx) |
| static av_cold int | oggvorbis_encode_init (AVCodecContext *avctx) |
| static int | oggvorbis_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
Variables | |
| static const AVOption | options [] |
| static const AVCodecDefault | defaults [] |
| class { | |
| libvorbis | |
| av_default_item_name | |
| options | |
| }; | |
| AVCodec | ff_libvorbis_encoder |
Vorbis encoding support via libvorbisenc.
Definition in file libvorbis.c.
| #define OGGVORBIS_FRAME_SIZE 64 |
Definition at line 46 of file libvorbis.c.
Referenced by oggvorbis_encode_init().
| #define BUFFER_SIZE (1024 * 64) |
Definition at line 48 of file libvorbis.c.
Referenced by oggvorbis_encode_init().
|
static |
Definition at line 78 of file libvorbis.c.
Referenced by oggvorbis_encode_frame(), oggvorbis_encode_init(), and oggvorbis_init_encoder().
|
static |
Definition at line 88 of file libvorbis.c.
Referenced by oggvorbis_encode_init().
|
static |
Definition at line 146 of file libvorbis.c.
Referenced by oggvorbis_encode_init().
|
static |
Definition at line 151 of file libvorbis.c.
Referenced by oggvorbis_encode_init().
|
static |
Definition at line 170 of file libvorbis.c.
|
static |
Definition at line 247 of file libvorbis.c.
|
static |
Definition at line 65 of file libvorbis.c.
|
static |
Definition at line 70 of file libvorbis.c.
| libvorbis |
Definition at line 75 of file libvorbis.c.
Referenced by avcodec_register_all().
| av_default_item_name |
Definition at line 75 of file libvorbis.c.
| const { ... } |
| AVCodec ff_libvorbis_encoder |
Definition at line 338 of file libvorbis.c.
1.8.1.2