Go to the source code of this file.
|
static int | getbit (GetByteContext *gb, uint32_t *bitbuf, int *bits) |
|
static void | unpack_intraframe (AVCodecContext *avctx, uint8_t *src, uint32_t size) |
|
static void | postprocess_current_frame (AVCodecContext *avctx) |
|
static void | copy_processed_frame (AVCodecContext *avctx, AVFrame *frame) |
|
static void | decode_interframe_v4 (AVCodecContext *avctx, uint8_t *src, uint32_t size) |
|
static void | decode_interframe_v4a (AVCodecContext *avctx, uint8_t *src, uint32_t size) |
|
static void | hnm_update_palette (AVCodecContext *avctx, uint8_t *src, uint32_t size) |
|
static void | hnm_flip_buffers (Hnm4VideoContext *hnm) |
|
static int | hnm_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
|
static av_cold int | hnm_decode_init (AVCodecContext *avctx) |
|
static av_cold int | hnm_decode_end (AVCodecContext *avctx) |
|
◆ HNM4_CHUNK_ID_PL
#define HNM4_CHUNK_ID_PL 19536 |
◆ HNM4_CHUNK_ID_IZ
#define HNM4_CHUNK_ID_IZ 23113 |
◆ HNM4_CHUNK_ID_IU
#define HNM4_CHUNK_ID_IU 21833 |
◆ HNM4_CHUNK_ID_SD
#define HNM4_CHUNK_ID_SD 17491 |
◆ getbit()
◆ unpack_intraframe()
◆ postprocess_current_frame()
◆ copy_processed_frame()
◆ decode_interframe_v4()
◆ decode_interframe_v4a()
◆ hnm_update_palette()
◆ hnm_flip_buffers()
◆ hnm_decode_frame()
◆ hnm_decode_init()
◆ hnm_decode_end()
◆ ff_hnm4_video_decoder
Initial value:= {
.name = "hnm4video",
}
static av_cold int init(AVCodecContext *avctx)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int hnm_decode_end(AVCodecContext *avctx)
static av_cold int hnm_decode_init(AVCodecContext *avctx)
static int hnm_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
Definition at line 504 of file hnm4video.c.