log au.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Mon, 30 Aug 2010 21:17:34 +0000 aurel move pcm demuxers to their own file libavformat
Mon, 31 May 2010 10:47:36 +0000 pross Prevent au_read_packet() looping endlessly when .au file contains unsupported codec type. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Mon, 07 Dec 2009 13:55:38 +0000 jai_menon AU : demuxed packet size should be sample size aligned. libavformat
Fri, 16 Oct 2009 14:46:06 +0000 cehoyos Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. libavformat
Fri, 02 Oct 2009 06:42:20 +0000 reimar Return special EOF checking for aiff and au demuxers, the check was at libavformat
Thu, 01 Oct 2009 17:08:33 +0000 reimar au demuxer: pass av_get_packet error on unchanged instead of converting to libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. 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
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 10:49:38 +0000 pross Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. libavformat
Sat, 26 Jul 2008 07:09:44 +0000 pross Support 32-bit floating point audio samples in Sun AU demuxer libavformat
Thu, 19 Jun 2008 23:25:04 +0000 bcoudurier remove useless close funcs libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Sun, 13 Jan 2008 15:08:33 +0000 rtogni Add support for S8 PCM (codec 2) 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
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, 07 Mar 2007 00:49:49 +0000 diego Fix UNKOWN --> UNKNOWN typo 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
Mon, 23 Oct 2006 08:57:54 +0000 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Wed, 12 Jul 2006 00:09:34 +0000 mru move common stuff from avienc.c and wav.c to new file riff.c 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
Fri, 30 Jun 2006 07:41:25 +0000 gpoirier Move initialisations and internal symbols in allformats.h, libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Fri, 23 Sep 2005 00:25:41 +0000 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 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
Thu, 26 May 2005 20:17:12 +0000 michael AVPacket.pos libavformat
Fri, 22 Oct 2004 01:51:17 +0000 michael set keyframe flag at a more central place instead of in every demuxer for containers which only store intra only streams libavformat
Mon, 18 Oct 2004 09:43:39 +0000 michael set correct timebase libavformat
Fri, 15 Oct 2004 22:06:46 +0000 michael set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>) libavformat
Sat, 19 Jun 2004 03:59:34 +0000 melanson sweeping change from -EIO -> AVERROR_IO libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Mon, 10 Nov 2003 18:41:45 +0000 bellard seek support for PCM formats libavformat
Tue, 14 Oct 2003 04:15:53 +0000 melanson disable encoders where appropriate (patch courtesy of BERO libavformat
Wed, 10 Sep 2003 22:37:33 +0000 bellard 64 bit pts for writing - more const usage libavformat
Mon, 18 Aug 2003 09:20:02 +0000 michaelni use codec_tag for encoding too libavformat
Fri, 08 Aug 2003 17:52:30 +0000 bellard add av_new_stream() usage libavformat
Tue, 11 Feb 2003 16:35:48 +0000 kabi * UINTX -> uintx_t INTX -> intx_t libavformat
Wed, 04 Dec 2002 10:04:03 +0000 michaelni cleanup libavformat
Mon, 25 Nov 2002 19:07:40 +0000 bellard renamed libav to libavformat libavformat