Merge writer-thread with original which was time-cleanup.
[dcpomatic.git] / src / lib /
2013-01-17 Carl HetheringtonMerge writer-thread with original which was time-cleanup.
2013-01-17 Carl HetheringtonMissed offset for multi-reel.
2013-01-17 Carl HetheringtonTry to tidy up frame indexing; use DCP length obtained...
2013-01-17 Carl HetheringtonBasics of doing trim using asset entry point / duration.
2013-01-17 Carl Hetheringtondcp_trim -> trim
2013-01-17 Carl Hetheringtonshared_ptr is a bit excessive for DecodeOptions.
2013-01-17 Carl HetheringtonEncodeOptions can go.
2013-01-16 Carl HetheringtonMore of Encoder can be private.
2013-01-16 Carl HetheringtonAdd some tests and hopefully clarify the DCPFrameRate...
2013-01-16 Carl HetheringtonGive DCPFrameRate a constructor. Add repeat member...
2013-01-13 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2013-01-13 Carl HetheringtonRemove unused method.
2013-01-13 Carl HetheringtonPut CPU info into log, on POSIX at least.
2013-01-13 Carl HetheringtonSome comment tweaks; a little more logging.
2013-01-13 Carl HetheringtonMissing include for older gcc.
2013-01-13 Carl HetheringtonFix content length logging.
2013-01-12 Carl HetheringtonUntested support for splitting into multiple reels...
2013-01-12 Carl HetheringtonTry to move J2K bandwidth and colour LUT to be per...
2013-01-11 Carl HetheringtonMake the previous compile.
2013-01-11 Carl HetheringtonAdd writer thread timing.
2013-01-11 Carl HetheringtonEncoded data must be copied; disambiguate second lock...
2013-01-11 Carl HetheringtonTry a separate writer thread.
2013-01-11 Carl HetheringtonA couple more things in the log.
2013-01-09 Carl Hetheringtonffmpeg 0.10.4 seems not to need a buffersrc.h include.
2013-01-09 Carl HetheringtonTry to allow builds with 0.10.4-era ffmpeg.
2013-01-07 Carl HetheringtonFix heinous thinko in dcp_audio_channels.
2013-01-06 Carl HetheringtonTry to postpone linking of duplicate video frames to...
2013-01-06 Carl HetheringtonA bit more logging.
2013-01-06 Carl HetheringtonFix a crash when there is no audio (but we are set...
2013-01-06 Carl HetheringtonFix thinko in mono->5.1 code.
2013-01-06 Carl HetheringtonAdd format for 16:9 without padding; update changelog.
2013-01-06 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2013-01-06 Carl HetheringtonTry to put mono sound tracks on the centre speaker.
2013-01-06 Carl HetheringtonRemove unused and broken constructor.
2012-12-22 Carl HetheringtonAdd -Wextra and fix the warnings.
2012-12-21 Carl HetheringtonMerge branch 'video-player' of ssh://houllier/home...
2012-12-21 Carl HetheringtonFix crash from previous commit; clear viewer image...
2012-12-20 Carl HetheringtonMerge branch 'video-player' of ssh://houllier/home...
2012-12-20 Carl HetheringtonOnly use last real frame if it exists.
2012-12-20 Carl HetheringtonMerge branch 'video-player' of /home/carl/git/dvdomatic...
2012-12-20 Carl HetheringtonMissing include.
2012-12-20 Carl HetheringtonMerge.
2012-12-20 Carl HetheringtonMissing include.
2012-12-20 Carl HetheringtonMerge branch 'video-player' of /home/carl/git/dvdomatic...
2012-12-19 Carl HetheringtonRe-work again so that there's just one encoder; various...
2012-12-19 Carl HetheringtonUI tweaks for still image DCPs with audio.
2012-12-19 Carl HetheringtonMove audio into Encoder so that J2KStillEncoder can...
2012-12-19 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonTry to add support for signed 16-bit planar; tidy a...
2012-12-18 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonMerge branch 'master' of ssh://houllier/home/carl/git...
2012-12-18 Carl HetheringtonFix merge.
2012-12-18 Carl HetheringtonTry to tidy up subtitle timing and seeks wrt source...
2012-12-18 Carl HetheringtonSupport non-planar float audio.
2012-12-18 Carl HetheringtonMerge branch 'master' into video-player
2012-12-18 Carl HetheringtonTry to throw an exception rather than asserting on...
2012-12-18 Carl HetheringtonFix being tested.
2012-12-17 Carl HetheringtonMinimum still duration of 1s; give new content a defaul...
2012-12-17 Carl HetheringtonRemove debugging.
2012-12-17 Carl HetheringtonFix up image tests.
2012-12-17 Carl HetheringtonVarious fixes to still-image mode.
2012-12-17 Carl HetheringtonMake the viewer respond to filter changes.
2012-12-16 Carl HetheringtonTry again to sort out image alignment a bit.
2012-12-16 Carl HetheringtonA few fixes to still image mode.
2012-12-16 Carl HetheringtonVarious hacks to subtitles etc.
2012-12-16 Carl HetheringtonDo content digest in the examine contents job (fixes...
2012-12-16 Carl HetheringtonMerge speed-up branch.
2012-12-16 Carl HetheringtonRevert "Skipping hacks."
2012-12-16 Carl HetheringtonVarious fixups.
2012-12-16 Carl HetheringtonVarious fixes.
2012-12-16 Carl HetheringtonSmall method rename.
2012-12-16 Carl HetheringtonDecoder handles crop changing.
2012-12-16 Carl HetheringtonSplit Options into encode / decode.
2012-12-16 Carl HetheringtonRemove apply crop flag.
2012-12-16 Carl HetheringtonVarious fixes.
2012-12-16 Carl HetheringtonIntegrated FFmpeg player (slow).
2012-12-15 Carl HetheringtonComment typo.
2012-12-15 Carl HetheringtonRemove thumbnailing stuff.
2012-12-15 Carl HetheringtonSmall cleanup.
2012-12-15 Carl HetheringtonSkipping hacks.
2012-12-15 Carl HetheringtonMerge branch 'master' into speed-up
2012-12-15 Carl HetheringtonMissing include.
2012-12-13 Carl HetheringtonFix regression when AVCodecContext's channel layout...
2012-12-13 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-12-13 Carl HetheringtonTry to hack progress reporting for make DCP to not...
2012-12-13 Carl HetheringtonRemove bugs everywhere; mantis instead. Catch all...
2012-12-10 Carl HetheringtonMerge branch 'master' into speed-up
2012-12-10 Carl HetheringtonFix merge.
2012-12-10 Carl HetheringtonTry to allow users to specify that the film's header...
2012-12-10 Carl HetheringtonAdd trust content header switch.
2012-12-10 Carl HetheringtonOops in previous.
2012-12-10 Carl HetheringtonTry removing force of single-threaded decoding again.
2012-12-07 Carl HetheringtonAllow static builds.
2012-12-06 Carl HetheringtonMore logging tweaks; allow log level to be specified...
2012-12-06 Carl HetheringtonClarify log levels a touch and add a debug message.
2012-12-06 Carl HetheringtonImprove logging slightly.
2012-12-05 Carl HetheringtonMissing virtual destructor.
2012-12-05 Carl HetheringtonBe more gracious when we fail to parse some subtitle...
2012-12-05 Carl HetheringtonMissing virtual destructor.
2012-12-04 Carl HetheringtonMerge master.
next