Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interested in status of this project #2

Closed
boxerab opened this issue Oct 27, 2015 · 2 comments
Closed

Interested in status of this project #2

boxerab opened this issue Oct 27, 2015 · 2 comments

Comments

@boxerab
Copy link

boxerab commented Oct 27, 2015

Is this codec under active development? I am interested in getting involved.

@jamesba
Copy link
Contributor

jamesba commented Oct 27, 2015

This repository contains the reference encoder and decoder. They're designed to produce correct bit streams according to the standard, but aren't designed for high performance, and we don't think that modifying these into a high performance implementation would work very well (but see below).

We're not actively adding new features to them right at the moment, but we are making bug fixes when we spot the need. They're intended as examples of how the VC-2 standard works more than as code that will actually be useful in real situations, but if you do find them useful then that's great too.

If you want to fork this code you are more than welcome to do so, and if you want to submit back any changes that you have made we're very happy to accept bug fixes. New features might be accepted depending on what they are.

We've also developed a second implementation of VC-2 HQ profile with much better performance designed for actual use as an encoder and decoder library (which we've been using internally); We're currently waiting for the final clearance to release it, which we expect to get fairly soon.

@boxerab
Copy link
Author

boxerab commented Oct 27, 2015

Great, thanks for the update, James. Looking forward to the release of the high performance version.

I've spent the last year and a half tinkering with an OpenCL implementation of JPEG 2000, so it would be interesting to try applying some of this knowledge to VC2.

@boxerab boxerab closed this as completed Oct 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants