Go to the source code of this file.
|
| static int | getbit (GetByteContext *gb, uint32_t *bitbuf, int *bits) |
| |
| static void | unpack_intraframe (AVCodecContext *avctx, const uint8_t *src, uint32_t size) |
| |
| static void | postprocess_current_frame (AVCodecContext *avctx) |
| |
| static void | copy_processed_frame (AVCodecContext *avctx, AVFrame *frame) |
| |
| static int | decode_interframe_v4 (AVCodecContext *avctx, const uint8_t *src, uint32_t size) |
| |
| static void | decode_interframe_v4a (AVCodecContext *avctx, const uint8_t *src, uint32_t size) |
| |
| static void | hnm_update_palette (AVCodecContext *avctx, const uint8_t *src, uint32_t size) |
| |
| static int | hnm_decode_frame (AVCodecContext *avctx, AVFrame *frame, 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()
| static int getbit |
( |
GetByteContext * | gb, |
|
|
uint32_t * | bitbuf, |
|
|
int * | bits ) |
|
static |
◆ unpack_intraframe()
| static void unpack_intraframe |
( |
AVCodecContext * | avctx, |
|
|
const uint8_t * | src, |
|
|
uint32_t | size ) |
|
static |
◆ postprocess_current_frame()
◆ copy_processed_frame()
◆ decode_interframe_v4()
| static int decode_interframe_v4 |
( |
AVCodecContext * | avctx, |
|
|
const uint8_t * | src, |
|
|
uint32_t | size ) |
|
static |
◆ decode_interframe_v4a()
| static void decode_interframe_v4a |
( |
AVCodecContext * | avctx, |
|
|
const uint8_t * | src, |
|
|
uint32_t | size ) |
|
static |
◆ hnm_update_palette()
| static void hnm_update_palette |
( |
AVCodecContext * | avctx, |
|
|
const uint8_t * | src, |
|
|
uint32_t | size ) |
|
static |
◆ hnm_decode_frame()
◆ hnm_decode_init()
◆ hnm_decode_end()
◆ ff_hnm4_video_decoder
| const FFCodec ff_hnm4_video_decoder |
Initial value:= {
.p.name = "hnm4video",
}
static av_cold void close(AVCodecParserContext *s)
#define FF_CODEC_DECODE_CB(func)
#define CODEC_LONG_NAME(str)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
int(* init)(AVBSFContext *ctx)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
static av_cold int hnm_decode_init(AVCodecContext *avctx)
static av_cold int hnm_decode_end(AVCodecContext *avctx)
static int hnm_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt)
Definition at line 500 of file hnm4video.c.