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