summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Expand)AuthorAge
...
* 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
* Doxygenify commentsDavid Conrad2007-09-05
* Make sure that the calculated duration doesn't decreaseDavid Conrad2007-09-05
* Split some really long linesDavid Conrad2007-09-05
* Correct messageDavid Conrad2007-09-05
* Always check the return of mkv_add_seekhead_entryDavid Conrad2007-09-05
* Pass the returned error code of functions upDavid Conrad2007-09-05
* Check that the seekheads were createdDavid Conrad2007-09-05
* Return AVERROR(ENOMEM) when appropriateDavid Conrad2007-09-05
* IndentationDavid Conrad2007-09-05
* Use assert for conditions that must be trueDavid Conrad2007-09-05
* SimplifyDavid Conrad2007-09-05
* Grammar nitsDavid Conrad2007-09-05
* Break long commentsDavid Conrad2007-09-05
* Use sample format for bit depth if av_get_bits_per_sample() doesn't give oneDavid Conrad2007-09-05
* Calculate and store DAR rather than SARDavid Conrad2007-09-05
* Clarify commentsDavid Conrad2007-09-05
* Use PRIu64/PRId64David Conrad2007-09-05
* Calculate the size of key EBML master elements beforehand so only just enough...David Conrad2007-09-05
* Use cluster_pos when checking cluster positionDavid Conrad2007-09-05
* Modify put_ebml_size() so that the bytes parameter is exact rather than minimumDavid Conrad2007-09-05