libavformat/au.c File Reference
#include "avformat.h"
#include "raw.h"
#include "riff.h"
Go to the source code of this file.
Define Documentation
#define AU_UNKNOWN_SIZE ((uint32_t)(~0)) |
Definition at line 160 of file au.c.
Referenced by au_read_packet(), blockCopy_TMPL(), doHorizDefFilter_C(), doHorizLowPass_C(), doVertDefFilter_TMPL(), doVertLowPass_TMPL(), horizX1Filter(), isHorizDC_C(), isVertDC_C(), isVertMinMaxOk_C(), postProcess_TMPL(), and vertX1Filter_TMPL().
Function Documentation
Definition at line 108 of file au.c.
Definition at line 119 of file au.c.
Definition at line 162 of file au.c.
Definition at line 65 of file au.c.
Definition at line 81 of file au.c.
Definition at line 88 of file au.c.
Variable Documentation
Initial value:
{
"au",
NULL_IF_CONFIG_SMALL("SUN AU format"),
0,
au_probe,
au_read_header,
au_read_packet,
NULL,
pcm_read_seek,
.codec_tag= (const AVCodecTag* const []){codec_au_tags, 0},
}
Definition at line 181 of file au.c.
Initial value:
{
"au",
NULL_IF_CONFIG_SMALL("SUN AU format"),
"audio/basic",
"au",
0,
CODEC_ID_PCM_S16BE,
CODEC_ID_NONE,
au_write_header,
au_write_packet,
au_write_trailer,
.codec_tag= (const AVCodecTag* const []){codec_au_tags, 0},
}
Definition at line 195 of file au.c.
Initial value:
{
{ CODEC_ID_PCM_MULAW, 1 },
{ CODEC_ID_PCM_S8, 2 },
{ CODEC_ID_PCM_S16BE, 3 },
{ CODEC_ID_PCM_S24BE, 4 },
{ CODEC_ID_PCM_S32BE, 5 },
{ CODEC_ID_PCM_F32BE, 6 },
{ CODEC_ID_PCM_F64BE, 7 },
{ CODEC_ID_PCM_ALAW, 27 },
{ CODEC_ID_NONE, 0 },
}
Definition at line 38 of file au.c.