Interface to libgsm for gsm encoding/decoding. More...
#include <gsm/gsm.h>#include "libavutil/channel_layout.h"#include "libavutil/common.h"#include "avcodec.h"#include "internal.h"#include "gsm.h"Go to the source code of this file.
Data Structures | |
| struct | LibGSMDecodeContext |
Typedefs | |
| typedef struct LibGSMDecodeContext | LibGSMDecodeContext |
Functions | |
| static av_cold int | libgsm_encode_init (AVCodecContext *avctx) |
| static av_cold int | libgsm_encode_close (AVCodecContext *avctx) |
| static int | libgsm_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) |
| static av_cold int | libgsm_decode_init (AVCodecContext *avctx) |
| static av_cold int | libgsm_decode_close (AVCodecContext *avctx) |
| static int | libgsm_decode_frame (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *avpkt) |
| static void | libgsm_flush (AVCodecContext *avctx) |
Variables | |
| AVCodec | ff_libgsm_encoder |
| AVCodec | ff_libgsm_ms_encoder |
| AVCodec | ff_libgsm_decoder |
| AVCodec | ff_libgsm_ms_decoder |
Interface to libgsm for gsm encoding/decoding.
Definition in file libgsm.c.
| typedef struct LibGSMDecodeContext LibGSMDecodeContext |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| AVCodec ff_libgsm_decoder |
| AVCodec ff_libgsm_encoder |
| AVCodec ff_libgsm_ms_decoder |
| AVCodec ff_libgsm_ms_encoder |