33 #define RAW_PACKET_SIZE 1024
107 #define OFFSET(x) offsetof(FFRawVideoDemuxerContext, x)
108 #define DEC AV_OPT_FLAG_DECODING_PARAM
114 #if CONFIG_DATA_DEMUXER
125 #if CONFIG_MJPEG_DEMUXER
133 for (i = 0; i < p->
buf_size - 1; i++) {
135 if (p->
buf[i] != 0xFF)
169 if ( (c >= 0x02 && c <= 0xBF)
176 if (nb_invalid*4 + 1 < nb_frames) {
177 static const char ct_jpeg[] =
"\r\nContent-Type: image/jpeg\r\n";
180 for (i=0; i<
FFMIN(p->
buf_size - (
int)
sizeof(ct_jpeg), 100); i++)
181 if (!memcmp(p->
buf + i, ct_jpeg,
sizeof(ct_jpeg) - 1))
184 if (nb_invalid == 0 && nb_frames > 2)
int64_t pos
byte position in stream, -1 if unknown
void av_shrink_packet(AVPacket *pkt, int size)
Reduce packet size, correctly zeroing padding.
#define FF_DEF_RAWVIDEO_DEMUXER2(shortname, longname, probe, ext, id, flag)
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
int avio_read_partial(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
Opaque data information usually continuous.
enum AVStreamParseType need_parsing
AVStream * avformat_new_stream(AVFormatContext *s, const AVCodec *c)
Add a new stream to a media file.
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
int av_new_packet(AVPacket *pkt, int size)
Allocate the payload of a packet and initialize its fields with default values.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
enum AVMediaType codec_type
General type of the encoded data.
simple assert() macros that are a bit more flexible than ISO C assert().
int buf_size
Size of buf except extra allocated bytes.
unsigned char * buf
Buffer must have AVPROBE_PADDING_SIZE of extra allocated bytes filled with zero.
AVStreamInternal * internal
An opaque field for libavformat internal usage.
AVIOContext * pb
I/O context.
void av_packet_unref(AVPacket *pkt)
Wipe the packet.
offset must point to AVRational
This structure contains the data a format has to probe a file.
int64_t start_time
Decoding: pts of the first frame of the stream in presentation order, in stream time base...
struct AVInputFormat * iformat
The input container format.
AVRational framerate
AVRational describing framerate, set by a private option.
void * priv_data
Format private data.
AVCodecContext * avctx
The codec context used by avformat_find_stream_info, the parser, etc.
AVCodecParameters * codecpar
Codec parameters associated with this stream.
This structure stores compressed data.