log utils.c @ 5769:faa085c983d5 libavformat

age author description
Sun, 07 Mar 2010 23:10:18 +0000 cehoyos Fix pts->dts conversion init for non-zero initial value for pts. libavformat
Sun, 07 Mar 2010 22:42:11 +0000 stefano Move the probe loop from av_open_input_file() into its own method libavformat
Sat, 06 Mar 2010 22:36:36 +0000 mru Add some missing #includes libavformat
Fri, 05 Mar 2010 22:31:45 +0000 mstorsjo Add a function ff_url_join for assembling URLs libavformat
Fri, 05 Mar 2010 17:26:34 +0000 vitor Fix memory leak in NUT muxer libavformat
Sun, 28 Feb 2010 18:37:09 +0000 cehoyos Print chapter info in dump_format(). libavformat
Tue, 23 Feb 2010 16:29:57 +0000 michael Count all frames with codec_info_nb_frames not just ones with non zero libavformat
Tue, 23 Feb 2010 15:07:18 +0000 michael Put codec_info_nb_frames back in AVStream and print its value. libavformat
Mon, 22 Feb 2010 22:05:20 +0000 michael Make sure mp1/mp2 get their frame_size set. libavformat
Mon, 22 Feb 2010 10:19:46 +0000 michael Make sure a set r_frame_rate is not overriden by a guess. libavformat
Tue, 16 Feb 2010 16:32:25 +0000 rbultje Set lavf identification string globally in av_write_header(), rather libavformat
Fri, 12 Feb 2010 20:35:29 +0000 michael Add flag so muxers not needing width/height can signal this. libavformat
Sun, 07 Feb 2010 19:10:04 +0000 michael Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the libavformat
Sun, 07 Feb 2010 16:27:17 +0000 michael Use av_compare_ts() for interleaving per dts. libavformat
Wed, 03 Feb 2010 23:59:48 +0000 michael Dont try generic seek if seek request before first index entry and backward. libavformat
Wed, 03 Feb 2010 23:05:58 +0000 michael Try to open decoders in av_find_stream_info() even if no packets for the libavformat
Sun, 31 Jan 2010 17:43:18 +0000 michael Increase search range if no end timestamp could be found for the duration libavformat
Sat, 30 Jan 2010 22:55:12 +0000 michael Flag to ignore dts on frames that contain pts. libavformat
Wed, 27 Jan 2010 19:37:52 +0000 michael Fix duration calculation in the presence of a single wraping of the timeline. libavformat
Mon, 18 Jan 2010 23:56:04 +0000 bcoudurier set average frame rate in mov demuxer libavformat
Wed, 13 Jan 2010 14:32:48 +0000 benoit Check there is a stream before writing header. libavformat
Sun, 03 Jan 2010 14:31:25 +0000 stefano Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavformat
Fri, 01 Jan 2010 23:56:09 +0000 stefano Use av_match_ext() in place of the deprecated match_ext() function. libavformat
Fri, 01 Jan 2010 23:50:10 +0000 stefano Deprecate match_ext() in favor of av_match_ext(), and mark it for libavformat
Fri, 01 Jan 2010 12:58:03 +0000 stefano Use av_guess_format() in place of the deprecated guess_format(). libavformat
Fri, 01 Jan 2010 12:46:24 +0000 stefano Deprecate guess_format() in favor of av_guess_format(). libavformat
Thu, 31 Dec 2009 14:12:58 +0000 stefano Deprecate and mark for deletion the function guess_stream_format(), libavformat
Sun, 13 Dec 2009 23:39:20 +0000 michael Make sure the Metadata: header is not printed if the only metadata will not libavformat
Sun, 13 Dec 2009 23:34:46 +0000 michael Move dump_metadata() to where it is in ffmbc, looks better. libavformat
Sun, 13 Dec 2009 23:31:01 +0000 michael indent libavformat
Sun, 13 Dec 2009 23:30:41 +0000 michael Skip dumping language twice. libavformat
Sun, 13 Dec 2009 23:27:43 +0000 michael dump metadata for AVStreams & AVPrograms too. libavformat
Sun, 13 Dec 2009 23:19:24 +0000 michael Factorize dump_metadata() out. libavformat
Sun, 13 Dec 2009 22:56:59 +0000 michael Try to simplify av_estimate_timings_from_pts() like in ffmbc. libavformat
Sun, 13 Dec 2009 22:15:51 +0000 michael Debug av_log() about stream probing from ffmbc. libavformat
Sun, 13 Dec 2009 15:52:11 +0000 michael Add avg_frame_rate. libavformat
Sun, 13 Dec 2009 15:01:09 +0000 michael Remove commented out code. libavformat
Sat, 12 Dec 2009 15:26:33 +0000 cehoyos Reset pts_buffers in av_read_frame_flush(). libavformat
Sun, 06 Dec 2009 00:03:53 +0000 daniel Calls to url_fseek should have their return value checked in libavformat
Tue, 01 Dec 2009 22:56:44 +0000 bcoudurier Change ret type to int64_t because url_fseek returns int64_t. libavformat
Tue, 01 Dec 2009 20:15:05 +0000 bcoudurier use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present libavformat
Mon, 30 Nov 2009 22:08:22 +0000 michael Print a warning if the duration is estimated from the bitrate, as this is libavformat
Wed, 18 Nov 2009 17:15:17 +0000 diego Add functions to return library license and library configuration. libavformat
Wed, 11 Nov 2009 21:57:50 +0000 diego Add '#undef fprintf' before PRINT macro that uses fprintf. libavformat
Fri, 30 Oct 2009 18:17:16 +0000 bcoudurier print packet duration when debugging timestamps libavformat
Mon, 19 Oct 2009 18:55:27 +0000 bcoudurier check stream index validity in av_program_add_stream_index libavformat
Mon, 19 Oct 2009 18:53:32 +0000 bcoudurier request mp3 frame_size to be set in has_codec_parameters, fix issue #1314 libavformat
Mon, 19 Oct 2009 02:20:08 +0000 bcoudurier reindent after commit libavformat
Mon, 19 Oct 2009 02:12:10 +0000 bcoudurier In dump_format, print streams not associated with any program. libavformat
Sun, 18 Oct 2009 20:25:48 +0000 bcoudurier fix indentation and add braces libavformat
Sat, 17 Oct 2009 20:37:58 +0000 vitor Avoid segfault for empty input files libavformat
Sun, 11 Oct 2009 11:56:53 +0000 cehoyos Allow autodetection of E-AC3. libavformat
Sat, 03 Oct 2009 19:40:52 +0000 cehoyos Add FIXME about low_delay vs has_b_frames. libavformat
Sat, 03 Oct 2009 19:30:09 +0000 cehoyos H264 allows B frames without requiring a >=1 sized buffer. libavformat
Fri, 18 Sep 2009 13:19:13 +0000 michael Only use *ic_ptr when it has been initialized. libavformat
Thu, 17 Sep 2009 18:46:50 +0000 bcoudurier print at debug level the score at which codec probing succedeed libavformat
Wed, 16 Sep 2009 20:44:26 +0000 michael Print a warning if a format has been detected with a low score. libavformat
Wed, 16 Sep 2009 20:23:04 +0000 michael Print at debug level the score with which probing succeeded. libavformat
Wed, 16 Sep 2009 20:06:48 +0000 michael Fix indention after last commit. libavformat
Wed, 16 Sep 2009 20:04:04 +0000 michael Improve amortized worst case speed of the muxers packet interleaving code libavformat