Allow changes to colours of FFmpeg subtitles (#795).
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Feb 2016 21:06:27 +0000 (21:06 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Feb 2016 21:06:27 +0000 (21:06 +0000)
commitcef07676fb15c9f1c3c3073d22f06ffe95d9c2ce
treead67d2991961429c52dda4d7adc1ded37ce71c0a
parent2b54b284e2c2ffcaa082b1c201abecf25edc21c9
Allow changes to colours of FFmpeg subtitles (#795).
20 files changed:
ChangeLog
src/lib/ffmpeg_content.cc
src/lib/ffmpeg_content.h
src/lib/ffmpeg_decoder.cc
src/lib/ffmpeg_examiner.cc
src/lib/ffmpeg_examiner.h
src/lib/ffmpeg_subtitle_stream.cc
src/lib/ffmpeg_subtitle_stream.h
src/lib/player.cc
src/lib/rgba.cc [new file with mode: 0644]
src/lib/rgba.h [new file with mode: 0644]
src/lib/wscript
src/wx/image_subtitle_colour_dialog.cc [new file with mode: 0644]
src/wx/image_subtitle_colour_dialog.h [new file with mode: 0644]
src/wx/rgba_colour_picker.cc [new file with mode: 0644]
src/wx/rgba_colour_picker.h [new file with mode: 0644]
src/wx/subtitle_panel.cc
src/wx/subtitle_panel.h
src/wx/table_dialog.h
src/wx/wscript