summaryrefslogtreecommitdiffstats
path: root/libavformat/4xm.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-2/+2
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* 4xmdemux: prevent use of uninitialized memoryLaurent Aimar2011-10-101-3/+5
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-7/+7
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove unused variablesMans Rullgard2011-06-021-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-3/+3
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-9/+9
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Check 4xm headers for validity. This should avoid 1/0.Michael Niedermayer2011-01-161-1/+8
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* 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
OpenPOWER on IntegriCloud