log libmpdemux/ebml.c @ 37157:fbf82629be7b

age author description
Tue, 17 Dec 2013 18:46:48 +0000 reimar Switch from deprecated intfloat_readwrite.h to intfloat.h
Thu, 27 May 2010 16:46:47 +0000 diego cosmetics: Reformat in K&R coding style.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Fri, 08 May 2009 21:51:13 +0000 diego Add standard license header to all files in libmpdemux.
Thu, 15 Mar 2007 18:36:36 +0000 diego Add explicit location for headers from the stream/ directory.
Thu, 07 Dec 2006 11:58:07 +0000 reimar Hack around libavutil/bswap.h compilation problems due to always_inline undefined.
Thu, 30 Nov 2006 17:55:00 +0000 reimar Use av_int2flt/av_int2dbl to read float values. This is simpler and more
Wed, 29 Nov 2006 15:02:45 +0000 diego Remove bswap.h, use libavutil/bswap.h instead.
Tue, 28 Nov 2006 18:34:08 +0000 reimar Remove long double reading code, long double was never used AFAICT and
Fri, 09 Jun 2006 23:19:13 +0000 rtogni Protect SIZE_MAX use
Sun, 04 Jun 2006 22:41:27 +0000 rtogni Fix potential integer overflows in memory allocation.
Mon, 08 May 2006 21:41:15 +0000 diego Unconditionally compile the Matroska demuxer.
Wed, 13 Jul 2005 17:24:42 +0000 reimar (hopefully) fixing remaining float endianness problems
Sun, 10 Jul 2005 18:31:13 +0000 mosu Fix for gcc 4 and strict-aliasing. Patch by Uoti A Urpala ( urpala () cc ! helsinki ! fi ).
Thu, 13 Jan 2005 21:56:06 +0000 reimar 100l, no endian conversion on floats!
Wed, 25 Aug 2004 07:52:52 +0000 mosu Cosmetics: fix some compiler warnings.
Sat, 01 May 2004 18:34:23 +0000 rfelker more nonsense lvalue casts, at least these aren't quite as stupid
Mon, 19 Jan 2004 19:16:10 +0000 mosu Added the new C based Matroska demuxer by Aurelien Jacobs.