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
Mon, 26 May 2008 22:00:35 +0000 bcoudurier aac and h264 in flv muxing libavformat
Sun, 25 May 2008 01:22:06 +0000 bcoudurier set correct duration when using b frames libavformat
Sat, 24 May 2008 00:03:00 +0000 bcoudurier simplify, remove useless vars libavformat
Fri, 02 May 2008 19:35:31 +0000 bwolowiec Nellymoser handling in FLV libavformat
Fri, 25 Apr 2008 09:04:38 +0000 bcoudurier set wrap bits to 32bit to actually use it libavformat
Sun, 24 Feb 2008 00:57:15 +0000 michael flv/swf do not have a big endian codec id, they only support libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Fri, 16 Nov 2007 00:09:34 +0000 alex Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. libavformat
Thu, 15 Nov 2007 23:53:19 +0000 alex Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. libavformat
Tue, 09 Oct 2007 01:12:27 +0000 michael indent libavformat
Tue, 09 Oct 2007 01:01:07 +0000 michael avoid generating invalid files libavformat
Sat, 04 Aug 2007 23:03:17 +0000 michael set the previous tag size correctly in flv files libavformat
Tue, 12 Jun 2007 09:29:25 +0000 diego misc spelling fixes libavformat
Sat, 03 Mar 2007 09:16:38 +0000 banan Set FLV_SAMPLESSIZE_16BIT for ADPCM. libavformat
Sun, 21 Jan 2007 12:44:58 +0000 michael remove now useless codec_tag setting code in muxers libavformat
Sun, 21 Jan 2007 12:08:31 +0000 michael get rid of the [4] limitation of codec tag lists libavformat
Sun, 21 Jan 2007 02:12:34 +0000 michael export a few more codec_tag-codec_id tables libavformat
Sun, 21 Jan 2007 01:39:17 +0000 michael add codec_id <-> codec_tag tables to AVIn/OutputFormat libavformat
Sun, 07 Jan 2007 00:02:15 +0000 diego variable renaming: mp3lame --> libmp3lame libavformat
Mon, 01 Jan 2007 22:52:22 +0000 banan VP6 and flashsv stream copy and muxing support. libavformat
Thu, 28 Dec 2006 12:35:22 +0000 banan Patch for the FLV muxer to supply more complete metadata libavformat
Sun, 10 Dec 2006 17:12:45 +0000 michael set flags correctly in write header instead of seeking back and fixing it in write_trailer() libavformat
Wed, 06 Dec 2006 00:23:04 +0000 aurel Defines various common FLV format values between the FLV muxer and demuxer libavformat
Fri, 01 Dec 2006 10:26:54 +0000 diego Fix wrong flags for S16LE and S16BE audio in FLV files. libavformat
Wed, 01 Nov 2006 22:39:58 +0000 diego Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts. libavformat
Mon, 23 Oct 2006 08:57:54 +0000 aurel replace coder/decoder file description in libavformat by muxer/demuxer libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Sun, 06 Aug 2006 15:29:50 +0000 bcoudurier always write duration and file size, fix seeking, progress bar is now active libavformat
Mon, 17 Jul 2006 21:51:21 +0000 michael add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel ad pylonsoft mot ch ) libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat