summaryrefslogtreecommitdiff
path: root/libavformat/sierravmd.c
Commit message (Expand)AuthorAge
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix overflow check insufficiently improved in r19840.Reimar Döffinger2009-09-16
* Improve sierravmd probe. It is still quite weak, but further improvementsReimar Döffinger2009-09-15
* Extend check for integer overflow for malloc argument to take into accountReimar Döffinger2009-09-14
* Add a context to av_log() call.Benoit Fouet2009-02-16
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* yet another attempt on fixing synchronization in VMDKostya Shishkov2009-01-21
* Empty audio chunks in VMD are silent, not skippedKostya Shishkov2009-01-21
* cosmetics: reindent after last commitKostya Shishkov2009-01-21
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-21
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.Kostya Shishkov2008-12-28
* Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for itKostya Shishkov2008-12-27
* The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson2008-12-14
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* memleak / CID124 RUN2Michael Niedermayer2008-05-28
* Fix a possible use of an uninitialized pointer.Reimar Döffinger2008-02-04
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* this is debug not infoMichael Niedermayer2007-08-10
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-08
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* IdentationKostya Shishkov2006-11-19
* Divide first audio buffer chunk into atomary bufffers.Kostya Shishkov2006-11-19
* Simplify VMD demuxer (but it still does not work right)Kostya Shishkov2006-11-13
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* sanity checks some might have been exploitableMichael Niedermayer2006-05-13
* More correct demuxing and timestamp setting fot Sierra VMDKostya Shishkov2006-03-11
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)Benjamin Larsson2005-07-13
* AVPacket.posMichael Niedermayer2005-05-26
* fixing an integer overflow, which could lead to overwriting the end of a mall...Michael Niedermayer2005-02-04
* VMD playing error patch by (Kostya (cannonball bw-team com>)Kostya Shishkov2005-02-04
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
* minor VMD system update; still not perfect, but should not crash eitherMike Melanson2004-03-14
* initial commit for Sierra VMD file demuxerMike Melanson2004-01-02