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 1108 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1152 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1240 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1279 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1355 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1397 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1480 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1530 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1632 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1682 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1784 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1867 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1941 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2024 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2092 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2168 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2246 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2334 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2378 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2466 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2505 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2581 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2647 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2723 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2782 of file sheervideo.c.
Referenced by decode_frame().
Definition at line 2849 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 2872 of file sheervideo.c.
|
static |
Definition at line 3136 of file sheervideo.c.
|
static |
Definition at line 38 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 57 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 76 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 95 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 114 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 133 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 152 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 171 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 190 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 209 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 228 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 295 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 362 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 429 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 496 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 563 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 630 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 697 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 764 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 831 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 898 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 917 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 936 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 955 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 974 of file sheervideo.c.
Referenced by decode_frame().
|
static |
Definition at line 1041 of file sheervideo.c.
Referenced by decode_frame().
AVCodec ff_sheervideo_decoder |
Definition at line 3146 of file sheervideo.c.