]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/sierravmd.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / sierravmd.c
2009-02-16 benoitAdd a context to av_log() call.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-21 kostyayet another attempt on fixing synchronization in VMD
2009-01-21 kostyaEmpty audio chunks in VMD are silent, not skipped
2009-01-21 kostyacosmetics: reindent after last commit
2009-01-21 kostyaVMD first chunk of audio is not coded as many separate...
2009-01-11 diegoFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-28 kostyaFix a typo that made VMD demuxer always assume Indeo...
2008-12-27 kostyaLatest Coktel Vision VMDs contained Indeo 3, add demuxe...
2008-12-14 melansonThe POSIX namespace shall be held sacrosanct. To that...
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
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-05-28 michaelmemleak / CID124 RUN2
2008-02-04 reimarFix a possible use of an uninitialized pointer.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-08-10 michaelthis is debug not info
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-19 kostyaIdentation
2006-11-19 kostyaDivide first audio buffer chunk into atomary bufffers.
2006-11-13 kostyaSimplify VMD demuxer (but it still does not work right)
2006-11-01 diegoreindentation, patch by From: Steve Lhomme, slhomme...
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-05-13 michaelsanity checks some might have been exploitable
2006-03-11 kostyaMore correct demuxing and timestamp setting fot Sierra VMD
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-12-17 henrymalloc padding to avoid reading past the malloc()ed...
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-07-13 michaelprintf-> av_log patch by (Benjamin Larsson, banan:...
2005-05-26 michaelAVPacket.pos
2005-02-04 michaelfixing an integer overflow, which could lead to overwri...
2005-02-04 michaelVMD playing error patch by (Kostya (cannonball bw-team...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-21 michaelmove time_base (pts_num/pts_den) from AVFormatContext...
2004-03-14 melansonminor VMD system update; still not perfect, but should...
2004-01-02 melansoninitial commit for Sierra VMD file demuxer