summaryrefslogtreecommitdiffstats
path: root/libavformat/4xm.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-22/+22
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* 4xm: allocate extradata properly.Anton Khirnov2014-05-181-1/+4
* 4xm: Check that the read track value is non-negativeMartin Storsjö2013-09-031-0/+2
* 4xm: check that bits per sample is strictly positiveAnton Khirnov2013-09-021-1/+1
* 4xm: do not overread while parsing headerLuca Barbato2013-06-121-6/+14
* 4xm: refactor fourxm_read_headerLuca Barbato2013-06-121-89/+93
* 4xm: K&R formatting cosmeticsLuca Barbato2013-06-121-44/+41
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-4/+4
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* 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
OpenPOWER on IntegriCloud