summaryrefslogtreecommitdiffstats
path: root/ChangeLog
blob: 59c935e72c6c7d847f5834322d4a814c80e8579d (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
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