| Commit message (Expand) | Author | Age |
* | fix frame size calculation | ben | 2007-12-14 |
* | remove useless code parts | ben | 2007-12-14 |
* | bgr24 and bgr32 support | ben | 2007-12-14 |
* | rgb -> bgr | ben | 2007-12-14 |
* | register values were already set: simplify | ben | 2007-12-14 |
* | Only print one track info when exactly seeking to the beginning of a track. | ulion | 2007-12-14 |
* | Support chapter in OSD menu. | ulion | 2007-12-14 |
* | Support chapter as a property. | ulion | 2007-12-14 |
* | Fix stream cdda seeks to CD's end and hangs forever bug. | ulion | 2007-12-14 |
* | Support using unrar executable to access rar-compressed vobsub files. | ulion | 2007-12-14 |
* | Cosmetics: Fix indentation. | cehoyos | 2007-12-14 |
* | Set correct image format for 24bit "raw " in mov files. | cehoyos | 2007-12-14 |
* | Add demuxer functions for chapter feature. | ulion | 2007-12-13 |
* | Add new audio filter for encoding multi-channel audio into ac3 at runtime. | ulion | 2007-12-13 |
* | cosmetics: partially reformatted this monstruosity | nicodvb | 2007-12-12 |
* | fix memleaks; patch by andrew calkin from gmail com | nicodvb | 2007-12-12 |
* | reverted r25323: deprecated by ulion's recent patches | ben | 2007-12-12 |
* | synced with r25379 | ptt | 2007-12-12 |
* | add lagarith codec, someone finally found it in the wild. | compn | 2007-12-12 |
* | Fix libass to support -nofontconfig. | ulion | 2007-12-12 |
* | cosmetics: Remove ugly and inconsistent uppercasing from filenames. | diego | 2007-12-12 |
* | cosmetics: Move public function declarations together. | diego | 2007-12-12 |
* | Add missing declaration for dct64_altivec, fixes the warning: | diego | 2007-12-12 |
* | Fix memory leak. I thought asx_get_attrib() return a const char *, | ulion | 2007-12-12 |
* | Fix memory leak, reported by Andrew Calkin <andrew P calkin A gmail P com>. | ulion | 2007-12-12 |
* | Remove headers not used. | ulion | 2007-12-12 |
* | Add OSD menu keybindings for Apple Remote. | ulion | 2007-12-12 |
* | Update comment that navigating keys is defined in menu.conf. | ulion | 2007-12-12 |
* | Replace SYS_DARWIN by __APPLE__ and __DARWIN__ where appropriate. | diego | 2007-12-11 |
* | Add missing #include <stdio.h>, fixes the warning: | diego | 2007-12-11 |
* | support for xtensa CPU architecture | diego | 2007-12-11 |
* | Slightly simplify preprocessor conditionals. | diego | 2007-12-11 |
* | Ahem, fix breakage of last commit: The AltiVec detection code has three | diego | 2007-12-11 |
* | allow osd menu being controlled by joystick | ben | 2007-12-11 |
* | Do not set SYS_AMIGAOS4, it is unused. | diego | 2007-12-11 |
* | SYS_AMIGAOS4 --> __AMIGAOS4__ | diego | 2007-12-11 |
* | slight consistency change for default DVD device selection | diego | 2007-12-11 |
* | Remove redundant condition from list of CD/DVD-ROM devices. | diego | 2007-12-11 |
* | Do not set -DSYS_DARWIN, it is unused. | diego | 2007-12-11 |
* | Replace SYS_DARWIN condition by __APPLE__ || __DARWIN__. | diego | 2007-12-11 |
* | Remove redundant and obfuscating preprocessor conditional. | diego | 2007-12-11 |
* | Replace SYS_DARWIN conditional by the more correct __APPLE__. | diego | 2007-12-11 |
* | There is a check for altivec.h in configure so use the preprocessor directive | diego | 2007-12-11 |
* | Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__. | diego | 2007-12-11 |
* | Make init_video function in dec_video static, it is not used outside that file. | reimar | 2007-12-11 |
* | Identifiers starting with __ are reserved for the system. | diego | 2007-12-11 |
* | Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when | diego | 2007-12-11 |
* | Relicense as GPL v2 or later like the rest of liba52. | diego | 2007-12-11 |
* | Fix spudec to display current vobsub immediately after a seek. | ulion | 2007-12-11 |
* | Make up missing changelog for dts wav support. | ulion | 2007-12-11 |