log

age author description
Sun, 01 Jun 2008 19:08:16 +0000 bcoudurier restore needed cast to correct type with const
Sun, 01 Jun 2008 18:14:56 +0000 reimar 100l, fix wrong order of cases in cache_do_control
Sun, 01 Jun 2008 16:40:56 +0000 reimar Properly free memory allocate by liba52.
Sun, 01 Jun 2008 07:45:22 +0000 nicodvb tiny reindentation
Sun, 01 Jun 2008 07:44:36 +0000 nicodvb disable dvdnav when using the internal dvdread
Sun, 01 Jun 2008 07:32:28 +0000 nicodvb reindented the dvdread detection block
Sun, 01 Jun 2008 07:31:03 +0000 nicodvb changed the code that checks the presence of the external dvdread
Sun, 01 Jun 2008 07:28:31 +0000 nicodvb removed support for Ogle's dvdread
Sun, 01 Jun 2008 03:36:23 +0000 bcoudurier cast to correct type, suppress warnings
Sun, 01 Jun 2008 03:35:27 +0000 bcoudurier cast to correct type, suppress warnings
Sun, 01 Jun 2008 03:34:39 +0000 bcoudurier cast to correct type, suppress warning
Sun, 01 Jun 2008 03:28:15 +0000 bcoudurier cast to correct type, suppress warnings
Sun, 01 Jun 2008 03:27:45 +0000 bcoudurier add const, suppress warnings
Sun, 01 Jun 2008 03:25:07 +0000 bcoudurier remove useless casts
Sun, 01 Jun 2008 03:23:50 +0000 bcoudurier add const, suppress warnings
Sun, 01 Jun 2008 03:21:12 +0000 bcoudurier add const, suppress warnings
Sun, 01 Jun 2008 03:17:42 +0000 bcoudurier remove useless casts
Sat, 31 May 2008 16:38:02 +0000 diego Change spelling of XviD to Xvid as has already been done in the (rest of the)
Sat, 31 May 2008 13:42:09 +0000 rtogni Fix compilation with internal dvdnav
Sat, 31 May 2008 12:52:55 +0000 nicodvb adapted to the dvdread->libdvdread transition in dvdnav's repository
Sat, 31 May 2008 12:51:38 +0000 nicodvb warn to always disable the internal dvdread; still menus are supported now
Fri, 30 May 2008 20:10:36 +0000 diego Add install-dhahelperwin target to simplify dhahelper installation on Windows.
Fri, 30 May 2008 20:09:31 +0000 diego Merge vidix/dhahelperwin/Makefile into top-level Makefile.
Fri, 30 May 2008 19:39:00 +0000 diego Merge vidix/dhahelper/Makefile into top-level Makefile.
Fri, 30 May 2008 19:17:20 +0000 diego Rename kernelhelper to dhahelper, that name is more fitting.
Fri, 30 May 2008 19:14:04 +0000 diego Fix #include paths.
Fri, 30 May 2008 18:38:53 +0000 diego dhasetup.exe can be created via make instead of calling gcc directly.
Fri, 30 May 2008 18:03:36 +0000 diego Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be used
Fri, 30 May 2008 15:20:42 +0000 reimar Handle NULL control function in cache_execute_control, fixes crash with http urls.
Fri, 30 May 2008 12:09:06 +0000 diego Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vector
Fri, 30 May 2008 12:05:24 +0000 diego Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.
Fri, 30 May 2008 11:45:08 +0000 diego Check for AltiVec vector declaration syntax.
Thu, 29 May 2008 21:28:07 +0000 diego typo noticed by Mark Pilgrim, mark diveintomark org
Thu, 29 May 2008 18:35:22 +0000 eugeni The size of output buffer is stored in 'osize', not 'size'.
Thu, 29 May 2008 18:35:21 +0000 eugeni Clear iconv conversion state also in libass.
Thu, 29 May 2008 18:35:18 +0000 eugeni Offset should be size_t.
Thu, 29 May 2008 18:35:17 +0000 eugeni Clear iconv conversion state after each subtitle line.
Thu, 29 May 2008 12:56:44 +0000 diego Remove extra messages.
Thu, 29 May 2008 12:53:40 +0000 diego Fix mismatching messages.
Thu, 29 May 2008 12:43:58 +0000 diego Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.
Thu, 29 May 2008 11:55:39 +0000 gpoirier fix problems picked up by mphelp_check.py
Thu, 29 May 2008 00:33:29 +0000 diego The install-drivers target should depend on the drivers target.
Wed, 28 May 2008 23:04:41 +0000 iive Revert commit r26897.
Wed, 28 May 2008 12:40:15 +0000 diego Merge drivers/Makefile into top-level Makefile.
Wed, 28 May 2008 11:27:13 +0000 diego Fix setting of CFLAGS for Radeon modules.
Wed, 28 May 2008 10:34:03 +0000 diego Disable unused function, fixes the warning:
Wed, 28 May 2008 10:25:09 +0000 diego mga_vid driver wording fixes
Tue, 27 May 2008 22:03:21 +0000 diego Move messages header file creation to a separate shell script.
Tue, 27 May 2008 18:39:57 +0000 ben Add a slave command to stop stream playback.
Tue, 27 May 2008 17:35:38 +0000 reimar Initialize sh_audio/sh_video->ds
Tue, 27 May 2008 17:33:13 +0000 reimar Simplify/make new_sh behaviour more consistent when a stream gets redefined.
Tue, 27 May 2008 17:30:20 +0000 reimar Cosmetics: simplify
Tue, 27 May 2008 17:27:06 +0000 reimar Move native musepack demuxer further down in demuxer list
Tue, 27 May 2008 16:46:30 +0000 diego Revert declaration .NOTPARALLEL. Unfortunately this special target does not
Tue, 27 May 2008 16:24:40 +0000 diego Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all created
Tue, 27 May 2008 14:33:16 +0000 diego Use 'grep -q' instead of redirecting grep output to /dev/null.
Tue, 27 May 2008 13:32:00 +0000 diego mga_vid string wording fix
Tue, 27 May 2008 13:30:50 +0000 diego Fix typo in string name.
Tue, 27 May 2008 13:09:40 +0000 diego Instead of removing code from this imported library, place it under #if 0.
Tue, 27 May 2008 12:49:50 +0000 diego cosmetics: Fix pointless weird indentation.