summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* matroskaenc: Mux clusters betterJames Zern2010-06-041-6/+67
* matroskaenc: Write codec time base as default duration for video tracks.David Conrad2010-05-241-0/+1
* matroskaenc: Don't write track timecode scaleDavid Conrad2010-05-221-1/+0
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-7/+7
* Matroska muxer : Don't create audio tracks for unsupported audio codecs.Jai Menon2010-03-251-3/+5
* Silence ridiculous gcc warning.Carl Eugen Hoyos2010-03-241-1/+1
* Add VorbisComment writing to FLAC files.James Darnley2010-03-201-1/+1
* cosmetics : Print newline after error message.Jai Menon2010-03-151-2/+2
* mkvenc: Handle negative timestamps correctlyDavid Conrad2010-03-091-4/+7
* mkvenc: Don't try to write packets with unknown timestampsDavid Conrad2010-03-091-0/+5
* mkvenc: write dts for VFW modeDavid Conrad2010-03-091-12/+23
* Ensure that we write clusters and blocks with known size when streamingDavid Conrad2010-03-041-11/+40
* Fix indentationDavid Conrad2010-03-041-7/+7
* Simplify starting and ending clustersDavid Conrad2010-03-041-14/+9
* Write the first seekhead if writing to a stream, we won't be able to seekDavid Conrad2010-03-041-4/+11
* Attempt seeking to write EBML master sizes even if streamedDavid Conrad2010-03-041-4/+1
* matroskaenc: use "title" tag instead of "description" in track title.Anton Khirnov2010-03-031-1/+1
OpenPOWER on IntegriCloud