summaryrefslogtreecommitdiff
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAge
...
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* FLV MetadataTomás Touceda2010-09-10
* Add AVC EOS tag to H264-encoded FLV files.Thierry Foucu2010-08-18
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-22
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Guess the duration before converting video and write guessed durationJustin Johnson2010-02-02
* FLV 8-bit PCM is unsigned, not signedDaniel Verkamp2009-12-14
* FLV muxer support for Flash screen codec v2Daniel Verkamp2009-11-20
* Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles2009-10-16
* Add Speex support to the FLV muxer.Justin Ruggles2009-10-16
* Flv should be AVFMT_VARIABLE_FPS.Michael Niedermayer2009-09-16
* Fix onMetaData property count in flv files (issue 1206).Yoshihisa Uchida2009-06-20
* Splits the totalbitrate in a videodatarate and audiodatarate part.Stefan de Konink2009-02-02
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* use ff_avc_parse_nal_units_buf because output size might differ from input sizeBaptiste Coudurier2009-01-16
* Reindent after last commitLuca Abeni2009-01-15
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-15
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* remove comment, this is not relevant anymoreBaptiste Coudurier2009-01-11
* reindentBaptiste Coudurier2009-01-11
* check for negative dts value even if bitstream is already formated,Baptiste Coudurier2009-01-11
* Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wic...Alexander Wichers2008-10-18
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* timestamps in flv are 32bits _signed_ according to flash player, specs are wrongBaptiste Coudurier2008-08-30
* remove now useless castsBaptiste Coudurier2008-08-30
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* check if extradata comes from mp4 and assume bitsteam is already formated, sh...Baptiste Coudurier2008-05-29
* aac and h264 in flv muxingBaptiste Coudurier2008-05-26
* set correct duration when using b framesBaptiste Coudurier2008-05-25
* simplify, remove useless varsBaptiste Coudurier2008-05-24
* Nellymoser handling in FLVBartlomiej Wolowiec2008-05-02
* set wrap bits to 32bit to actually use itBaptiste Coudurier2008-04-25
* flv/swf do not have a big endian codec id, they only supportMichael Niedermayer2008-02-24
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi2007-11-16
* Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi2007-11-15
* indentMichael Niedermayer2007-10-09
* avoid generating invalid filesMichael Niedermayer2007-10-09
* set the previous tag size correctly in flv filesMichael Niedermayer2007-08-04
* misc spelling fixesDiego Biurrun2007-06-12
* Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson2007-03-03
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
* VP6 and flashsv stream copy and muxing support.Benjamin Larsson2007-01-01