log raw.c @ 4577:1cc2041c2e03 libavformat

age author description
Thu, 26 Feb 2009 02:21:43 +0000 jbr Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. libavformat
Sun, 22 Feb 2009 14:27:50 +0000 stefang consistent naming of Chinese AVS raw demuxer libavformat
Sat, 21 Feb 2009 10:34:29 +0000 stefang add raw demuxer for Chinese AVS elementary streams libavformat
Mon, 16 Feb 2009 16:09:58 +0000 benoit Add a context to av_log() call. libavformat
Mon, 16 Feb 2009 01:55:28 +0000 diego Make format long_names consistent. libavformat
Tue, 27 Jan 2009 18:01:26 +0000 benoit Whitespace cosmetics to align return statements. libavformat
Tue, 27 Jan 2009 18:00:40 +0000 benoit Check buffer is inside what is passed when probing for flac. libavformat
Sun, 25 Jan 2009 00:16:27 +0000 jbr Handle ID3v2 tags in raw FLAC streams by skipping them. libavformat
Mon, 19 Jan 2009 21:54:06 +0000 alexc Fix probing of files with ID3v2 tags. Discussed at 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
Sun, 14 Dec 2008 14:01:12 +0000 michael Remove silly FIXME comment. libavformat
Tue, 02 Dec 2008 15:43:47 +0000 michael ADTS AAC probe. libavformat
Fri, 24 Oct 2008 01:42:57 +0000 bcoudurier raw dnxhd de/muxer libavformat
Sat, 18 Oct 2008 10:40:31 +0000 michael Assume mono if no other information for raw. libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Sun, 14 Sep 2008 20:00:36 +0000 jbr write number of samples in FLAC extradata. libavformat
Mon, 01 Sep 2008 17:20:49 +0000 jbr change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it libavformat
Mon, 01 Sep 2008 15:31:14 +0000 jbr simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs. libavformat
Mon, 01 Sep 2008 15:28:15 +0000 jbr check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER libavformat
Mon, 01 Sep 2008 14:33:54 +0000 jbr create a separate codec_id for E-AC-3 libavformat
Sat, 23 Aug 2008 22:36:35 +0000 pross Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. libavformat
Fri, 15 Aug 2008 19:24:55 +0000 diego Surround format-specific functions with matching preprocessor conditionals. libavformat
Fri, 15 Aug 2008 17:28:20 +0000 diego Surround AVInputFormat declarations with format-specific #ifdefs. libavformat
Fri, 15 Aug 2008 16:54:27 +0000 diego Replace generic CONFIG_MUXERS preprocessor condition around format-specific libavformat
Fri, 15 Aug 2008 16:48:05 +0000 diego Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat libavformat
Fri, 15 Aug 2008 16:37:59 +0000 diego cosmetics: Remove redundant #endif comments that are very close to the #ifdef libavformat
Fri, 15 Aug 2008 16:33:12 +0000 diego cosmetics: misc spelling fixes libavformat
Thu, 31 Jul 2008 18:12:37 +0000 bcoudurier check url_fseek return value libavformat
Sat, 26 Jul 2008 18:54:26 +0000 michael Detect IDR less H.264 correctly. libavformat