All Versions
22
Latest Version
Avg Release Cycle
21 days
Latest Release
-

Changelog History
Page 1

  • v0.12.2 Changes

    • ๐Ÿ‘ Better support for ffmpeg-3.4.2 API changes
  • v0.12.2.2 Changes

    August 01, 2018
    • ๐Ÿ›  Fix a video playback framerate issue in the vplay demo (@gelisam)
  • v0.12.2.1

    July 11, 2018
  • v0.12.1 Changes

    • โฌ†๏ธ Bump base upper bound
    • ๐Ÿ‘ Rewritten Travis-CI support for GHC 8.02, 8.2.2, and 8.4.2
  • v0.12.1.0

    May 08, 2018
  • v0.12.0 Changes

    • ๐Ÿ”จ Refactoring to better interoperate with SDL2
    • SDL2 video player demo executable

    [Thanks to Vladimir Pankov!]

  • v0.11.1 Changes

    • ๐Ÿ—„ Use Control.Monad.Except instead of the deprecated Control.Monad.Error (Issue reported by Alexander / @AleXoundOS)
  • v0.11.0 Changes

    • Query stream duration (Matthias Treydte)
    • ๐ŸŽ‰ Initial support for verbosity control; defaults to quiet
      • Can be changed with the new setLogLevel function
  • v0.10 Changes

    • ๐Ÿ›  Fix encoder bug that created a single black frame at the start of every video (Jonathan Daugherty)
  • v0.9.0 Changes

    • โž• Add support for camera input (Thomas M. DuBuisson)

      • Try it: build the demo executable (cabal configure -fBuildDemo) and run cabal run demo -- cam to record 10s of video from a connected camera to an output file camera.mov.
    • Extract frame time stamps from the video stream rather than the codec context (hat tip to Jaro Reinders)