aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/ebml.c
Commit message (Expand)AuthorAge
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Use av_int2flt/av_int2dbl to read float values. This is simpler and moreGravatar reimar2006-11-30
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* Remove long double reading code, long double was never used AFAICT and Gravatar reimar2006-11-28
* Protect SIZE_MAX useGravatar rtogni2006-06-09
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* Unconditionally compile the Matroska demuxer.Gravatar diego2006-05-08
* (hopefully) fixing remaining float endianness problemsGravatar reimar2005-07-13
* Fix for gcc 4 and strict-aliasing. Patch by Uoti A Urpala ( urpala () cc ! he...Gravatar mosu2005-07-10
* 100l, no endian conversion on floats!Gravatar reimar2005-01-13
* Cosmetics: fix some compiler warnings.Gravatar mosu2004-08-25
* more nonsense lvalue casts, at least these aren't quite as stupidGravatar rfelker2004-05-01
* Added the new C based Matroska demuxer by Aurelien Jacobs.Gravatar mosu2004-01-19