subtitlecomposer:work/improve-video-rendering

Last commit made on 2021-07-13
Get this branch:
git clone -b work/improve-video-rendering https://git.launchpad.net/subtitlecomposer

Branch merges

Branch information

Name:
work/improve-video-rendering
Repository:
lp:subtitlecomposer

Recent commits

f9af043... by Mladen Milinkovic

[WIP] render

165586f... by Mladen Milinkovic

[MAYBE] Waveform: onScrollBarValueChanged() was sometimes exploding on shutdown

09f910e... by Mladen Milinkovic

Removed VideoPlayer singleton references

b1622a3... by Mladen Milinkovic

VideoPlayer: cleanup rendering and lifecycle

8811596... by Mladen Milinkovic

Application: cleanup signal handling

85542af... by Mladen Milinkovic

Waveform: fixed layout reparent warnings

e2c3e5f... by Mladen Milinkovic

PlayerWidget: fix crash when opening different subtitle/video

Easily reproducible when starting FFPlayer::m_positionTimer with 3msec
interval.

81741c0... by Mladen Milinkovic

Waveform: handle negative audio start/offset

e5e5d2d... by Mladen Milinkovic

Waveform: subtitle line handling in separate class

Subtitle text rendering is cached to QImage. Cache is not completely
optimized - each time m_visibleLines is updated - cache is lost on
everything but selected line.

b5924f7... by Mladen Milinkovic

SubtitleLine: setting times is always safe