]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/flvenc.c
sgi encoder does not support pal8
[frescor/ffmpeg.git] / libavformat / flvenc.c
2009-02-02 benoitSplits the totalbitrate in a videodatarate and audiodat...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-16 bcoudurieruse ff_avc_parse_nal_units_buf because output size...
2009-01-15 lucabeReindent after last commit
2009-01-15 lucabeDo not reallocate AVPacket's data when muxing a packet
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 bcoudurierremove comment, this is not relevant anymore
2009-01-11 bcoudurierreindent
2009-01-11 bcouduriercheck for negative dts value even if bitstream is alrea...
2008-10-18 bananNellymoser 8KHZ flv muxing fix, patch by Alexander...
2008-10-03 diegoRemove offset_t typedef and use int64_t directly instead.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-08-30 bcouduriertimestamps in flv are 32bits _signed_ according to...
2008-08-30 bcoudurierremove now useless casts
2008-08-24 reimarChange codec_tag type from const struct AVCodecTag...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-29 bcouduriercheck if extradata comes from mp4 and assume bitsteam...
2008-05-26 bcoudurieraac and h264 in flv muxing
2008-05-25 bcoudurierset correct duration when using b frames
2008-05-24 bcouduriersimplify, remove useless vars
2008-05-02 bwolowiecNellymoser handling in FLV
2008-04-25 bcoudurierset wrap bits to 32bit to actually use it
2008-02-24 michaelflv/swf do not have a big endian codec id, they only...
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-16 alexHonor the 8bit extension (now 32bit instaed 24bit)...
2007-11-15 alexPrefer ADPM_SWF instead NONE if no MP3 encoding is...
2007-10-09 michaelindent
2007-10-09 michaelavoid generating invalid files
2007-08-04 michaelset the previous tag size correctly in flv files
2007-06-12 diegomisc spelling fixes
2007-03-03 bananSet FLV_SAMPLESSIZE_16BIT for ADPCM.
2007-01-21 michaelremove now useless codec_tag setting code in muxers
2007-01-21 michaelget rid of the [4] limitation of codec tag lists
2007-01-21 michaelexport a few more codec_tag-codec_id tables
2007-01-21 michaeladd codec_id <-> codec_tag tables to AVIn/OutputFormat
2007-01-07 diegovariable renaming: mp3lame --> libmp3lame
2007-01-01 bananVP6 and flashsv stream copy and muxing support.
2006-12-28 bananPatch for the FLV muxer to supply more complete metadata
2006-12-10 michaelset flags correctly in write header instead of seeking...
2006-12-06 aurelDefines various common FLV format values between the...
2006-12-01 diegoFix wrong flags for S16LE and S16BE audio in FLV files.
2006-11-01 diegoReplace most of the %lld and %llx by their (cleaner...
2006-10-23 aurelreplace coder/decoder file description in libavformat...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-08-06 bcoudurieralways write duration and file size, fix seeking, progr...
2006-07-17 michaeladd header info to flv format based on a patch by ...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-11-12 alexsupport transcoding adpcm
2005-07-19 michaelkill duplicated get/put_be24()
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-13 michaelfix mimetype
2005-02-25 alexproper handling of samplesize
2005-02-21 alexcorrect pcm in flv handling
2004-07-02 michaelassert(0) -> retunrn -1
2004-06-25 michaelsimplify
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-05-21 michaelmove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-18 michaelvarious fixes
2004-04-17 michaelcleanup
2004-03-09 michaelflv fixes
2004-02-07 michael100l
2004-02-06 michael- made --extra-cflags option work on darwin
2003-09-10 bellard64 bit pts for writing - more const usage
2003-09-08 bellardCODEC_ID_MP3LAME is obsolete
2003-07-10 michaelniBuilding ffmpeg with gcc-2.95.3 encountered a problem...
2003-07-09 michaelniflash video (flv) support patch by (Garrick Meeker...