Name: dirac
Created: Mar 23, 2005
Updated: Dec 5, 2006
SVN: Browse
Statistics: View
Category:
Language:
Development status:
Additional info:
none
WishBone Compliant: No
License: LGPL
Dirac is an open source video codec, developed by BBC Research and Development. It uses motion estimation, wavelet transforms and arithmetic coding to obtain performance comparable with commercially available video codecs. Software implementation is available at http://dirac.sourceforge.net/
The Dirac Specification can be found in the docs section of the project CVS.
For my work diary, see http://dirachardware.wordpress.com/
- Fixed precision prototype of arithmetic coder and decoder available.
- Documentation added for fixed-probability prototype.
- Context-dependent prototype now available.
- Components for Exp-golomb encoding and decoding added.
- Adaptive encoding now implemented.
- Arithmetic coding and decoding bitwidths and exp-golomb data format converged to the Dirac specification. Arithmetic coding and decoding modules are now COMPLETE.