log

age author description
2008-06-04 diego Move Matrox TV-out cable section to the end of the Matrox chapter.
2008-06-04 diego Move Matrox TV-out cable instructions into their own section.
2008-06-04 diego Fix some typos and update the Matrox TV output section. The relevant
2008-06-04 diego Remove unnecessary mangle.h #include.
2008-06-04 gpoirier sync w/r26909, patch by JRaSH %jrash06 A 163 P com%
2008-06-04 michael Remove due to objections by ivan.
2008-06-04 diego small spelling/wording fixes
2008-06-04 diego mphq2 runs svn 1.4.x.
2008-06-03 diego Use size_t instead of int for a variable that is compared to the result
2008-06-03 ivo correct spelling error ;)
2008-06-03 michael List more actions which have proven controversial in the past.
2008-06-03 gpoirier grammar fixes by Benoit Fouet
2008-06-03 gpoirier sync w/r26920, patch by Cedric Dumez-Viou %Cedric P Dumez-Viou A obs-nancay P fr%
2008-06-03 gpoirier add missing <option> tags around the option "filmdint"
2008-06-03 gpoirier fix incorrect XML structure (I should have been more carefull when I checked in the previous version)
2008-06-03 gpoirier sync w/r26936, patch by Cedric Viou % Cedric P Dumez-Viou A obs-nancay P fr %
2008-06-03 diego Add reverting commits to the list of potentially controversial actions.
2008-06-02 Gabrov synced with r26967
2008-06-02 diego Use LC_ALL instead of LANG in config.mak to prevent locale settings from
2008-06-02 diego 10l: Restore LANG variable in config.mak so that shell commands are not
2008-06-02 diego Remove unused variable LANG from config.mak.
2008-06-02 diego Remove unused variable TARGET_OS from config.mak.
2008-06-02 diego cosmetics: Restructure config.mak logically and alphabetically.
2008-06-02 diego Remove unused variable TARGET_CPU from config.mak.
2008-06-02 diego Remove unnecessary FFmpeg hack from config.mak.
2008-06-02 nicodvb call demux_flush() where appropriate
2008-06-02 nicodvb use demux_flush() where appropriate
2008-06-02 nicodvb added and reused demux_flush() instead of emptying the demux_stream buffers;
2008-06-01 bcoudurier restore needed cast to correct type with const
2008-06-01 reimar 100l, fix wrong order of cases in cache_do_control
2008-06-01 reimar Properly free memory allocate by liba52.
2008-06-01 nicodvb tiny reindentation
2008-06-01 nicodvb disable dvdnav when using the internal dvdread
2008-06-01 nicodvb reindented the dvdread detection block
2008-06-01 nicodvb changed the code that checks the presence of the external dvdread
2008-06-01 nicodvb removed support for Ogle's dvdread
2008-06-01 bcoudurier cast to correct type, suppress warnings
2008-06-01 bcoudurier cast to correct type, suppress warnings
2008-06-01 bcoudurier cast to correct type, suppress warning
2008-06-01 bcoudurier cast to correct type, suppress warnings
2008-06-01 bcoudurier add const, suppress warnings
2008-06-01 bcoudurier remove useless casts
2008-06-01 bcoudurier add const, suppress warnings
2008-06-01 bcoudurier add const, suppress warnings
2008-06-01 bcoudurier remove useless casts
2008-05-31 diego Change spelling of XviD to Xvid as has already been done in the (rest of the)
2008-05-31 rtogni Fix compilation with internal dvdnav
2008-05-31 nicodvb adapted to the dvdread->libdvdread transition in dvdnav's repository
2008-05-31 nicodvb warn to always disable the internal dvdread; still menus are supported now
2008-05-30 diego Add install-dhahelperwin target to simplify dhahelper installation on Windows.
2008-05-30 diego Merge vidix/dhahelperwin/Makefile into top-level Makefile.
2008-05-30 diego Merge vidix/dhahelper/Makefile into top-level Makefile.
2008-05-30 diego Rename kernelhelper to dhahelper, that name is more fitting.
2008-05-30 diego Fix #include paths.
2008-05-30 diego dhasetup.exe can be created via make instead of calling gcc directly.
2008-05-30 diego Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be used
2008-05-30 reimar Handle NULL control function in cache_execute_control, fixes crash with http urls.
2008-05-30 diego Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vector
2008-05-30 diego Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.
2008-05-30 diego Check for AltiVec vector declaration syntax.