Browse Source

replacement Indeo 3 decoder

The new decoder is much smaller and has better code quality.
Cleanup and fixes courtesy of Kostya Shishkov.

Signed-off-by: Diego Biurrun <diego@biurrun.de>
tags/n0.9
Maxim Poliakovski Diego Biurrun 13 years ago
parent
commit
594b54b51e
3 changed files with 1249 additions and 3314 deletions
  1. +1
    -0
      Changelog
  2. +919
    -1003
      libavcodec/indeo3.c
  3. +329
    -2311
      libavcodec/indeo3data.h

+ 1
- 0
Changelog View File

@@ -56,6 +56,7 @@ easier to use. The changes are:
- Speex encoding via libspeex - Speex encoding via libspeex
- 4:2:2 H.264 decoding support - 4:2:2 H.264 decoding support
- Pulseaudio input device - Pulseaudio input device
- replacement Indeo 3 decoder




version 0.7: version 0.7:


+ 919
- 1003
libavcodec/indeo3.c
File diff suppressed because it is too large
View File


+ 329
- 2311
libavcodec/indeo3data.h
File diff suppressed because it is too large
View File


Loading…
Cancel
Save