|
From: Tapio V. <aa...@us...> - 2011-01-18 17:15:33
|
Module: editor Branch: master Commit: 5f5838049618ba6612f2557e866a6ac1968ec9da Author: Tapio Vierros <tap...@gm...> Date: Tue Jan 18 19:09:27 2011 +0200 Hack in FFmpeg audio decoding. Needs a lot of work. --- CMakeLists.txt | 13 ++- cmake/FindAVCodec.cmake | 48 ++++++++ cmake/FindAVFormat.cmake | 46 +++++++ cmake/FindAVUtil.cmake | 44 +++++++ cmake/FindSWScale.cmake | 46 +++++++ config.cmake.hh | 18 +++ editorapp.cc | 2 +- ffmpeg.cc | 294 ++++++++++++++++++++++++++++++++++++++++++++++ ffmpeg.hh | 244 ++++++++++++++++++++++++++++++++++++++ notegraphwidget.cc | 4 +- notegraphwidget.hh | 2 - pitchvis.cc | 25 ++++- xtime.hh | 29 +++++ 13 files changed, 807 insertions(+), 8 deletions(-) |