Go to the documentation of this file.
27 #include "config_components.h"
73 const uint8_t *buf = avpkt->
data;
74 int buf_size = avpkt->
size;
77 if (buf_size < avctx->block_align) {
112 memset(
s, 0,
sizeof(*
s));
115 #if CONFIG_GSM_DECODER
128 #if CONFIG_GSM_MS_DECODER
int frame_size
Number of samples per channel in an audio frame.
#define AV_LOG_WARNING
Something somehow does not look correct.
static av_cold int gsm_init(AVCodecContext *avctx)
int sample_rate
samples per second
This structure describes decoded (raw) audio or video data.
static int init_get_bits(GetBitContext *s, const uint8_t *buffer, int bit_size)
Initialize GetBitContext.
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
static unsigned int get_bits(GetBitContext *s, int n)
Read 1-25 bits.
AVCodec p
The public AVCodec.
AVChannelLayout ch_layout
Audio channel layout.
int ff_msgsm_decode_block(AVCodecContext *avctx, int16_t *samples, const uint8_t *buf, int mode)
static int gsm_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#define FF_CODEC_DECODE_CB(func)
int(* init)(AVBSFContext *ctx)
#define CODEC_LONG_NAME(str)
#define GSM_MS_BLOCK_SIZE
@ AV_CODEC_ID_GSM
as in Berlin toast format
#define AV_CODEC_CAP_CHANNEL_CONF
Codec should fill in channel configuration and samplerate instead of container.
int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
Get a buffer for a frame.
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
An AVChannelLayout holds information about the channel layout of audio data.
const FFCodec ff_gsm_ms_decoder
enum AVSampleFormat sample_fmt
audio sample format
#define MSN_MIN_BLOCK_SIZE
int nb_samples
number of audio samples (per channel) described by this frame
static int gsm_decode_block(AVCodecContext *avctx, int16_t *samples, GetBitContext *gb, int mode)
@ AV_SAMPLE_FMT_S16
signed 16 bits
const char * name
Name of the codec implementation.
int block_align
number of bytes per packet if constant and known or 0 Used by some WAV based audio codecs.
static void gsm_flush(AVCodecContext *avctx)
main external API structure.
void av_channel_layout_uninit(AVChannelLayout *channel_layout)
Free any allocated data in the channel layout and reset the channel count to 0.
const FFCodec ff_gsm_decoder
Filter the word “frame” indicates either a video frame or a group of audio samples
#define AV_CHANNEL_LAYOUT_MONO
This structure stores compressed data.
#define AVERROR_INVALIDDATA
Invalid data found when processing input.