summaryrefslogtreecommitdiffstats
path: root/libavformat/4xm.c
Commit message (Expand)AuthorAgeFilesLines
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix remotely exploitable arbitrary code execution vulnerability.Michael Niedermayer2009-01-281-4/+5
* Prefer av_freep() over av_free() for variables in the context for safety.Michael Niedermayer2009-01-271-1/+1
* Add {} between if/elseMichael Niedermayer2009-01-271-7/+7
* Export all tracks (each is a different language) instead of just one.Michael Niedermayer2009-01-271-14/+12
* remove pointless {}Michael Niedermayer2009-01-271-3/+0
* Move current_track variable closer to where it is used.Michael Niedermayer2009-01-271-1/+1
* Fix memleak of fourxm->tracks on error return.Michael Niedermayer2009-01-271-17/+22
* vertical alignMichael Niedermayer2009-01-271-8/+8
* Fix memleak of header in error returns.Michael Niedermayer2009-01-271-4/+12
* better header_size checkMichael Niedermayer2009-01-271-1/+1
* size < 4 is invalidMichael Niedermayer2009-01-271-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* cosmetics: indentationDiego Biurrun2009-01-111-18/+18
* Fix illegal identifier starting with an underscore.Diego Biurrun2009-01-111-2/+2
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-4/+4
* 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
OpenPOWER on IntegriCloud