aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* get rid of the file-static dvb_config and free the config at close() . Patch...Gravatar nicodvb2007-12-15
* Only read disc info once and save it for later using.Gravatar ulion2007-12-15
* dvb cleanup: call dvb_(set|step)_channel() without dereferencing stream->priv...Gravatar nicodvb2007-12-15
* The buffer used for pread need be aligned, but currently it got an offset 23Gravatar ulion2007-12-15
* Get end position of last track by adding its starting address with track size.Gravatar ulion2007-12-15
* Replace printf with mp_msg.Gravatar ulion2007-12-15
* 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