summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* misc spelling/grammar fixesDiego Biurrun2008-08-051-1/+1
* matroska: expand useless define for MS compat codec id stringsAurelien Jacobs2008-08-051-2/+2
* matroska: add support for V_QUICKTIME track typeAurelien Jacobs2008-07-271-3/+22
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-2/+2
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-2/+2
* fix encoding of flac private dataJustin Ruggles2008-05-011-3/+6
* use common aac sample rate tablesAurelien Jacobs2008-04-021-6/+3
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-071-0/+2
* simplification proposed by RichAurelien Jacobs2008-03-011-1/+2
* makes really sure that no undefined behavior can happenAurelien Jacobs2008-02-271-1/+1
* Avoid infinite loop.Aurelien Jacobs2008-02-261-1/+1
* Write 0 instead of seeking forward (and leaving bytes uninitalized),Michael Niedermayer2008-01-121-1/+2
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-111-2/+2
* Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs2008-01-111-0/+10
* Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs2008-01-111-0/+3
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-14/+16
* spelling/wording nits in some Doxygen commentsDiego Biurrun2007-09-051-2/+2
* Grammar nitsDavid Conrad2007-09-051-9/+9
* Always use AVFormatContext for av_log messagesDavid Conrad2007-09-051-16/+16
* Rename ebml size functions to indicate that they can be used for more kinds o...David Conrad2007-09-051-21/+21
* We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad2007-09-051-5/+1
* IndentationDavid Conrad2007-09-051-22/+22
* Don't seek when streamedDavid Conrad2007-09-051-0/+6
* Get rid of useless bracesDavid Conrad2007-09-051-8/+7
* IndentDavid Conrad2007-09-051-1/+1
* Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad2007-09-051-0/+5
* Write codecprivate to a dynamic buffer so that seeking isn't requiredDavid Conrad2007-09-051-24/+17
* Move writing codec private element to its own functionDavid Conrad2007-09-051-29/+43