summaryrefslogtreecommitdiff
path: root/player.h
AgeCommit message (Expand)Author
2020-05-18Fixed a possible crash in case replay is started and stopped in rapid sequence2.4.2Klaus Schmidinger
2018-02-01Fixed handling editing marks in the replay progress display, in case the mark...Klaus Schmidinger
2017-11-26Fixed a possible crash with plugins that retrieve player information after a ...Klaus Schmidinger
2016-12-22Improved handling frame numbers to have a smoother progress display during re...Klaus Schmidinger
2016-12-22Made the cPlayer member functions FramesPerSecond, GetIndex and GetReplayMode...Klaus Schmidinger
2013-12-25cDevice::TrickSpeed() now has an additional parameter named ForwardKlaus Schmidinger
2012-04-28The new functions cControl::GetRecording() and cControl::GetHeader() can be u...Klaus Schmidinger
2012-04-28cControl::Control() now has an additional boolean parameter, which can be set...Klaus Schmidinger
2009-03-13Replaced cBackTrace with cPtsIndexKlaus Schmidinger
2009-01-25Improved fast-forward/-rewind for audio recordingsKlaus Schmidinger
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-08-15First step towards switching to TS (Transport Stream) as recording formatKlaus Schmidinger
2008-02-16Implemented the cStatus, cDevice and cPlayer functions for setting subtitle t...Klaus Schmidinger
2007-10-13Implemented sending all frames to devices that can handle them in fast forwar...Klaus Schmidinger
2006-01-06Implemented the "Info" keyKlaus Schmidinger
2006-01-01Made the static cControl functions thread safeKlaus Schmidinger
2005-05-22Added cPlayer::DeviceSetVideoDisplayFormat()Klaus Schmidinger
2005-02-12Added DeviceClrAvailableTracks() and DeviceSetCurrentAudioTrack() to cPlayerKlaus Schmidinger
2005-02-06Removed 'flags' from tTrackIdKlaus Schmidinger
2005-01-02Implemented audio track menuKlaus Schmidinger
2004-12-17Added support for AC3 replay over the DVB deviceKlaus Schmidinger
2004-06-19Added cDevice::Flush()Klaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2002-11-03Implemented audio plugin interfaceKlaus Schmidinger
2002-10-12Reactivated full handling of second audio PID (even in 'Transfer Mode')Klaus Schmidinger
2002-08-16Using cPoller instead of NeedsDataKlaus Schmidinger
2002-08-15Implemented several replay modes to allow players that play only audioKlaus Schmidinger
2002-08-15Implemented cDevice::NeedsData()Klaus Schmidinger
2002-07-13Changed the interface of cStatus::Replaying()Klaus Schmidinger
2002-06-23Switched handling 'Transfer Mode' to the new cPlayer/cControl structuresKlaus Schmidinger
2002-06-23Switched VDR's own player to the new cPlayer/cControl structuresKlaus Schmidinger
2002-06-23Moved handling of the Menu key entirely into vdr.cKlaus Schmidinger
2002-06-16Totally rearranged device/player/recorder structuresKlaus Schmidinger