aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: b093d0ad1c827ec00940fe80b7b8630622b39723 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
2022-06-09: Matthias P. Braendli <matthias@mpb.li>
	(v1.2.0):
		Fix issue, process blocking on missing PAD data.
		Add startupcheck.
		Improve EDI output and other common code.

2021-01-23: Matthias P. Braendli <matthias@mpb.li>
	(v1.1.0):
		Update common code with some EDI output changes and internal improvements.
		Fix command line option parsing on ARM and other platforms where char is unsigned.

2020-09-23: Matthias P. Braendli <matthias@mpb.li>
	(v1.0.0):
		Replacement of PAD fifo with a socket, offering bidirectional
		communication with ODR-PadEnc.
		Add --version option.

2020-06-30: Matthias P. Braendli <matthias@mpb.li>
	(v0.6.1):
		Remove regular 'frames received' message.
		Add RTP and frame index continuity checks.

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