log utils.c @ 1818:0c28d35086f5 libavformat

age author description
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
Fri, 29 Dec 2006 21:16:21 +0000 michael do not base frame rate guess on just one duration libavformat
Tue, 12 Dec 2006 14:08:19 +0000 michael indent libavformat
Tue, 12 Dec 2006 14:07:46 +0000 michael the next r_frame_rate try ... libavformat
Tue, 12 Dec 2006 12:24:30 +0000 michael gcc 2.95 fix libavformat
Mon, 11 Dec 2006 16:59:10 +0000 michael rewrite r_frame_rate selectioon code again libavformat
Thu, 07 Dec 2006 00:47:37 +0000 mru use standard INT64_MAX instead of MAXINT64 (and MIN) libavformat
Wed, 06 Dec 2006 23:46:11 +0000 mru use the standard INT64_C() macro for 64-bit constants libavformat
Wed, 06 Dec 2006 17:17:33 +0000 bcoudurier cosmetics, remove braces, remove spaces just inside parens libavformat
Wed, 06 Dec 2006 15:46:12 +0000 bcoudurier do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com libavformat
Tue, 14 Nov 2006 01:34:36 +0000 michael split av_seek_frame_binary() so the code becomes idependant of AVInputFormat and AVIndex libavformat
Sat, 11 Nov 2006 19:37:21 +0000 michael nut simple seeking first try libavformat
Thu, 02 Nov 2006 23:22:23 +0000 bcoudurier kill AVImageFormat libavformat
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat
Wed, 01 Nov 2006 21:28:36 +0000 diego Rename SWAP macro to FFSWAP. libavformat
Wed, 01 Nov 2006 21:09:14 +0000 diego reindentation, patch by From: Steve Lhomme, slhomme divxcorp com libavformat
Mon, 30 Oct 2006 23:59:52 +0000 bcoudurier remove gcc warning about void * used in arithmetic libavformat
Fri, 27 Oct 2006 10:53:08 +0000 bcoudurier fflags can/will be used for muxing too libavformat
Sat, 14 Oct 2006 20:43:39 +0000 rathann Use proper PRI?64 macros for %ll? format to fix printf format warnings: libavformat
Fri, 13 Oct 2006 19:19:07 +0000 michael 10l CODEC vs. FORMAT libavformat
Wed, 11 Oct 2006 23:17:58 +0000 diego Rename ABS macro to FFABS. libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Tue, 03 Oct 2006 19:13:27 +0000 michael fix r_frame_rate detection in mpeg4 streams with non integer fps libavformat
Tue, 26 Sep 2006 18:34:07 +0000 michael fix r_frame_rate init code for groundhog.vob libavformat
Tue, 26 Sep 2006 18:03:17 +0000 michael drop broken telecine detection code libavformat
Tue, 26 Sep 2006 17:27:08 +0000 michael reindent libavformat
Tue, 26 Sep 2006 17:25:28 +0000 michael dont ignore MAX_READ_SIZE libavformat
Thu, 21 Sep 2006 07:31:53 +0000 romansh * Moving FifoBuffer out of libavformat/avformat.h and libavformat
Wed, 20 Sep 2006 08:24:17 +0000 takis Migrate the "packetsize" OptionDef option to become an AVOption. libavformat
Wed, 20 Sep 2006 08:23:01 +0000 takis Migrate the "muxrate" OptionDef option to become an AVOption. libavformat
Thu, 14 Sep 2006 13:51:54 +0000 takis Make OFFSET() reuse offsetof libavformat
Thu, 14 Sep 2006 12:04:07 +0000 takis Remove a redundant memset from libavformat. libavformat
Sun, 10 Sep 2006 21:51:08 +0000 gpoirier Use and set sane AVOption defaults libavformat
Sun, 10 Sep 2006 20:21:40 +0000 gpoirier make AVOptions default value field work. libavformat
Sat, 09 Sep 2006 08:49:28 +0000 gpoirier undefines a few temporary defines which were not undefined after their usage. libavformat
Fri, 08 Sep 2006 12:28:28 +0000 gpoirier enable setting the year and track number using AVOption libavformat
Fri, 08 Sep 2006 12:12:38 +0000 gpoirier makes avformat_get_context_defaults() static libavformat
Tue, 05 Sep 2006 19:23:32 +0000 michael ignore index parameter to ignore the ODML index in avi libavformat
Mon, 04 Sep 2006 09:57:47 +0000 gpoirier Clarified API for numbered sequences, patch by Michel Bardiaux % mbardiaux A mediaxim P be % libavformat
Wed, 30 Aug 2006 21:18:17 +0000 michael fix b pyramid in mp4 muxing if no dts are provided to the muxer libavformat
Sun, 27 Aug 2006 12:21:19 +0000 nicodvb added option probesize; at the moment only used by mpegts.c libavformat
Sun, 27 Aug 2006 12:14:13 +0000 nicodvb initial support for AVOption in AVFormatContext libavformat