31     { 0, 0, 0, 0, 0, 0, 0, 0 },
 
   32     { 2, 0, 0, 0, 0, 0, 0, 0 },
 
   33     { 5, 7, 0, 0, 0, 0, 0, 0 },
 
   34     { 5, 0, 0, 0, 0, 0, 0, 0 },
 
   35     { 6, 0, 0, 0, 0, 0, 0, 0 },
 
   36     { 5, 7, 5, 7, 0, 0, 0, 0 },
 
   37     { 5, 7, 5, 0, 0, 0, 0, 0 },
 
   38     { 5, 7, 6, 0, 0, 0, 0, 0 },
 
   39     { 5, 5, 0, 0, 0, 0, 0, 0 },
 
   40     { 3, 0, 0, 0, 0, 0, 0, 0 },
 
   41     { 6, 6, 0, 0, 0, 0, 0, 0 },
 
   42     { 2, 4, 0, 0, 0, 0, 0, 0 },
 
   43     { 2, 4, 5, 7, 0, 0, 0, 0 },
 
   44     { 2, 4, 5, 0, 0, 0, 0, 0 },
 
   45     { 2, 4, 6, 0, 0, 0, 0, 0 },
 
   46     { 2, 4, 5, 7, 5, 7, 0, 0 },
 
   71     for (i = 0; i < 4; i++)
 
   88                "width %d and height %d must be multiplie of 4.\n",
 
  104     for (i = 0; i < 4; i++) {
 
  119     for (i = 0; i < 4; i++) {
 
  129     for (i = 0; i < 4; i++) {
 
  130         if (mask & (1 << 7 - i))
 
  132         if (mask & (1 << 3 - i))
 
  133             dst[width + i] = 
color;
 
  141     for (i = 0; i < 4; i++) {
 
  142         if (mask & (1 << 7 - i))
 
  144         if (mask & (1 << 3 - i))
 
  145             dst[width + i] = src[width + i];
 
  153     int val  = bytestream2_get_be16(&c->
gb);
 
  154     int page = val >> 14;
 
  155     int x    = (val & 0x7F);
 
  156     int y    = ((val >> 7) & 0x7F);
 
  158     *p    = c->
frame[page] + x * 2 + y * 2 * c->
width;
 
  164     uint32_t opcode_size, 
offset;
 
  169     i = bytestream2_get_byte(&c->
gb);
 
  180             val    = bytestream2_get_be16(&c->
gb);
 
  182             x      = (val & 0x7F) * 2;
 
  183             y      = ((val >> 7) & 0x7F) * 2;
 
  186             offset = (x & 0x7F) * 2;
 
  187             j      = bytestream2_get_le16(&c->
gb) + 
offset;
 
  192                 if (dst + 3 * c->
width + 4 > dend)
 
  195                 if ((offset & 0x3F) == 0)
 
  198             } 
while (offset < j);
 
  206         if ((src + 3 * c->
width + 4 > send) ||
 
  207             (dst + 3 * c->
width + 4 > dend) ||
 
  215     } 
while (i < c->video_size / 16);
 
  217     opcode_size = bytestream2_get_le16(&c->
gb);
 
  228     for (i = 0; i < c->
height; i += 4, dst += c->
width * 3)
 
  229         for (j = 0; j < c->
width; j += 4, dst += 4) {
 
  231             if (op > opcode_size)
 
  234                 opcode = opcodes[
op] & 15;
 
  237                 opcode = opcodes[
op] >> 4;
 
  241                 offset = c->
width * 2;
 
  248                     color = bytestream2_get_byte(&c->
gb);
 
  250                     mask = bytestream2_get_byte(&c->
gb);
 
  258                     if (src + offset + c->
width + 4 > send)
 
  260                     mask = bytestream2_get_byte(&c->
gb);
 
  282     code = bytestream2_get_byte(&c->
gb);
 
  283     if ((code & 0xF) > 4 || (code & 0xF) == 3) {
 
  292         for (i = 0; i < 4; i++)
 
  308         index = bytestream2_get_byte(&c->
gb);
 
  309         count = bytestream2_get_byte(&c->
gb) + 1;
 
  311         if (index + 
count > 256)
 
  317         for (i = 0; i < 
count; i++) {
 
  320             r = bytestream2_get_byteu(&c->
gb);
 
  322             g = bytestream2_get_byteu(&c->
gb);
 
  324             b = bytestream2_get_byteu(&c->
gb);
 
  326             *out++ = (0xFF
U << 24) | (r << 16) | (g << 8) | b;
 
  331     switch (code & 0x0F) {
 
  352         frame = bytestream2_get_byte(&c->
gb);
 
  372             code  = bytestream2_get_byteu(&c->
gb);
 
  373             count = 
FFABS(code) + 1;
 
  375             if (dst + count > end)
 
  378                 memset(dst, bytestream2_get_byteu(&c->
gb), count);
 
static av_cold int paf_video_close(AVCodecContext *avctx)
const char const char void * val
#define AVERROR_INVALIDDATA
Invalid data found when processing input. 
This structure describes decoded (raw) audio or video data. 
ptrdiff_t const GLvoid * data
static av_cold int init(AVCodecContext *avctx)
enum AVPixelFormat pix_fmt
Pixel format, see AV_PIX_FMT_xxx. 
static av_always_inline void bytestream2_init(GetByteContext *g, const uint8_t *buf, int buf_size)
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
static av_always_inline unsigned int bytestream2_get_bufferu(GetByteContext *g, uint8_t *dst, unsigned int size)
int ff_reget_buffer(AVCodecContext *avctx, AVFrame *frame)
Identical in function to av_frame_make_writable(), except it uses ff_get_buffer() to allocate the buf...
#define av_assert0(cond)
assert() equivalent, that is always enabled. 
void void avpriv_request_sample(void *avc, const char *msg,...) av_printf_format(2
Log a generic warning message about a missing feature. 
AVFrame * av_frame_alloc(void)
Allocate an AVFrame and set its fields to default values. 
8 bits with AV_PIX_FMT_RGB32 palette 
static const uint32_t color[16+AV_CLASS_CATEGORY_NB]
static av_cold int end(AVCodecContext *avctx)
int av_frame_ref(AVFrame *dst, const AVFrame *src)
Set up a new reference to the data described by the source frame. 
static av_always_inline void bytestream2_skipu(GetByteContext *g, unsigned int size)
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered. 
static const uint16_t mask[17]
static av_always_inline void bytestream2_skip(GetByteContext *g, unsigned int size)
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g. 
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_always_inline unsigned int bytestream2_get_buffer(GetByteContext *g, uint8_t *dst, unsigned int size)
static int paf_video_decode(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt)
static av_always_inline unsigned int bytestream2_get_bytes_left(GetByteContext *g)
const char * name
Name of the codec implementation. 
int64_t max_pixels
The number of pixels per image to maximally accept. 
static const uint8_t offset[127][2]
enum AVPictureType pict_type
Picture type of the frame. 
static const uint8_t block_sequences[16][8]
int width
picture width / height. 
#define FFABS(a)
Absolute value, Note, INT_MIN / INT64_MIN result in undefined behavior as they are not representable ...
static void set_src_position(PAFVideoDecContext *c, const uint8_t **p, const uint8_t **pend)
static av_always_inline int bytestream2_tell(GetByteContext *g)
const AVS_VideoInfo int align
Libavcodec external API header. 
int linesize[AV_NUM_DATA_POINTERS]
For video, size in bytes of each picture line. 
static void copy_block4(uint8_t *dst, const uint8_t *src, ptrdiff_t dstStride, ptrdiff_t srcStride, int h)
main external API structure. 
AVCodec ff_paf_video_decoder
int palette_has_changed
Tell user application that palette has changed from previous frame. 
static void copy_src_mask(uint8_t *dst, int width, uint8_t mask, const uint8_t *src)
static av_cold int paf_video_init(AVCodecContext *avctx)
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes. 
static void copy_color_mask(uint8_t *dst, int width, uint8_t mask, uint8_t color)
static int op(uint8_t **dst, const uint8_t *dst_end, GetByteContext *gb, int pixel, int count, int *x, int width, int linesize)
Perform decode operation. 
common internal api header. 
int av_image_check_size2(unsigned int w, unsigned int h, int64_t max_pixels, enum AVPixelFormat pix_fmt, int log_offset, void *log_ctx)
Check if the given dimension of an image is valid, meaning that all bytes of a plane of an image with...
int key_frame
1 -> keyframe, 0-> not 
void av_image_copy_plane(uint8_t *dst, int dst_linesize, const uint8_t *src, int src_linesize, int bytewidth, int height)
Copy image plane from src to dst. 
static void read4x4block(PAFVideoDecContext *c, uint8_t *dst, int width)
static int decode_0(PAFVideoDecContext *c, uint8_t *pkt, uint8_t code)
This structure stores compressed data. 
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.