FFmpeg
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | ArgoContext |
Functions | |
static int | decode_pal8 (AVCodecContext *avctx, uint32_t *pal) |
static int | decode_avcf (AVCodecContext *avctx, AVFrame *frame) |
static int | decode_alcd (AVCodecContext *avctx, AVFrame *frame) |
static int | decode_mad1 (AVCodecContext *avctx, AVFrame *frame) |
static int | decode_mad1_24 (AVCodecContext *avctx, AVFrame *frame) |
static int | decode_rle (AVCodecContext *avctx, AVFrame *frame) |
static int | decode_frame (AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static void | decode_flush (AVCodecContext *avctx) |
static av_cold int | decode_close (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_argo_decoder |
|
static |
Definition at line 46 of file argo.c.
Referenced by decode_frame().
|
static |
Definition at line 67 of file argo.c.
Referenced by decode_frame().
|
static |
Definition at line 96 of file argo.c.
Referenced by decode_frame().
|
static |
Definition at line 144 of file argo.c.
Referenced by decode_frame().
|
static |
Definition at line 354 of file argo.c.
Referenced by decode_frame().
|
static |
Definition at line 562 of file argo.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
|
static |
const FFCodec ff_argo_decoder |