log electronicarts.c @ 6471:b3aea89a4f63 libavformat

age author description
Sat, 10 Jul 2010 22:12:30 +0000 mru Add av_ prefix to bswap macros libavformat
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Sun, 10 Jan 2010 08:57:20 +0000 cehoyos Use enum CodecID where appropriate. libavformat
Sun, 10 Jan 2010 05:08:42 +0000 pross do not create Electronic Arts audio stream when unsupported revision2 audio codec is present [issue1516] libavformat
Thu, 17 Sep 2009 18:07:27 +0000 reimar Slightly improve probe for ea format by checking that it is possible to libavformat
Sat, 13 Jun 2009 02:20:54 +0000 pross Electronic Arts demuxer: support Madcow video tag libavformat
Thu, 16 Apr 2009 12:46:06 +0000 reimar Remove unused audio_pts field from ea demuxer struct libavformat
Sun, 12 Apr 2009 08:53:22 +0000 reimar Move ea demuxer messages that are irrelevant to ordinary users from libavformat
Sat, 11 Apr 2009 10:41:06 +0000 reimar Reindent libavformat
Sat, 11 Apr 2009 10:38:56 +0000 reimar Make electronicarts demuxer return partial frames, this is the default libavformat
Wed, 11 Feb 2009 15:01:52 +0000 diego Add av_uninit macro to variable to avoid false positive warning: libavformat
Thu, 05 Feb 2009 08:59:38 +0000 pross Electronic Arts demuxer: support TQI video tag libavformat
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavformat
Sun, 11 Jan 2009 22:19:48 +0000 diego Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformat
Sat, 08 Nov 2008 00:39:31 +0000 pross Electronic Arts demuxer: support TGQ video tags libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Mon, 18 Aug 2008 12:39:57 +0000 pross Support Electronic Arts files containing MP3 audio. libavformat
Tue, 12 Aug 2008 12:36:00 +0000 pross Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game. libavformat
Tue, 12 Aug 2008 08:35:09 +0000 pross Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag. libavformat
Tue, 12 Aug 2008 08:33:32 +0000 pross Electronic Arts demuxer: ignore PTxx platform ID values. libavformat
Tue, 12 Aug 2008 08:32:59 +0000 pross Support Electronic Arts files containing MPEG2VIDEO. libavformat
Sun, 10 Aug 2008 01:58:46 +0000 pross Add MDEC tags to Electronic Arts demuxer. libavformat
Wed, 06 Aug 2008 08:34:35 +0000 pross Add Electronic Arts TGV chunk tags to EA demuxer. libavformat
Wed, 30 Jul 2008 07:41:32 +0000 pross EA Demuxer: make rev2 flag optional libavformat
Tue, 08 Jul 2008 13:24:13 +0000 pross Electronic Arts CMV demuxer libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Tue, 13 May 2008 15:51:37 +0000 cehoyos Fix icc warning #188: enumerated type mixed with another type libavformat
Sun, 25 Nov 2007 16:32:47 +0000 aurel add pcm_s16le_planar support for electronicarts files libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Wed, 07 Nov 2007 23:01:32 +0000 aurel probe more kind of electronic arts files libavformat
Tue, 30 Oct 2007 23:20:26 +0000 aurel EA IMA EACS decoder libavformat
Tue, 30 Oct 2007 23:12:18 +0000 aurel EA IMA SEAD decoder libavformat
Thu, 25 Oct 2007 21:17:39 +0000 aurel probe files starting with the 1SNh tag libavformat
Thu, 25 Oct 2007 21:10:18 +0000 aurel don't use #define with names starting with _ libavformat
Thu, 25 Oct 2007 20:38:49 +0000 aurel add parsing of 1SNh header in the EA demuxer libavformat
Wed, 24 Oct 2007 21:44:20 +0000 aurel avoid infinite loop at the end of files which are not properly terminated libavformat
Wed, 24 Oct 2007 20:49:42 +0000 aurel EA ADPCM R1, R2 and R3 decoder libavformat
Mon, 22 Oct 2007 21:06:04 +0000 aurel convert a if() into a switch() to ease addition of new tags to probe libavformat
Thu, 18 Oct 2007 23:52:08 +0000 aurel better check for video track detection libavformat
Thu, 18 Oct 2007 23:50:52 +0000 aurel skip unsupported audio track data libavformat
Thu, 18 Oct 2007 23:44:05 +0000 aurel cosmetics: indentation libavformat
Thu, 18 Oct 2007 23:42:54 +0000 aurel check if we found an audio track before initializing the audio stream libavformat
Thu, 18 Oct 2007 23:40:03 +0000 aurel compute pts according to the audio codec libavformat
Thu, 18 Oct 2007 23:36:12 +0000 aurel set bytes per sample in the context libavformat
Thu, 18 Oct 2007 23:22:50 +0000 aurel fix big endian files support libavformat
Thu, 18 Oct 2007 23:21:31 +0000 aurel simplify libavformat
Thu, 18 Oct 2007 23:13:46 +0000 aurel parse sample rate instead of setting a default one libavformat
Thu, 18 Oct 2007 23:05:30 +0000 aurel add support for PCM codec libavformat
Thu, 18 Oct 2007 22:53:37 +0000 aurel check compression_type to assign audio codec libavformat
Thu, 18 Oct 2007 22:47:56 +0000 aurel make compression_type a function local var instead of a context var libavformat
Thu, 18 Oct 2007 22:39:27 +0000 aurel add support for big_endian encoded headers libavformat
Thu, 18 Oct 2007 22:32:26 +0000 aurel add some error processing libavformat
Thu, 18 Oct 2007 22:27:27 +0000 aurel cosmetics: indentation libavformat
Thu, 18 Oct 2007 22:26:23 +0000 aurel parse header chunk in a loop (don't depend on a fixed chunk ordering) libavformat
Thu, 18 Oct 2007 22:23:30 +0000 aurel add audio and video codec context vars libavformat
Thu, 18 Oct 2007 22:11:53 +0000 aurel better log message libavformat
Thu, 18 Oct 2007 22:01:30 +0000 aurel move vp6 header parsing into its own function libavformat
Thu, 18 Oct 2007 21:59:23 +0000 aurel remove 2 temporary variables libavformat