aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/ebml.c
Commit message (Expand)AuthorAge
* Update Libav API usesGravatar Uoti Urpala2012-02-01
* bstr.[ch]: add new files for struct bstr related functionalityGravatar Uoti Urpala2010-05-20
* Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\
| * Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* | demux_mkv: use new EBML parser to read Audio elementGravatar Uoti Urpala2010-01-27
* | demux_mkv: remove pointless 'long double' useGravatar Uoti Urpala2010-01-27
* | demux_mkv: use new EBML parser for file headerGravatar Uoti Urpala2010-01-27
* | matroska: add new parsing codeGravatar Uoti Urpala2010-01-27
* | demux_mkv.c, ebml.c: Reformat to K&R styleGravatar Uoti Urpala2009-12-29
|/
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* 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