summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
* 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
* makes really sure that no undefined behavior can happenAurelien Jacobs2008-02-27
* Avoid infinite loop.Aurelien Jacobs2008-02-26
* Write 0 instead of seeking forward (and leaving bytes uninitalized),Michael Niedermayer2008-01-12
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-11
* Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs2008-01-11
* Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs2008-01-11
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* spelling/wording nits in some Doxygen commentsDiego Biurrun2007-09-05
* Grammar nitsDavid Conrad2007-09-05
* Always use AVFormatContext for av_log messagesDavid Conrad2007-09-05
* Rename ebml size functions to indicate that they can be used for more kinds o...David Conrad2007-09-05
* We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad2007-09-05
* IndentationDavid Conrad2007-09-05
* Don't seek when streamedDavid Conrad2007-09-05
* Get rid of useless bracesDavid Conrad2007-09-05
* IndentDavid Conrad2007-09-05
* Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad2007-09-05
* Write codecprivate to a dynamic buffer so that seeking isn't requiredDavid Conrad2007-09-05
* Move writing codec private element to its own functionDavid Conrad2007-09-05
* CosmeticsDavid Conrad2007-09-05
* Use num_entries directly rather than mixing it with a local copyDavid Conrad2007-09-05