FFmpeg
|
#include "exif.h"
Go to the source code of this file.
Functions | |
static const char * | exif_get_tag_name (uint16_t id) |
static int | exif_add_metadata (void *logctx, int count, int type, const char *name, const char *sep, GetByteContext *gb, int le, AVDictionary **metadata) |
static int | exif_decode_tag (void *logctx, GetByteContext *gbytes, int le, int depth, AVDictionary **metadata) |
int | ff_exif_decode_ifd (void *logctx, GetByteContext *gbytes, int le, int depth, AVDictionary **metadata) |
int | avpriv_exif_decode_ifd (void *logctx, const uint8_t *buf, int size, int le, int depth, AVDictionary **metadata) |
Recursively decodes all IFD's and adds included TAGS into the metadata dictionary. More... | |
EXIF metadata parser
Definition in file exif.c.
|
static |
Definition at line 31 of file exif.c.
Referenced by exif_decode_tag().
|
static |
Definition at line 44 of file exif.c.
Referenced by exif_decode_tag().
|
static |
Definition at line 73 of file exif.c.
Referenced by ff_exif_decode_ifd().
int ff_exif_decode_ifd | ( | void * | logctx, |
GetByteContext * | gbytes, | ||
int | le, | ||
int | depth, | ||
AVDictionary ** | metadata | ||
) |
Definition at line 122 of file exif.c.
Referenced by avpriv_exif_decode_ifd(), exif_decode_tag(), mjpeg_decode_app(), and webp_decode_frame().
int avpriv_exif_decode_ifd | ( | void * | logctx, |
const uint8_t * | buf, | ||
int | size, | ||
int | le, | ||
int | depth, | ||
AVDictionary ** | metadata | ||
) |
Recursively decodes all IFD's and adds included TAGS into the metadata dictionary.
Definition at line 144 of file exif.c.
Referenced by avi_extract_stream_metadata().