log wv.c @ 6434:ca5676c4563d libavformat

age author description
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Thu, 21 Jan 2010 09:47:02 +0000 conrad Set start_time and duration in AVStream instead of AVFormatContext for libavformat
Fri, 06 Nov 2009 18:25:45 +0000 kostya 10l: WavPack demuxer forgot to seek back to initial position after block libavformat
Thu, 05 Nov 2009 08:14:48 +0000 kostya If custom sampling rate is set in WavPack file, parse first block to find libavformat
Thu, 05 Nov 2009 08:10:50 +0000 kostya Initialize block_parsed before reading first block header in WavPack demuxer, libavformat
Sun, 18 Oct 2009 15:28:53 +0000 kostya Read metadata in WavPack files. libavformat
Wed, 06 May 2009 05:40:43 +0000 kostya Add floating point audio decoding to WavPack decoder. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Fri, 16 Jan 2009 17:46:19 +0000 kostya WavPack hybrid mode support libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Thu, 19 Jun 2008 22:57:00 +0000 bcoudurier remove useless close func libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sun, 16 Sep 2007 23:00:44 +0000 aurel loosen dependencies over allformats.h libavformat
Mon, 13 Aug 2007 05:36:50 +0000 kostya Support for WavPack version 0x410 (false stereo chunks) libavformat
Sun, 05 Aug 2007 05:56:34 +0000 kostya Add the handling of the INT32INFO block to the WavPack decoder. 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
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Sun, 28 Jan 2007 17:23:28 +0000 kostya Seeking support in WavPack 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, 15 Oct 2006 10:31:50 +0000 diego Remove unused variable. libavformat
Sun, 15 Oct 2006 04:50:19 +0000 kostya Ignore blocks with no samples and flags (but usually with MD5 sum) libavformat
Sat, 14 Oct 2006 05:01:05 +0000 kostya Move block size check to decoder libavformat
Tue, 10 Oct 2006 04:10:53 +0000 kostya 10l: remove alien seek function from demuxer libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Tue, 26 Sep 2006 03:41:51 +0000 kostya WavPack lossless audio decoder libavformat