summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
...
* matroskaenc: check cue point validity before reallocationJanne Grunau2012-10-09
* matroska: implement support for ProResLuca Barbato2012-09-19
* matroska: implement support for ALACMoritz Bunkus2012-09-19
* 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
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje2012-07-22
* avformat: Add a flag to mark muxers that allow (non strict) monotone timestamps.James Zern2012-05-20
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* latmdec: fix audio specific config parsingJanne Grunau2011-12-03
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* matroskaenc: Make sure the seekhead struct is freed even on seek failureMartin Storsjö2011-11-07
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* lavc: use avpriv_ prefix for ff_split_xiph_headers.Anton Khirnov2011-10-20
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-20
* matroskaenc: write attachments.Anton Khirnov2011-09-27
* matroskaenc: saner default codecs.Anton Khirnov2011-08-22
* matroskaenc: vertical alignment.Anton Khirnov2011-08-16
* matroskaenc: implement query_codec()Anton Khirnov2011-08-16
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* matroskaenc: make SSA default subtitle codec.Anton Khirnov2011-07-12
* lavf: update AVStream.nb_frames when muxing.Anton Khirnov2011-07-08
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* webm: support stereo videos in matroska/webm muxerAlok Ahuja2011-05-28
* matroskaenc: make sure we don't produce invalid file with no codec IDAurelien Jacobs2011-05-12
* matroskaenc: add missing new line in av_log() callAurelien Jacobs2011-05-12
* matroskaenc: fix memory leakMans Rullgard2011-05-04
* matroskaenc: don't write an empty Cues element.Anton Khirnov2011-04-07
* avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
* avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* matroskaenc: remove a variable that's unused after bc17bd9.Anton Khirnov2011-03-23
* matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get_configAnton Khirnov2011-03-22
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton 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
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* matroskaenc: don't duplicate title informationAnton Khirnov2010-11-23
* Remove usage of deprecated libavcodec/audioconvert.h functions.Stefano Sabatini2010-11-03
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15
* matroskaenc: write metadataAnton Khirnov2010-10-05