Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-06 | Merge from trunk: | phintuka | |
revision 1.64 date: 2009/06/01 14:04:42; author: phintuka; state: Exp; lines: +21 -24 Eliminated invalid casts from (const char *) to (char*) Simplified, removed redundant local variables ---------------------------- revision 1.62 date: 2009/05/31 14:59:35; author: phintuka; state: Exp; lines: +2 -2 Fixed invalid cast from (const char *) to (char *) | |||
2009-02-12 | Eliminated warn_unused_result warnings | phintuka | |
2008-05-07 | Added metainfo menuxineliboutput-1_0_1 | phintuka | |
(Patch from Petri Helin) | |||
2008-04-29 | Delete old setup keys | phintuka | |
2008-04-29 | Removed creation of setup keys "Media.CacheImplicitPlaylists" and ↵ | phintuka | |
"Media.EnableID3Scanner". (those settings have been added to setup menu) | |||
2008-04-13 | Replaced asprintf with cString | phintuka | |
2008-04-03 | Use libextractor for extracting metainfo. Supported versions are 0.5.20 or ↵ | phelin | |
later. If libextractor is not found or its version not supported, old solution is used. | |||
2008-03-16 | Replace asprintf with cString | phintuka | |
2008-03-16 | USe define for subtitle track none | phintuka | |
2008-02-20 | m_Mode is constant during menu lifetime | phintuka | |
2008-02-20 | vdr-1.5.15: Remove subtitle selection entry in plugin menu. kSubtitle ↵ | phintuka | |
replaces this. | |||
2008-02-19 | vdr-1.5.15 subtitle track selection | phintuka | |
2008-02-19 | Remove unused code (old SPU track menu) | phintuka | |
2008-02-19 | Added the possibility to select the aspect ratio of the video. | phelin | |
2008-02-19 | Fix returning to the previous directory after playing a ISO-file. | phelin | |
2008-01-01 | Hotkeys for audio delay | phintuka | |
(Patch from Timo Eskola) | |||
2007-09-18 | Remove vdr/i18n.h | phintuka | |
2007-09-17 | include i18n.h (defines trVDR for vdr-1.4.x) | phintuka | |
2007-09-17 | Some tr() to trVDR() changes for VDR 1.5.9 | phelin | |
2007-09-17 | Some tr() to trVDR() changes. | phelin | |
2007-06-21 | remove (unsigned) >= 0 | phintuka | |
2007-06-21 | Pass external subtitle file to media player | phintuka | |
2007-06-17 | Fix missing first SPU track in SPU selection menu | 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-05-17 | No functional changes | phintuka | |
2007-03-14 | Preferred SPU languages | phintuka | |
2007-03-14 | Possible string overflow fixes | phintuka | |
2007-03-06 | New subtitle track selection menu (identical to VDR audio track selection menu) | phintuka | |
New subtitle macro key handling (identical to VDR kAudio) New local frontend on/off macro key handling: - if frontend is off, first key press brings it back - code now just toggles frontend on/off, without looping thru all frontends (unless no frontends were loaded at startup) | |||
2007-01-20 | Use VDR VideoDir setting instead of /video (Patch from Ville Skyttä) | phintuka | |
2007-01-07 | Fixed DVD folder opening | phintuka | |
Fixed queuing whole folders | |||
2007-01-04 | "add to playlist" feature | phintuka | |
Using cString for temporary strings | |||
2006-12-24 | Fix typo | phintuka | |
2006-12-24 | Setup options "Browse???Dir" --> "Media.Browse???Dir" | phintuka | |
Added "hidden" config options to disable playlist cache and ID3 scanner Added audio CD playback entry | |||
2006-12-23 | Fixed subtitle dataction | phintuka | |
Using cString as dynamic string buffer | |||
2006-12-23 | Removed extra '/' from path concatenating | phintuka | |
2006-12-16 | Audio browser does not show video files and subtitle/dvd flags | phintuka | |
Detect .ssa and .txt subtitles | |||
2006-12-14 | Fixed accumulating /'s in front of file name each time when root directory ↵ | phintuka | |
is browsed | |||
2006-11-05 | Special handling for .iso image files (handled as DVDs) | phintuka | |
2006-10-23 | DVD spu track api change in device.h | phintuka | |
2006-10-18 | Removed old TODO | phintuka | |
2006-10-18 | Show DVD SPU language in hotkey status messages | phintuka | |
2006-10-13 | Shortcut key support | phintuka | |
2006-09-20 | Moved tr() out of NewTitle() to make translating and maintaining texts easier | phintuka | |
2006-09-19 | Fixed "Off" text for audio compression | phintuka | |
2006-09-19 | Test images moved to setup menu | phintuka | |
2006-09-12 | Filter k_Repeat when deciding if device needs to be reconfigured | phintuka | |
Menu re-ordered, added separators and overscan item (patch from Petri Helin) | |||
2006-09-01 | Close old player before opening new one | phintuka | |
2006-08-25 | Added overscan option | phintuka | |
2006-08-22 | New config options: autocrop parameters and speaker arrangement | phintuka | |
2006-08-19 | Remember menu mode | phintuka | |