aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/demux_roq.c
Commit message (Expand)AuthorAge
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Fix lots and lots of other demuxers broken by r26301Gravatar reimar2008-04-05
* 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