log flvenc.c @ 6484:29e95ae56fa9 libavformat

age author description
Sat, 25 Sep 2010 23:27:16 +0000 stefano Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the libavformat
Fri, 10 Sep 2010 23:29:07 +0000 cehoyos FLV Metadata libavformat
Wed, 18 Aug 2010 09:39:21 +0000 cehoyos Add AVC EOS tag to H264-encoded FLV files. libavformat
Sat, 22 May 2010 16:01:32 +0000 cehoyos Move AVCodecTag from riff.h into internal.h. libavformat
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Tue, 02 Feb 2010 22:23:09 +0000 cehoyos Guess the duration before converting video and write guessed duration libavformat
Mon, 14 Dec 2009 03:30:25 +0000 daniel FLV 8-bit PCM is unsigned, not signed libavformat
Fri, 20 Nov 2009 20:02:49 +0000 daniel FLV muxer support for Flash screen codec v2 libavformat
Fri, 16 Oct 2009 10:04:35 +0000 jbr Log a clearer warning message when muxing FLV with Speex containing more than libavformat
Fri, 16 Oct 2009 03:02:25 +0000 jbr Add Speex support to the FLV muxer. libavformat
Wed, 16 Sep 2009 01:49:34 +0000 michael Flv should be AVFMT_VARIABLE_FPS. libavformat
Sat, 20 Jun 2009 12:52:48 +0000 cehoyos Fix onMetaData property count in flv files (issue 1206). libavformat
Mon, 02 Feb 2009 16:10:46 +0000 benoit Splits the totalbitrate in a videodatarate and audiodatarate part. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Fri, 16 Jan 2009 01:22:30 +0000 bcoudurier use ff_avc_parse_nal_units_buf because output size might differ from input size libavformat
Thu, 15 Jan 2009 14:07:59 +0000 lucabe Reindent after last commit libavformat
Thu, 15 Jan 2009 14:03:07 +0000 lucabe Do not reallocate AVPacket's data when muxing a packet libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Sun, 11 Jan 2009 05:24:41 +0000 bcoudurier remove comment, this is not relevant anymore libavformat
Sun, 11 Jan 2009 05:23:46 +0000 bcoudurier reindent libavformat
Sun, 11 Jan 2009 05:23:10 +0000 bcoudurier check for negative dts value even if bitstream is already formated, libavformat
Sat, 18 Oct 2008 12:10:08 +0000 banan Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu libavformat
Fri, 03 Oct 2008 10:16:29 +0000 diego Remove offset_t typedef and use int64_t directly instead. libavformat
Mon, 08 Sep 2008 14:24:59 +0000 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
Sat, 30 Aug 2008 03:07:31 +0000 bcoudurier timestamps in flv are 32bits _signed_ according to flash player, specs are wrong libavformat
Sat, 30 Aug 2008 03:01:59 +0000 bcoudurier remove now useless casts libavformat
Sun, 24 Aug 2008 16:51:50 +0000 reimar Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Thu, 29 May 2008 00:35:23 +0000 bcoudurier check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy libavformat