log aiff.c @ 5283:63c52dca959b libavformat

age author description
Thu, 15 Oct 2009 09:45:16 +0000 jbr Split up the AIFF muxer and demuxer into separate files. libavformat
Tue, 13 Oct 2009 00:19:34 +0000 jbr Do not read data past the end of the SSND chunk in the AIFF demuxer. libavformat
Fri, 02 Oct 2009 06:42:20 +0000 reimar Return special EOF checking for aiff and au demuxers, the check was at libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Fri, 17 Apr 2009 18:18:29 +0000 michael Remove useless init from aiff_read_header() found by CSA. libavformat
Mon, 02 Feb 2009 23:43:12 +0000 aurel use new metadata API in aiff demuxer libavformat
Mon, 02 Feb 2009 23:25:02 +0000 aurel simplify libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Thu, 02 Oct 2008 16:03:00 +0000 benoit Use enum typers instead of int. 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, 04 Sep 2008 22:35:05 +0000 bcoudurier set block align and frame size for gsm in aiff libavformat
Tue, 02 Sep 2008 22:45:13 +0000 diego Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformat
Sun, 24 Aug 2008 16:51:50 +0000 reimar Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat
Tue, 19 Aug 2008 11:05:29 +0000 pross Make AIFF demuxer handle F32BE and F64BE PCM audio. libavformat
Sat, 28 Jun 2008 04:54:39 +0000 bcoudurier cosmetics libavformat
Sat, 28 Jun 2008 04:53:01 +0000 bcoudurier cosmetics, align vertically libavformat
Fri, 06 Jun 2008 21:53:03 +0000 ramiro Remove wrappers of pcm_read_seek(). libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Thu, 15 May 2008 22:47:40 +0000 bcoudurier try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformat
Thu, 15 May 2008 22:37:31 +0000 bcoudurier do not fail if correct is not recognized libavformat
Thu, 15 May 2008 22:14:29 +0000 bcoudurier cosmetics, remove space before opening parenthesis libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Wed, 05 Mar 2008 12:06:57 +0000 bcoudurier set block align for mace3/6 libavformat
Wed, 05 Mar 2008 12:02:32 +0000 bcoudurier correctly compute bit rate for compressed audio, should fix seeking in aiff libavformat
Mon, 25 Feb 2008 12:59:42 +0000 bcoudurier fix mace duration libavformat
Mon, 25 Feb 2008 12:38:37 +0000 bcoudurier 10l, protect malloc overflow libavformat
Mon, 25 Feb 2008 12:29:34 +0000 bcoudurier support QDM2 in aiff, QDM2.aif libavformat
Mon, 25 Feb 2008 12:24:30 +0000 bcoudurier remove useless close function libavformat
Mon, 25 Feb 2008 12:23:27 +0000 bcoudurier indentation libavformat
Mon, 25 Feb 2008 12:15:26 +0000 bcoudurier remove useless casts libavformat
Mon, 25 Feb 2008 12:14:15 +0000 bcoudurier cosmetics libavformat
Mon, 25 Feb 2008 12:08:26 +0000 bcoudurier remove useless tags, codec_get_id matches independently and qt uses lower case tags libavformat
Mon, 25 Feb 2008 12:00:31 +0000 bcoudurier set bps to uncompressed original sound data for compressed audio libavformat
Mon, 25 Feb 2008 11:34:26 +0000 bcoudurier fix duration for ima4 libavformat
Mon, 25 Feb 2008 10:57:22 +0000 bcoudurier ima4 in aiff support libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Tue, 11 Sep 2007 09:27:46 +0000 aurel move unrelated functions declarations out of allformats.h 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, 26 Jun 2007 23:08:39 +0000 bcoudurier compute absolute data offset after reading blocksize libavformat
Mon, 25 Jun 2007 21:47:29 +0000 bcoudurier this is named BlockSize in specs libavformat
Mon, 25 Jun 2007 21:46:15 +0000 bcoudurier according to specs, offset is before blocksize libavformat
Mon, 25 Jun 2007 21:31:33 +0000 bcoudurier support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant libavformat
Fri, 27 Apr 2007 17:19:07 +0000 kostya Support for newer MacOSX AIFF 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
Wed, 14 Feb 2007 11:23:11 +0000 bcoudurier 100l libavformat
Wed, 14 Feb 2007 11:18:34 +0000 bcoudurier indentation libavformat
Wed, 14 Feb 2007 11:01:05 +0000 bcoudurier use aiff when we can, some players only support aiff libavformat
Sun, 21 Jan 2007 12:47:46 +0000 michael the context is supposed to be freed in the generic code in utils.c libavformat
Sun, 21 Jan 2007 12:44:58 +0000 michael remove now useless codec_tag setting code in muxers libavformat
Sun, 21 Jan 2007 12:08:31 +0000 michael get rid of the [4] limitation of codec tag lists libavformat
Sun, 21 Jan 2007 02:12:34 +0000 michael export a few more codec_tag-codec_id tables libavformat
Sun, 21 Jan 2007 01:39:17 +0000 michael add codec_id <-> codec_tag tables to AVIn/OutputFormat libavformat
Sat, 11 Nov 2006 20:56:36 +0000 mru make some symbols static libavformat
Mon, 23 Oct 2006 08:57:54 +0000 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
Wed, 11 Oct 2006 10:22:21 +0000 bcoudurier fix bit rate libavformat
Wed, 11 Oct 2006 10:17:18 +0000 bcoudurier use av_get_bits_per_sample libavformat
Wed, 11 Oct 2006 10:15:05 +0000 bcoudurier use av_get_bits_per_sample, compute block align if not set libavformat
Wed, 11 Oct 2006 10:09:45 +0000 bcoudurier simplify by not writing unneeded codec name to fix segfault when stream copy libavformat