summaryrefslogtreecommitdiff
path: root/libavformat/4xm.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Fix remotely exploitable arbitrary code execution vulnerability.Michael Niedermayer2009-01-28
* Prefer av_freep() over av_free() for variables in the context for safety.Michael Niedermayer2009-01-27
* Add {} between if/elseMichael Niedermayer2009-01-27
* Export all tracks (each is a different language) instead of just one.Michael Niedermayer2009-01-27
* remove pointless {}Michael Niedermayer2009-01-27
* Move current_track variable closer to where it is used.Michael Niedermayer2009-01-27
* Fix memleak of fourxm->tracks on error return.Michael Niedermayer2009-01-27
* vertical alignMichael Niedermayer2009-01-27
* Fix memleak of header in error returns.Michael Niedermayer2009-01-27
* better header_size checkMichael Niedermayer2009-01-27
* size < 4 is invalidMichael Niedermayer2009-01-27
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* cosmetics: indentationDiego Biurrun2009-01-11
* Fix illegal identifier starting with an underscore.Diego Biurrun2009-01-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni2007-08-27
* export 4xm video versionMichael Niedermayer2007-08-13
* pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)Michael Niedermayer2007-08-12
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Do not set audio codec_tag to 1, that would be PCM audio.Diego Biurrun2006-11-05
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* more non portable float parsing code ...Michael Niedermayer2005-07-19
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* AVPacket.posMichael Niedermayer2005-05-26
* switch to native time basesMichael Niedermayer2005-04-30
* fix nonsens timestamp calculationMichael Niedermayer2005-04-26
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
* set frame rate information, for good measureMike Melanson2003-11-16
* use the proper file framerate (specified by a float); account the ptsMike Melanson2003-11-15
* clean up 4xm demuxer; make valgrind just a little happierMike Melanson2003-09-20
* 4xm adpcmMichael Niedermayer2003-06-03
* get the video dispatch straightMike Melanson2003-05-28
* dispatch video as well as audioMike Melanson2003-05-28
* allocate enough bytesMike Melanson2003-05-26
* 10lMichael Niedermayer2003-05-25