FFmpeg
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "get_bits.h"
#include "internal.h"
#include "thread.h"
Go to the source code of this file.
Data Structures | |
struct | SheerVideoContext |
Variables | |
static const uint8_t | l_r_rgb [256] |
static const uint8_t | l_r_rgbi [256] |
static const uint8_t | l_g_rgbi [256] |
static const uint8_t | l_g_rgb [256] |
static const uint8_t | l_y_ybr [256] |
static const uint8_t | l_u_ybr [256] |
static const uint8_t | l_y_ybyr [256] |
static const uint8_t | l_u_ybyr [256] |
static const uint8_t | l_y_byry [256] |
static const uint8_t | l_u_byry [256] |
static const uint8_t | l_y_ybr10i [1024] |
static const uint8_t | l_y_ybr10 [1024] |
static const uint8_t | l_u_ybr10i [1024] |
static const uint8_t | l_u_ybr10 [1024] |
static const uint8_t | l_r_rgbx [1024] |
static const uint8_t | l_g_rgbx [1024] |
static const uint8_t | l_y_yry10 [1024] |
static const uint8_t | l_y_yry10i [1024] |
static const uint8_t | l_u_yry10 [1024] |
static const uint8_t | l_u_yry10i [1024] |
static const uint8_t | l_y_ybri [256] |
static const uint8_t | l_u_ybri [256] |
static const uint8_t | l_y_byryi [256] |
static const uint8_t | l_u_byryi [256] |
static const uint8_t | l_r_rgbxi [1024] |
static const uint8_t | l_g_rgbxi [1024] |
AVCodec | ff_sheervideo_decoder |
|
static |
Definition at line 1109 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1153 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1241 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1280 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1356 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1398 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1481 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1531 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1633 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1683 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1785 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1868 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1942 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2025 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2093 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2169 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2247 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2335 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2379 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2467 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2506 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2582 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2648 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2724 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2783 of file sheervideo.c.
Referenced by decode_frame().
Definition at line 2850 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2873 of file sheervideo.c.
|
static |
Definition at line 3148 of file sheervideo.c.
|
static |
Definition at line 39 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 58 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 77 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 96 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 115 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 134 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 153 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 172 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 191 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 210 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 229 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 296 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 363 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 430 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 497 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 564 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 631 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 698 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 765 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 832 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 899 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 918 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 937 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 956 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 975 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1042 of file sheervideo.c.
Referenced by decode_frame().
AVCodec ff_sheervideo_decoder |
Definition at line 3158 of file sheervideo.c.