summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
* Add WebM muxerJames Zern2010-06-09
* matroskaenc: Write codec time base as default duration for video tracks.Reinhard Tartler2010-05-28
* matroskaenc: Don't write track timecode scaleReinhard Tartler2010-05-25
* 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
* misc spelling/grammar fixesDiego Biurrun2008-08-05
* matroska: expand useless define for MS compat codec id stringsAurelien Jacobs2008-08-05
* matroska: add support for V_QUICKTIME track typeAurelien Jacobs2008-07-27
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* fix encoding of flac private dataJustin Ruggles2008-05-01
* use common aac sample rate tablesAurelien Jacobs2008-04-02
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
* simplification proposed by RichAurelien Jacobs2008-03-01