summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-02-27Allow > 0dB gain per channel in the audio matrix (#1720).v2.15.44Carl Hetherington
2020-02-27Use bound arguments to lose some methods.Carl Hetherington
2020-02-27Add and use dB/linear conversion functions.Carl Hetherington
2020-02-27Missing include.Carl Hetherington
2020-02-20Apply FFmpeg palette fix to examination too; fix build with old FFmpeg.Carl Hetherington
2020-02-19Another macOS std::list boost::thread SNAFU.Carl Hetherington
2020-02-19Can't put boost::thread in a std::list with our macOS compiler.Carl Hetherington
2020-02-19Merge branch 'v2.15.x' of ssh://git.carlh.net/home/carl/git/dcpomatic into v2...Carl Hetherington
2020-02-19It may not be allowed to request a zero timeout on macOS.Carl Hetherington
2020-02-19Nicer fix for 2D-labelled-3D checking from master.Carl Hetherington
2020-02-18Remove incorrect comment.Carl Hetherington
2020-02-16Make a new AudioBuffers constructor and use it to avoid some use of the more ...Carl Hetherington
2020-02-16Better errors if butler doesn't give video during export.Carl Hetherington
2020-02-16Just having no specified lines value does not mean we definitely need place t...Carl Hetherington
2020-02-14Nudge L/R-aligned subs in from the edge of the screen; do our own placement o...Carl Hetherington
2020-02-06Fix crash.Carl Hetherington
2020-02-06Fix crash with bitmapped subs that have zero width or height.Carl Hetherington
2020-01-30Various thread cleanups.Carl Hetherington
2020-01-30Use a non-pointer boost::thread and a std::atomic for the stop flag.Carl Hetherington
2020-01-28Missing #include for previous.Carl Hetherington
2020-01-28Fix deadlock during content examination.Carl Hetherington
2020-01-28Fix crash with sub-sample push parts in AudioMerger.v2.15.42Carl Hetherington
2020-01-25Warn if doing a gain calculation might cause clipping.Carl Hetherington
2020-01-25Apply fader-based gain calculations to the current gain, not 0dB.Carl Hetherington
2020-01-25Another thinko fix.Carl Hetherington
2020-01-25Fix thinko two commits ago.Carl Hetherington
2020-01-25Cache film length for Player::pass.Carl Hetherington
2020-01-25Use memset for zeroing float buffers; it's faster, and I thinkCarl Hetherington
2020-01-24Support binary STL subtitle files.Carl Hetherington
2020-01-17Add patron.Carl Hetherington
2020-01-16Make FileError say what path the problem was with.Carl Hetherington
2020-01-14Add some PT-style names to the guesswork on which channel a particular sound ...Carl Hetherington
2020-01-14Stop invalid dates causing boost::posix_time to raise exceptions.Carl Hetherington
2020-01-12swaroop variant build fix.Carl Hetherington
2020-01-10Don't truncate active_video_frame_rate to an int otherwise setting fade on no...v2.15.41Carl Hetherington
2020-01-10Fix deadlock.Carl Hetherington
2020-01-10Give DCPDecoder its own ::position which just returns its internalCarl Hetherington
2020-01-09Update text panel 'why not' note when film's standard is changed.Carl Hetherington
2020-01-09Make the 'why not' messages for VF a bit clearer.Carl Hetherington
2020-01-08First version of player stress-test management script.Carl Hetherington
2020-01-08Some comments.Carl Hetherington
2020-01-08Some simple-video-view tidy-ups.Carl Hetherington
2020-01-08Fix problems when starting to play after a seek, if the startCarl Hetherington
2020-01-08Use glTexSubImage2D when possible, as suggested by https://www.khronos.org/op...Carl Hetherington
2020-01-08Basic stress-test function for player.Carl Hetherington
2020-01-08Don't busy-wait when there's nothing to play.Carl Hetherington
2020-01-08Set up things correctly on initialisation.Carl Hetherington
2020-01-08Fix event handling (hopefully).Carl Hetherington
2020-01-08Add assert.Carl Hetherington
2020-01-08Check that get_next_frame succeeds.Carl Hetherington