summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2007-06-19New media file types (Seppo Ingalsuo)phintuka
2007-06-19Smooth fast forward setup option (Patch from Timo Eskola)phintuka
2007-06-18Move subtitle position to config_tphintuka
2007-06-18Metadata scanner updates:phintuka
- parse flac metadata with metaflac (Patch from Petri Helin) - escape double quotes in file names - sort tracks without track number to end of list - re-sort playlist after metadata scanning
2007-06-18Added EscapeMrl()phintuka
2007-06-18List only installed audio/video drivers in help messagephintuka
2007-06-17Select first SPU track if automatic SPU track selection is on and none of ↵phintuka
track languages matches
2007-06-17Fix missing first SPU track in SPU selection menuphintuka
2007-06-12Show current VDR server in X title barphintuka
2007-06-12Setup option to change external subtitle (.sub/.srt) font sizephintuka
2007-06-12Save setup after storing new valuesphintuka
2007-06-12If separate subtitle file is detected, save the full name of file insteadphintuka
of boolean flag. (Subtitle file name will be sent to player and xine-lib, so that even http-streamed replay can have separate subtitles)
2007-06-11Set RTP source addressphintuka