summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_roq.c
Commit message (Expand)AuthorAgeFilesLines
* removed nonsense stream_reset/seek in check_file()arpi2003-04-301-3/+0
* Added demuxer uninitalbeu2002-04-241-0/+9
* changed int -> float for proper PTS calculation (works just as well as themelanson2002-03-311-13/+3
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantmelanson2002-03-311-4/+14
* fixed RoQ file detection and FPS determination (maybe)melanson2002-02-181-8/+6
* fixed FPS as well as crash bug when no audio chunks are presentmelanson2002-02-051-20/+21
* demuxer is now more complete, though still not perfectmelanson2002-02-021-29/+50
* implemented RoQ file demuxingmelanson2002-02-011-0/+224