summaryrefslogtreecommitdiff
path: root/media_player.c
AgeCommit message (Collapse)Author
2009-09-16Merge:unlabeled-1.52.2phintuka
revision 1.68 Add mrl prefix ("file:") to escaped subtitle file name revision 1.62 Cosmetics revision 1.61 Simplify revision 1.60 Image player: escape only local filenames revision 1.59 Added an option to always map arrow keys to DVD menu navigation revision 1.55 Added UseResumeFile function
2008-12-10Query CDDA track count before starting playbackphintuka
2008-10-191.0.3: Merge from trunk:phintuka
Added input plugin type to cdda GETAUTOPLAYSIZE request. This makes it possible to query playlist size without opening the input plugin and without interfering the playback.
2008-09-26int -> size_tphintuka
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Fixed infinite loop when trying to replay unaccessible DVD - Fixed infinite loop when trying to play only one unacessible or very short music file
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Fixed DVD menu navigation when menu is not in title 0
2008-09-261.0.2: Backported bugfixes from CVS trunkphintuka
- Fixed replaying images from network sources (http://, ...) (Thanks to Rolf Ahrenberg)
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
2007-01-13Use iconv wrapper to translate id3 tags from utf8 to VDR charsetphintuka
2007-01-07Refresh playlist menu when items have been addedphintuka
Added missing MsgReplaying when currently playing item is changed in playlist Fixed dvd menu detection
2007-01-04Added missing MsgReplaying (reported by Riku Hintukainen)phintuka
Fixed remove from playlist when currently playing item was removed
2007-01-04Added multispeed modes to media player (Thanks to Petri Helin)phintuka
Added Add/Remove/Sort functions to playlist menu (Suggested by Petri Helin) Show more metadata in playlist menu
2006-12-24Playlist improved and moved to separate module (tools/playlist.c)phintuka
Send Replaying status message when file changes (Thanks to Riku Hintukainen) Use metainfo from music files (Suggested by Petri Helin) Display dvd title (Suggested by Riku Hintukainen) Blink current position when paused (nice with lcd)
2006-12-02DVD player key handling updatesphintuka
2006-10-18Use hotkey feature for SPU track selectionphintuka
2006-10-18Audio track selectionphintuka
2006-09-06Simple playlist + random playphintuka
2006-09-01Modified OSD to behave more like in vdr dvbplayerphintuka
Added playlist sorting Added recursive directory scan to implicit playlist creation Added (forward) trickspeed modes to DVD player