Give Film a container; move crop into video content; other bits.
authorCarl Hetherington <cth@carlh.net>
Tue, 21 May 2013 22:19:31 +0000 (23:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 21 May 2013 22:19:31 +0000 (23:19 +0100)
commitb9f6e9512017dc1ecd3a42aa1ef3c6058608cef5
tree0c5ccae6f26d46c270e9287a722b63e397900c57
parent02e4022f540915f8a38f9ab9576ac896fe39a1ab
Give Film a container; move crop into video content; other bits.
25 files changed:
branch-notes
src/lib/config.cc
src/lib/config.h
src/lib/container.cc [new file with mode: 0644]
src/lib/container.h [new file with mode: 0644]
src/lib/encoder.cc
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_decoder.h
src/lib/film.cc
src/lib/film.h
src/lib/filter_graph.cc
src/lib/imagemagick_decoder.cc
src/lib/util.cc
src/lib/video_content.cc
src/lib/video_content.h
src/lib/video_decoder.cc
src/lib/video_decoder.h
src/lib/writer.cc
src/lib/wscript
src/wx/config_dialog.cc
src/wx/config_dialog.h
src/wx/film_editor.cc
src/wx/film_editor.h
src/wx/film_viewer.cc
test/test.cc