summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mkvenc: Write TrackTimecodeScaleRafaël Carré2010-01-211-0/+1
* matroskaenc: Add support for writing chapters.Anton Khirnov2009-10-181-0/+47
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-9/+9
* Share the function to write a raw FLAC header and use it in the MatroskaJustin Ruggles2009-02-261-21/+2
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-261-9/+7
* Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer2009-02-241-1/+1
* matroskaenc: use new metadata APIAurelien Jacobs2009-02-151-6/+8
* matroskaenc: correctly handle h264 streams with 3 bytes nal startcodesAurelien Jacobs2009-01-201-9/+11
* Cosmetics: indentDavid Conrad2009-01-171-1/+1
* Treat disposition==0 as undefined and don't write the default flagDavid Conrad2009-01-171-0/+1
* Flush the buffer after writing the header and when done with writing the filesDavid Conrad2009-01-171-0/+2
* Reindent after last commitLuca Abeni2009-01-151-1/+1
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-151-10/+8
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* matroskaenc: require global headerAurelien Jacobs2008-10-221-0/+2
* matroskaenc: correct muxing of ASS packetsAurelien Jacobs2008-10-041-0/+61
* matroskaenc: use correct EBML ID for block durationAurelien Jacobs2008-10-041-1/+1
* matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()Aurelien Jacobs2008-10-041-3/+3
* matroskaenc: remove useless mkv_block_size() functionAurelien Jacobs2008-10-041-8/+2
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-19/+19
* matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs2008-09-041-2/+4
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-2/+2
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-5/+4
OpenPOWER on IntegriCloud