Skip to content
This repository was archived by the owner on Jul 25, 2020. It is now read-only.

Tags: bvibber/OGVKit

Tags

0.5.13

Toggle 0.5.13's commit message
0.5.13 * adds Ogg Opus

0.5.12

Toggle 0.5.12's commit message
Set up a logging abstraction, OGVLogger Accessible from OGVKit.singleton.logger; override the default logging level by eg: OGVKit.singleton.logger.level = OGVLogLevelDebug; This is done in the example application. By default, only errors and fatals will be logged to console. You can subclass OGVLogger and substitute an alternate place to put the logs if you like. Log messages are now distributed among debug, warning, error, and fatal levels. May adjust details later. Fixes #116

0.5.11

Toggle 0.5.11's commit message
0.5.11 tag - enable libvpx threading 

0.5.10

Toggle 0.5.10's commit message
clarify that opus is in webm only so far, need to add to ogg 

0.5.9

Toggle 0.5.9's commit message
Tag 0.5.9 Fix regressions in audio, threading, high frame rate files.

0.5.8

Toggle 0.5.8's commit message
Tag 0.5.8: audio fixes 

0.5.7

Toggle 0.5.7's commit message
fix & tag 0.5.7 - seek at end fixes Fixes an edge case in seek to end where no returned packets would cause an attempt to start playback data at -1 instead of the target time, which threw an assertion fail.

0.5.6

Toggle 0.5.6's commit message
fix & tag 0.5.6 - end of file kitty demo * v0.5.6 end-of-file fixes with some edge cases fixes #158

0.5.5

Toggle 0.5.5's commit message
Tag 0.5.5 - MP4 & audio fixes * v0.5.5 initial MP4 support, various seek & audio fixes

0.5.4

Toggle 0.5.4's commit message
bump 0.5.4 includes webm brute force seek