FFmpeg
|
#include <sys/stat.h>
#include "libavutil/avstring.h"
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/parseutils.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
#include "img2.h"
#include "libavcodec/mjpeg.h"
Go to the source code of this file.
Macros | |
#define | _DEFAULT_SOURCE |
#define | _BSD_SOURCE |
#define | OFFSET(x) offsetof(VideoDemuxData, x) |
#define | DEC AV_OPT_FLAG_DECODING_PARAM |
#define | IMAGEAUTO_DEMUXER(imgname, codecid) |
Functions | |
static int | infer_size (int *width_ptr, int *height_ptr, int size) |
static int | is_glob (const char *path) |
static int | find_image_range (AVIOContext *pb, int *pfirst_index, int *plast_index, const char *path, int start_index, int start_index_range) |
Get index range of image files matched by path. More... | |
static int | img_read_probe (AVProbeData *p) |
int | ff_img_read_header (AVFormatContext *s1) |
int | ff_img_read_packet (AVFormatContext *s1, AVPacket *pkt) |
static int | img_read_close (struct AVFormatContext *s1) |
static int | img_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) |
static int | bmp_probe (AVProbeData *p) |
static int | dds_probe (AVProbeData *p) |
static int | dpx_probe (AVProbeData *p) |
static int | exr_probe (AVProbeData *p) |
static int | j2k_probe (AVProbeData *p) |
static int | jpeg_probe (AVProbeData *p) |
static int | jpegls_probe (AVProbeData *p) |
static int | pcx_probe (AVProbeData *p) |
static int | qdraw_probe (AVProbeData *p) |
static int | pictor_probe (AVProbeData *p) |
static int | png_probe (AVProbeData *p) |
static int | sgi_probe (AVProbeData *p) |
static int | sunrast_probe (AVProbeData *p) |
static int | tiff_probe (AVProbeData *p) |
static int | webp_probe (AVProbeData *p) |
static int | pnm_magic_check (const AVProbeData *p, int magic) |
static int | pnm_probe (const AVProbeData *p) |
static int | pbm_probe (AVProbeData *p) |
static int | pgmx_probe (AVProbeData *p) |
static int | pgm_probe (AVProbeData *p) |
static int | pgmyuv_probe (AVProbeData *p) |
static int | ppm_probe (AVProbeData *p) |
static int | pam_probe (AVProbeData *p) |
Variables | |
static const int | sizes [][2] |
const AVOption | ff_img_options [] |
#define OFFSET | ( | x | ) | offsetof(VideoDemuxData, x) |
#define DEC AV_OPT_FLAG_DECODING_PARAM |
#define IMAGEAUTO_DEMUXER | ( | imgname, | |
codecid | |||
) |
|
static |
Definition at line 62 of file img2dec.c.
Referenced by ff_img_read_packet().
|
static |
Definition at line 77 of file img2dec.c.
Referenced by ff_img_read_header(), and img_read_probe().
|
static |
Get index range of image files matched by path.
pfirst_index | pointer to index updated with the first number in the range |
plast_index | pointer to index updated with the last number in the range |
path | path which has to be matched by the image files in the range |
start_index | minimum accepted value for the first index in the range |
Definition at line 107 of file img2dec.c.
Referenced by ff_img_read_header().
|
static |
int ff_img_read_header | ( | AVFormatContext * | s1 | ) |
int ff_img_read_packet | ( | AVFormatContext * | s1, |
AVPacket * | pkt | ||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 865 of file img2dec.c.
Referenced by pam_probe(), pbm_probe(), pgmx_probe(), and ppm_probe().
|
inlinestatic |
Definition at line 872 of file img2dec.c.
Referenced by pam_probe(), pbm_probe(), pgmx_probe(), and ppm_probe().
|
static |
|
inlinestatic |
Definition at line 888 of file img2dec.c.
Referenced by pgm_probe(), and pgmyuv_probe().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 50 of file img2dec.c.
Referenced by aac_encode_init(), encode_frame(), infer_size(), ra144_decode_frame(), ra144_encode_frame(), setup_partitions(), svq1_decode_init(), and x8_vlc_init().
const AVOption ff_img_options[] |