blob: 3d15a5abbc4edea043eb8ba782375869cc2802b2 (
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
|
VDR Plugin 'markad' Revision History
----------------------------------
2011-03-20: Version 0.1.1
- Fixed bug in handling ts files ("demux error")
- Fixed output of marks on channels without logos
- Added finnish logos and translation from Rolf Ahrensberg
- Added spanish translation from Javier Bradineras
- Added more informations in markad logfile
2011-02-23: Version 0.1.0
- New demuxer
- New mark handling
- Removed "Backupmarks" option
- Added more logos
- Fixed some bugs reported from users
2011-02-13: Version 0.0.9
- Removed "scan AC3 always" option, added "correct info file"
- New default options: repair index=off, corect info file=off
- markad now rely to the F framerate parameter (no internal correction)
- Improved overlap handling
- Added some logos
2011-01-23: Version 0.0.8
- Improved HD handling
2010-05-22: Version 0.0.7
- Various bugfixes
- First official release
2010-03-16: Version 0.0.6
- Added creation of mark files
2010-03-06: Version 0.0.5
- Updated H264 handling
2009-09-27: Version 0.0.4
- Change marks upon priority
2009-09-17: Version 0.0.3
- Changed name from noad to markad
- Added H264 SPS processor from femon
- Ignore duplicate TS-packets
- Added standalone version (still not working)
2009-09-11: Version 0.0.2
- Fixed H264 decoding
- Added mp2 decoder
- Added ac3 decoder
2009-08-26: Version 0.0.1
- Initial revision.
|