#include "avformat.h"
Go to the source code of this file.
Data Structures | |
struct | ogg_codec |
Copyright (C) 2005 Michael Ahlberg, Måns Rullgård. More... | |
struct | ogg_stream |
struct | ogg_state |
struct | ogg |
Defines | |
#define | OGG_FLAG_CONT 1 |
#define | OGG_FLAG_BOS 2 |
#define | OGG_FLAG_EOS 4 |
Typedefs | |
typedef struct ogg_codec | ogg_codec_t |
Copyright (C) 2005 Michael Ahlberg, Måns Rullgård. | |
typedef struct ogg_stream | ogg_stream_t |
typedef struct ogg_state | ogg_state_t |
typedef struct ogg | ogg_t |
Functions | |
int | vorbis_comment (AVFormatContext *ms, uint8_t *buf, int size) |
Copyright (C) 2005 Michael Ahlberg, Måns Rullgård. | |
Variables | |
ogg_codec_t | flac_codec |
ogg_codec_t | ogm_audio_codec |
ogg_codec_t | ogm_old_codec |
ogg_codec_t | ogm_text_codec |
ogg_codec_t | ogm_video_codec |
ogg_codec_t | old_flac_codec |
ogg_codec_t | theora_codec |
ogg_codec_t | vorbis_codec |
#define OGG_FLAG_CONT 1 |
typedef struct ogg_codec ogg_codec_t |
Copyright (C) 2005 Michael Ahlberg, Måns Rullgård.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
typedef struct ogg_state ogg_state_t |
typedef struct ogg_stream ogg_stream_t |
int vorbis_comment | ( | AVFormatContext * | as, | |
uint8_t * | buf, | |||
int | size | |||
) |
Copyright (C) 2005 Michael Ahlberg, Måns Rullgård.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Definition at line 34 of file oggparsevorbis.c.
Referenced by flac_header(), theora_header(), and vorbis_header().
Definition at line 88 of file oggparseflac.c.
Definition at line 158 of file oggparseogm.c.
Definition at line 172 of file oggparseogm.c.
Definition at line 165 of file oggparseogm.c.
Definition at line 151 of file oggparseogm.c.
Definition at line 94 of file oggparseflac.c.
Definition at line 133 of file oggparsetheora.c.
Definition at line 223 of file oggparsevorbis.c.