summaryrefslogtreecommitdiff
path: root/libavformat/avienc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* lavf: switch to AVStream.time_base as the hint for the muxer timebaseAnton Khirnov2014-06-18
* riffenc: take an AVStream instead of an AVCodecContextAnton Khirnov2014-06-18
* avienc: sanitize variable naming in write_header()Anton Khirnov2014-05-18
* avienc: K&R formatting cosmeticsKeiji Costantini2014-03-04
* avienc: drop the vfr flag.Anton Khirnov2013-11-08
* lavf: Reset the entry count and allocation size variables on av_reallocp fail...Martin Storsjö2013-09-26
* avformat: Use av_reallocp() where suitableAlexandra Khirnova2013-09-18
* lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-16
* lavf: move RIFF INFO tag writing from avienc to riffVictor Vasiliev2012-10-16
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-01
* lavf: flush the output AVIOContext in av_write_trailer().Anton Khirnov2012-09-15
* 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: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-22
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev2011-11-26
* avienc: saner default audio codec.Anton Khirnov2011-08-22
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* 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
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avienc: replace &tag[0] with tag.Anton Khirnov2011-02-25
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avienc: fix AVI stream index for files with >10 streamslongstone2011-02-23
* 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
* avio: add av_put_str and deprecate put_strz in favor of itAnton Khirnov2011-01-21
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-16
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* avienc : Avoid creating invalid AVI files when muxing subtitle streamsJai Menon2010-06-25
* 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
* Set lavf identification string globally in av_write_header(), ratherAnton Khirnov2010-02-16
* Add AVI metadata conversion table.Anton Khirnov2010-02-06
* strn muxing in avi support.Michael Niedermayer2010-02-05
* Remove last MAX_STREAMS from avienc.cMichael Niedermayer2010-01-28
* Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer2010-01-28
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Add support for muxing XSUB subtitles to AVI muxer.Reimar Döffinger2009-06-19
* use av_freep() instead of av_free() + =NULL.Aurelien Jacobs2009-04-07
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24