Try to re-work release building script a little.
[dcpomatic.git] / src /
2012-12-04 Carl HetheringtonMerge master.
2012-12-04 Carl HetheringtonMerge branch 'dead-wood'
2012-12-03 Carl HetheringtonRemove film player, DVD ripping, alignment, screen...
2012-12-02 Carl HetheringtonMerge branch 'master' of /home/carl/git/dvdomatic
2012-12-02 Carl HetheringtonAdd missing virtual destructor.
2012-12-02 Carl HetheringtonFix probably-innocuous uninitialised variable.
2012-12-01 Carl HetheringtonMerge branch 'new-env-test'
2012-12-01 Carl HetheringtonMissing virtual destructor.
2012-12-01 Carl HetheringtonRemove unnecessary virtual qualifier.
2012-12-01 Carl HetheringtonMissing virtual destructor.
2012-11-27 Carl HetheringtonRemove unused Config::Changed signal.
2012-11-19 Carl HetheringtonRemove never-tested DVD ripping / title code.
2012-11-19 Carl HetheringtonRemove old alignment widget.
2012-11-19 Carl HetheringtonRemove unused Processor::process_begin; some docs.
2012-11-18 Carl HetheringtonFix mis-alignment of copied AlignedImages; add some...
2012-11-18 Carl HetheringtonFix process end on A/B transcoder too.
2012-11-18 Carl HetheringtonTry to fix back compat.
2012-11-18 Carl HetheringtonCall processor process_end methods as required. Remove...
2012-11-17 Carl HetheringtonAnother attempt to do external audio moderately nicely.
2012-11-16 Carl HetheringtonVarious external audio fixes.
2012-11-16 Carl HetheringtonFix a couple of thinkos in the external audio code.
2012-11-16 Carl HetheringtonFix typo preventing video format being set properly.
2012-11-16 Carl HetheringtonFix never-ending transcodes with FFmpeg audio.
2012-11-15 Carl HetheringtonGPL boilerplate.
2012-11-15 Carl HetheringtonUntested rework of AB transcoder.
2012-11-15 Carl HetheringtonUntested external audio support; AB transcodes still...
2012-11-15 Carl HetheringtonDefault to using a DCI name.
2012-11-15 Carl HetheringtonFix thinko in video signalling.
2012-11-15 Carl HetheringtonTry to fix back compat.
2012-11-14 Carl HetheringtonTry a bit of backwards compatibility in state file.
2012-11-14 Carl HetheringtonBe slightly more backwards compatible.
2012-11-14 Carl HetheringtonUse ImageMagick for tiff decoding too.
2012-11-14 Carl HetheringtonTests pass again.
2012-11-12 Carl HetheringtonUntested; extend CompactImage to return a AVPicture.
2012-11-12 Carl HetheringtonRemove out of date comment.
2012-11-12 Carl HetheringtonMissing files.
2012-11-12 Carl HetheringtonMerge ChangeLog.
2012-11-12 Carl HetheringtonUntested; more movement of stuff out of decoder.
2012-11-11 Carl HetheringtonRename use_source_audio to use_content_audio.
2012-11-11 Carl HetheringtonFix comment.
2012-11-11 Carl HetheringtonUse full names for audio channels.
2012-11-11 Carl HetheringtonVarious small UI tidy-ups.
2012-11-10 Carl HetheringtonMerge master.
2012-11-10 Carl HetheringtonFix crash on trying to obtain a DCI name without an...
2012-11-10 Carl HetheringtonMore various AudioStream hacks.
2012-11-07 Carl HetheringtonMove audio sample format stuff out of Decoder base...
2012-11-07 Carl HetheringtonFFmpeg decoder should only do audio if we're using...
2012-11-07 Carl HetheringtonMove deinterleaving of audio into ffmpeg decoder.
2012-11-07 Carl HetheringtonGUI and metadata for external audio.
2012-11-07 Carl HetheringtonGUI basics for external audio specification.
2012-11-07 Carl HetheringtonMove video into a separate panel.
2012-11-07 Carl HetheringtonMove audio and subtitle settings out to a notebook.
2012-11-05 Carl HetheringtonFix windows build.
2012-11-05 Carl HetheringtonA few comments.
2012-11-05 Carl HetheringtonGUI tweaks.
2012-11-05 Carl HetheringtonTidy up GUI code.
2012-11-05 Carl HetheringtonJob progress tidy-ups.
2012-11-05 Carl HetheringtonFix crash.
2012-11-05 Carl HetheringtonRemove range dialog which I think is pointless now.
2012-11-05 Carl HetheringtonMove trimming into the encoder; seems to be cleaner.
2012-11-04 Carl HetheringtonVarious fixes.
2012-11-04 Carl HetheringtonHoepfully fix end trimming, and fix noise on end of...
2012-11-04 Carl HetheringtonAdd option to specify default film directory.
2012-11-04 Carl HetheringtonFix various bugs.
2012-11-04 Carl HetheringtonVarious range fixes.
2012-11-04 Carl HetheringtonFix merge; other tweaks.
2012-11-04 Carl HetheringtonDo the delay line in floats with an AudioBuffer.
2012-11-04 Carl HetheringtonPartial small cleanup.
2012-11-04 Carl HetheringtonRework counting of audio / video in the decoder a bit.
2012-11-04 Carl HetheringtonRevert "Remove minimal flag."
2012-11-04 Carl HetheringtonRemove minimal flag.
2012-11-04 Carl HetheringtonRemove unused ignore_length parameter.
2012-11-04 Carl HetheringtonVarious work on range setting.
2012-11-04 Carl HetheringtonFix crash when loading a film when one is already loaded.
2012-11-04 Carl HetheringtonMerge master.
2012-11-04 Carl HetheringtonSkip every other frame with 50fps sources.
2012-11-04 Carl HetheringtonFix bugs caught by tests.
2012-11-04 Carl HetheringtonUntested trim of start and end.
2012-11-04 Carl HetheringtonRemove trim action settings.
2012-11-01 Carl HetheringtonMerge branch 'master' of ssh://carlh.dnsalias.org/home...
2012-11-01 Carl HetheringtonLog on av_read_frame error (rather than aborting) and...
2012-11-01 Carl HetheringtonDon't fail if we need to insert stuff right at the...
2012-11-01 Carl HetheringtonTidy up sensitivity of labels.
2012-10-31 Carl HetheringtonHopefully fix up out-of-order decodes.
2012-10-31 Carl HetheringtonTry a different approach to frame duplication in the...
2012-10-31 Carl HetheringtonFix up parent / child member naming confusion.
2012-10-31 Carl HetheringtonDon't emit 0 bytes of audio if video and audio are...
2012-10-31 Carl HetheringtonBe more checky about inputs.
2012-10-30 Carl HetheringtonTry to use the previous frame rather than the current...
2012-10-30 Carl HetheringtonTweak naming.
2012-10-30 Carl HetheringtonFix build.
2012-10-30 Carl HetheringtonInsert / remove frames from the output as required...
2012-10-29 Carl HetheringtonHack around disappearing menu bar in Ubuntu 12.10
2012-10-29 Carl HetheringtonCompile fix for ubuntu 12.10.
2012-10-27 Carl HetheringtonComment tweak.
2012-10-27 Carl Hetheringtoninclude trimming.
2012-10-27 Carl HetheringtonGPL boilerplate.
2012-10-27 Carl Hetheringtoncerr -> log
2012-10-27 Carl HetheringtonTry to separate out filter graph code and use a differe...
2012-10-26 Carl HetheringtonFix up another deadlock. Tidy tests slightly.
next