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) | 
|  | 
      
        
          | #define HNM4_CHUNK_ID_PL   19536 | 
      
 
 
      
        
          | #define HNM4_CHUNK_ID_IZ   23113 | 
      
 
 
      
        
          | #define HNM4_CHUNK_ID_IU   21833 | 
      
 
 
      
        
          | #define HNM4_CHUNK_ID_SD   17491 | 
      
 
 
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 505 of file hnm4video.c.