summaryrefslogtreecommitdiff
path: root/media_player.c
AgeCommit message (Collapse)Author
2013-10-28media player: Added an option to disable resume file creationphintuka
2012-08-29Do not update playlist item title with empty stringphintuka
2012-08-29Add title and track number to audio CD playlist itemsphintuka
2012-03-19Bind media player to device instancephintuka
2012-03-18Bind plugin menu to device instancephintuka
2012-01-16Added setup option to disable "Delete" in file browserphintuka
2011-06-15Fixed BluRay title display and selectionphintuka
2011-06-13Fixed closing BluRay player when opening the disc failsphintuka
2011-06-11Media player: added support for BluRay disc menusphintuka
2010-12-20Use cPlaylist to store image player filesphintuka
2010-12-19Hide cXinelibImagesControlphintuka
2010-12-09Hide cXinelibPlayerControl and cXinelibDvdPlayerControl classesphintuka
2010-12-09bluray:/ is played by cDvdPlayer (no dedicated player yet)phintuka
2010-12-09Added cPlayerFactory : new top-level interface for different media playersphintuka
2010-12-09Factorized cXinelibPlayer::UpdateMetaInfo() from different playersphintuka
2010-12-09Moved DVD menu key handling to cDvdMenu()phintuka
2010-12-09media player: Added menu mode to BackToMenu()phintuka
2010-09-15"Sort" --> "Mark" in playlist menuphintuka
2010-09-15Added an option to re-order playlists manuallyphintuka
(Thanks to Marco Skambraks)
2010-09-13Do not lose the key pressed while displaying "Queued to playlist" messagephintuka
(Thanks to Marco Skambraks)
2010-09-12strcpy -> memmove. Strings passed to strcpy may not overlap.phintuka
(Thanks to Michal Novotny, patch #3057840)
2010-02-23Fixed handling of kBack in DVD playerphintuka
(Reported by Marco Skambracks)
2010-02-18Escape only raw file names, not complete mrls (closes sf bug #2670927)phintuka
2010-02-18Translate DVD menu (cDvdMenu). Thanks to Marco Skambraks.phintuka
2009-10-25Added GetPos(), GetLength() and GetMetaInfo() to cXinelibPlayerphintuka
2009-10-25Store Device in Playerphintuka
2009-10-25Cosmetcs. Function splits.phintuka
2009-06-02Add mrl prefix ("file:") to escaped subtitle file namephintuka
2009-02-12Merge changes from revision 1.52.2.6:phintuka
Query CDDA track count before starting playback
2008-11-24Replaced cIConv with VDR's cCharConv.rofafor
2008-11-20Removed backwards compatibility.rofafor
2008-10-19Added input plugin type to cdda GETAUTOPLAYSIZE request.phintuka
This makes it possible to query playlist size without opening the input plugin and without interfering the playback.
2008-09-18Use number of DVD menu buttons to detect DVD menus when title = 0 method ↵phintuka
does not work
2008-09-18Cosmeticsphintuka
2008-09-06Simplifyphintuka
2008-09-06Image player: escape only local filenamesphintuka
(Thanks to Rolf Ahrenberg)
2008-07-20Added an option to always map arrow keys to DVD menu navigationphintuka
(workaround for buggy menu domain detection)
2008-07-15Fix infinite loop when trying to play only one unacessible or very short ↵phintuka
music file
2008-07-14Add call of cXinelibDevice::Instance().EndOfStreamReached() to ↵phintuka
cXinelibPLayer::Playing() as those two are always used together
2008-07-14m_Replaying --> m_Errorphintuka
Changed semantics: - initial state is no errors (was not replaying) - clear error state when replay is stopped (was -> not replaying) -> Replaying() returns true when playback has not yet been started or playback has ended
2008-07-14Added UseResumeFile functionphintuka
2008-07-14cXinelibDvdPlayerControl::ProcessKey : Check for failed open when checking ↵phintuka
if replay has been ended
2008-05-18int -> size_tphintuka
2008-05-07Added metainfo menuxineliboutput-1_0_1phintuka
(Patch from Petri Helin)
2008-04-03Use ID3Scanner also when only one is played back.phelin
Start ID3Scanner when new files are queued to the playlist.
2008-03-24Fix progressbar hidingphintuka
2008-03-24Added kInfo, simplified kOk handlingphintuka
2008-03-16Use SetSubtitleTrackDevicephintuka
2008-02-22Fix the DVD title and chapter information shown on the OSD.phelin
2008-02-20Fix compilation with vdr-1.4.xphintuka