summaryrefslogtreecommitdiff
path: root/HISTORY
blob: bad359407100b20aa218c0d33df7eca039ad9154 (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
VDR Plugin 'rpihddevice' Revision History
-----------------------------------------

2013-10-14: Version 0.0.4
-------------------------
- new:
  - changed to libav for audio decoding
  - added support multi-channel audio codecs
  - added audio format/output options
- fixed:
  - removed drawing of black box in front of console which lead to malfunction
    due to memory bandwidth problem. console blank out will be handled with
    video format/output options in future versions.
- missing
  - trick modes
  - deinterlacer
  - video format/output options
  - much more...
  
2013-10-02: Version 0.0.3
-------------------------
- new:
  - tracking number of free buffers and provide Poll() method
- fixed:
  - audio only mode
  - replay start/stop/pause
  - improved H264 detection
  - blank out console
- missing
  - trick modes
  - other audio formats
  - much more...
  
2013-09-29: Version 0.0.2
-------------------------
- new:
  - volume control
  - H264 support
- fixed:
  - added missing includes to Makefile
  - PTS/OMX_TICKS conversion
- missing:
  - audio only play mode
  - buffer handling for proper replay support
  - other audio formats
  - much more...

2013-09-27: Version 0.0.1
-------------------------
initial prototype
- limitations:
  - video codec hard coded to MPEG2, output on HDMI
  - audio codec hard coded to MP3, output on phone jack
- tested:
  - OSD
  - SDTV live view and replay
- missing:
  - dynamic switching between MPEG2 and H264 video codec
  - trick speeds
  - much more...