]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/wc3movie.c
remove comment
[frescor/ffmpeg.git] / libavformat / wc3movie.c
2009-04-12 reimarSlightly improve/correct description of wc3_pal_lookup
2009-04-11 reimarFix "unrecognized WC3 chunk" debug output which was...
2009-04-11 reimarwc3movie: return partial packets if not all data can...
2009-04-11 reimarExplain the purpose of the wc3_pal_lookup and the formu...
2009-04-11 reimarUse get_le32/get_be32 in wc3movie demuxer instead of...
2009-03-04 melansonFix a condition that causes an infinite loop, but only...
2009-02-26 aureluse new metadata API in wc3 demuxer
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-03-01 melansonfix wc3movie demuxer to conform to the PTS API
2007-12-01 michael1000l _reserved (found by checktree.sh)
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
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-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
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-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-26 michaelAVPacket.pos
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...
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-30 melansonrevised palette API, courtesy of Roberto Togni (rtogni...
2003-09-12 tmmmdeploy palette control API
2003-09-11 tmmmforgot to apply the palette component lookup table
2003-09-08 tmmmdemuxer for custom Wing Commander III movie (.mve)...