[FFmpeg-devel] [PATCH 0/4] Add a native SMPTE VC-2 encoder

Rostislav Pehlivanov atomnuker at gmail.com
Tue Feb 2 13:35:26 CET 2016


This series of commits adds a native SMPTE VC-2 encoder capable of encoding
files using the HQ profile.

Rostislav Pehlivanov (4):
  diradec: split tables away to a separate diractab file
  diracdec: move the MAX_DWT_LEVELS macro to dirac.h
  avcodec: add a native SMPTE VC-2 encoder
  avformat: add vc2 as an allowed rawenc Dirac extension

 libavcodec/Makefile     |    3 +-
 libavcodec/allcodecs.c  |    1 +
 libavcodec/dirac.h      |   11 +
 libavcodec/diracdec.c   |   91 +---
 libavcodec/vc2enc.c     | 1154 +++++++++++++++++++++++++++++++++++++++++++++++
 libavcodec/vc2enc_dwt.c |  234 ++++++++++
 libavcodec/vc2enc_dwt.h |   54 +++
 libavformat/rawenc.c    |    2 +-
 8 files changed, 1464 insertions(+), 86 deletions(-)
 create mode 100644 libavcodec/vc2enc.c
 create mode 100644 libavcodec/vc2enc_dwt.c
 create mode 100644 libavcodec/vc2enc_dwt.h

-- 
2.7.0



More information about the ffmpeg-devel mailing list