log

age author description
Fri, 14 Sep 2007 16:58:31 +0000 reimar Move boundary check before use!
Fri, 14 Sep 2007 16:50:42 +0000 voroshil pthreads support is required for teletext
Fri, 14 Sep 2007 16:45:52 +0000 reimar Remove unused tmf_totalchunks
Fri, 14 Sep 2007 16:44:52 +0000 reimar Simplify EOF handling
Fri, 14 Sep 2007 16:42:46 +0000 reimar Simplify tmf_filetooffset
Fri, 14 Sep 2007 16:21:12 +0000 reimar Small simplifications
Fri, 14 Sep 2007 16:12:33 +0000 reimar 10l, placed terminating 0 at the wrong place.
Fri, 14 Sep 2007 16:12:02 +0000 reimar Avoid strlcpy, tar headers already have space to ensure 0-termination
Fri, 14 Sep 2007 16:04:12 +0000 reimar Do not ignore last chunk in .tmf files, it will cause part of the file to be
Fri, 14 Sep 2007 15:52:46 +0000 reimar Cosmetics: remove lots of useless () and {}.
Fri, 14 Sep 2007 15:33:21 +0000 reimar Use CHUNKSIZE define in a few more places
Fri, 14 Sep 2007 15:28:47 +0000 reimar Simplify ty_extensionis
Fri, 14 Sep 2007 15:19:45 +0000 reimar Make demux_ty internal functions static
Fri, 14 Sep 2007 15:12:46 +0000 reimar Use strtol instead of horribly suboptimal ty_octaltodecimal
Fri, 14 Sep 2007 14:45:08 +0000 reimar Fix ESD check: use an ESD function to actually check linking and do
Fri, 14 Sep 2007 14:19:22 +0000 reimar sigill_handler_sse is not needed and can not compile on 64 bit systems
Fri, 14 Sep 2007 13:49:28 +0000 reimar Do not check for X86_FXSR_MAGIC define, it is missing in newer
Fri, 14 Sep 2007 13:43:06 +0000 reimar Remove unused sigfpe handler
Fri, 14 Sep 2007 13:25:20 +0000 reimar Remove test for SSE exception support that has been commented out since ages.
Fri, 14 Sep 2007 12:52:13 +0000 reimar Fix off-by-one error if fsize is odd (does handling that case even make sense?)
Fri, 14 Sep 2007 12:47:15 +0000 reimar Mark DTS tables as const
Fri, 14 Sep 2007 12:39:02 +0000 reimar Fix 10l typo in syncword
Fri, 14 Sep 2007 08:56:04 +0000 reimar Improved comments, based on patches by Ulion [ulion2002 gmail com]
Fri, 14 Sep 2007 08:54:06 +0000 reimar Simplify and fix big-endian hwac3 header generation code.
Thu, 13 Sep 2007 18:36:04 +0000 reimar Deobfuscate: use IMGFMT_RGB_DEPTH and IMGFMT_IS_BGR
Thu, 13 Sep 2007 17:13:27 +0000 voroshil Fix missing reset/initialization (with tv parameters) of
Thu, 13 Sep 2007 17:06:36 +0000 ben added monkey audio file extensions to extension table
Thu, 13 Sep 2007 16:13:37 +0000 voroshil Move AM_MEDIA_TYPE structure definition to mediatype.h.
Thu, 13 Sep 2007 15:18:57 +0000 reimar Check wLongsPerEntry before using it.
Thu, 13 Sep 2007 14:12:06 +0000 diego Remove useless preprocessor check, _WINGDI_H is never defined.