summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* CosmeticsDavid Conrad2007-09-051-1/+0
* Use num_entries directly rather than mixing it with a local copyDavid Conrad2007-09-051-9/+5
* Doxygenify commentsDavid Conrad2007-09-051-5/+5
* Make sure that the calculated duration doesn't decreaseDavid Conrad2007-09-051-1/+1
* Split some really long linesDavid Conrad2007-09-051-3/+6
* Correct messageDavid Conrad2007-09-051-1/+1
* Always check the return of mkv_add_seekhead_entryDavid Conrad2007-09-051-2/+5
* Pass the returned error code of functions upDavid Conrad2007-09-051-17/+19
* Check that the seekheads were createdDavid Conrad2007-09-051-0/+2
* Return AVERROR(ENOMEM) when appropriateDavid Conrad2007-09-051-3/+3
* IndentationDavid Conrad2007-09-051-5/+5
* Use assert for conditions that must be trueDavid Conrad2007-09-051-9/+3
* SimplifyDavid Conrad2007-09-051-7/+3
* Grammar nitsDavid Conrad2007-09-051-5/+5
* Break long commentsDavid Conrad2007-09-051-22/+31
* Use sample format for bit depth if av_get_bits_per_sample() doesn't give oneDavid Conrad2007-09-051-0/+3
* Calculate and store DAR rather than SARDavid Conrad2007-09-051-2/+3
* Clarify commentsDavid Conrad2007-09-051-2/+2
* Use PRIu64/PRId64David Conrad2007-09-051-4/+4
* Calculate the size of key EBML master elements beforehand so only just enough...David Conrad2007-09-051-43/+76
* Use cluster_pos when checking cluster positionDavid Conrad2007-09-051-1/+1
* Modify put_ebml_size() so that the bytes parameter is exact rather than minimumDavid Conrad2007-09-051-4/+20
* Set default subtitle_codec to CODEC_ID_TEXTDavid Conrad2007-09-051-0/+1
* SimplifyDavid Conrad2007-09-051-2/+2
* Move calculating the bytes needed to represent a size in EBML to its own func...David Conrad2007-09-051-3/+11
* Make a byte always mean a byteDavid Conrad2007-09-051-10/+10
* Simplify put_ebml_id()David Conrad2007-09-051-7/+3
* Move ebml_id_size()David Conrad2007-09-051-5/+5
* Correct handling of smaller unknown sizesDavid Conrad2007-09-051-3/+23
OpenPOWER on IntegriCloud