log utils.c @ 2975:be1915a872e2 libavformat

age author description
Sun, 27 Jan 2008 15:43:17 +0000 aurel Add support for Matroska attachments. libavformat
Mon, 21 Jan 2008 23:43:25 +0000 aurel ensure av_rescale_q() can be calculated (won't divide by zero) libavformat
Wed, 16 Jan 2008 22:14:26 +0000 diego misc spelling/grammar fixes libavformat
Sun, 13 Jan 2008 13:33:37 +0000 michael user specifyable maximum amount of memory to use for the index. libavformat
Sat, 29 Dec 2007 16:34:51 +0000 michael indent libavformat
Sat, 29 Dec 2007 16:13:03 +0000 michael Try to fix url_split() so that the ?foobar part is in the path and only the path. libavformat
Thu, 27 Dec 2007 00:16:48 +0000 michael Fix detected fps for old divx/xvid. libavformat
Sun, 23 Dec 2007 13:16:55 +0000 reimar 100l, av_read_packet must check for read_packet error, in case of libavformat
Thu, 20 Dec 2007 00:25:18 +0000 aurel remove double check of pb->read_seek libavformat
Wed, 19 Dec 2007 23:26:18 +0000 aurel use proper url_is_streamed() API libavformat
Wed, 19 Dec 2007 20:57:13 +0000 michael Merge recently added and still unused play and pause functions. libavformat
Wed, 19 Dec 2007 14:07:13 +0000 reimar Add a av_close_input_stream function libavformat
Wed, 19 Dec 2007 10:56:17 +0000 michael Allow overriding codec_ids. libavformat
Mon, 17 Dec 2007 19:12:43 +0000 reimar Simplify av_close_input_file similarly to av_open_input_file previously libavformat
Mon, 17 Dec 2007 19:08:17 +0000 reimar Simplify av_open_input_file libavformat
Mon, 17 Dec 2007 17:41:24 +0000 reimar Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavformat
Mon, 17 Dec 2007 09:28:46 +0000 benoit Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() libavformat
Wed, 12 Dec 2007 19:01:58 +0000 michael av_*_next() API for libavformat libavformat
Thu, 29 Nov 2007 08:35:05 +0000 lucabe Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Tue, 13 Nov 2007 23:43:18 +0000 michael rename fps(frame per second) to tb(time base) to prevent libavformat
Fri, 26 Oct 2007 20:02:11 +0000 nicodvb print newline after program id even when the name is missing libavformat
Thu, 25 Oct 2007 10:11:15 +0000 diego Remove unused variable, fixes warning: libavformat
Wed, 24 Oct 2007 04:54:44 +0000 heydowns Move setting of key frame flag for intra-only codecs, ignoring key frame libavformat
Sun, 21 Oct 2007 23:10:15 +0000 bcoudurier 100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 libavformat
Sat, 20 Oct 2007 08:25:13 +0000 nicodvb API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext libavformat
Sat, 20 Oct 2007 08:17:01 +0000 nicodvb cosmetics: moved to a separate function the code to print the characteristics of an AVStream libavformat
Thu, 18 Oct 2007 09:50:53 +0000 benoit Make url_split() strip url options (?opt=var) from the returned hostname or libavformat
Tue, 16 Oct 2007 19:50:08 +0000 benoit Re-enable DEBUG_SEEK flag. libavformat
Mon, 15 Oct 2007 18:03:28 +0000 benoit Undefine DEBUG_SEEK. libavformat
Mon, 01 Oct 2007 22:11:10 +0000 diego Add checking for codecid to has_codec_parameters(). libavformat
Sat, 29 Sep 2007 14:35:52 +0000 andoma Add IPv6 support to url_split() libavformat
Thu, 27 Sep 2007 19:18:07 +0000 andoma refactor url_split(), preparing for IPv6 support libavformat
Tue, 25 Sep 2007 20:45:46 +0000 nicodvb Added definition and utility functions to handle AVProgram(s) in AVFormatContext libavformat
Wed, 19 Sep 2007 12:38:07 +0000 benoit Make parse_date return INT64_MIN in case of unparsable input. libavformat
Tue, 18 Sep 2007 08:26:10 +0000 diego Add explanatory comments to the parse_date function. libavformat
Sun, 16 Sep 2007 23:00:44 +0000 aurel loosen dependencies over allformats.h libavformat
Tue, 11 Sep 2007 09:27:46 +0000 aurel move unrelated functions declarations out of allformats.h libavformat
Wed, 05 Sep 2007 16:47:48 +0000 benoit Make sure that if a stream has a duration but the container doesn't libavformat
Wed, 05 Sep 2007 14:11:33 +0000 benoit Correct initial timestamp libavformat
Mon, 03 Sep 2007 07:56:26 +0000 benoit If a stream has no start time, but the first packet has a 'pts', use that libavformat
Mon, 03 Sep 2007 05:19:59 +0000 jbr fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. libavformat
Sat, 18 Aug 2007 01:26:06 +0000 michael Do not butcher start_time in av_estimate_timings_from_bit_rate(). libavformat
Sat, 18 Aug 2007 00:52:05 +0000 michael When looking for the last packet in each libavformat
Sat, 18 Aug 2007 00:45:44 +0000 michael There is no guarantee that every stream will libavformat
Sat, 18 Aug 2007 00:44:14 +0000 michael fix cur_dts at the end of av_estimate_timings_from_pts() libavformat
Mon, 06 Aug 2007 21:14:29 +0000 michael ensure that the codec_id detection in av_find_stream_info() does not libavformat
Sat, 04 Aug 2007 22:54:46 +0000 michael set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE libavformat
Sat, 04 Aug 2007 22:46:13 +0000 michael correct initial timestamps which have AV_NOPTS_VALUE libavformat
Fri, 03 Aug 2007 08:56:00 +0000 michael move code which adds a AVPacket into the packet buffer into its own function libavformat
Tue, 31 Jul 2007 15:06:27 +0000 michael deal with the case where one of pts,dts has wrapped but the other has not libavformat
Mon, 30 Jul 2007 18:57:47 +0000 michael kill antiwrapping code, i do not think this did anything good libavformat
Fri, 27 Jul 2007 11:36:17 +0000 michael try exact match before case insensitive match in codec_get_id libavformat
Wed, 25 Jul 2007 20:39:43 +0000 michael Avoid misdetecting acelp in ASF as MP3. libavformat
Thu, 19 Jul 2007 15:38:33 +0000 takis Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Mon, 16 Jul 2007 20:28:43 +0000 ramiro Move av_gettime() back to lavf/utils.c libavformat
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
Sat, 17 Mar 2007 14:29:00 +0000 michael fix indention libavformat
Sat, 17 Mar 2007 14:27:01 +0000 michael reorder pts into dts support libavformat
Sat, 17 Mar 2007 02:23:53 +0000 michael remove useless if() libavformat
Sat, 17 Mar 2007 02:03:59 +0000 michael simplify libavformat
Sat, 17 Mar 2007 01:21:40 +0000 michael simplify libavformat
Fri, 16 Mar 2007 23:02:33 +0000 michael remove silly video check, theres nothing video specific in there libavformat
Fri, 16 Mar 2007 22:59:45 +0000 michael add a delay variable to hold the timestamp buffer size libavformat
Fri, 16 Mar 2007 22:31:57 +0000 michael remove special case for h.264 whatever this was supposed to do its not correct libavformat
Mon, 12 Mar 2007 14:17:26 +0000 takis Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log() libavformat
Mon, 12 Mar 2007 10:59:47 +0000 bcoudurier remove codec_info_duration/nb_frames from AVStream libavformat
Sat, 03 Mar 2007 12:23:20 +0000 takis Move the libavformat public API comments to avformat.h. The comments are libavformat
Fri, 02 Mar 2007 13:23:06 +0000 gpoirier replace the auto array "duration_error" with a malloced array. libavformat
Thu, 01 Mar 2007 16:40:48 +0000 bcoudurier check for any seeking failure during probe libavformat
Tue, 27 Feb 2007 13:07:38 +0000 bcoudurier use avcodec_decode_audio2 libavformat
Tue, 20 Feb 2007 16:18:59 +0000 michael try to fill in missing bits_per_sample libavformat
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Mon, 05 Feb 2007 23:04:48 +0000 michael better generic index building and seeking code libavformat
Mon, 05 Feb 2007 02:08:57 +0000 takis Fix audio corruption when cutting. libavformat
Fri, 02 Feb 2007 11:19:58 +0000 michael packets must be correctly interleaved libavformat
Tue, 23 Jan 2007 17:34:26 +0000 michael make av_find_stream_info() duration user selectable libavformat
Tue, 23 Jan 2007 09:24:41 +0000 diego Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be. libavformat
Sun, 21 Jan 2007 12:31:58 +0000 michael set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables libavformat
Fri, 19 Jan 2007 22:54:50 +0000 reimar Attempt to better document AVFMT_NOFILE. libavformat
Fri, 19 Jan 2007 22:52:59 +0000 reimar Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, libavformat
Mon, 08 Jan 2007 14:44:13 +0000 bcoudurier removed unused av_frac_set libavformat
Mon, 08 Jan 2007 14:42:01 +0000 bcoudurier remove #if obsoleted after last major version bump libavformat
Mon, 08 Jan 2007 14:22:00 +0000 bcoudurier 10l, only allocate priv_data if not already done libavformat
Mon, 08 Jan 2007 12:57:08 +0000 bcoudurier humm, actually do what's in the doxy libavformat
Tue, 02 Jan 2007 20:35:46 +0000 michael indention libavformat
Tue, 02 Jan 2007 20:32:01 +0000 michael nth try of getting the frame rate detecton working libavformat
Mon, 01 Jan 2007 21:17:14 +0000 michael revert regression test breaking change libavformat
Fri, 29 Dec 2006 21:41:06 +0000 michael ignore duration of the first 2 frames in the max-time break check libavformat