summaryrefslogtreecommitdiff
path: root/media_player.c
AgeCommit message (Collapse)Author
2009-10-21This commit was manufactured by cvs2svn to create branch 'CVS'.CVScvs2svn
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
2008-02-19Add short jumps to video playerphintuka
2008-02-19vdr-1.5.15 subtitle track selectionphintuka
2008-01-10Separate the keypress handling for video and audio files.phelin
Enable track selection via numeric keys for audio files: "1" selects the first song in the playlist, "12" the 12th. Works only when playlist is not shown.
2008-01-10Enable selecting which metainfo is shown.phelin
2008-01-10Add Tracknumber for playlist items.phelin
2008-01-10Replace Track with Title in playlist items.phelin
2008-01-03Use "file:" mrl when replaying media files or imagesphintuka
2007-11-25Change the function of the back key for the media player.phelin
Now it does not end the replay but returns to the previous directory.
2007-11-25Allow users to add single files to playlist as well as whole directories.phelin
2007-10-15Remove vdr-1.3.x compability code (it won't work anyway)phintuka
2007-09-28Hide replay progress bar while in DVD menuphintuka
2007-09-17Fix DVD menu domain detectionphelin
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-07-18Generate cStatus:Replaying message when DVD title changesphintuka
(Patch from Petri Helin)
2007-06-21Properly escape filenames before sending to xinephintuka
Add external subtitle file directly to mrl
2007-06-21Pass external subtitle file to media playerphintuka
2007-06-18Move subtitle position to config_tphintuka
2007-05-14No changesphintuka
2007-05-14Fixed kNext (next file) handling in random play mode (Patch from Petri Helin)phintuka
Fixed kNext/kPrev status message generation (Patch from Petri Helin) Some code cleanup Added MsgReplaying function
2007-04-23Do not return to media player file list after DVD playbackphintuka
(Patch from Petri Helin)
2007-04-09Do not save resume positions <= 0phintuka
2007-04-02Do not create resume file if file was replayed (almost) to end (Reported by ↵phintuka
Matti Horila) Save resume position to 10 seconds before ("VDR style")
2007-03-14Display (DVD) title when availablephintuka
2007-03-14strcpy -> strn0cpyphintuka
2007-02-28Resume file creation fixedphintuka
2007-01-14Fixed double entry in cdda playlistphintuka