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"
#include "subtitles.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) |
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 | |||
) |
Definition at line 63 of file img2dec.c.
Referenced by ff_img_read_packet().
|
static |
Definition at line 78 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 108 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 |
|
static |
|
static |
Definition at line 918 of file img2dec.c.
Referenced by pam_probe(), pbm_probe(), pgmx_probe(), and ppm_probe().
|
inlinestatic |
Definition at line 925 of file img2dec.c.
Referenced by pam_probe(), pbm_probe(), pgmx_probe(), and ppm_probe().
|
static |
|
inlinestatic |
Definition at line 941 of file img2dec.c.
Referenced by pgm_probe(), and pgmyuv_probe().
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 51 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[] |