log flvenc.c @ 3470:d8bbf9265f03 libavformat

age author description
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