summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-29dont be so verboseChristian Gmeiner
2010-06-29even better check for valid input dataChristian Gmeiner
2010-06-29improve cDxr3Device::StillPicture stubChristian Gmeiner
2010-06-29improve cDxr3Device::Clear() by using scr hackChristian Gmeiner
2010-06-28remove todoChristian Gmeiner
2010-06-28remove dead codeChristian Gmeiner
2010-06-28reset pts values (aPts and vPts) in pmNone playmodeChristian Gmeiner
2010-06-28remove some OSS stuffChristian Gmeiner
2010-06-26alsa: nicer channel switchingChristian Gmeiner
2010-06-26Revert "alsa: decrease buffer time"Christian Gmeiner
This reverts commit d23513b76f548dcab4f70722c0c9d0024b3d7f4b.
2010-06-26remove silent audio hackChristian Gmeiner
2010-06-24alsa: decrease buffer timeChristian Gmeiner
2010-06-24alsa: try to use mmap access type and fall back to slow write, if mmap not ↵Christian Gmeiner
avaiable
2010-06-24improve alsa audio outputChristian Gmeiner
2010-06-24fix compile with ffmpeg 0.6Christian Gmeiner
2010-06-05fix playBackFrameChristian Gmeiner
We need to define a pts for the backframe to play. Else it will not get played.
2010-06-05get rid of playCountChristian Gmeiner
2010-06-05prebuffer 500ms of videoChristian Gmeiner
2010-06-04remove OSS driverChristian Gmeiner
2010-05-10keep track of current audio pts valueChristian Gmeiner
2010-05-10update translation filesChristian Gmeiner
2010-04-22main menu stuff is finaly kicked awayChristian Gmeiner
2010-04-22its better this wayChristian Gmeiner
2010-04-22remove main menu stuffChristian Gmeiner
2010-04-22read value before adding to menuChristian Gmeiner
2010-04-22remove setting to hide main menuChristian Gmeiner
2010-04-22remove main menu, as settings should be changed in settings menuChristian Gmeiner
2010-04-22code styleChristian Gmeiner
2010-04-22remove Reset Hardware menu entryChristian Gmeiner
2010-04-22fix compileChristian Gmeiner
2010-04-22apply aspect ratio changesChristian Gmeiner
This commit is a little hacky, but it works for me (tm).
2010-04-16fix: Invalid number of character (() when these macros are defined: ↵Christian Gmeiner
'EM8300_IOCTL_SET_WSS' thanks to cppcheck, my friend
2010-04-16add virtual destructor to iSettingsObserverChristian Gmeiner
2010-04-16remove redundant check if pFrame is nullChristian Gmeiner
2010-04-16update license and remove a commentChristian Gmeiner
2010-04-16implement flush in audio driversChristian Gmeiner
2010-04-16All audio modes should work with oss driver except ac3 passthroughChristian Gmeiner
It is also possible to change audio related settings in setup menu of the plugin and they become active immediately.
2010-04-16cleanup includeChristian Gmeiner
2010-04-16add infrastructure to observe settings changesChristian Gmeiner
Check it out by changing BSC vales in the settings osd.
2010-04-16bring back ac3 via pcm-encapsulationChristian Gmeiner
I own hardware to test it, but at the moment no speakers are connected so I hope it really runs :) Feedback is welcome
2010-04-16add menu setting to select ac3 audio modeChristian Gmeiner
2010-04-16code sytle changesChristian Gmeiner
2010-04-10rename packet to frame in commentsChristian Gmeiner
2010-04-10fix problems with channel switchingChristian Gmeiner
2010-04-10Makefile adjustments for VDR 1.7.13.Ville Skyttä
2010-04-10make use of AccessorsChristian Gmeiner
2010-03-18a small cleanupChristian Gmeiner
2010-03-18add method writeRegisterChristian Gmeiner
2010-03-06add basic PulseAudio audio suppport - NOT TESTED!Christian Gmeiner
requested by loswillios
2010-03-03Add mutex to protect play methods and setplaymode methodChristian Gmeiner