|
FFmpeg
|
TIFF image decoder. More...
#include "config.h"#include "libavutil/attributes.h"#include "libavutil/avstring.h"#include "libavutil/intreadwrite.h"#include "libavutil/imgutils.h"#include "avcodec.h"#include "bytestream.h"#include "faxcompr.h"#include "internal.h"#include "lzw.h"#include "mathops.h"#include "tiff.h"#include "tiff_data.h"#include "thread.h"Go to the source code of this file.
Data Structures | |
| struct | TiffContext |
Macros | |
| #define | RET_GEOKEY(TYPE, array, element) |
| #define | RET_GEOKEY_VAL(TYPE, array) |
| #define | ADD_METADATA(count, name, sep) |
Variables | |
| AVCodec | ff_tiff_decoder |
TIFF image decoder.
Definition in file tiff.c.
Definition at line 95 of file tiff.c.
Referenced by get_geokey_name(), and get_geokey_type().
Referenced by get_geokey_val().
Referenced by tiff_decode_tag().
|
static |
Definition at line 84 of file tiff.c.
Referenced by decode_frame(), and tiff_end().
|
static |
Definition at line 100 of file tiff.c.
Referenced by decode_frame().
Definition at line 110 of file tiff.c.
Referenced by decode_frame().
Definition at line 120 of file tiff.c.
Referenced by search_keyval().
|
static |
Definition at line 125 of file tiff.c.
Referenced by get_geokey_val().
Definition at line 134 of file tiff.c.
Referenced by tiff_decode_tag().
|
static |
Definition at line 202 of file tiff.c.
Referenced by tiff_decode_tag().
|
static |
|
static |
Definition at line 239 of file tiff.c.
Referenced by tiff_unpack_fax(), and tiff_unpack_strip().
|
static |
Definition at line 279 of file tiff.c.
Referenced by tiff_unpack_strip().
|
static |
Definition at line 292 of file tiff.c.
Referenced by tiff_unpack_strip().
|
static |
Definition at line 452 of file tiff.c.
Referenced by tiff_unpack_strip().
|
static |
Definition at line 485 of file tiff.c.
Referenced by decode_frame().
|
static |
Definition at line 655 of file tiff.c.
Referenced by decode_frame().
|
static |
Definition at line 773 of file tiff.c.
Referenced by tiff_decode_tag().
|
static |
Definition at line 792 of file tiff.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
| AVCodec ff_tiff_decoder |
1.8.6