aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Add new audio filter for encoding multi-channel audio into ac3 at runtime.Gravatar ulion2007-12-13
* cosmetics: partially reformatted this monstruosityGravatar nicodvb2007-12-12
* fix memleaks; patch by andrew calkin from gmail comGravatar nicodvb2007-12-12
* reverted r25323: deprecated by ulion's recent patchesGravatar ben2007-12-12
* synced with r25379Gravatar ptt2007-12-12
* add lagarith codec, someone finally found it in the wild.Gravatar compn2007-12-12
* Fix libass to support -nofontconfig.Gravatar ulion2007-12-12
* cosmetics: Remove ugly and inconsistent uppercasing from filenames.Gravatar diego2007-12-12
* cosmetics: Move public function declarations together.Gravatar diego2007-12-12
* Add missing declaration for dct64_altivec, fixes the warning:Gravatar diego2007-12-12
* Fix memory leak. I thought asx_get_attrib() return a const char *,Gravatar ulion2007-12-12
* Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>.Gravatar ulion2007-12-12
* Remove headers not used.Gravatar ulion2007-12-12
* Add OSD menu keybindings for Apple Remote.Gravatar ulion2007-12-12
* Update comment that navigating keys is defined in menu.conf.Gravatar ulion2007-12-12
* Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate.Gravatar diego2007-12-11
* Add missing #include <stdio.h>, fixes the warning:Gravatar diego2007-12-11
* support for xtensa CPU architectureGravatar diego2007-12-11
* Slightly simplify preprocessor conditionals.Gravatar diego2007-12-11
* Ahem, fix breakage of last commit: The AltiVec detection code has threeGravatar diego2007-12-11
* allow osd menu being controlled by joystickGravatar ben2007-12-11
* Do not set SYS_AMIGAOS4, it is unused.Gravatar diego2007-12-11
* SYS_AMIGAOS4 --> __AMIGAOS4__Gravatar diego2007-12-11
* slight consistency change for default DVD device selectionGravatar diego2007-12-11
* Remove redundant condition from list of CD/DVD-ROM devices.Gravatar diego2007-12-11
* Do not set -DSYS_DARWIN, it is unused.Gravatar diego2007-12-11
* Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__.Gravatar diego2007-12-11
* Remove redundant and obfuscating preprocessor conditional.Gravatar diego2007-12-11
* Replace SYS_DARWIN conditional by the more correct __APPLE__.Gravatar diego2007-12-11
* There is a check for altivec.h in configure so use the preprocessor directiveGravatar diego2007-12-11
* Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.Gravatar diego2007-12-11
* Make init_video function in dec_video static, it is not used outside that file.Gravatar reimar2007-12-11
* Identifiers starting with __ are reserved for the system.Gravatar diego2007-12-11
* Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled whenGravatar diego2007-12-11
* Relicense as GPL v2 or later like the rest of liba52.Gravatar diego2007-12-11
* Fix spudec to display current vobsub immediately after a seek.Gravatar ulion2007-12-11
* Make up missing changelog for dts wav support.Gravatar ulion2007-12-11
* Support to run multiple mplayer commands set in menu.confGravatar ulion2007-12-11
* Add new function for parsing and queueing multi-commands separated by \n or \r.Gravatar ulion2007-12-11
* some changesGravatar compn2007-12-10
* Fixed VIDIX color bug that was introduced when Radeon VIDIX driverGravatar ben2007-12-10
* Dump the ati radeon DISP_MERGE_CNTL register to ease theGravatar ben2007-12-10
* Fix all current known multi-channel wrong order problems by addingGravatar ulion2007-12-10
* Fix memory leak that tmp allocated but maybe not used.Gravatar ulion2007-12-10
* Fix printf format string length modifiers, removes about a trillion warnings.Gravatar diego2007-12-10
* Comment out unused variable.Gravatar diego2007-12-10
* Fix mylstat() call to parent dir where the subdir has no exec permission.Gravatar ulion2007-12-10
* Remove unused parameters from main(), fixes the warnings:Gravatar diego2007-12-10
* Fix printf format string length modifiers, removes the warnings:Gravatar diego2007-12-10
* Fix printf format string length modifiers, removes the warnings:Gravatar diego2007-12-10