summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
Commit message (Expand)AuthorAge
* 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
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-16
* dont set random timestamps if they are not knownMichael Niedermayer2006-03-25
* fixing timebaseMichael Niedermayer2006-03-25
* Rename time variable to the more descriptive block_time.Steve L'Homme2006-03-25
* duration and subitle fix from the patch by Steve LhommeSteve L'Homme2006-03-22
* cleanup codec_id mapping (untested)Michael Niedermayer2006-03-22
* fix aspect ratioMichael Niedermayer2006-03-22
* add missing #includesDieter2006-01-30
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ...Michael Niedermayer2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* more non portable float parsing code ...Michael Niedermayer2005-07-19
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* AVPacket.posMichael Niedermayer2005-05-26
* change extradata format for vorbisMåns Rullgård2005-05-13
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
* Patch from Gianluigi Tiesi (sherpya at netfarm dot it):D Richard Felker III2005-03-11
* H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide...Måns Rullgård2005-03-06