summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
Commit message (Collapse)AuthorAge
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ↵Michael Niedermayer2005-12-17
| | | | | | slhomme divxcorp com) Originally committed as revision 4745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more non portable float parsing code ...Michael Niedermayer2005-07-19
| | | | Originally committed as revision 4462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change extradata format for vorbisMåns Rullgård2005-05-13
| | | | Originally committed as revision 4235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more fine grained discarding of packetsMichael Niedermayer2005-03-17
| | | | Originally committed as revision 4051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch from Gianluigi Tiesi (sherpya at netfarm dot it):D Richard Felker III2005-03-11
| | | | | | | "A small patch to avoid error compiling matroska.c on mingw" My comment: using typedefs for things like this is always ridiculous. Originally committed as revision 4031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* H.264 and Vorbis support in matroska patch by (Måns Rullgård |mru ↵Måns Rullgård2005-03-06
| | | | | | inprovide com) Originally committed as revision 4014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support discarding uninterresting packetsMichael Niedermayer2005-01-22
| | | | Originally committed as revision 3860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* integer overflows, heap corruptionMichael Niedermayer2005-01-08
| | | | | | | possible arbitrary code execution cannot be ruled out in some cases precautionary checks Originally committed as revision 3813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libdts support by (Benjamin Zores <ben at geexbox dot org>)Michael Niedermayer2004-07-14
| | | | Originally committed as revision 3310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-21
| | | | Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unknown format charAlex Beregszaszi2004-04-07
| | | | Originally committed as revision 2976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning patrolFalk Hüffner2004-03-24
| | | | Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at ↵Michael Niedermayer2004-03-12
| | | | | | students dot uu dot nl>) Originally committed as revision 2873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot ↵Michael Niedermayer2004-03-11
uu dot nl>) Originally committed as revision 2872 to svn://svn.ffmpeg.org/ffmpeg/trunk