mm.c File Reference


Detailed Description

American Laser Games MM Video Decoder by Peter Ross (suxen_drol at hotmail dot com).

American Laser Games MM Format Demuxer by Peter Ross (suxen_drol at hotmail dot com).

The MM format was used by IBM-PC ports of ALG's "arcade shooter" games, including Mad Dog McCree and Crime Patrol.

Technical details here: http://wiki.multimedia.cx/index.php?title=American_Laser_Games_MM

Definition in file mm.c.

Go to the source code of this file.

Classes

struct  MmDemuxContext

Functions

static int mm_probe (AVProbeData *p)
static int mm_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int mm_read_packet (AVFormatContext *s, AVPacket *pkt)
static int mm_read_close (AVFormatContext *s)

Variables

AVInputFormat mm_demuxer


Function Documentation

static int mm_probe ( AVProbeData p  )  [static]

Definition at line 59 of file mm.c.

static int mm_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 71 of file mm.c.

static int mm_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 126 of file mm.c.

static int mm_read_close ( AVFormatContext s  )  [static]

Definition at line 197 of file mm.c.


Variable Documentation

Initial value:

 {
    "mm",
    "American Laser Games MM format",
    sizeof(MmDemuxContext),
    mm_probe,
    mm_read_header,
    mm_read_packet,
    mm_read_close,
}

Definition at line 202 of file mm.c.


Generated on Sat Dec 18 05:15:53 2010 for MythTV by  doxygen 1.5.5