This demuxer is not the best example to use if you are trying to write your own as it uses a rather roundabout approach for splitting up and sending out the chunks.
Definition in file ipmovie.c.
Go to the source code of this file.
Classes | |
| struct | IPMVEContext |
Functions | |
| static void | debug_ipmovie (const char *format,...) |
| static int | load_ipmovie_packet (IPMVEContext *s, ByteIOContext *pb, AVPacket *pkt) |
| static int | process_ipmovie_chunk (IPMVEContext *s, ByteIOContext *pb, AVPacket *pkt) |
| static int | ipmovie_probe (AVProbeData *p) |
| static int | ipmovie_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| static int | ipmovie_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | ipmovie_read_close (AVFormatContext *s) |
Variables | |
| AVInputFormat | ipmovie_demuxer |
| static void debug_ipmovie | ( | const char * | format, | |
| ... | ||||
| ) | [inline, static] |
Definition at line 44 of file ipmovie.c.
Referenced by load_ipmovie_packet(), and process_ipmovie_chunk().
| static int load_ipmovie_packet | ( | IPMVEContext * | s, | |
| ByteIOContext * | pb, | |||
| AVPacket * | pkt | |||
| ) | [static] |
| static int process_ipmovie_chunk | ( | IPMVEContext * | s, | |
| ByteIOContext * | pb, | |||
| AVPacket * | pkt | |||
| ) | [static] |
Definition at line 212 of file ipmovie.c.
Referenced by ipmovie_read_header(), and ipmovie_read_packet().
| static int ipmovie_probe | ( | AVProbeData * | p | ) | [static] |
| static int ipmovie_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int ipmovie_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
| static int ipmovie_read_close | ( | AVFormatContext * | s | ) | [static] |
Initial value:
{
"ipmovie",
"Interplay MVE format",
sizeof(IPMVEContext),
ipmovie_probe,
ipmovie_read_header,
ipmovie_read_packet,
ipmovie_read_close,
}
1.5.5