log parser.c @ 12514:e6d711ba5760 libavcodec

age author description
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