The 3 alphanumeric copyright notices are md5summed they are from the original implementors. More...
#include "nellymoser.h"
#include "libavutil/lfg.h"
#include "libavutil/random_seed.h"
#include "libavutil/audioconvert.h"
#include "avcodec.h"
#include "internal.h"
#include "dsputil.h"
#include "fft.h"
#include "fmtconvert.h"
#include "sinewin.h"
#include "get_bits.h"
Go to the source code of this file.
Data Structures | |
struct | NellyMoserDecodeContext |
Macros | |
#define | BITSTREAM_READER_LE |
Typedefs | |
typedef struct NellyMoserDecodeContext | NellyMoserDecodeContext |
Functions | |
static void | nelly_decode_block (NellyMoserDecodeContext *s, const unsigned char block[NELLY_BLOCK_LEN], float audio[NELLY_SAMPLES]) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static int | decode_tag (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_nellymoser_decoder |
The 3 alphanumeric copyright notices are md5summed they are from the original implementors.
The original code is available from http://code.google.com/p/nelly2pcm/
Definition in file nellymoserdec.c.
#define BITSTREAM_READER_LE |
Definition at line 45 of file nellymoserdec.c.
typedef struct NellyMoserDecodeContext NellyMoserDecodeContext |
|
static |
Definition at line 208 of file nellymoserdec.c.
|
static |
Definition at line 119 of file nellymoserdec.c.
|
static |
Definition at line 154 of file nellymoserdec.c.
|
static |
Definition at line 63 of file nellymoserdec.c.
Referenced by decode_tag().
AVCodec ff_nellymoser_decoder |
Definition at line 217 of file nellymoserdec.c.