diff options
author | schmirl <schmirl> | 2009-06-30 06:04:33 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2009-06-30 06:04:33 +0000 |
commit | 7b8e396f775608968ebe274e36fc776bb295dd97 (patch) | |
tree | e444931f7d53a9f904b09d5f59d1a64cd628e38e /HISTORY | |
parent | 64bf3e5ecf2657b2926fe389fb949f8cf6e7cae7 (diff) | |
download | vdr-plugin-streamdev-7b8e396f775608968ebe274e36fc776bb295dd97.tar.gz vdr-plugin-streamdev-7b8e396f775608968ebe274e36fc776bb295dd97.tar.bz2 |
now there's a common baseclass for all remuxers, make use of it
Modified Files:
HISTORY remux/ts2pes.c remux/ts2pes.h remux/tsremux.h
server/livestreamer.c server/livestreamer.h
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ VDR Plugin 'streamdev' Revision History --------------------------------------- +- now there's a common baseclass for all remuxers, make use of it - added cDevice::NumProvidedSystems() which was introduced in VDR 1.7.0 - added namespace to remuxers - increased WRITERBUFSIZE - buffer was too small for high bandwidth content |