HEVC encoder

The purpose of this academic open-source project is to develop a video encoder for the emerging High Efficiency Video Coding (HEVC) standard. This Kvazaar HEVC encoder is being developed towards the following goals:

Coding efficiency close to HEVC reference encoder (HM)
Modular encoder structure to simplify its data flow modeling
Efficient support for different parallelization approaches
Easy portability to different platforms
Optimized encoding speed without sacrificing its coding efficiency, modularity, or portability
Reduced computation and memory resources without sacrificing its coding efficiency, modularity, or portability
Excellent software readability and implementation documentation

Achieving these objectives requires encoder with design decisions that make this open-source encoder unique:

The encoder is developed from the scratch (HM used as a reference)
The implementation language is platform-independent C

Refresh
Refresh
Source Files
Filename Size Changed Actions
kvazaar-2.0.0.tar.gz 0000589661 576 KB about 4 years
kvazaar.changes 0000013735 13.4 KB about 4 years
kvazaar.memset.patch 0000000932 932 Bytes over 6 years
kvazaar.spec 0000002653 2.59 KB about 4 years
Revision 16 (latest revision is 20)
Luigi Baldoni Luigi Baldoni (Aloysius) accepted request 5094 about 4 years ago (revision 16)
update to version 2.0.0
Comments for kvazaar 0