summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
Commit message (Expand)AuthorAge
...
* add support for V_THEORA into MatroskaAurelien Jacobs2007-03-25
* disable pts reordering code and initialize a parser insteadAurelien Jacobs2007-03-15
* remove outdated commentAurelien Jacobs2007-03-13
* remove no more needed parametersAurelien Jacobs2007-03-13
* set pkt->duration for laced packets tooAurelien Jacobs2007-03-13
* calculate pts for laced packetsAurelien Jacobs2007-03-13
* calculate default_duration for AAC tracksAurelien Jacobs2007-03-13
* scale duration and default_durationAurelien Jacobs2007-03-13
* move timecode calculation out of laces loopAurelien Jacobs2007-03-12
* cosmetic: indent after last commitAurelien Jacobs2007-03-11
* reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs2007-03-11
* revert r7181Aurelien Jacobs2007-03-11
* check if current block contains a B frame and gives this info to parse_block()Aurelien Jacobs2007-03-11
* extract ebml_read_binary() out of matroska_parse_block()Aurelien Jacobs2007-03-11
* reindent after last commitAurelien Jacobs2007-03-11
* parse clusters until some packets are queuedAurelien Jacobs2007-03-11
* fix a stupid bug in ebml_read_sint()Aurelien Jacobs2007-03-11
* use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()Aurelien Jacobs2007-03-11
* don't rely on a specific appearance order for ebml elements at the same levelAurelien Jacobs2007-03-02
* add support for simple blocks (ie. matroska v2)Aurelien Jacobs2007-03-02
* cosmetics: fix indentation of the new matroska_parse_block() functionAurelien Jacobs2007-03-01
* split a matroska_parse_block() function from matroska_parse_blockgroup()Aurelien Jacobs2007-03-01
* fix an off-by-one error in probing functionAurelien Jacobs2007-03-01
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* matroska: scale timecode according to time_scaleAurelien Jacobs2006-11-28
* No need for special trick anymore for flac in matroska.Aurelien Jacobs2006-11-23
* add support for FLAC in matroskaAurelien Jacobs2006-11-21
* add support for tta in matroskaAurelien Jacobs2006-11-20
* cosmetics: reindent after last commitAurelien Jacobs2006-11-20
* matroska: split real video frames so that each packet contains only one sliceAurelien Jacobs2006-11-20
* matroska: properly handle real video extradataAurelien Jacobs2006-11-20
* simplify free()+set to NULL using av_freep()Aurelien Jacobs2006-11-20
* Allows playback of truncated matroska files.Aurelien Jacobs2006-11-12
* Fix wrong comment.Steve L'Homme2006-11-11
* Add A_AAC codec identifier support in matroska.Steve L'Homme2006-11-11
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-09
* add support for AAC in matroskaAurelien Jacobs2006-11-08
* add audio output sampling freqency reading in matroskaAurelien Jacobs2006-11-08
* Better way to detect cluster (fix files encoded with Haali's muxer).Aurelien Jacobs2006-11-08
* Allow reading matroska title.Aurelien Jacobs2006-11-07
* cosmetics: reindent after last commitAurelien Jacobs2006-11-06
* Don't need to check for NULL before av_free().Aurelien Jacobs2006-11-06
* Add support for block duration.Steve L'Homme2006-11-06
* Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).Steve L'Homme2006-11-06
* guess matroska files frame rateSteve L'Homme2006-11-06
* remove floats in 10 bytes/byte support (no version of matroska used it)Steve L'Homme2006-11-06
* WavPack support in MatroskaKostya Shishkov2006-11-06
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12