-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
50 lines (34 loc) · 1.8 KB
/
ChangeLog
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
2009-04-09 Pablo Virolainen <[email protected]>
* Initial release
2009-05-22 Aki Honkasuo <[email protected]>
* MPEG4 input problem fixed
* Output properties read now from framebuffer
* GStreamer event handling improved
* Added initial version of scheduling
2009-06-04 Aki Honkasuo <[email protected]>
* Blocking bug fixed in buffer handling
* Works now with more than one video sample
* Some code cleaning
2009-06-17 Aki Honkasuo <[email protected]>
* Zero-Copy implemented for the video screen playback
* m4iph_hwadd_sdr_mem implementation added
* MPEG-4 videos are now with lip sync after zero-copy implementation
* MPEG-4 and H.264 encoder works and tested with raw files and a webcam
* Code clean-ups and the headers commented in Doxygen style
* configure.ac updated
* H.264 playback is still bad due the frame drops
2009-06-24 Aki Honkasuo <[email protected]>
* Implementation for stream input buffering
* With large buffer size the video playback quality is much better
* Large video buffer size will increase lag of the audio play back
2009-06-30 Aki Honkasuo <[email protected]>
* Support for stream finalization
2009-07-17 Aki Honkasuo <[email protected]>
* The decoder and the sink are now separate elements
* Video output area size and cordinates can be set with parameters
* Support of the decoder zerocopy feature can be set as enabled or disabled
* The sink element can provide an up-stream buffer if needed for the zerocopy support
2009-09-09 Johannes Lahti <[email protected]>
* First official release of the separate elements.
* Corrected a bug in the buffer handling.
* Pre buffering of the data removed. Runtime buffering still included.