46 #define HAP_MAX_CHUNKS 64
63 for (j = 0; j < avctx->
height; j += 4) {
64 for (i = 0; i < avctx->
width; i += 4) {
84 bytestream2_put_le24(pbc, header_length ==
HAP_HDR_LONG ? 0 : section_length);
85 bytestream2_put_byte(pbc, section_type);
88 bytestream2_put_le32(pbc, section_length);
95 int i, final_size = 0;
117 if (ret != SNAPPY_OK) {
199 int final_data_size, ret;
223 if (final_data_size < 0)
224 return final_data_size;
240 int corrected_chunk_count;
289 corrected_chunk_count = 1;
297 while ((ctx->
tex_size / (64 / ratio)) % corrected_chunk_count != 0) {
298 corrected_chunk_count--;
301 ctx->
max_snappy = snappy_max_compressed_length(ctx->
tex_size / corrected_chunk_count);
331 #define OFFSET(x) offsetof(HapContext, x)
332 #define FLAGS AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM
358 .priv_class = &hapenc_class,
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
This structure describes decoded (raw) audio or video data.
int(* dxt1_block)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
#define LIBAVUTIL_VERSION_INT
void av_shrink_packet(AVPacket *pkt, int size)
Reduce packet size, correctly zeroing padding.
static av_cold int init(AVCodecContext *avctx)
int(* tex_fun)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
Texture block (4x4) module.
static av_always_inline void bytestream2_init_writer(PutByteContext *p, uint8_t *buf, int buf_size)
const char * av_default_item_name(void *ptr)
Return the context name.
static av_cold int hap_init(AVCodecContext *avctx)
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
int ff_alloc_packet2(AVCodecContext *avctx, AVPacket *avpkt, int64_t size, int64_t min_size)
Check AVPacket size and/or allocate data.
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
static void hap_write_section_header(PutByteContext *pbc, enum HapHeaderLength header_length, int section_length, enum HapSectionType section_type)
static int compress_texture(AVCodecContext *avctx, uint8_t *out, int out_length, const AVFrame *f)
static const AVClass hapenc_class
int ff_hap_set_chunk_count(HapContext *ctx, int count, int first_in_frame)
#define AV_LOG_VERBOSE
Detailed information.
int bits_per_coded_sample
bits per sample/pixel from the demuxer (needed for huffyuv).
#define AV_PKT_FLAG_KEY
The packet contains a keyframe.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
const char * name
Name of the codec implementation.
static av_cold int hap_close(AVCodecContext *avctx)
int(* dxt5_block)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
packed RGBA 8:8:8:8, 32bpp, RGBARGBA...
int flags
A combination of AV_PKT_FLAG values.
reference-counted frame API
int av_image_check_size(unsigned int w, unsigned int h, int log_offset, void *log_ctx)
Check if the given dimension of an image is valid, meaning that all bytes of the image can be address...
#define AVERROR_BUFFER_TOO_SMALL
Buffer too small.
static void hap_write_frame_header(HapContext *ctx, uint8_t *dst, int frame_length)
int width
picture width / height.
static const AVOption options[]
#define AV_LOG_INFO
Standard information.
Libavcodec external API header.
int linesize[AV_NUM_DATA_POINTERS]
For video, size in bytes of each picture line.
av_cold void ff_hap_free_context(HapContext *ctx)
main external API structure.
unsigned int codec_tag
fourcc (LSB first, so "ABCD" -> ('D'<<24) + ('C'<<16) + ('B'<<8) + 'A').
#define AVERROR_BUG
Internal bug, also see AVERROR_BUG2.
Describe the class of an AVClass context structure.
enum HapTextureFormat opt_tex_fmt
void ff_texturedspenc_init(TextureDSPContext *c)
static enum AVPixelFormat pix_fmts[]
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
static int hap_encode(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet)
common internal api header.
static int hap_decode_instructions_length(HapContext *ctx)
static int hap_compress_frame(AVCodecContext *avctx, uint8_t *dst)
enum HapCompressor compressor
#define MKTAG(a, b, c, d)
AVPixelFormat
Pixel format.
This structure stores compressed data.
int(* dxt5ys_block)(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
static int hap_header_length(HapContext *ctx)