log sierravmd.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Wed, 16 Sep 2009 15:12:23 +0000 reimar Fix overflow check insufficiently improved in r19840. libavformat
Tue, 15 Sep 2009 09:16:29 +0000 reimar Improve sierravmd probe. It is still quite weak, but further improvements libavformat
Mon, 14 Sep 2009 17:15:18 +0000 reimar Extend check for integer overflow for malloc argument to take into account libavformat
Mon, 16 Feb 2009 14:45:05 +0000 benoit Add a context to av_log() call. libavformat
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavformat
Wed, 21 Jan 2009 13:27:39 +0000 kostya yet another attempt on fixing synchronization in VMD libavformat
Wed, 21 Jan 2009 13:26:01 +0000 kostya Empty audio chunks in VMD are silent, not skipped libavformat
Wed, 21 Jan 2009 13:25:14 +0000 kostya cosmetics: reindent after last commit libavformat
Wed, 21 Jan 2009 13:24:35 +0000 kostya VMD first chunk of audio is not coded as many separate chunks of block_align libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Sun, 28 Dec 2008 16:22:42 +0000 kostya Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. libavformat
Sat, 27 Dec 2008 17:34:00 +0000 kostya Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it libavformat
Sun, 14 Dec 2008 03:29:33 +0000 melanson The POSIX namespace shall be held sacrosanct. To that end, libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Wed, 28 May 2008 22:26:35 +0000 michael memleak / CID124 RUN2 libavformat
Mon, 04 Feb 2008 12:13:09 +0000 reimar Fix a possible use of an uninitialized pointer. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Fri, 10 Aug 2007 22:40:11 +0000 michael this is debug not info libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Sun, 08 Apr 2007 20:24:16 +0000 diego Get rid of unnecessary pointer casts. libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Fri, 19 Jan 2007 22:12:59 +0000 alex rename BE/LE_8/16/32 to AV_RL/B_8/16/32 libavformat
Sun, 19 Nov 2006 05:32:22 +0000 kostya Identation libavformat
Sun, 19 Nov 2006 05:30:43 +0000 kostya Divide first audio buffer chunk into atomary bufffers. libavformat
Mon, 13 Nov 2006 05:18:19 +0000 kostya Simplify VMD demuxer (but it still does not work right) libavformat
Wed, 01 Nov 2006 21:09:14 +0000 diego reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Sat, 13 May 2006 11:37:56 +0000 michael sanity checks some might have been exploitable libavformat
Sat, 11 Mar 2006 04:27:58 +0000 kostya More correct demuxing and timestamp setting fot Sierra VMD libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Sat, 17 Dec 2005 17:57:03 +0000 henry malloc padding to avoid reading past the malloc()ed area. libavformat
Mon, 12 Dec 2005 01:56:46 +0000 mru use PRIxN, %zd, %td formats where needed libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Wed, 13 Jul 2005 10:18:35 +0000 michael printf-> av_log patch by (Benjamin Larsson, banan: student ltu se) libavformat
Thu, 26 May 2005 20:17:12 +0000 michael AVPacket.pos libavformat
Fri, 04 Feb 2005 18:58:59 +0000 michael fixing an integer overflow, which could lead to overwriting the end of a malloced buffer by 8 bytes libavformat
Fri, 04 Feb 2005 03:38:33 +0000 michael VMD playing error patch by (Kostya (cannonball bw-team com>) libavformat
Sat, 19 Jun 2004 03:59:34 +0000 melanson sweeping change from -EIO -> AVERROR_IO libavformat
Fri, 21 May 2004 20:43:21 +0000 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
Sun, 14 Mar 2004 04:08:11 +0000 melanson minor VMD system update; still not perfect, but should not crash either libavformat
Fri, 02 Jan 2004 04:47:02 +0000 melanson initial commit for Sierra VMD file demuxer libavformat