| Age | Commit message (Collapse) | Author |
|
|
|
fix some ts files with incorrect pat on start
refs #124
|
|
|
|
caids
refs #621
|
|
|
|
(this fixes SID not found in PAT messages)
refs #124
|
|
Conflicts:
lib/dvb/pmt.cpp
lib/service/Makefile.am
|
|
|
|
support for DTS-HD yet)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
refs bug #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
|
|
|
|
|
|
|
|
|
|
|