Browse Source

avcodec/cinepakenc: fixes and improvements

Fixed/improved multistrip adaptivity.
Improved R/D by optimized codebook generation.
Support for the correct color space.
Vintage compatibility.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.2-rc1
addr-see-the-website@aetey.se Michael Niedermayer 12 years ago
parent
commit
762c4dc082
2 changed files with 684 additions and 206 deletions
  1. +1
    -0
      MAINTAINERS
  2. +683
    -206
      libavcodec/cinepakenc.c

+ 1
- 0
MAINTAINERS View File

@@ -148,6 +148,7 @@ Codecs:
cdxl.c Paul B Mahol
celp_filters.* Vitor Sessak
cinepak.c Roberto Togni
cinepakenc.c Rl / Aetey G.T. AB
cljr Alex Beregszaszi
cllc.c Derek Buitenhuis
cook.c, cookdata.h Benjamin Larsson


+ 683
- 206
libavcodec/cinepakenc.c
File diff suppressed because it is too large
View File


Loading…
Cancel
Save