]> git.sesse.net Git - ffmpeg/history - libavformat/mtv.c
Include msrledec.h: It contains the prototype for ff_msrle_decode().
[ffmpeg] / libavformat / mtv.c
2009-11-05 Reynaldo H. Verdej... Corrects two typos
2009-11-05 Reynaldo H. Verdej... Decrement probe score at unsuported bpp
2009-10-19 Reynaldo H. Verdej... Fix wrong comparison in r20304
2009-10-18 Reynaldo H. Verdej... If missing, calculate width or height from bpp and
2009-10-18 Reynaldo H. Verdej... Smarten mtv's probe a bit. Check for non zero
2009-08-25 Reimar DöffingerMark video from .mtv files correctly as upside-down.
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-05-03 Benjamin LarssonRemove dead assignments found by CSA
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2008-12-07 Reynaldo H. Verdej... COSMETICS
2008-11-18 Reynaldo H. Verdej... Trivial, Cosmetics
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-06-28 Reimar DöffingerChange mtv_read_packet so it does not break after seeki...
2008-06-28 Reimar DöffingerFix pkt->pos to really point at start of packet for...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
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-15 Aurelien Jacobsadd an enum for need_parsing
2007-04-08 Michael Niedermayerallocate 32 extra bytes at the end of the probe buffer...
2007-04-07 Diego Biurruntypos/grammar
2006-11-03 Reynaldo H. Verdej... now we set codec_tag, still have to figure out how...
2006-10-12 Reynaldo H. Verdej... new mtv demuxer