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