]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/4xm.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / 4xm.c
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-28 michaelFix remotely exploitable arbitrary code execution vulne...
2009-01-27 michaelPrefer av_freep() over av_free() for variables in the...
2009-01-27 michaelAdd {} between if/else
2009-01-27 michaelExport all tracks (each is a different language) instea...
2009-01-27 michaelremove pointless {}
2009-01-27 michaelMove current_track variable closer to where it is used.
2009-01-27 michaelFix memleak of fourxm->tracks on error return.
2009-01-27 michaelvertical align
2009-01-27 michaelFix memleak of header in error returns.
2009-01-27 michaelbetter header_size check
2009-01-27 michaelsize < 4 is invalid
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2009-01-11 diegocosmetics: indentation
2009-01-11 diegoFix illegal identifier starting with an underscore.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-08-27 rtogniChange 4xm demuxer and video decoder to pass the video...
2007-08-13 michaelexport 4xm video version
2007-08-12 michaelpass *fr2 chunks to decoder (Toy-Story2_better-image...
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-07-19 takisReplace all occurrances of AVERROR_NOMEM with AVERROR...
2007-04-08 diegoGet rid of unnecessary pointer casts.
2007-04-08 michaelallocate 32 extra bytes at the end of the probe buffer...
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-05 diegoDo not set audio codec_tag to 1, that would be PCM...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-19 michaelmore non portable float parsing code ...
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelAVPacket.pos
2005-04-30 michaelswitch to native time bases
2005-04-26 michaelfix nonsens timestamp calculation
2005-01-12 michaelvarious security fixes and precautionary checks
2005-01-08 michaelinteger overflows, heap corruption
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-21 michaelmove time_base (pts_num/pts_den) from AVFormatContext...
2004-03-14 melansonremove numerous definitions of BE_*/LE_* macros; conver...
2003-11-16 melansonset frame rate information, for good measure
2003-11-15 melansonuse the proper file framerate (specified by a float...
2003-09-20 tmmmclean up 4xm demuxer; make valgrind just a little happier
2003-06-03 michaelni4xm adpcm
2003-05-28 tmmmget the video dispatch straight
2003-05-28 tmmmdispatch video as well as audio
2003-05-26 tmmmallocate enough bytes
2003-05-25 michaelni10l
2003-05-25 michaelnic frame size debug stuff
2003-05-25 tmmmfirst pass at an experimental 4xm demuxer