blob: 868055e4da339903c76aa2a0adcec8e333b1f2dc (
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
|
2020-09-23: Matthias P. Braendli <matthias@mpb.li>
(v3.0.0):
Replacement of PAD fifo with a socket, offering bidirectional
communication with the audio encoder. This is a breaking change,
modifying also the command line options, and it removes the
burst / uniform distinction.
2020-09-15: Matthias P. Braendli <matthias@mpb.li>
(v2.4.0):
Add --version option.
Handle slides ending in _PadEncRawMode.jpg always in RAW.
Some build system changes.
DLS: allow to use separate DL Plus item state file and add request to file reread.
2018-03-18: Stefan Pöschel <odr@basicmaster.de>
(v2.3.0)
2017-04-17: Stefan Pöschel <odr@basicmaster.de>
(v2.2.0)
2017-03-09: Stefan Pöschel <odr@basicmaster.de>
(v2.1.1)
2017-02-19: Stefan Pöschel <odr@basicmaster.de>
(v2.1.0)
2016-10-14: Stefan Pöschel <odr@basicmaster.de>
(v2.0.1)
In 2016 the project gets renamed to odr-padenc
2016-09-02: Matthias P. Braendli <matthias@mpb.li>
(v1.2.0):
* mot-encoder:
Try compressing slides to PNG if size is smaller than JPG.
Fix memory leak in JPG compressor.
2016-07-30: Matthias P. Braendli <matthias@mpb.li>
(v1.1.0):
* mot-encoder:
Add DL+ support
* developer documentation:
Add a Doxygen target for the whole project.
2016-01-03: Matthias P. Braendli <matthias@mpb.li>
(v0.7.4):
* mot-encoder:
Do not add black border around images anymore.
Ensure JPEGs are not using progressive encoding and
strip useless metadata.
2015-10-01: Matthias P. Braendli <matthias@mpb.li>
(v0.7.3):
* mot-encoder:
Refactor datagroup encoding to improve encoding
efficiency.
Update EBU Latin charset.
Add remove-dls option.
2015-05-04: Matthias P. Braendli <matthias@mpb.li>
(v0.7.1):
* mot-encoder:
Add support for character set conversion from
UTF-8 to EBU Complete Latin Based Repertoire.
Fix issue with short X-PAD lengths.
2015-04-10: Matthias P. Braendli <matthias@mpb.li>
(v0.7.0):
* mot-encoder:
Merge fixes for mot-encoder issues.
2014-12-09: Matthias P. Braendli <matthias@mpb.li>
(v0.6.0):
* mot-encoder:
Add support for PNG slides
2014-09-26: Matthias P. Braendli <matthias@mpb.li>
(v0.5.1):
* 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):
* 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-04-25: Matthias P. Braendli <matthias@mpb.li>
(v0.4.0):
* mot-encoder:
Acceleration of MOT Slideshow transfer.
2014-03-29: Matthias P. Braendli <matthias@mpb.li>
(v0.3.0):
MOT Slideshow and DLS support
* mot-encoder:
Correct X-PAD encoding
|