summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-09-30Increase local frontend initialization timeout (Thanks to Mikko Vartiainen)phintuka
Start local frontend and remote server in paraller
2007-09-28Hide replay progress bar while in DVD menuphintuka
2007-09-21Initial importphintuka
Smooth fast forward trick speed mode (Patch from Timo Eskola)
2007-09-20Initial support for H.264 videophintuka
2007-09-20Move video frame end signalling to separate functionphintuka
2007-09-18Remove vdr/i18n.hphintuka
2007-09-18Remove RegisterI18n(Phrases) for gettext -based VDR versionsphintuka
2007-09-18utf-8 -> iso-8859-1phintuka
2007-09-18cCharSetConv::SystemCharacterTable() returns NULL if VDR uses internally UTF-8phintuka
2007-09-17Smooth fast forward trick speed mode (Patch from Timo Eskola)phintuka
Requires patching VDR with patches/vdr-1.4.6-Smooth_FastForward.patch
2007-09-17include i18n.h (defines trVDR for vdr-1.4.x)phintuka
2007-09-17Fix logging of some int64 valuesphintuka
Comments -> C++/VDR style
2007-09-17Support for multi-threaded post pluginsphintuka
2007-09-17PES DTS parsingphintuka
2007-09-17Increase changes to get free buffer for critical control messagesphintuka
2007-09-17Move PTS wrap detection code to own functionphintuka
2007-09-17Fix tvtime parameters.phelin
2007-09-17Fix DVD menu domain detectionphelin
2007-09-17Some tr() to trVDR() changes for VDR 1.5.9phelin
2007-09-17Some tr() to trVDR() changes.phelin
2007-09-17Change the playlist behaviour so that kLeft and kPrev restart the currentphelin
entry if it has been playing more than three seconds. Otherwise a previous one is selected.
2007-09-17Some new translations.phelin
trNOOP and trVDR for menu entries.
2007-09-14vdr_x_demux_control_newpts:phintuka
- fix null pointer dereferencing when last element of audio fifo was consumed for video. - use proper fifos for buffers - check if fifos exist
2007-09-13Use mask to check video PES PIDphintuka
2007-09-13Fix typo in log messagephintuka
2007-09-13Removed unused local variablephintuka
2007-09-13Use this->class->xine instead of this->stream->xinephintuka
2007-09-12Remove arts audio output support. From xine-lib ChangeLog:phintuka
xine-lib (1.1.90) (Unreleased) * Remove aRTs output plugin; ALSA's DMix can allow to run both xine and aRTs at the same time for Linux, and if other operating systems lacks a proper software mixing facility you can consider alternative daemons. Note: aRTs will not be present in KDE 4.
2007-09-12Add trNOOP's for gettext (UI string constant tables)phintuka
2007-09-12trNOOP and trVDR for older VDRsphintuka
2007-09-01Add default target and support for (plugin-)local Make.configphintuka
2007-09-01Preparations for gettext -based translation:phintuka
- Remove some unused texts - Move english texts to previous line (line starting with '{') (i18n-gettext.pl requires this)
2007-09-01Fix OSD compilation with VDR 1.5.9.phintuka
Note: layered OSD still won't work as expected. (Thanks to Petri Helin and Halim Sahin)
2007-07-18Generate cStatus:Replaying message when DVD title changesphintuka
(Patch from Petri Helin)
2007-07-18Fix _WIN_LAYER property (http://developer.gnome.org/doc/standards/wm/c44.html)phintuka
Patch from Timo Eskola
2007-06-26Fix compilation with VDR >= 1.5.3 (Patch from Thomas Günther)phintuka
2007-06-26Move DVD image file unescaping to right place ...phintuka
2007-06-26Unescape DVD mrls (xine-lib bug: unescaping is missing from xine_input_dvd ↵phintuka
plugin)
2007-06-21Allow streaming of (current) external subtitle filephintuka
2007-06-21Remove searching of external subtitles (media player adds subtitle file to mrl)phintuka
Incoming media file name is escaped, so try to stat unescaped version ... If streaming media file over http, try to stream subtitles too
2007-06-21Properly escape filenames before sending to xinephintuka
Add external subtitle file directly to mrl
2007-06-21remove (unsigned) >= 0phintuka
2007-06-21Use cString for stringsphintuka
2007-06-21char *m_FileName -> cString m_FileNamephintuka
2007-06-21Pointer checksphintuka
2007-06-21Pass external subtitle file to media playerphintuka
2007-06-21Use the unescaped uri ...phintuka
2007-06-21Log error message if local address can't be translatedphintuka
2007-06-21Unescape request uriphintuka
2007-06-21xine-lib 1.2 changesphintuka