|
FFmpeg
|
#include <stdint.h>#include "libavutil/imgutils.h"#include "avcodec.h"#include "bytestream.h"#include "codec_internal.h"#include "hap.h"#include "snappy.h"#include "texturedsp.h"#include "thread.h"Go to the source code of this file.
Functions | |
| static int | hap_parse_decode_instructions (HapContext *ctx, int size) |
| static int | hap_can_use_tex_in_place (HapContext *ctx) |
| static int | hap_parse_frame_header (AVCodecContext *avctx) |
| static int | decompress_chunks_thread (AVCodecContext *avctx, void *arg, int chunk_nb, int thread_nb) |
| static int | hap_decode (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
| static av_cold int | hap_init (AVCodecContext *avctx) |
| static av_cold int | hap_close (AVCodecContext *avctx) |
Variables | |
| const FFCodec | ff_hap_decoder |
Hap decoder
Fourcc: Hap1, Hap5, HapY, HapA, HapM
https://github.com/Vidvox/hap/blob/master/documentation/HapVideoDRAFT.md
Definition in file hapdec.c.
|
static |
Definition at line 46 of file hapdec.c.
Referenced by hap_parse_frame_header().
|
static |
Definition at line 117 of file hapdec.c.
Referenced by hap_decode().
|
static |
Definition at line 130 of file hapdec.c.
Referenced by hap_decode().
|
static |
Definition at line 222 of file hapdec.c.
Referenced by hap_decode().
|
static |
|
static |
|
static |
| const FFCodec ff_hap_decoder |
1.8.17