summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
* matroskaenc: add support for muxing SRT tracksAurelien Jacobs2010-07-25
* matroskaenc: write DisplayUnit element to better match the specAurelien Jacobs2010-07-14
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* matroska: move LFG state from muxer context to local variableMåns Rullgård2010-06-08
* matroskaenc: Don't write a second seekhead for the clusters; mkvalidate agreesDavid Conrad2010-06-04
* matroskaenc: Check that tracks was allocatedDavid Conrad2010-06-04
* matroskaenc: Use av_get_random_seed -> lfg for segment UIDDavid Conrad2010-06-04
* matroskaenc: Make put_ebml_binary take a void pointerDavid Conrad2010-06-04
* Add WebM muxerJames Zern2010-06-04
* matroskaenc: Mux clusters betterJames Zern2010-06-04
* matroskaenc: Write codec time base as default duration for video tracks.David Conrad2010-05-24
* matroskaenc: Don't write track timecode scaleDavid Conrad2010-05-22
* 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
* Matroska muxer : Don't create audio tracks for unsupported audio codecs.Jai Menon2010-03-25
* Silence ridiculous gcc warning.Carl Eugen Hoyos2010-03-24
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
* cosmetics : Print newline after error message.Jai Menon2010-03-15
* mkvenc: Handle negative timestamps correctlyDavid Conrad2010-03-09
* mkvenc: Don't try to write packets with unknown timestampsDavid Conrad2010-03-09
* mkvenc: write dts for VFW modeDavid Conrad2010-03-09
* Ensure that we write clusters and blocks with known size when streamingDavid Conrad2010-03-04
* Fix indentationDavid Conrad2010-03-04
* Simplify starting and ending clustersDavid Conrad2010-03-04
* Write the first seekhead if writing to a stream, we won't be able to seekDavid Conrad2010-03-04
* Attempt seeking to write EBML master sizes even if streamedDavid Conrad2010-03-04
* matroskaenc: use "title" tag instead of "description" in track title.Anton Khirnov2010-03-03
* mkvenc: Write TrackTimecodeScaleRafaël Carré2010-01-21
* matroskaenc: Add support for writing chapters.Anton Khirnov2009-10-18
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-26
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-24
* matroskaenc: use new metadata APIAurelien Jacobs2009-02-15
* matroskaenc: correctly handle h264 streams with 3 bytes nal startcodesAurelien Jacobs2009-01-20
* Cosmetics: indentDavid Conrad2009-01-17
* Treat disposition==0 as undefined and don't write the default flagDavid Conrad2009-01-17
* Flush the buffer after writing the header and when done with writing the filesDavid Conrad2009-01-17
* Reindent after last commitLuca Abeni2009-01-15
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-15
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* matroskaenc: require global headerAurelien Jacobs2008-10-22
* matroskaenc: correct muxing of ASS packetsAurelien Jacobs2008-10-04
* matroskaenc: use correct EBML ID for block durationAurelien Jacobs2008-10-04
* matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()Aurelien Jacobs2008-10-04
* matroskaenc: remove useless mkv_block_size() functionAurelien Jacobs2008-10-04
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs2008-09-04
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23