#include "ttadata.h"
#include "ttaencdsp.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "encode.h"
#include "put_bits.h"
#include "libavutil/crc.h"
#include "libavutil/mem.h"
Go to the source code of this file.
◆ BITSTREAM_WRITER_LE
| #define BITSTREAM_WRITER_LE |
◆ PRED
◆ tta_encode_init()
◆ get_sample()
◆ tta_encode_frame()
◆ tta_encode_close()
◆ ff_tta_encoder
Initial value:= {
.p.name = "tta",
}
static av_cold void close(AVCodecParserContext *s)
#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_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define AV_CODEC_CAP_SMALL_LAST_FRAME
Codec can be fed a final frame with a smaller size.
@ AV_SAMPLE_FMT_S32
signed 32 bits
@ AV_SAMPLE_FMT_U8
unsigned 8 bits
@ AV_SAMPLE_FMT_S16
signed 16 bits
static av_cold int tta_encode_init(AVCodecContext *avctx)
static int tta_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr)
static av_cold int tta_encode_close(AVCodecContext *avctx)
Definition at line 203 of file ttaenc.c.