| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This could cause Butler::audio to be called with _audio_channels = 0
and _disable_audio = false, causing an exception in AudioBuffers when
remap() tried to make an AudioBuffers object with a channel count of 0.
|
|
|
|
|
|
|
|
In d1b4dbb793e2850d032ce3c91f0c91d045ae19dc I changed have_video()
to look at can_be_played() but forgot to also change have_audio().
|
|
|
|
|
|
|
|
|
|
|
|
ł seems to be ignored by the ICU transliterator for some reason.
|
|
|
|
|
|
|
|
present).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
J2KEncoder.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Nothing really that important, but it cleans up the valgrind
leak check reports.
|
|
|
|
|
|
|
|
|
|
Previously if there were two images at the same time we would start
them both, then the stop time would be set in the second one but
not the first. This meant that the first one would hang around
forever.
|
|
|
|
|
|
|