log loader/dshow/DS_VideoDecoder.c @ 30521:828219ec9742

age author description
Mon, 04 Jan 2010 20:32:23 +0000 diego Drop -Iloader from CPPFLAGS for the loader subdirectory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 28 Apr 2008 14:50:24 +0000 diego Use consistent #include paths without "../".
Sat, 01 Mar 2008 10:16:43 +0000 diego Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.
Sun, 20 Jan 2008 17:16:39 +0000 diego Fix a ton of illegal identifiers. Identifiers starting with __ or _ and a
Sun, 13 Jan 2008 10:09:39 +0000 reimar Get rid of another useless cast
Mon, 10 Sep 2007 13:30:22 +0000 diego cosmetics: Fix silly typo.
Mon, 10 Sep 2007 13:17:29 +0000 diego warning fixes:
Sat, 02 Jun 2007 12:26:27 +0000 diego Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled and
Fri, 02 Mar 2007 18:52:10 +0000 voroshil Rework of copying samples from directshow codecs.
Fri, 23 Feb 2007 16:30:10 +0000 voroshil Fix loading of mpeg4ds direct show video codec under win32, broken in r22322
Fri, 23 Feb 2007 08:07:07 +0000 voroshil Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.
Sun, 11 Feb 2007 17:57:02 +0000 rtogni Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been
Fri, 26 Jan 2007 09:21:22 +0000 gpoirier Remove illegal definition of underscored-prefixed symbol "__MODULE__":
Sun, 02 Jul 2006 03:59:36 +0000 reynaldo rm unnecesary casts from void* - part 2