summaryrefslogtreecommitdiff
path: root/libavformat/matroskaenc.c
Commit message (Collapse)AuthorAge
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix encoding of flac private dataJustin Ruggles2008-05-01
| | | | Originally committed as revision 13030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common aac sample rate tablesAurelien Jacobs2008-04-02
| | | | Originally committed as revision 12671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov2008-03-07
| | | | | | of matroska and nut. Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplification proposed by RichAurelien Jacobs2008-03-01
| | | | Originally committed as revision 12280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* makes really sure that no undefined behavior can happenAurelien Jacobs2008-02-27
| | | | Originally committed as revision 12258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid infinite loop.Aurelien Jacobs2008-02-26
| | | | | | uint64_t >> 64 is an undefined operation Originally committed as revision 12253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write 0 instead of seeking forward (and leaving bytes uninitalized),Michael Niedermayer2008-01-12
| | | | | | fixes odd regression test failure i had. Originally committed as revision 11512 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-11
| | | | Originally committed as revision 11511 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Matroska muxer needs to format all NAL units, not only extradata.Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the isom avcc formatting for h264 extradata in matroska.Aurelien Jacobs2008-01-11
| | | | Originally committed as revision 11499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/wording nits in some Doxygen commentsDiego Biurrun2007-09-05
| | | | Originally committed as revision 10417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Grammar nitsDavid Conrad2007-09-05
| | | | Originally committed as revision 10388 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always use AVFormatContext for av_log messagesDavid Conrad2007-09-05
| | | | Originally committed as revision 10387 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ebml size functions to indicate that they can be used for more kinds ↵David Conrad2007-09-05
| | | | | | of numbers Originally committed as revision 10386 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We shouldn't be passing in sizes larger than 2^56-2, so use an assertDavid Conrad2007-09-05
| | | | Originally committed as revision 10385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationDavid Conrad2007-09-05
| | | | Originally committed as revision 10384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't seek when streamedDavid Conrad2007-09-05
| | | | Originally committed as revision 10383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of useless bracesDavid Conrad2007-09-05
| | | | Originally committed as revision 10382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentDavid Conrad2007-09-05
| | | | Originally committed as revision 10381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Match the behaviour betwen the bmp and wav codec tag lookupsDavid Conrad2007-09-05
| | | | Originally committed as revision 10380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Write codecprivate to a dynamic buffer so that seeking isn't requiredDavid Conrad2007-09-05
| | | | Originally committed as revision 10379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move writing codec private element to its own functionDavid Conrad2007-09-05
| | | | Originally committed as revision 10378 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsDavid Conrad2007-09-05
| | | | Originally committed as revision 10377 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use num_entries directly rather than mixing it with a local copyDavid Conrad2007-09-05
| | | | Originally committed as revision 10376 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenify commentsDavid Conrad2007-09-05
| | | | Originally committed as revision 10375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure that the calculated duration doesn't decreaseDavid Conrad2007-09-05
| | | | Originally committed as revision 10374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split some really long linesDavid Conrad2007-09-05
| | | | Originally committed as revision 10373 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct messageDavid Conrad2007-09-05
| | | | Originally committed as revision 10372 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Always check the return of mkv_add_seekhead_entryDavid Conrad2007-09-05
| | | | Originally committed as revision 10371 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass the returned error code of functions upDavid Conrad2007-09-05
| | | | Originally committed as revision 10370 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check that the seekheads were createdDavid Conrad2007-09-05
| | | | Originally committed as revision 10369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Return AVERROR(ENOMEM) when appropriateDavid Conrad2007-09-05
| | | | Originally committed as revision 10368 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentationDavid Conrad2007-09-05
| | | | Originally committed as revision 10367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use assert for conditions that must be trueDavid Conrad2007-09-05
| | | | Originally committed as revision 10366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyDavid Conrad2007-09-05
| | | | Originally committed as revision 10365 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Grammar nitsDavid Conrad2007-09-05
| | | | Originally committed as revision 10364 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Break long commentsDavid Conrad2007-09-05
| | | | Originally committed as revision 10363 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use sample format for bit depth if av_get_bits_per_sample() doesn't give oneDavid Conrad2007-09-05
| | | | Originally committed as revision 10362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate and store DAR rather than SARDavid Conrad2007-09-05
| | | | Originally committed as revision 10361 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify commentsDavid Conrad2007-09-05
| | | | Originally committed as revision 10360 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use PRIu64/PRId64David Conrad2007-09-05
| | | | Originally committed as revision 10359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Calculate the size of key EBML master elements beforehand so only just ↵David Conrad2007-09-05
| | | | | | enough size is reserved for the size Originally committed as revision 10358 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use cluster_pos when checking cluster positionDavid Conrad2007-09-05
| | | | Originally committed as revision 10357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify put_ebml_size() so that the bytes parameter is exact rather than minimumDavid Conrad2007-09-05
| | | | Originally committed as revision 10356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set default subtitle_codec to CODEC_ID_TEXTDavid Conrad2007-09-05
| | | | Originally committed as revision 10355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyDavid Conrad2007-09-05
| | | | Originally committed as revision 10354 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move calculating the bytes needed to represent a size in EBML to its own ↵David Conrad2007-09-05
| | | | | | function Originally committed as revision 10353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make a byte always mean a byteDavid Conrad2007-09-05
| | | | Originally committed as revision 10352 to svn://svn.ffmpeg.org/ffmpeg/trunk