]> git.sesse.net Git - ffmpeg/history - libavformat/flvenc.c
rtpdec_vp9: Update header parsing to spec draft 02
[ffmpeg] / libavformat / flvenc.c
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2015-03-04 Luca Barbatoflv: Validate and reject unsupported codecs
2014-11-22 Michael Niedermayerflvenc: Remove an unused variable
2014-11-17 Andrew Stoneflvenc: Send new metadata when FLAG_METADATA_UPDATED...
2014-11-17 Andrew Stoneflvenc: move metadata updates into a single function
2014-06-17 Josh Allmannflvenc: Don't over-count metadata.
2014-05-29 Anton Khirnovflvenc: only write the framerate tag based on avg_frame...
2013-12-20 Luca Barbatoflv: Use the correct type to hold the file offset
2013-10-10 Martin Storsjöflvenc: Write proper cropping for VP6 even if there...
2013-10-10 Martin Storsjöflvenc: Support muxing VP6A as well
2013-10-10 Martin Storsjöflvenc: Don't pretend to support muxing "plain" VP6
2013-09-16 Clément Bœschlavf: Don't explicitly flush after each written packet...
2013-04-16 Rafaël Carréflvenc: do not mux more than one stream per type
2012-12-20 Björn Axelssonflvenc: Check whether seeking back to the header succeeded
2012-10-01 Diego Biurrunavformat: Remove non-compiling and/or silly commented...
2012-09-18 Benjamin Larssonflvenc: silence bogus warning
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-07-22 Ronald S. Bultjelavf: use conditional notation for default codec in...
2012-06-28 Damien Fetisflv: add support for G.711
2012-06-28 Luca Barbatoflvenc: K&R formatting cosmetics
2012-06-03 Luca Barbatoflv: support stream text data as onTextData
2012-05-20 James Zernavformat: Add a flag to mark muxers that allow (non...
2012-05-07 Anton Khirnovflvenc: use AVFormatContext, not AVCodecContext for...
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2011-12-15 Martin Storsjöflvenc: Support muxing 16 kHz nellymoser
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-02 Justin Rugglesflvenc: use first packet delay as global delay.
2011-10-21 Justin Rugglesflvenc: store delay and last_ts per-stream.
2011-10-20 Justin Rugglesflvenc: check packet duration in speex using timestamps
2011-10-20 Justin Rugglesflvenc: adjust for negative DTS for all codecs, not...
2011-10-12 Martin Storsjöflvenc: Write the right metadata entry count
2011-08-16 Luca Barbatoflvenc: use int64_t to store offsets
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-06 Luca Barbatoflvenc: propagate error properly
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovavio: rename put_flush_packet -> avio_flush
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-25 Anton Khirnovlavf: replace remaining uses of put_tag with avio_write
2011-02-21 Anton Khirnovavio: avio: avio_ prefixes for put_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-09-25 Stefano SabatiniReplace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDE...
2010-09-10 Tomás ToucedaFLV Metadata
2010-08-18 Thierry FoucuAdd AVC EOS tag to H264-encoded FLV files.
2010-05-22 Francesco LavraMove AVCodecTag from riff.h into internal.h.
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-02 Justin JohnsonGuess the duration before converting video and write...
2009-12-14 Daniel VerkampFLV 8-bit PCM is unsigned, not signed
2009-11-20 Daniel VerkampFLV muxer support for Flash screen codec v2
2009-10-16 Justin RugglesLog a clearer warning message when muxing FLV with...
2009-10-16 Justin RugglesAdd Speex support to the FLV muxer.
2009-09-16 Michael NiedermayerFlv should be AVFMT_VARIABLE_FPS.
2009-06-20 Yoshihisa UchidaFix onMetaData property count in flv files (issue 1206).
2009-02-02 Stefan de KoninkSplits the totalbitrate in a videodatarate and audiodat...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-16 Baptiste Coudurieruse ff_avc_parse_nal_units_buf because output size...
2009-01-15 Luca AbeniReindent after last commit
2009-01-15 Luca AbeniDo not reallocate AVPacket's data when muxing a packet
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Baptiste Coudurierremove comment, this is not relevant anymore
2009-01-11 Baptiste Coudurierreindent
2009-01-11 Baptiste Couduriercheck for negative dts value even if bitstream is alrea...
2008-10-18 Alexander WichersNellymoser 8KHZ flv muxing fix, patch by Alexander...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-30 Baptiste Couduriertimestamps in flv are 32bits _signed_ according to...
2008-08-30 Baptiste Coudurierremove now useless casts
2008-08-24 Reimar DöffingerChange codec_tag type from const struct AVCodecTag...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-29 Baptiste Couduriercheck if extradata comes from mp4 and assume bitsteam...
2008-05-26 Baptiste Coudurieraac and h264 in flv muxing
2008-05-25 Baptiste Coudurierset correct duration when using b frames
2008-05-24 Baptiste Couduriersimplify, remove useless vars
2008-05-02 Bartlomiej WolowiecNellymoser handling in FLV
2008-04-25 Baptiste Coudurierset wrap bits to 32bit to actually use it
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
next