$Id$
Changes between 1.2 and 2.0:
----------------------------
* Fix latency and potential packet loss during CAM communication
* Add optional kernel patches for lower latency
* Smooth packet output with an extra buffer
* libdvbpsi runtime is no longer needed; biTStream development library
is used instead
* Add the ability to bind to a specific network interface
* Add a configurable MTU
* Add support for NIT in DVB compliance mode
* Syslog support with -l option
* Override FEC Inner with -F option
* Override Rolloff with -R option
Changes between 1.1 and 1.2:
----------------------------
* Support for IPv6 output and duplicate
* Support input from Computer Modules ASI card
* Support input from (IPv4) RTP / UDP stream
* Miscellaneous CAM and demux fixes
* Miscellaneous DVB-S2 fixes
Changes between 1.0 and 1.1:
----------------------------
* Support for adapters with multiple frontends (-n)
* Control of verbosity level with -q
* Support for TS over raw UDP with -U or /udp in the config file
* EIT, SDT and TDT pass-through for EPG information (-e)
* Original TSID kept (randomized TSID via -T)
* Miscellaneous CAM, demux and tuning fixes
* DVB-S diseqc support
-
Christophe Massiot authored
* ALL: Move the config-specific stuff to a substructure, with dedicated functions. * dvblast.c: Factorize the IP-parsing stuff. * output.c: Add support for a configurable MTU and a variable number of TS per packet. * dvblast.c: Add new options /ifindex= /mtu= /tos= /ssrc=. * output.c: Use biTStream instead of custom RTP functions. * udp.c: Implement IPv6 support and add options /mtu= /ifaddr= /ifindex=.
75da755c