© Werner Randelshofer

Monte Media Library

© Werner Randelshofe

Readme  Changes  License

Changes

Version 0.6.8
2012-04-26

  • ScreenRecorder: Due to wrong usage of the BlockingQueue API, encoded media samples were inadvertedly dropped, causing audio and video artefacts in the recording.
  • ScreenRecorder: Adds support for image scaling during recording.
  • ScreenRecorder: Audio samples were not properly truncated at the end of a recording leading to an audio track with wrong duration.

Version 0.6.6
2012-04-16

  • ScreenRecorder: Due to a bug, an NPE was thrown if no capture area Rectangle was passed to the constructor.

Version 0.6.5
2012-04-12

  • ScreenRecorder: Screen capturing does not stall anymore when mouse cursor is not moved.

Version 0.6.4
2012-04-06

  • ScreenRecorder: Fixes unadverted flickering of mouse cursor which was introduced by 0.6.3.

Version 0.6.3
2012-04-05

  • ScreenRecorder: A rectangle specifying the capture area can now be passed to the screen recorder.

Version 0.6
2012-03-30

  • ScreenRecorder: The duration of the recorded audio track matches now better with the duration of the video track.
  • ConcatDemo: This new demo demonstrates how to concatenate two movies.
  • AVIWriter: Fixes bad offsets in the idx1 chunk.

Version 0.3
2012-03-15

  • JFIFInputStream accepts now JFIF headers with a length of 0xffff bytes.
  • CMYKJPEGImageReader now explicitly asks for the Sun JPEGImageReader as backend reader.

Version 0.2
2012-02-25

  • Fixes synchronization issues in DefaultMovie class.

Version 0.1
2012-02-04

  • First release.