Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-02 | rename audioOut -> audiobuffer-and-sync-rewrite | Christian Gmeiner | |
2010-08-02 | remove some left overs | Christian Gmeiner | |
2010-08-02 | buffer only 50ms of video | Christian Gmeiner | |
2010-08-02 | rename TIMESTAMPS_500MS -> TIMESTAMPS_PREBUFFER | Christian Gmeiner | |
2010-07-03 | add cDxr3Device::getScr() | Christian Gmeiner | |
2010-07-03 | use audio for scr setting | Christian Gmeiner | |
We will always have valid audio even on hd channels | |||
2010-06-29 | rename dxr3audiodecoder.[ch] to decoder.[ch] | Christian Gmeiner | |
In the near future the decoder will be able to decode MPEG2 video frames to implement basic a GrabImage(). | |||
2010-06-29 | store last written video frame | Christian Gmeiner | |
There is one limitation with this way to keep track of played video frame. We store the last written video frame, which is not the current shown video frame, as we buffer about 500ms video in hardware buffer of the dxr3 device. | |||
2010-06-29 | dont be so verbose | Christian Gmeiner | |
2010-06-29 | even better check for valid input data | Christian Gmeiner | |
2010-06-29 | improve cDxr3Device::StillPicture stub | Christian Gmeiner | |
2010-06-29 | improve cDxr3Device::Clear() by using scr hack | Christian Gmeiner | |
2010-06-28 | reset pts values (aPts and vPts) in pmNone playmode | Christian Gmeiner | |
2010-06-28 | remove some OSS stuff | Christian Gmeiner | |
2010-06-26 | remove silent audio hack | Christian Gmeiner | |
2010-06-05 | fix playBackFrame | Christian Gmeiner | |
We need to define a pts for the backframe to play. Else it will not get played. | |||
2010-06-05 | get rid of playCount | Christian Gmeiner | |
2010-06-05 | prebuffer 500ms of video | Christian Gmeiner | |
2010-06-04 | remove OSS driver | Christian Gmeiner | |
2010-05-10 | keep track of current audio pts value | Christian Gmeiner | |
2010-04-22 | fix compile | Christian Gmeiner | |
2010-04-22 | apply aspect ratio changes | Christian Gmeiner | |
This commit is a little hacky, but it works for me (tm). | |||
2010-04-16 | fix: Invalid number of character (() when these macros are defined: ↵ | Christian Gmeiner | |
'EM8300_IOCTL_SET_WSS' thanks to cppcheck, my friend | |||
2010-04-16 | update license and remove a comment | Christian Gmeiner | |
2010-04-16 | implement flush in audio drivers | Christian Gmeiner | |
2010-04-16 | add infrastructure to observe settings changes | Christian Gmeiner | |
Check it out by changing BSC vales in the settings osd. | |||
2010-04-16 | bring back ac3 via pcm-encapsulation | Christian 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-10 | rename packet to frame in comments | Christian Gmeiner | |
2010-04-10 | fix problems with channel switching | Christian Gmeiner | |
2010-04-10 | make use of Accessors | Christian Gmeiner | |
2010-03-18 | add method writeRegister | Christian Gmeiner | |
2010-03-06 | add basic PulseAudio audio suppport - NOT TESTED! | Christian Gmeiner | |
requested by loswillios | |||
2010-03-03 | Add mutex to protect play methods and setplaymode method | Christian Gmeiner | |
2010-02-20 | check if audio is ac3 | Christian Gmeiner | |
2010-02-17 | fix channel switching | Christian Gmeiner | |
2010-02-05 | add infrastructe to poll audiodrivers fds | Christian Gmeiner | |
2010-02-05 | small rename | Christian Gmeiner | |
2010-02-05 | better user experience when switching channel | Christian Gmeiner | |
2010-02-05 | update audio context and dont forget to open the audio device | Christian Gmeiner | |
2010-02-05 | make it possible to swich audio driver via command line opts | Christian Gmeiner | |
This makes it easier to test both audio drivers | |||
2010-02-04 | keep SetPlayMode very simple -> best a/v sync after channel switch | Christian Gmeiner | |
2010-02-04 | fix crash at shutdown | Christian Gmeiner | |
We can not inherit from Singleton<cDxr3Device> as the vdr core does free the created instance. So if we use the auto_ptr based Singleton template class we get a double free. | |||
2010-02-03 | add basic impl for cDxr3Device::Poll | Christian Gmeiner | |
2010-02-03 | merge dxr3interface into dxr3device | Christian Gmeiner | |
2010-02-02 | add some debug hints | Christian Gmeiner | |
2010-02-02 | no need to store lastSeenPts as same as vPts | Christian Gmeiner | |
2010-02-02 | add final code to PlayVideo... a/v sync should work now.. | Christian Gmeiner | |
...but sources needs some cleanups and missing methods needs to worked out. | |||
2010-02-02 | work out PlayAudio and PlayVideo methods | Christian Gmeiner | |
2010-02-02 | rewrote cDxr3Device::SetPlayMode and removed some old stuff | Christian Gmeiner | |
2010-02-02 | remove old buffer and a/v sync parts | Christian Gmeiner | |