log parser.c @ 6534:23b2a64342f2 libavcodec

age author description
Tue, 25 Mar 2008 14:48:18 +0000 benoit Return an error when realloc fails. libavcodec
Sun, 09 Mar 2008 23:31:02 +0000 aurel add FF_ prefix to all (frame)_TYPE usage libavcodec
Wed, 12 Dec 2007 18:40:11 +0000 michael av_*_next() API for libavcodec libavcodec
Tue, 08 May 2007 23:30:42 +0000 aurel remove no more useful includes libavcodec
Tue, 08 May 2007 23:25:31 +0000 aurel move aac and ac3 parsers in their own files libavcodec
Mon, 07 May 2007 00:47:03 +0000 aurel make some parser parameters const to avoid casting const to non-const libavcodec
Sat, 05 May 2007 18:08:16 +0000 aurel move mpegaudio_parser in it's own file libavcodec
Sat, 05 May 2007 17:59:37 +0000 aurel move mpeg4video_parser in it's own file libavcodec
Sun, 15 Apr 2007 12:32:36 +0000 diego Move AC3 header parsing code together with the rest of the AC3 parsing code. libavcodec
Fri, 13 Apr 2007 07:50:04 +0000 benoit timestamps generation improvement when parsing avi libavcodec
Sat, 07 Apr 2007 14:09:20 +0000 diego typos/grammar libavcodec
Mon, 26 Mar 2007 17:33:45 +0000 michael set pict_type to I type during init so parsers which dont set it get all i frames, fixes mp3 seeking libavcodec
Sun, 18 Mar 2007 04:53:21 +0000 jbr hardcode ff_ac3_frame_sizes table libavcodec
Mon, 12 Mar 2007 12:36:41 +0000 mbardiaux Give context to dprintf libavcodec
Sun, 11 Mar 2007 16:44:14 +0000 jbr move AC-3 header parsing to ac3.c libavcodec
Sun, 11 Mar 2007 02:13:05 +0000 jbr remove redundancy in AC-3 parser by using common tables from ac3tab.h libavcodec
Fri, 09 Feb 2007 02:02:09 +0000 jbr fix parsing of RealAudio AC-3/DolbyNet libavcodec
Wed, 24 Jan 2007 15:32:49 +0000 gpoirier fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com % libavcodec
Wed, 24 Jan 2007 15:31:48 +0000 gpoirier Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams, libavcodec
Mon, 18 Dec 2006 19:27:28 +0000 michael minor doc fix libavcodec
Sun, 12 Nov 2006 20:18:07 +0000 stefang move all cavs-parsing to cavs.c libavcodec
Sun, 12 Nov 2006 20:01:50 +0000 stefang make mpeg4video_split public as ff_mpeg4video_split libavcodec
Mon, 06 Nov 2006 10:43:49 +0000 bcoudurier move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo parser to mpeg12.c libavcodec
Sun, 05 Nov 2006 19:24:23 +0000 bcoudurier use AVRational and ff_frame_rate_tab for frame_rate libavcodec
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavcodec
Mon, 30 Oct 2006 02:19:55 +0000 michael dont set the sampling rate just because 1 mp3 packet header says so (fixes playback speed on some old mencoder generated avis which where then dumped to mp3) libavcodec
Wed, 11 Oct 2006 10:29:00 +0000 michael doxy libavcodec
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavcodec
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavcodec
Sat, 26 Aug 2006 18:56:24 +0000 michael dont copy frame if the whole mp1/2/3 frame is available in one piece in the input libavcodec