summaryrefslogtreecommitdiffstats
path: root/libavformat/4xm.c
Commit message (Expand)AuthorAgeFilesLines
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-4/+4
* more non portable float parsing code ...Michael Niedermayer2005-07-191-21/+1
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-17/+17
* AVPacket.posMichael Niedermayer2005-05-261-6/+4
* switch to native time basesMichael Niedermayer2005-04-301-2/+0
* fix nonsens timestamp calculationMichael Niedermayer2005-04-261-12/+5
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-1/+1
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-0/+2
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-3/+3
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-4/+4
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-141-29/+16
* set frame rate information, for good measureMike Melanson2003-11-161-3/+6
* use the proper file framerate (specified by a float); account the ptsMike Melanson2003-11-151-24/+53
* clean up 4xm demuxer; make valgrind just a little happierMike Melanson2003-09-201-15/+4
* 4xm adpcmMichael Niedermayer2003-06-031-7/+12
* get the video dispatch straightMike Melanson2003-05-281-6/+5
* dispatch video as well as audioMike Melanson2003-05-281-51/+110
* allocate enough bytesMike Melanson2003-05-261-2/+3
* 10lMichael Niedermayer2003-05-251-1/+1
* c frame size debug stuffMichael Niedermayer2003-05-251-2/+13
* first pass at an experimental 4xm demuxerMike Melanson2003-05-251-0/+281
OpenPOWER on IntegriCloud