aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* partial sync with some of the latest commitsGravatar gpoirier2007-12-14
* Always enable largefile support by defaultGravatar uau2007-12-14
* implemented frame selection for savage driverGravatar ben2007-12-14
* fix frame size calculationGravatar ben2007-12-14
* remove useless code partsGravatar ben2007-12-14
* bgr24 and bgr32 supportGravatar ben2007-12-14
* rgb -> bgrGravatar ben2007-12-14
* register values were already set: simplifyGravatar ben2007-12-14
* Only print one track info when exactly seeking to the beginning of a track.Gravatar ulion2007-12-14
* Support chapter in OSD menu.Gravatar ulion2007-12-14
* Support chapter as a property.Gravatar ulion2007-12-14
* Fix stream cdda seeks to CD's end and hangs forever bug.Gravatar ulion2007-12-14
* Support using unrar executable to access rar-compressed vobsub files.Gravatar ulion2007-12-14
* Cosmetics: Fix indentation.Gravatar cehoyos2007-12-14
* Set correct image format for 24bit "raw " in mov files.Gravatar cehoyos2007-12-14
* Add demuxer functions for chapter feature.Gravatar ulion2007-12-13
* 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