aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 5e06ee1930856b8d62ef4e9d7ea6d5db65318840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
2020-04-27: Matthias P. Braendli <matthias@mpb.li>
	(v0.6.0):
		Timestamp the arrival of UDP packets and use for EDI.
		Add --identifier option.
		Download TAI bulletin before expiry.
		Handle disconnection / auto reconnection in EDI/TCP output.

2019-11-18: Matthias P. Braendli <matthias@mpb.li>
	(v0.5.1):
		Improve alignment of frames inside the superframe,
		to guarantee proper alignment in case of network
		glitch.
		Minor bugfixes.

2019-11-15: Matthias P. Braendli <matthias@mpb.li>
	(v0.5.0):
		Use common code from
		https://github.com/Opendigitalradio/odr-mmbtools-common
		Add EDI output (over UDP and TCP). Supported inputs are still UDP and
		RTP.
		Fix PAD transmit bug impacting v0.4.0

2019-07-09: Matthias P. Braendli <matthias@mpb.li>
	(v0.4.0):
		Add a stats interface for audio levels.

2019-06-26: Matthias P. Braendli <matthias@mpb.li>
	(v0.3.0):
		Refactoring, remove EDI (to be replaced by the future EDI
		implementation used in ODR-DabMux and ODR-DabMod).
		Change PAD fifo read logic.

2018-08-06: Matthias P. Braendli <matthias@mpb.li>
	(v0.2.1):
		Fix bug due to AAC decoder.
		Fix compilation on some systems.

2018-07-18: Matthias P. Braendli <matthias@mpb.li>
	(v0.2.0):
		Add buggy AAC decoder

2017-02-16: Matthias P. Braendli <matthias@mpb.li>
	(v0.1.0):
		A few fixes

2017-02-12: Matthias P. Braendli <matthias@mpb.li>
	(v0.0.1):
		Creation