Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-17 | PES DTS parsing | phintuka | |
2007-09-17 | Increase changes to get free buffer for critical control messages | phintuka | |
2007-09-17 | Move PTS wrap detection code to own function | phintuka | |
2007-09-17 | Fix tvtime parameters. | phelin | |
2007-09-17 | Fix DVD menu domain detection | phelin | |
2007-09-17 | Some tr() to trVDR() changes for VDR 1.5.9 | phelin | |
2007-09-17 | Some tr() to trVDR() changes. | phelin | |
2007-09-17 | Change the playlist behaviour so that kLeft and kPrev restart the current | phelin | |
entry if it has been playing more than three seconds. Otherwise a previous one is selected. | |||
2007-09-17 | Some new translations. | phelin | |
trNOOP and trVDR for menu entries. | |||
2007-09-14 | vdr_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-13 | Use mask to check video PES PID | phintuka | |
2007-09-13 | Fix typo in log message | phintuka | |
2007-09-13 | Removed unused local variable | phintuka | |
2007-09-13 | Use this->class->xine instead of this->stream->xine | phintuka | |
2007-09-12 | Remove 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-12 | Add trNOOP's for gettext (UI string constant tables) | phintuka | |
2007-09-12 | trNOOP and trVDR for older VDRs | phintuka | |
2007-09-01 | Add default target and support for (plugin-)local Make.config | phintuka | |
2007-09-01 | Preparations 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-01 | Fix 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-18 | Generate cStatus:Replaying message when DVD title changes | phintuka | |
(Patch from Petri Helin) | |||
2007-07-18 | Fix _WIN_LAYER property (http://developer.gnome.org/doc/standards/wm/c44.html) | phintuka | |
Patch from Timo Eskola | |||
2007-06-26 | Fix compilation with VDR >= 1.5.3 (Patch from Thomas Günther) | phintuka | |
2007-06-26 | Move DVD image file unescaping to right place ... | phintuka | |
2007-06-26 | Unescape DVD mrls (xine-lib bug: unescaping is missing from xine_input_dvd ↵ | phintuka | |
plugin) | |||
2007-06-21 | Allow streaming of (current) external subtitle file | phintuka | |
2007-06-21 | Remove 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-21 | Properly escape filenames before sending to xine | phintuka | |
Add external subtitle file directly to mrl | |||
2007-06-21 | remove (unsigned) >= 0 | phintuka | |
2007-06-21 | Use cString for strings | phintuka | |
2007-06-21 | char *m_FileName -> cString m_FileName | phintuka | |
2007-06-21 | Pointer checks | phintuka | |
2007-06-21 | Pass external subtitle file to media player | phintuka | |
2007-06-21 | Use the unescaped uri ... | phintuka | |
2007-06-21 | Log error message if local address can't be translated | phintuka | |
2007-06-21 | Unescape request uri | phintuka | |
2007-06-21 | xine-lib 1.2 changes | phintuka | |
2007-06-19 | New media file types (Seppo Ingalsuo) | phintuka | |
2007-06-19 | Smooth fast forward setup option (Patch from Timo Eskola) | phintuka | |
2007-06-18 | Move subtitle position to config_t | phintuka | |
2007-06-18 | Metadata 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-18 | Added EscapeMrl() | phintuka | |
2007-06-18 | List only installed audio/video drivers in help message | phintuka | |
2007-06-17 | Select first SPU track if automatic SPU track selection is on and none of ↵ | phintuka | |
track languages matches | |||
2007-06-17 | Fix missing first SPU track in SPU selection menu | phintuka | |
2007-06-12 | Show current VDR server in X title bar | phintuka | |
2007-06-12 | Setup option to change external subtitle (.sub/.srt) font size | phintuka | |
2007-06-12 | Save setup after storing new values | phintuka | |
2007-06-12 | If separate subtitle file is detected, save the full name of file instead | phintuka | |
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-11 | Set RTP source address | phintuka | |