SEGA CRI adx codecs.
More...
#include "avcodec.h"
#include "adx.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "encode.h"
#include "put_bits.h"
Go to the source code of this file.
◆ HEADER_SIZE
Definition at line 99 of file adxenc.c.
Referenced by adx_encode_frame(), adx_encode_header(), decode_frame(), encode_frame(), handle_crc(), mp_decode_frame(), msnwc_tcp_probe(), msnwc_tcp_read_header(), msnwc_tcp_read_packet(), mss3_decode_frame(), mss4_decode_frame(), put_wav_header(), and redspark_read_header().
◆ adx_encode()
◆ adx_encode_header()
| static int adx_encode_header |
( |
AVCodecContext * | avctx, |
|
|
uint8_t * | buf, |
|
|
int | bufsize ) |
|
static |
◆ adx_encode_init()
◆ adx_encode_frame()
◆ ff_adpcm_adx_encoder
Initial value:= {
.p.name = "adpcm_adx",
}
static av_cold int adx_encode_init(AVCodecContext *avctx)
static int adx_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
#define FF_CODEC_CAP_EOF_FLUSH
The encoder has AV_CODEC_CAP_DELAY set, but does not actually have delay - it only wants to be flushe...
#define FF_CODEC_ENCODE_CB(func)
#define CODEC_LONG_NAME(str)
#define CODEC_SAMPLEFMTS(...)
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
This encoder can reorder user opaque values from input AVFrames and return them with corresponding ou...
#define AV_CODEC_CAP_DELAY
Encoder or decoder requires flushing with NULL input at the end in order to give the complete and cor...
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
@ AV_SAMPLE_FMT_S16
signed 16 bits
Definition at line 190 of file adxenc.c.