Go to the documentation of this file.
82 gsm_option(avctx->
priv_data, GSM_OPT_WAV49, &one);
122 #if CONFIG_LIBGSM_ENCODER
135 .wrapper_name =
"libgsm",
138 #if CONFIG_LIBGSM_MS_ENCODER
151 .wrapper_name =
"libgsm",
int frame_size
Number of samples per channel in an audio frame.
int sample_rate
samples per second
#define AV_CH_LAYOUT_MONO
This structure describes decoded (raw) audio or video data.
#define FF_COMPLIANCE_UNOFFICIAL
Allow unofficial extensions.
static const AVCodecDefault libgsm_defaults[]
static av_cold int libgsm_encode_init(AVCodecContext *avctx)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static int libgsm_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
#define GSM_MS_BLOCK_SIZE
int64_t bit_rate
the average bitrate
static void error(const char *err)
@ AV_CODEC_ID_GSM
as in Berlin toast format
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
int channels
number of audio channels
AVSampleFormat
Audio sample formats.
@ AV_SAMPLE_FMT_S16
signed 16 bits
const char * name
Name of the codec implementation.
static av_cold int libgsm_encode_close(AVCodecContext *avctx)
int block_align
number of bytes per packet if constant and known or 0 Used by some WAV based audio codecs.
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several the filter must be ready for frames arriving randomly on any input any filter with several inputs will most likely require some kind of queuing mechanism It is perfectly acceptable to have a limited queue and to drop frames when the inputs are too unbalanced request_frame For filters that do not use the this method is called when a frame is wanted on an output For a it should directly call filter_frame on the corresponding output For a if there are queued frames already one of these frames should be pushed If the filter should request a frame on one of its repeatedly until at least one frame has been pushed Return or at least make progress towards producing a frame
int strict_std_compliance
strictly follow the standard (MPEG-4, ...).
main external API structure.
Filter the word “frame” indicates either a video frame or a group of audio samples
This structure stores compressed data.
AVCodec ff_libgsm_encoder
int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size)
Check AVPacket size and/or allocate data.
AVCodec ff_libgsm_ms_encoder