All Versions
22
Latest Version
Avg Release Cycle
21 days
Latest Release
-
Changelog History
Page 1
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)
- ๐ Fix a video playback framerate issue in the
-
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 deprecatedControl.Monad.Error
(Issue reported by Alexander / @AleXoundOS)
- ๐ Use
-
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
- Can be changed with the new
-
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 runcabal run demo -- cam
to record 10s of video from a connected camera to an output filecamera.mov
.
- Try it: build the demo executable (
Extract frame time stamps from the video stream rather than the codec context (hat tip to Jaro Reinders)