WebM video player library

Introduction I’m releasing another of my free time projects – C++ library able to play WebM videos and supports decoding of the audio track. Features: optimized (see Implementing into Unity plugin and example project) able to smoothly play 1080p @ 60fps decodes audio track provides decoded YUV texture and PCM audio data Internally, the library uses following dependencies: libwebm libvorbis […]

Teamwork Sharp

I’m releasing my another small free-time project: a Teamwork C# library (-inofficial-). What is Teamwork? Teamwork is a project/task-management software, something like Redmine, Jira, Trello, FogBugz and others. Teamwork project can be controlled using their public web API, which this library uses. Library features My library supports following features: creating task: set assignee set watchers upload files set priority creating […]

WebM video player with audio support (C++)

Some time ago I was looking for a simple video player library  written in C++, that would be free, multi-threaded, supporting audio and it would not be Ogg Theora :). I could not find anything useful. There is Bink, which is great, but paid (and expensive). Codecs like h.264 have not very friendly licenses or come with various restrictions (openh264). […]