]> git.sesse.net Git - ffmpeg/history - libavformat/flvenc.c
flv/swf do not have a big endian codec id, they only support
[ffmpeg] / libavformat / flvenc.c
2008-02-24 Michael Niedermayerflv/swf do not have a big endian codec id, they only...
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-11-16 Alex BeregszasziHonor the 8bit extension (now 32bit instaed 24bit)...
2007-11-15 Alex BeregszasziPrefer ADPM_SWF instead NONE if no MP3 encoding is...
2007-10-09 Michael Niedermayerindent
2007-10-09 Michael Niedermayeravoid generating invalid files
2007-08-04 Michael Niedermayerset the previous tag size correctly in flv files
2007-06-12 Diego Biurrunmisc spelling fixes
2007-03-03 Benjamin LarssonSet FLV_SAMPLESSIZE_16BIT for ADPCM.
2007-01-21 Michael Niedermayerremove now useless codec_tag setting code in muxers
2007-01-21 Michael Niedermayerget rid of the [4] limitation of codec tag lists
2007-01-21 Michael Niedermayerexport a few more codec_tag-codec_id tables
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2007-01-07 Diego Biurrunvariable renaming: mp3lame --> libmp3lame
2007-01-01 Benjamin LarssonVP6 and flashsv stream copy and muxing support.
2006-12-28 Allan HsuPatch for the FLV muxer to supply more complete metadata
2006-12-10 Michael Niedermayerset flags correctly in write header instead of seeking...
2006-12-06 Allan HsuDefines various common FLV format values between the...
2006-12-01 Allan HsuFix wrong flags for S16LE and S16BE audio in FLV files.
2006-11-01 Steve L'HommeReplace most of the %lld and %llx by their (cleaner...
2006-10-23 Aurelien Jacobsreplace coder/decoder file description in libavformat...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-08-06 Baptiste Coudurieralways write duration and file size, fix seeking, progr...
2006-07-17 Michael Niedermayeradd header info to flv format based on a patch by ...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-11-12 Alex Beregszaszisupport transcoding adpcm
2005-07-19 Michael Niedermayerkill duplicated get/put_be24()
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-13 Michael Niedermayerfix mimetype
2005-02-25 Alex Beregszasziproper handling of samplesize
2005-02-21 Alex Beregszaszicorrect pcm in flv handling
2004-07-02 Michael Niedermayerassert(0) -> retunrn -1
2004-06-25 Michael Niedermayersimplify
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-04-18 Michael Niedermayervarious fixes
2004-04-17 Michael Niedermayercleanup
2004-03-09 Michael Niedermayerflv fixes
2004-02-07 Michael Niedermayer100l
2004-02-06 Tinic Uro- made --extra-cflags option work on darwin
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-09-08 Fabrice BellardCODEC_ID_MP3LAME is obsolete
2003-07-10 Michael NiedermayerBuilding ffmpeg with gcc-2.95.3 encountered a problem...
2003-07-09 Garrick Meekerflash video (flv) support patch by (Garrick Meeker...