blob: dfe19f0ab50d5296287e50c701387c51df41cddd (
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
|
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
|