summaryrefslogtreecommitdiffstats
path: root/libmpdemux/ebml.c
Commit message (Expand)AuthorAgeFilesLines
* Add explicit location for headers from the stream/ directory.diego2007-03-151-1/+1
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Use av_int2flt/av_int2dbl to read float values. This is simpler and morereimar2006-11-301-10/+3
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* Remove long double reading code, long double was never used AFAICT and reimar2006-11-281-9/+0
* Protect SIZE_MAX usertogni2006-06-091-0/+4
* Fix potential integer overflows in memory allocation.rtogni2006-06-041-0/+2
* Unconditionally compile the Matroska demuxer.diego2006-05-081-3/+0
* (hopefully) fixing remaining float endianness problemsreimar2005-07-131-1/+2
* Fix for gcc 4 and strict-aliasing. Patch by Uoti A Urpala ( urpala () cc ! he...mosu2005-07-101-13/+9
* 100l, no endian conversion on floats!reimar2005-01-131-16/+0
* Cosmetics: fix some compiler warnings.mosu2004-08-251-2/+2
* more nonsense lvalue casts, at least these aren't quite as stupidrfelker2004-05-011-2/+2
* Added the new C based Matroska demuxer by Aurelien Jacobs.mosu2004-01-191-0/+386