]> git.sesse.net Git - ffmpeg/history - libavformat/4xm.c
rtsp: Parse SSRC attributes in the SDP
[ffmpeg] / libavformat / 4xm.c
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-10-26 Luca Barbatoavpacket: Replace av_free_packet with av_packet_unref
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2014-05-18 Anton Khirnov4xm: allocate extradata properly.
2013-09-03 Martin Storsjö4xm: Check that the read track value is non-negative
2013-09-02 Anton Khirnov4xm: check that bits per sample is strictly positive
2013-06-12 Luca Barbato4xm: do not overread while parsing header
2013-06-12 Luca Barbato4xm: refactor fourxm_read_header
2013-06-12 Luca Barbato4xm: K&R formatting cosmetics
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-10 Laurent Aimar4xmdemux: prevent use of uninitialized memory
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-06-02 Mans RullgardRemove unused variables
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-16 Michael NiedermayerCheck 4xm headers for validity. This should avoid 1/0.
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-28 Michael NiedermayerFix remotely exploitable arbitrary code execution vulne...
2009-01-27 Michael NiedermayerPrefer av_freep() over av_free() for variables in the...
2009-01-27 Michael NiedermayerAdd {} between if/else
2009-01-27 Michael NiedermayerExport all tracks (each is a different language) instea...
2009-01-27 Michael Niedermayerremove pointless {}
2009-01-27 Michael NiedermayerMove current_track variable closer to where it is used.
2009-01-27 Michael NiedermayerFix memleak of fourxm->tracks on error return.
2009-01-27 Michael Niedermayervertical align
2009-01-27 Michael NiedermayerFix memleak of header in error returns.
2009-01-27 Michael Niedermayerbetter header_size check
2009-01-27 Michael Niedermayersize < 4 is invalid
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 Diego Biurruncosmetics: indentation
2009-01-11 Diego BiurrunFix illegal identifier starting with an underscore.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-08-27 Roberto TogniChange 4xm demuxer and video decoder to pass the video...
2007-08-13 Michael Niedermayerexport 4xm video version
2007-08-12 Michael Niedermayerpass *fr2 chunks to decoder (Toy-Story2_better-image...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_NOMEM with AVERROR...
2007-04-08 Nicholas TungGet rid of unnecessary pointer casts.
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-05 Diego BiurrunDo not set audio codec_tag to 1, that would be PCM...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-19 Michael Niedermayermore non portable float parsing code ...
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-26 Michael Niedermayerfix nonsens timestamp calculation
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-08 Michael Niedermayerinteger overflows, heap corruption
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2003-11-16 Mike Melansonset frame rate information, for good measure
2003-11-15 Mike Melansonuse the proper file framerate (specified by a float...
2003-09-20 Mike Melansonclean up 4xm demuxer; make valgrind just a little happier
2003-06-03 Michael Niedermayer4xm adpcm
2003-05-28 Mike Melansonget the video dispatch straight
2003-05-28 Mike Melansondispatch video as well as audio
2003-05-26 Mike Melansonallocate enough bytes
2003-05-25 Michael Niedermayer10l
2003-05-25 Michael Niedermayerc frame size debug stuff
2003-05-25 Mike Melansonfirst pass at an experimental 4xm demuxer