summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-28d->fphintuka
2008-02-28Updated to post plugin interface version 10 (xine-lib 1.2 branch)phintuka
2008-02-27Preparation for HUD OSD: allow frontend to intercept OSD messages.phintuka
2008-02-27Preparation for HUD OSD: move RGB->YUV conversion to client side.phintuka
2008-02-26Use already defined error type macros instead of plain numbersphintuka
2008-02-24Added translation for "Software scaling"phintuka
Added space for Estonian, Danish and Czech translations
2008-02-22Fix the DVD title and chapter information shown on the OSD.phelin
2008-02-22Try to fix subtitle selection logic with vdr-1.5.15 ...phintuka
2008-02-22Fix typo.phintuka
Remove unused header.
2008-02-22Signal also "none"/"auto" in SPU track mapphintuka
2008-02-22VDR doesn't handle TrackId 0, so always increment TrackId by 1.phintuka
(TrackId is not used by xineliboutput/xine anyway). Thanks to Petri Helin
2008-02-21Fix incorrect SSE2 register in MMX code and fix corresponding commentsphintuka
2008-02-21Performance improvement: disable prefetch and streaming storephintuka
2008-02-21Move sse2/mmx constants from rodata to stack (this should fix x86_32 PIC issues)phintuka
Fix aspect ratio difference check.
2008-02-21Use local labels in assembler code.phintuka
This should fix assembler errors when function(s) are inlined.
2008-02-20Initial importphintuka
2008-02-20Software scaling post pluginphintuka
2008-02-20Fix compilation with vdr-1.4.xphintuka
2008-02-20m_Mode is constant during menu lifetimephintuka
2008-02-20vdr-1.5.15: Remove subtitle selection entry in plugin menu. kSubtitle ↵phintuka
replaces this.
2008-02-20Temporarily drop DVD SPU support in VDR recordings (collides with VDR DVB ↵phintuka
SPU handling)
2008-02-20vdr-1.5.15 subtitle track seletion replaces our own onephintuka
-> removed preferred SPU languages
2008-02-20Initial importphintuka
2008-02-20Convert all iso639-2 language names to iso639-1phintuka
2008-02-20vdr-1.5.15 subtitle track seletion replaces our own onephintuka
-> removed preferred SPU languages
2008-02-20vdr-1.5.15 subtitle track seletion replaces our own onephintuka
-> removed preferred SPU languages
2008-02-19Fix copy-paste error ...phintuka
2008-02-19Remove compiler warning (suggest parentheses around && within ||)phintuka
2008-02-19vdr-1.5.15 subtitle track selectionphintuka
2008-02-19Remove unused code (old SPU track menu)phintuka
2008-02-19vdr-1.5.15 subtitle track selection/enumerationphintuka
2008-02-19Fix cID3Scanner <-> cPlaylist synchronication:phintuka
- playlist iterator is invalid after playlist modification - scanner might skip files that are added during scan
2008-02-19Remove static variablephintuka
2008-02-19Remove ID3 scanner startup delayphintuka
2008-02-19Add short jumps to video playerphintuka
2008-02-19vdr-1.5.15 subtitle track selectionphintuka
2008-02-19Eliminate compiler warning "suggest explicit braces to avoid ambiguous ↵phintuka
‘else’"
2008-02-19Software scaler priorityphintuka
2008-02-19Software scaling UIphintuka
2008-02-19Disable (keyboard) watchdog when keyboard thread terminatesphintuka
2008-02-19Initial importphintuka
2008-02-19Add 'xvdr+pipe' and 'xvdr:pipe' MRLs.phelin
2008-02-19New key bindings explained.phelin
2008-02-19Added the possibility to select the aspect ratio of the video.phelin
2008-02-19Fix returning to the previous directory after playing a ISO-file.phelin
2008-02-19Clean up German translations.phelin
2008-02-05Eliminate compiler warningsphintuka
2008-02-05Remove bitfield sizes (uint8_t is 8 bits)phintuka
2008-02-05Simple watchdogphintuka
2008-02-05Adapt to recent changes in pes.hphintuka