summaryrefslogtreecommitdiffstats
path: root/libavformat/matroska.c
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).Steve L'Homme2006-11-061-1/+1
* guess matroska files frame rateSteve L'Homme2006-11-061-0/+4
* remove floats in 10 bytes/byte support (no version of matroska used it)Steve L'Homme2006-11-061-4/+0
* WavPack support in MatroskaKostya Shishkov2006-11-061-0/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* fix some signedness warningsMåns Rullgård2006-09-271-1/+1
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-8/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-171-2/+2
* free codec extradata in av_close_input_fileMåns Rullgård2006-06-161-4/+0
* dont set random timestamps if they are not knownMichael Niedermayer2006-03-251-5/+3
* fixing timebaseMichael Niedermayer2006-03-251-5/+5
* Rename time variable to the more descriptive block_time.Steve L'Homme2006-03-251-5/+5
* duration and subitle fix from the patch by Steve LhommeSteve L'Homme2006-03-221-4/+5
* cleanup codec_id mapping (untested)Michael Niedermayer2006-03-221-90/+49
* fix aspect ratioMichael Niedermayer2006-03-221-11/+7
* add missing #includesDieter2006-01-301-0/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-3/+3
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-4/+4
* total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ...Michael Niedermayer2005-12-171-3/+0
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-13/+13
* more non portable float parsing code ...Michael Niedermayer2005-07-191-30/+9
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-19/+19
* AVPacket.posMichael Niedermayer2005-05-261-0/+2
* change extradata format for vorbisMåns Rullgård2005-05-131-37/+6
* more fine grained discarding of packetsMichael Niedermayer2005-03-171-1/+1
* Patch from Gianluigi Tiesi (sherpya at netfarm dot it):D Richard Felker III2005-03-111-1/+1
* H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru inprovide...Måns Rullgård2005-03-061-5/+65
* support discarding uninterresting packetsMichael Niedermayer2005-01-221-0/+4
* integer overflows, heap corruptionMichael Niedermayer2005-01-081-1/+1
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-141-0/+3
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-2/+1
* unknown format charAlex Beregszaszi2004-04-071-1/+1
* warning patrolFalk Hüffner2004-03-241-1/+1
* big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students...Michael Niedermayer2004-03-121-4/+4
* matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot u...Michael Niedermayer2004-03-111-0/+2689
OpenPOWER on IntegriCloud