Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
If we have a lookt at comments about Play* mehtods in device.h, we can
read the following line:
' ///< Data points to exactly one complete PES packet of the given Length.'
As a result of this, there is no need to parse in the data pointer for more
then one pes packet.
|
|
|
|
|
|
|
|
The big goal for the next days will be to throw away the whole
demuxdevice and add a very small and easy to understand demuxer. The current
demuxdevice has a very bad coding style and is quite hard to follow whats
going on.
|
|
Introduce a iAudio class - will be later base class for oss and alas
output -, which handles volume and channel handling.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|