log parser.c @ 12530:63edd10ad4bc libavcodec tip

age author description
Mon, 27 Sep 2010 22:17:58 +0000 cehoyos Fix index_entries pos: libavcodec
Fri, 02 Jul 2010 15:57:56 +0000 aurel saner default value for convergence_duration libavcodec
Wed, 21 Apr 2010 17:51:37 +0000 jai_menon Fix typo. libavcodec
Tue, 30 Mar 2010 15:50:57 +0000 benoit Replace @returns by @return. libavcodec
Sun, 21 Jun 2009 03:50:26 +0000 bcoudurier Fetch timestamp for the first frame of field only if frame_offset and libavcodec
Tue, 26 May 2009 23:58:30 +0000 bcoudurier do not reference remainder packets in the parser, fix timestamps fetching libavcodec
Thu, 05 Mar 2009 07:35:06 +0000 schreter Add handling of frame position in the parser. libavcodec
Mon, 02 Mar 2009 15:13:58 +0000 michael Consider all packets in the parser, not just ones with timestamps, libavcodec
Mon, 02 Mar 2009 15:12:26 +0000 michael Favor container packets that end after the first byte of the access libavcodec
Mon, 02 Mar 2009 14:53:18 +0000 michael Call ff_fetch_timestamp() for mpeg1/2 when a picture start code is found instead libavcodec
Tue, 24 Feb 2009 22:19:09 +0000 cehoyos Add timestamp computation if values are exported by decoder. libavcodec
Thu, 19 Feb 2009 23:35:59 +0000 cehoyos Add convergence_duration to AVCodecParserContext. libavcodec
Wed, 18 Feb 2009 23:46:05 +0000 cehoyos Add key_frame to AVCodecParserContext, used in libavformat. libavcodec
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavcodec
Thu, 23 Oct 2008 17:12:41 +0000 bcoudurier add state64 field to ParseContext storing last 8 bytes, to be able to check for longer startcodes libavcodec
Mon, 20 Oct 2008 09:02:55 +0000 michael Use av_freep() in ff_parse_close(). libavcodec
Sat, 04 Oct 2008 09:29:31 +0000 lu_zero Mark list heads static. Patch by Diego Petten libavcodec
Mon, 02 Jun 2008 14:54:19 +0000 michael indent libavcodec
Mon, 02 Jun 2008 14:53:54 +0000 michael Only store timestamps when there are timestamps. libavcodec
Mon, 02 Jun 2008 14:40:27 +0000 michael Our MPEG-TS demuxer does not send complete PES packets but sends them libavcodec
Mon, 02 Jun 2008 13:14:01 +0000 michael cosmetic libavcodec
Mon, 02 Jun 2008 13:12:54 +0000 michael Allow matching timestamps to be removed by fetch_timestamp(). libavcodec
Mon, 02 Jun 2008 13:09:56 +0000 michael Add off argument so that fetch_timestamp can search for timestamps libavcodec
Mon, 02 Jun 2008 13:05:38 +0000 michael Factorize fetch_timestamp() into its own function libavcodec
Mon, 02 Jun 2008 13:01:23 +0000 michael unused variable libavcodec
Mon, 02 Jun 2008 03:10:40 +0000 michael indent libavcodec
Mon, 02 Jun 2008 03:10:00 +0000 michael Rename last_frame_offset to next_frame_offset. libavcodec
Mon, 02 Jun 2008 02:55:30 +0000 michael Simplify parser core. libavcodec
Mon, 26 May 2008 02:00:18 +0000 michael indent libavcodec
Mon, 26 May 2008 01:58:47 +0000 michael allow av_parser_close(NULL) libavcodec
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
Sun, 09 Jul 2006 13:01:06 +0000 mru make some tables const libavcodec
Sun, 09 Jul 2006 12:02:15 +0000 mru --enable/disable parsers. Warning: some combinations are broken. libavcodec
Fri, 07 Jul 2006 11:08:58 +0000 diego Fix compilation with --disable-decoders. libavcodec
Thu, 06 Jul 2006 15:04:46 +0000 michael AVBitStreamFilter (some thingy which can modify the bitstream like add or remove global headers or change the headers or ...) libavcodec
Mon, 03 Jul 2006 00:16:45 +0000 michael CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de) libavcodec
Fri, 16 Jun 2006 20:41:33 +0000 mru The AAC frame header uses 13 bits for the frame size, so the buffer should libavcodec
Fri, 10 Feb 2006 01:19:54 +0000 mru use get_bits1/skip_bits[1] in ac3 and aac parsers libavcodec
Wed, 08 Feb 2006 00:50:22 +0000 mru adts aac parser libavcodec
Sat, 04 Feb 2006 20:32:02 +0000 michael faster find_startcode() libavcodec
Thu, 02 Feb 2006 18:38:47 +0000 michael output last ac3 frame and simplify libavcodec
Tue, 24 Jan 2006 10:33:14 +0000 diego Remove all stray tabs and trailing whitespace, this time for good. libavcodec
Sat, 21 Jan 2006 18:19:47 +0000 mru native ac3 parser libavcodec
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavcodec
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavcodec
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavcodec
Tue, 06 Sep 2005 21:25:35 +0000 mru Kill some compiler warnings. Compiled code verified identical after changes. libavcodec
Fri, 26 Aug 2005 19:05:44 +0000 michael Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de) libavcodec
Mon, 15 Aug 2005 15:58:21 +0000 michael parse pict_type for streams in avi libavcodec
Wed, 29 Jun 2005 08:41:01 +0000 michael off by 1 error bugfix libavcodec
Mon, 27 Jun 2005 00:04:03 +0000 michael support changing in bitstream global headers into extradata style and back libavcodec
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavcodec
Thu, 17 Mar 2005 21:35:50 +0000 michael 10l typo libavcodec
Sat, 05 Mar 2005 03:36:32 +0000 michael mpeg-es bitrate parsing libavcodec
Thu, 24 Feb 2005 19:08:50 +0000 michael kill warnings patch by (Mns Rullgrd <mru inprovide com>) libavcodec
Tue, 01 Feb 2005 13:03:44 +0000 michael 10l (array gets padded with 0 which is CODEC_ID_NONE -> parsers claim to support CODEC_ID_NONE) libavcodec
Mon, 31 Jan 2005 21:26:20 +0000 michael 10000l vbr mp3 fix libavcodec
Sat, 29 Jan 2005 23:59:32 +0000 michael require a few valid and equal mp3 headers for resync libavcodec
Tue, 14 Dec 2004 12:04:45 +0000 michael fix timestamp prediction for low_delay mpeg streams libavcodec
Sun, 12 Dec 2004 14:19:54 +0000 michael flush remaining data from parser at EOF libavcodec
Fri, 12 Nov 2004 22:55:29 +0000 michael pnm parser libavcodec
Mon, 27 Sep 2004 11:50:56 +0000 michael lowres width/height cleanup 3rd try libavcodec
Mon, 27 Sep 2004 10:06:10 +0000 michael lowres fixes for the parser libavcodec
Fri, 09 Jul 2004 22:29:08 +0000 michael 1000000l libavcodec
Fri, 09 Jul 2004 21:55:10 +0000 michael field pic timestamp fix libavcodec
Wed, 30 Jun 2004 12:05:35 +0000 michael timestamp duplication bugfix libavcodec
Sun, 23 May 2004 01:10:15 +0000 michael mpeg audio timestamp fix libavcodec
Tue, 18 May 2004 17:09:46 +0000 michael some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>) libavcodec
Thu, 29 Apr 2004 14:21:33 +0000 michael remove duplicated find_frame_end() code libavcodec
Thu, 29 Apr 2004 03:33:34 +0000 michael >2 channels decoding fix libavcodec
Tue, 16 Dec 2003 11:17:06 +0000 bellard pts and dts support in parser API libavcodec
Mon, 15 Dec 2003 14:40:37 +0000 bellard added End Of File handling to return last picture for MPEG1/2/4 libavcodec
Fri, 12 Dec 2003 16:55:12 +0000 bellard fill codec info libavcodec
Mon, 10 Nov 2003 18:33:58 +0000 bellard also parse extradata for MPEG4 libavcodec
Mon, 10 Nov 2003 15:29:20 +0000 bellard new audio/video parser API libavcodec