OSDN Git Service

xmv: eliminate superfluous zeroing of zero data
[coroid/ffmpeg_saccubus.git] / libavformat / sierravmd.c
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-04-01 Matthew Hoopssierravmd: fix Indeo3 videos
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
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...
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-09-16 Reimar DöffingerFix overflow check insufficiently improved in r19840.
2009-09-15 Reimar DöffingerImprove sierravmd probe. It is still quite weak, but...
2009-09-14 Reimar DöffingerExtend check for integer overflow for malloc argument...
2009-02-16 Benoit FouetAdd a context to av_log() call.
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-21 Kostya Shishkovyet another attempt on fixing synchronization in VMD
2009-01-21 Kostya ShishkovEmpty audio chunks in VMD are silent, not skipped
2009-01-21 Kostya Shishkovcosmetics: reindent after last commit
2009-01-21 Kostya ShishkovVMD first chunk of audio is not coded as many separate...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2008-12-28 Kostya ShishkovFix a typo that made VMD demuxer always assume Indeo...
2008-12-27 Kostya ShishkovLatest Coktel Vision VMDs contained Indeo 3, add demuxe...
2008-12-14 Mike MelansonThe POSIX namespace shall be held sacrosanct. To that...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
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...
2008-05-28 Michael Niedermayermemleak / CID124 RUN2
2008-02-04 Reimar DöffingerFix a possible use of an uninitialized pointer.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-08-10 Michael Niedermayerthis is debug not info
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-19 Kostya ShishkovIdentation
2006-11-19 Kostya ShishkovDivide first audio buffer chunk into atomary bufffers.
2006-11-13 Kostya ShishkovSimplify VMD demuxer (but it still does not work right)
2006-11-01 Steve L'Hommereindentation, patch by From: Steve Lhomme, slhomme...
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-05-13 Michael Niedermayersanity checks some might have been exploitable
2006-03-11 Kostya ShishkovMore correct demuxing and timestamp setting fot Sierra VMD
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-12-17 Jindřich Makovičkamalloc padding to avoid reading past the malloc()ed...
2005-12-12 Måns Rullgårduse PRIxN, %zd, %td formats where needed
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-07-13 Benjamin Larssonprintf-> av_log patch by (Benjamin Larsson, banan:...
2005-05-26 Michael NiedermayerAVPacket.pos
2005-02-04 Michael Niedermayerfixing an integer overflow, which could lead to overwri...
2005-02-04 Kostya ShishkovVMD playing error patch by (Kostya (cannonball bw-team...
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 Melansonminor VMD system update; still not perfect, but should...
2004-01-02 Mike Melansoninitial commit for Sierra VMD file demuxer