aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* add const, suppress warningsGravatar bcoudurier2008-06-01
* remove useless castsGravatar bcoudurier2008-06-01
* Change spelling of XviD to Xvid as has already been done in the (rest of the)Gravatar diego2008-05-31
* Fix compilation with internal dvdnavGravatar rtogni2008-05-31
* adapted to the dvdread->libdvdread transition in dvdnav's repositoryGravatar nicodvb2008-05-31
* warn to always disable the internal dvdread; still menus are supported nowGravatar nicodvb2008-05-31
* Add install-dhahelperwin target to simplify dhahelper installation on Windows.Gravatar diego2008-05-30
* Merge vidix/dhahelperwin/Makefile into top-level Makefile.Gravatar diego2008-05-30
* Merge vidix/dhahelper/Makefile into top-level Makefile.Gravatar diego2008-05-30
* Rename kernelhelper to dhahelper, that name is more fitting.Gravatar diego2008-05-30
* Fix #include paths.Gravatar diego2008-05-30
* dhasetup.exe can be created via make instead of calling gcc directly.Gravatar diego2008-05-30
* Rework AltiVec CFLAGS detection. '-maltivec -mabi=altivec' should be usedGravatar diego2008-05-30
* Handle NULL control function in cache_execute_control, fixes crash with http ...Gravatar reimar2008-05-30
* Check for ALTIVEC_H instead of __APPLE_CC__ to decide which AltiVec vectorGravatar diego2008-05-30
* Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__.Gravatar diego2008-05-30
* Check for AltiVec vector declaration syntax.Gravatar diego2008-05-30
* typo noticed by Mark Pilgrim, mark diveintomark orgGravatar diego2008-05-29
* The size of output buffer is stored in 'osize', not 'size'.Gravatar eugeni2008-05-29
* Clear iconv conversion state also in libass.Gravatar eugeni2008-05-29
* Offset should be size_t.Gravatar eugeni2008-05-29
* Clear iconv conversion state after each subtitle line.Gravatar eugeni2008-05-29
* Remove extra messages.Gravatar diego2008-05-29
* Fix mismatching messages.Gravatar diego2008-05-29
* Fix mismatching translated messages as pointed out by TOOLS/mphelp_check.py.Gravatar diego2008-05-29
* fix problems picked up by mphelp_check.pyGravatar gpoirier2008-05-29
* The install-drivers target should depend on the drivers target.Gravatar diego2008-05-29
* Revert commit r26897.Gravatar iive2008-05-28
* Merge drivers/Makefile into top-level Makefile.Gravatar diego2008-05-28
* Fix setting of CFLAGS for Radeon modules.Gravatar diego2008-05-28
* Disable unused function, fixes the warning:Gravatar diego2008-05-28
* mga_vid driver wording fixesGravatar diego2008-05-28
* Move messages header file creation to a separate shell script.Gravatar diego2008-05-27
* Add a slave command to stop stream playback.Gravatar ben2008-05-27
* Initialize sh_audio/sh_video->dsGravatar reimar2008-05-27
* Simplify/make new_sh behaviour more consistent when a stream gets redefined.Gravatar reimar2008-05-27
* Cosmetics: simplifyGravatar reimar2008-05-27
* Move native musepack demuxer further down in demuxer listGravatar reimar2008-05-27
* Revert declaration .NOTPARALLEL. Unfortunately this special target does notGravatar diego2008-05-27
* Mark VIDIX_PCI_FILES targets as NOTPARALLEL. They are all createdGravatar diego2008-05-27
* Use 'grep -q' instead of redirecting grep output to /dev/null.Gravatar diego2008-05-27
* mga_vid string wording fixGravatar diego2008-05-27
* Fix typo in string name.Gravatar diego2008-05-27
* Instead of removing code from this imported library, place it under #if 0.Gravatar diego2008-05-27
* cosmetics: Fix pointless weird indentation.Gravatar diego2008-05-27
* cosmetics: XviD --> XvidGravatar diego2008-05-27
* cosmetics: Move toolsclean target to a better place.Gravatar diego2008-05-27
* Update comment heading.Gravatar diego2008-05-27
* cosmetics: Consistently place '-o $@' in compiler command line.Gravatar diego2008-05-27
* Simplify codec-cfg-test command with $^.Gravatar diego2008-05-27