aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_roq.c
Commit message (Expand)AuthorAge
* Make all demuxer_desc_t const, thus moving them to .rodataGravatar reimar2008-01-13
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* drops casts from void * on malloc/calloc from libmpdemux codeGravatar reynaldo2006-07-13
* Demuxer modularizationGravatar rtognimp2005-08-05
* removed nonsense stream_reset/seek in check_file()Gravatar arpi2003-04-30
* Added demuxer uninitGravatar albeu2002-04-24
* changed int -> float for proper PTS calculation (works just as well as theGravatar melanson2002-03-31
* fixed RoQ framerate by multiplying PTS calculation by some absurd constantGravatar melanson2002-03-31
* fixed RoQ file detection and FPS determination (maybe)Gravatar melanson2002-02-18
* fixed FPS as well as crash bug when no audio chunks are presentGravatar melanson2002-02-05
* demuxer is now more complete, though still not perfectGravatar melanson2002-02-02
* implemented RoQ file demuxingGravatar melanson2002-02-01