summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: b16bbce75f03e8b21ce72e41564d857698e103cb (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
2014-12-09: Matthias P. Braendli <matthias@mpb.li>
	(v0.6.0):
	* dabplus-enc:
		Fix crashes with high bitrates
		Improve wav input
		Add option to quit on silence
		Enable afterburner by default
		Fix PAD insertion
	* mot-encoder:
		Add support for PNG slides
2014-09-26: Matthias P. Braendli <matthias@mpb.li>
	(v0.5.1):
	* dabplus-enc:
		Revert change that broke audio decoding on some
		receivers, at the price of reducing support for PAD.
		Add JACK example to README.
	* mot-encoder:
		Improve slide selection and transmission handling.
		Add ability to send slides without doing pre-processing.
2014-07-08: Matthias P. Braendli <matthias@mpb.li>
	(v0.5.0):
	* dabplus-enc:
		Add support for JACK
		Add EOF fifo silence inserter
		Minor corrections in the encoder (granule length)
	* mot-encoder:
		Can do only DLS, only slideshow or both
		Can erase slides once transmitted
		Fixed the memory allocation issues.
		Removed obsolete dls-encoder

		Known bugs:
		PAD lengths 23 and 26 don't work.
		Some older receivers don't like the encoded bitstream

2014-05-16: Matthias P. Braendli <matthias@mpb.li>
	(v0.4.2):
		Fix INTERNAL ERROR when the encoder was configured
		in AAC-LC (bitrates above 80kbps)
		Add --sbr --aaclc and --ps options to force AOT

2014-05-14: Matthias P. Braendli <matthias@mpb.li>
	(v0.4.1):
		Bugfix release for the file output that
		was non-functional in v0.4.0

2014-04-25: Matthias P. Braendli <matthias@mpb.li>
	(v0.4.0):
		Merge of dabplus-enc-file-zmq and dabplus-enc-alsa-zmq
		into dabplus-enc, that now supports ALSA input,
		file input and output, and ZeroMQ output.
		This gets rid of quite some duplicated code.
	* dabplus-enc:
		Support for ZeroMQ authentication.
		Peak audio level indicator with -l option and
		removal of the little dots.
		New ZeroMQ message format.
	* mot-encoder:
		Acceleration of MOT Slideshow transfer.

2014-03-29: Matthias P. Braendli <matthias@mpb.li>
	(v0.3.0):
		MOT Slideshow and DLS support
	* fdk-aac encoder:
		Fix insertion of PAD data (must be in first AU)
	* mot-encoder:
		Correct X-PAD encoding

2014-03-19: Matthias P. Braendli <matthias@mpb.li>
	(v0.2.2):
	* README:
		Add snd-aloop scenario.
	* dabplus-enc-alsa-zmq:
		Support older version of libasound2, so that
		it compiles with debian stable.
		Repair 48kHz sample rate.
	* dabplus-enc-file-zmq:
		Add support for file output, which make
		dabplus-enc-file redundant.
	* dabplus-enc-file:
		Has been removed

2014-03-10: Matthias P. Braendli <matthias@mpb.li>
	(v0.2.1):
		Add -p option to mot-encoder.
		Add version numbers to each encoder.

2014-03-09: Matthias P. Braendli <matthias@mpb.li>
	(v0.2.0):
		Rename all tools in a consistent way and tidy
		them up.
		Add the alsa input with optional drift compensation.
		Add MOT Slideshow and PAD code from CSP.it
		Add new descriptions and scenarios to the README.

2014-02-11: Matthias P. Braendli <matthias@mpb.li>
	(v0.1.0):
		Initial release of fdk-aac-dabplus, based on
		forked from https://github.com/piratfm/fdk-aac-dabplus