log utils.c @ 2253:3677c1667194 libavformat

age author description
Sat, 14 Jul 2007 12:42:57 +0000 mru avoid division by zero in av_find_stream_info() when no time base is set libavformat
Wed, 11 Jul 2007 12:45:14 +0000 aurel Move public API functions av_codec_get_tag() and av_codec_get_id() libavformat
Sat, 07 Jul 2007 13:46:25 +0000 mru remove unused functions libavformat
Sat, 23 Jun 2007 23:10:32 +0000 mru use new string functions libavformat
Tue, 12 Jun 2007 18:50:50 +0000 diego misc typo fixes libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Tue, 12 Jun 2007 08:06:54 +0000 benoit Move the video size and rate abbreviations system from libavformat to libavcodec libavformat
Sun, 10 Jun 2007 20:35:01 +0000 diego Add a bounds check on AVProbeData input. libavformat
Mon, 04 Jun 2007 16:52:02 +0000 ramiro Export av_init_packet libavformat
Thu, 10 May 2007 13:25:33 +0000 benoit Use url_fopen error code when opening input file libavformat
Wed, 02 May 2007 13:36:45 +0000 benoit give the position offset of the file in the packet libavformat
Wed, 02 May 2007 09:18:41 +0000 benoit return right format in set_codec_from_probe_data libavformat
Thu, 26 Apr 2007 23:40:36 +0000 alex properly compile code for REDIR_DEMUXER libavformat
Thu, 26 Apr 2007 10:49:48 +0000 lucabe Fix reading PTSs and DTSs in libavformat, by reverting r8465. libavformat
Tue, 24 Apr 2007 11:45:13 +0000 benoit more format abbreviations libavformat
Sun, 22 Apr 2007 18:48:07 +0000 michael dont assert(0) due to buggy rm demuxer libavformat
Sun, 22 Apr 2007 16:23:44 +0000 michael fix av_seek_frame_generic() so that it doesnt fail if the libavformat
Sun, 22 Apr 2007 11:07:35 +0000 michael init packet before calling the demuxer libavformat
Fri, 20 Apr 2007 23:45:53 +0000 alex remove possibly broken wince cruft libavformat
Sun, 15 Apr 2007 13:51:57 +0000 aurel add an enum for need_parsing libavformat
Fri, 13 Apr 2007 07:50:04 +0000 benoit timestamps generation improvement when parsing avi libavformat
Thu, 12 Apr 2007 08:11:33 +0000 benoit DVR-MS probe audio format libavformat
Sun, 08 Apr 2007 11:34:15 +0000 michael allocate 32 extra bytes at the end of the probe buffer and remove most probe buf_size checks libavformat
Fri, 06 Apr 2007 09:43:32 +0000 diego Add some help for the analyzeduration option. libavformat
Fri, 30 Mar 2007 15:05:09 +0000 michael analyze end condition must match r_fps selection condition libavformat
Tue, 27 Mar 2007 19:28:40 +0000 michael require at least a score of AVPROBE_SCORE_MAX/4 or reaching of PROBE_BUF_MAX libavformat
Wed, 21 Mar 2007 10:48:10 +0000 diego av_estimate_timings_from_pts() flushes the packet queue but doesn't libavformat
Tue, 20 Mar 2007 13:59:59 +0000 michael revert r8428, the check was not that useless libavformat
Tue, 20 Mar 2007 13:01:39 +0000 michael i think this is more correct libavformat
Sat, 17 Mar 2007 14:44:22 +0000 michael remove incorrect special case for audio libavformat