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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel