summaryrefslogtreecommitdiffstats
path: root/libavformat/4xm.c
Commit message (Expand)AuthorAgeFilesLines
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-6/+6
* Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni2007-08-271-1/+3
* export 4xm video versionMichael Niedermayer2007-08-131-2/+2
* pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)Michael Niedermayer2007-08-121-1/+8
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-4/+4
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-4/+4
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-2/+2
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-3/+0
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-14/+14
* Do not set audio codec_tag to 1, that would be PCM audio.Diego Biurrun2006-11-051-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* 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