summaryrefslogtreecommitdiff
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAge
* flvenc: Provide output bytestream markersMartin Storsjö2016-05-18
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* flv: Validate and reject unsupported codecsLuca Barbato2015-03-04
* flvenc: Remove an unused variableMichael Niedermayer2014-11-22
* flvenc: Send new metadata when FLAG_METADATA_UPDATED is set.Andrew Stone2014-11-17
* flvenc: move metadata updates into a single functionAndrew Stone2014-11-17
* flvenc: Don't over-count metadata.Josh Allmann2014-06-17
* flvenc: only write the framerate tag based on avg_frame_rateAnton Khirnov2014-05-29
* flv: Use the correct type to hold the file offsetLuca Barbato2013-12-20
* flvenc: Write proper cropping for VP6 even if there's no extradataMartin Storsjö2013-10-10
* flvenc: Support muxing VP6A as wellMartin Storsjö2013-10-10
* flvenc: Don't pretend to support muxing "plain" VP6Martin Storsjö2013-10-10
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* flvenc: do not mux more than one stream per typeRafaël Carré2013-04-16
* flvenc: Check whether seeking back to the header succeededBjörn Axelsson2012-12-20
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* flvenc: silence bogus warningBenjamin Larsson2012-09-18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-22
* flv: add support for G.711Damien Fetis2012-06-28
* flvenc: K&R formatting cosmeticsLuca Barbato2012-06-28
* flv: support stream text data as onTextDataLuca Barbato2012-06-03
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-20
* flvenc: use AVFormatContext, not AVCodecContext for logging.Anton Khirnov2012-05-07
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* flvenc: Support muxing 16 kHz nellymoserMartin Storsjö2011-12-15
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* flvenc: use first packet delay as global delay.Justin Ruggles2011-11-02
* flvenc: store delay and last_ts per-stream.Justin Ruggles2011-10-21
* flvenc: check packet duration in speex using timestampsJustin Ruggles2011-10-20
* flvenc: adjust for negative DTS for all codecs, not just H.264Justin Ruggles2011-10-20
* flvenc: Write the right metadata entry countMartin Storsjö2011-10-12
* flvenc: use int64_t to store offsetsLuca Barbato2011-08-16
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* flvenc: propagate error properlyLuca Barbato2011-06-06
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26