log

age author description
Mon, 19 Nov 2007 12:01:30 +0000 ulion Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.
Mon, 19 Nov 2007 09:05:23 +0000 voroshil 100l: Fix long standing copy-paste error:
Sun, 18 Nov 2007 22:13:49 +0000 reimar Add padding and unroll loop 4x for at least another 10% speedup
Sun, 18 Nov 2007 18:52:51 +0000 reimar Change to a 64 bit accumulation variable instead of shifting.
Sun, 18 Nov 2007 18:33:45 +0000 reimar 100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not any faster.
Sun, 18 Nov 2007 17:44:11 +0000 reimar Use "long" instead of "int" for innermost loop variable.
Sun, 18 Nov 2007 17:28:27 +0000 reimar Rearrange scaletempo inner loop.
Sun, 18 Nov 2007 16:19:03 +0000 nicodvb warn users to disable dvdread internal (at least for the moment: there's
Sun, 18 Nov 2007 15:48:20 +0000 reimar 100l, someone mixed up && and ||, so if allocation of only one buffers failed
Sun, 18 Nov 2007 14:57:59 +0000 reimar Avoid some casts by changing int8_t* to void* in af_scaletempo
Sun, 18 Nov 2007 13:17:00 +0000 voroshil Add all passed to VID_SET_FORMAT formats to the end of
Sun, 18 Nov 2007 11:36:57 +0000 voroshil Ensure that when VID_GET_FORMAT ioctl is called,
Sun, 18 Nov 2007 11:15:14 +0000 voroshil (cosmetics) Indentation fix of previous commit.
Sun, 18 Nov 2007 11:13:28 +0000 voroshil New media format negotiation code:
Sun, 18 Nov 2007 10:55:51 +0000 voroshil Move setting media format code
Sun, 18 Nov 2007 10:51:22 +0000 voroshil Pass all available formats to chain building routine and
Sun, 18 Nov 2007 10:02:28 +0000 reimar 100l, fix uint32_t* instead of uint32_t typo in demux_mf type->fourcc table
Sun, 18 Nov 2007 08:24:30 +0000 voroshil Ignore video formats which are supported by device
Sun, 18 Nov 2007 06:16:37 +0000 voroshil Fix crash when pin connection fails.
Sun, 18 Nov 2007 05:20:17 +0000 voroshil Prevent chains from building more than once.
Sun, 18 Nov 2007 05:07:51 +0000 voroshil Handle "out of memory" error.
Sun, 18 Nov 2007 05:02:49 +0000 voroshil Move chains building code into separate routines.
Sun, 18 Nov 2007 04:20:03 +0000 ulion Add a wish which is available in some filters and players on win32.
Sat, 17 Nov 2007 21:34:00 +0000 nicodvb mention the new build system
Sat, 17 Nov 2007 19:55:16 +0000 voroshil (cosmetics) Lookup table alignment.
Sat, 17 Nov 2007 19:51:46 +0000 voroshil Service routine for constructing AM_MEDIA_TYPE structure from
Sat, 17 Nov 2007 19:32:18 +0000 voroshil Disable terminating directshow chains with NullRenderer filter,
Sat, 17 Nov 2007 19:08:03 +0000 voroshil Fix bogus bits per pixel values in lookup table.
Sat, 17 Nov 2007 19:07:04 +0000 reimar Cleanup sg_io_hdr initialization a bit
Sat, 17 Nov 2007 19:02:30 +0000 reimar We do not have any use for the sense data, so we don't need a buffer for it.