log utils.c @ 4629:3176b13b0881 libavformat

age author description
Tue, 03 Mar 2009 12:57:07 +0000 diego cosmetics: Fix indentation. libavformat
Sun, 01 Mar 2009 16:35:25 +0000 aurel deprecate old metadata API libavformat
Sun, 01 Mar 2009 15:38:06 +0000 aurel use new metadata API in libavformat/utils.c libavformat
Sun, 01 Mar 2009 03:17:24 +0000 michael Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes libavformat
Sat, 28 Feb 2009 15:15:54 +0000 mru Revert "Improve frame rate guessing for streams with two fields per frame." libavformat
Sat, 28 Feb 2009 13:14:46 +0000 cehoyos Improve frame rate guessing for streams with two fields per frame. libavformat
Fri, 27 Feb 2009 14:13:15 +0000 reimar Do not allow standard-frame-rate detection to increase the value of libavformat
Fri, 27 Feb 2009 07:56:24 +0000 reimar Detect the case when the time base is exact but far finer than necessary to libavformat
Thu, 26 Feb 2009 23:47:32 +0000 michael Add ticks_per_frame, this should hopefully fix the regressions caused libavformat
Tue, 24 Feb 2009 22:19:09 +0000 cehoyos Add timestamp computation if values are exported by decoder. libavformat
Tue, 24 Feb 2009 20:17:02 +0000 cehoyos Change duration computation to use time_base instead of TB/2. libavformat
Tue, 24 Feb 2009 13:35:54 +0000 michael Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same libavformat
Mon, 23 Feb 2009 02:38:45 +0000 michael Allow av_find_stream_info() to be aborted. libavformat
Sat, 21 Feb 2009 23:00:07 +0000 michael Waste less space for printing timebases. libavformat
Sat, 21 Feb 2009 21:30:44 +0000 michael Print all timebases (idea from netgem) libavformat
Sat, 21 Feb 2009 20:11:47 +0000 cehoyos Use context variable repeat_pict for frame duration computation and libavformat
Sat, 21 Feb 2009 17:29:25 +0000 michael Be less noisy with invalid pts/dts. libavformat
Thu, 19 Feb 2009 23:35:59 +0000 cehoyos Add convergence_duration to AVCodecParserContext. libavformat
Wed, 18 Feb 2009 23:46:05 +0000 cehoyos Add key_frame to AVCodecParserContext, used in libavformat. libavformat
Thu, 12 Feb 2009 08:10:43 +0000 benoit Add a warning log when trying to encode into a container requiring global libavformat
Tue, 10 Feb 2009 00:27:42 +0000 aurel remove now useless av_set_program_name() function libavformat
Sun, 08 Feb 2009 22:03:54 +0000 superdump Add the ability to set the timestamp to the current time by specifying 'now' libavformat
Sun, 08 Feb 2009 08:27:26 +0000 stefano Replace the calls to the deprecated av_alloc_format_context() with libavformat
Tue, 03 Feb 2009 23:18:12 +0000 bcoudurier let packet pass through when no timestamps libavformat
Sat, 31 Jan 2009 06:01:58 +0000 bcoudurier split av_interleave_per_dts, to avoid code duplication libavformat
Thu, 22 Jan 2009 23:35:31 +0000 michael Move av_read_frame/parser related buffer variables from AVFormatContext libavformat
Thu, 22 Jan 2009 19:45:53 +0000 bcoudurier print stream sar if present and different than codec sar libavformat
Thu, 22 Jan 2009 12:06:02 +0000 michael Handle av_read_frame() EAGAIN return. libavformat
Sun, 18 Jan 2009 00:47:46 +0000 bcoudurier jpeg2k is intra only codec libavformat
Sat, 17 Jan 2009 21:40:27 +0000 bcoudurier match format in names list separated by commas libavformat