summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* matroskaenc: add support for muxing SRT tracksAurelien Jacobs2010-07-251-0/+37
* matroskaenc: write DisplayUnit element to better match the specAurelien Jacobs2010-07-141-0/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* matroska: move LFG state from muxer context to local variableMåns Rullgård2010-06-081-4/+5
* matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agreesDavid Conrad2010-06-041-12/+2
* matroskaenc: Check that tracks was allocatedDavid Conrad2010-06-041-0/+2
* matroskaenc: Use av_get_random_seed -> lfg for segment UIDDavid Conrad2010-06-041-19/+11
* matroskaenc: Make put_ebml_binary take a void pointerDavid Conrad2010-06-041-1/+1
* Add WebM muxerJames Zern2010-06-041-3/+39
OpenPOWER on IntegriCloud