index
:
vdr-plugin-dxr3
buffer-and-sync-rewrite
master
old-main
VDR DXR3 Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
make use of WriteAllOrNothing
Christian Gmeiner
2010-02-02
various cleanups
Christian Gmeiner
2010-02-02
set directly scr and pts vales, with out the need for m_offset
Christian Gmeiner
2010-02-02
cDxr3Interface::IsOssAudio is not needed anymore
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
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
add method to decode a given frame
Christian Gmeiner
2010-02-02
remove old buffer and a/v sync parts
Christian Gmeiner
2010-01-09
add first ro Accessor at cFixedLengthFrame
Christian Gmeiner
2010-01-09
there is no need for m_count variable
Christian Gmeiner
2010-01-09
add assignment operator for ro (read only) Accessors
Christian Gmeiner
2010-01-09
add Accessors for pts in cFixedLengthFrame
Christian Gmeiner
2010-01-09
there is no need to store the type of a buffer
Christian Gmeiner
2010-01-09
extend Accessors template to support rw and ro variables
Christian Gmeiner
2010-01-09
make more use of Accessors
Christian Gmeiner
2010-01-08
add changes needed for vdr 1.7.11
Christian Gmeiner
2010-01-08
make use of turnPlugin(bool) in cDxr3Device::SetPlayMode
Christian Gmeiner
2010-01-08
code style changes... nothing more
Christian Gmeiner
2010-01-08
kick m_dxr3Device member from cDxr3DemuxDevice and use singleton instead
Christian Gmeiner
2010-01-07
check for max sizes supported by syncbuffer
Christian Gmeiner
2010-01-07
fix return value
Jan Willies
2010-01-06
fix bug #223 by adding a command line option to enable automatic fw loading
Christian Gmeiner
2010-01-04
upps
Christian Gmeiner
2010-01-04
add missing virtual and update licence
Christian Gmeiner
2010-01-04
rename Uncopyable.h to uncopyable.h
Christian Gmeiner
2010-01-04
update licence
Christian Gmeiner
2010-01-04
rework cSettings class to use a new way for setters and getters
Christian Gmeiner
2010-01-04
rename cDxr3ConfigData class to cSettings
Christian Gmeiner
2010-01-04
rename dxr3configdata.[ch] to settings.[ch]
Christian Gmeiner
2009-12-29
Set version to 0.3.0-git.
Ville Skyttä
2009-12-10
make DemuxPes much simpler
Christian Gmeiner
2009-12-09
make cDxr3AudioDecoder::Init() private
Christian Gmeiner
2009-12-09
add a way to enable/disable audio via iAudio
Christian Gmeiner
2009-12-09
digital audio works if enabled by vdr startup
Christian Gmeiner
2009-12-09
switching from analog to digital works again
Christian Gmeiner
2009-12-09
make call to cDxr3AudioDecoder::DecodeAc3Dts simpler
Christian Gmeiner
2009-12-09
will comeback if time is right
Christian Gmeiner
2009-12-09
isAc3Dts() checks are not needed
Christian Gmeiner
2009-12-09
a MPEG-1 or MPEG-2 audio stream contains only MPEG audio data, no need for ac...
Christian Gmeiner
2009-12-09
change structure of iAudio class
Christian Gmeiner
2009-12-09
DemuxPes has a third pararmeter - isAc3. make use of it
Christian Gmeiner
2009-12-08
add missing break and fix a small style issue
Christian Gmeiner
2009-12-08
do not set audiomode in PlayAudio
Christian Gmeiner
2009-12-08
remove IsAudioModeAC3() method - instead make use of iAudio
Christian Gmeiner
2009-12-08
fix broken compile - reported by Jan Willies
Christian Gmeiner
[next]