| Age | Commit message (Collapse) | Author |
|
|
|
caids
refs #621
|
|
|
|
|
|
refs bug #621
|
|
|
|
reusable
|
|
|
|
|
|
button is pressed
|
|
|
|
|
|
|
|
|
|
dont handle pids with teletext descriptor as audio/video
|
|
ambiguous detected stream types, use libdvbsi to parse registration descriptor (added to libdvbsi++ 20080603)
|
|
audio_stream_descriptor and also other ac3 descriptors)
|
|
registration descriptors
|
|
for one single pid
|
|
|
|
hardware can handle all codecs!!!)
|
|
|
|
|
|
camd.socket (not finished yet)
|
|
|
|
This reverts commit 21812866841eec7ab7a79ee61067581f8202df55.
|
|
|
|
|
|
its now no more possible directly to call new eTimer .. or to embedded
eTimer.
to create a eTimer now eTimer::create must be used... to delete you must
call ->AddRef() after timer creation and ->Release when the timer is no more
needed. Or use ePtr<eTimer> to store the timer reference.. then its enough
to set the ePtr<eTimer> object to 0 when the timer is no more needed
|
|
eConsoleAppContainers in callback funktions without crash
|
|
pat/pmt... but its a real mystery for me why 4 seconds isnt enough...
|
|
|
|
now its more easy to build a timer overlap detection or similar
|
|
|
|
|
|
|
|
|
|
|
|
error message (instead of "no free tuner")
|
|
|
|
|
|
defaultac3 will override the old default if it's not an AC3 track with the first AC3 track.
|
|
in 'defaultAudioStream'
|
|
|
|
or meta file is nil
|
|
|
|
|
|
pmt.cpp: In member function 'void eDVBCAService::sendCAPMT()':
pmt.cpp:839: warning: zero-length printf format string
pmt.cpp: At global scope:
pmt.cpp:868: error: ISO C++ forbids declaration of 'PyList_AppendSteal' with no type
|
|
|
|
|