summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demux_roq.c
Commit message (Expand)AuthorAgeFilesLines
* Fix lots and lots of other demuxers broken by r26301reimar2008-04-051-0/+1
* Make all demuxer_desc_t const, thus moving them to .rodatareimar2008-01-131-1/+1
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* drops casts from void * on malloc/calloc from libmpdemux codereynaldo2006-07-131-2/+2
* Demuxer modularizationrtognimp2005-08-051-5/+21
* 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