Improve efficiency of DCP -> image decoding.
[dcpomatic.git] / src / lib /
2015-02-02 Carl HetheringtonImprove efficiency of DCP -> image decoding.
2015-01-31 Carl HetheringtonIf we are requesting audio from before the start of...
2015-01-30 Carl HetheringtonRemove the code, on seeking, to seek to the requested...
2015-01-30 Carl HetheringtonFix update of preview when video fade changes.
2015-01-29 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-01-29 Carl HetheringtonRemove unused socket stuff.
2015-01-29 Carl HetheringtonMake ServerFinder stop nicely when dcpomatic_cli quits.
2015-01-29 Carl HetheringtonMove Socket to dcpomatic_socket.{cc,h}.
2015-01-28 Carl HetheringtonSmall fixes and tidy-ups spotted by cppcheck.
2015-01-26 Carl HetheringtonComment.
2015-01-25 Carl HetheringtonProbably-missing lock.
2015-01-25 Carl HetheringtonMissing newline causing lack of Date header.
2015-01-24 Carl HetheringtonHand-apply bbfb370d7de28ec1e8f307865cc6253bb5d4366e...
2015-01-24 Carl HetheringtonHand-apply d4470377df181b4d15fbac86c454a8372b1a0f3d...
2015-01-23 Carl HetheringtonHand-apply 111f02f4fc8ace359a16aea1c88c2821bf3dde31...
2015-01-23 Carl HetheringtonHand-apply cb998bee2e70f3426fd95655736deae803efa58e...
2015-01-23 Carl HetheringtonFix merge.
2015-01-23 Carl HetheringtonRemove erroneous rounding of subrip times.
2015-01-22 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/dcpomatic into 2.0
2015-01-21 Carl HetheringtonFix recognition of MXF-wrapped subtitle content vs...
2015-01-21 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-01-21 Carl HetheringtonImprove logging slightly.
2015-01-20 Carl HetheringtonSeek correctly in AudioDecoder; the frame parameter...
2015-01-20 Carl HetheringtonFix rounding when converting to frames.
2015-01-20 Carl HetheringtonMore informative error when failing to decode JPEG2000...
2015-01-20 Carl HetheringtonLimit length of error messages in the job manager view.
2015-01-19 Carl HetheringtonFix audio analysis; make sure we don't decode video...
2015-01-19 Carl HetheringtonVideoDecoder::_same can just be a local.
2015-01-19 Carl HetheringtonRemove unused variable.
2015-01-17 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2015-01-17 Carl HetheringtonUpdate for libsub1 API changes.
2015-01-17 Carl HetheringtonRemove unused TimedAudioBuffers.
2015-01-16 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2015-01-15 Carl HetheringtonRemove debug code.
2015-01-15 Carl HetheringtonTry to fix some OS X warnings.
2015-01-14 Carl HetheringtonForward-port DAR/SAR UI stuff from 1.x.
2015-01-12 Carl HetheringtonForward-port FTP fix from 1.x.
2015-01-11 Carl HetheringtonComment.
2015-01-11 Carl HetheringtonFix call to dcp::Time constructor.
2015-01-11 Carl HetheringtonRemove unused code.
2015-01-11 Carl HetheringtonAlpha blending fix from 1.x.
2015-01-10 Carl HetheringtonUpdate for libdcp changes.
2015-01-09 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2015-01-09 Carl Hetheringtonpot/merge.
2015-01-09 Carl HetheringtonForward-port 99% crash fix from 1.x.
2015-01-08 Carl HetheringtonComment.
2015-01-07 Carl HetheringtonDon't translate technical_summary().
2015-01-07 Carl HetheringtonMerge branch '2.0' of git.carlh.net:git/dcpomatic into 2.0
2015-01-07 Carl HetheringtonMake a note in the log when XYZ values are clamped...
2015-01-06 Carl HetheringtonHeader guard.
2015-01-06 Carl HetheringtonAdd some writer-loop debugging from 1.x; ignore out...
2015-01-06 Carl HetheringtonHeader guard.
2015-01-06 Carl HetheringtonDefault to logging at DEBUG level.
2015-01-06 Carl HetheringtonAdd log TYPE_DEBUG from 1.x.
2015-01-05 Carl HetheringtonIncrease stored-frames limit; fix skip_frame_test refer...
2015-01-05 Carl HetheringtonFix incorrect use of FrameRateChange::factor(); if...
2015-01-05 Carl HetheringtonFix error reporting by transcode job; no need to set...
2015-01-05 Carl HetheringtonAssert in one case where memory usage can build up...
2015-01-04 Carl HetheringtonFix loading of 1.x metadata.
2015-01-04 Carl HetheringtonAdapt for changes to libdcp.
2015-01-04 Carl HetheringtonIgnore AVERROR_INVALIDDATA from av_read_frame() as...
2015-01-04 Carl HetheringtonFix loading of SMPTE subtitles that are not MXF-wrapped.
2015-01-03 Carl HetheringtonVarious libdcp API changes.
2014-12-28 Carl HetheringtonBasic adaptations for changes to libdcp1 colour convers...
2014-12-23 Carl HetheringtonFix warning and add comment.
2014-12-23 Carl HetheringtonRemove unused code.
2014-12-22 Carl HetheringtonRemove some unused code.
2014-12-22 Carl HetheringtonRemove POSIX backtraces; move ScopedTemporary into...
2014-12-22 Carl HetheringtonMore libsub tweaks.
2014-12-21 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2014-12-21 Carl HetheringtonFix build.
2014-12-21 Carl HetheringtonMerge branch '1.0' of git.carlh.net:git/dcpomatic into 2.0
2014-12-21 Carl HetheringtonDon't create subtitle content if there is an empty...
2014-12-21 Carl HetheringtonRevert most of vertical positioning stuff from previous...
2014-12-21 Carl HetheringtonUpdate xml_subtitle_test result now that subtitles...
2014-12-21 Carl HetheringtonFix typos on hand-applying patch.
2014-12-20 Carl HetheringtonMissing file.
2014-12-20 Carl HetheringtonMissing include.
2014-12-20 Carl HetheringtonHand-apply d849d411cff28ef5453085791d0b4d7cd73bd070...
2014-12-20 Carl HetheringtonHand-apply 6fc77d362ee50747d0ff1626720ccd6d3704d9a4...
2014-12-20 Carl HetheringtonBasic pass-through of font information when using DCP...
2014-12-18 Carl HetheringtonForward-port fixes to Show DCP from master.
2014-12-16 Carl HetheringtonSave and load subtitle font details.
2014-12-15 Carl HetheringtonStart of Fonts dialog for setting up subtitle fonts.
2014-12-15 Carl HetheringtonMore fixes for newer libdcp.
2014-12-15 Carl HetheringtonModify for new libdcp API.
2014-12-15 Carl HetheringtonHand-apply 96593d0ea6eb7b01ee97c8292c4546fc56d3da9d...
2014-12-15 Carl HetheringtonHand-apply 155b4b9f615f42b5cc26e2953860aba34b17bbc0...
2014-12-15 Carl HetheringtonFix previous.
2014-12-15 Carl HetheringtonHand-apply 75be314ee89fb2f4e783b4079f7fabf69e79d636...
2014-12-11 Carl HetheringtonFix another cocked up merge.
2014-12-11 Carl HetheringtonMerge.
2014-12-11 Carl HetheringtonAdd language property to SubtitleContent and use it...
2014-12-11 Carl HetheringtonInitial UI / backend storage.
2014-12-10 Carl HetheringtonTrim unused stuff.
2014-12-09 Carl HetheringtonFix fill_2d not doing what it is specified to do.
2014-12-09 Carl HetheringtonForward-port DCA footer fix from master.
2014-12-09 Carl HetheringtonVarious fixes pointed out by tests.
2014-12-09 Carl HetheringtonHand apply 5e96dbee6de3b4baf82083e5c7169f27e6051c5b...
2014-12-08 Carl HetheringtonHand-apply 63142d58947cf10ed6f6eaeb42508eaa374a6a93...
next