Bump version
[dcpomatic.git] / src /
2013-12-18 Carl HetheringtonFix progress reporting for 3D DCPs.
2013-12-18 Carl HetheringtonVIDEO_FRAME_TYPE needs to invalidate the player's pieces.
2013-12-18 Carl HetheringtonDisplay description with all video content, not just...
2013-12-18 Carl HetheringtonHopefully fix crash on new film in some strange cases.
2013-12-09 Carl HetheringtonFix pixel format 7 for make_black (#288).
2013-12-08 Carl HetheringtonSmall cleanup with _have_valid_pieces; don't allow...
2013-12-05 Carl HetheringtonFix erroneous full_length() in SndfileContent; it's...
2013-12-04 Carl HetheringtonMake signatures optional (#273).
2013-12-04 Carl HetheringtonSuspend scale / crop / window / subtitle overlay until...
2013-12-04 Carl HetheringtonDo lots of the player processing with less copying.
2013-12-03 Carl HetheringtonAdd play-length control to timing panel (#261).
2013-12-02 Carl HetheringtonFix breakage to adding multiple files at the same time.
2013-12-02 Carl HetheringtonFix crash on double-click of show-audio button.
2013-12-02 Carl HetheringtonFix problems with FFmpeg files that have all-zero strea...
2013-12-02 Carl HetheringtonFix crash on failing to open a frame info file.
2013-12-02 Carl HetheringtonFix erroneous disabling of timing panel with audio...
2013-11-29 Carl HetheringtonFix initialisation order.
2013-11-29 Carl HetheringtonMerge branch '1.0' into 1.0-vob
2013-11-29 Carl HetheringtonMerge master.
2013-11-28 Carl HetheringtonMerge branch '1.0' into 1.0-generated-control
2013-11-28 Carl HetheringtonBump wxwidgets version.
2013-11-27 Carl HetheringtonMerge 1.0-encoding.
2013-11-27 Carl HetheringtonWe only need boost locale on Windows.
2013-11-26 Carl HetheringtonAnother pot merge.
2013-11-26 Carl HetheringtonMissing _() markup.
2013-11-26 Carl HetheringtonUpdate and merge pot files.
2013-11-26 Carl HetheringtonUpdate fr_FR translation from Lilian Lefranc.
2013-11-26 Carl HetheringtonA whole load of UTF-8/-16 confusion fixes for Windows.
2013-11-26 Carl HetheringtonComment.
2013-11-26 Carl HetheringtonTry to fix UTF-8 failure on Windows.
2013-11-26 Carl HetheringtonAdd code to open a console on Win32. Hallelujah.
2013-11-26 Carl HetheringtonWork around working directory error on Windows; bump...
2013-11-26 Carl HetheringtonDon't destroy wxFileDialog before reading from it.
2013-11-25 Carl HetheringtonMore hacks.
2013-11-25 Carl HetheringtonUndo previous guess.
2013-11-25 Carl HetheringtonFix previous.
2013-11-25 Carl HetheringtonUndo previous guess; try passing UTF-16 to Magick:...
2013-11-25 Carl HetheringtonTry using utf8_str to convert wx filenames to boost.
2013-11-25 Carl HetheringtonLink boost locale.
2013-11-25 Carl HetheringtonMissing include.
2013-11-25 Carl HetheringtonAdd voodoo to set locale for boost::filesystem.
2013-11-25 Carl HetheringtonFix windows build.
2013-11-25 Carl HetheringtonRemove another use of fstream.
2013-11-25 Carl HetheringtonSome comments.
2013-11-25 Carl HetheringtonReplace fstream with cstdio in audio analysis serialisa...
2013-11-25 Carl HetheringtonRemove another fstream.
2013-11-25 Carl HetheringtonRemove another ifstream.
2013-11-25 Carl HetheringtonRemove a couple of uses of ofstream.
2013-11-25 Carl HetheringtonAdd fopen_boost; remove a couple of defunct usings.
2013-11-24 Carl HetheringtonVarious joining fixes.
2013-11-23 Carl HetheringtonBasics of joining.
2013-11-23 Carl HetheringtonTidy up a bit.
2013-11-23 Carl HetheringtonUse FileGroup in FFmpeg.
2013-11-23 Carl HetheringtonSmall FileGroup tidy-up; actually build FileGroup test...
2013-11-23 Carl HetheringtonRemove libavformat-specific bit from FileGroup.
2013-11-23 Carl HetheringtonAdd FileGroup.
2013-11-23 Carl HetheringtonRemove Content::path(), add Content::path_summary().
2013-11-22 Carl HetheringtonMerge branch '1.0' into 1.0-vob
2013-11-22 Carl HetheringtonMerge still/moving image classes.
2013-11-22 Carl HetheringtonMake MovingImageContent use Content::_paths rather...
2013-11-22 Carl HetheringtonContent::_path to a vector.
2013-11-22 Carl HetheringtonRemove some debug code.
2013-11-21 Carl HetheringtonTry to fix 13.04 build.
2013-11-20 Carl HetheringtonOnly do long probes of FFmpeg content with the examiner...
2013-11-20 Carl HetheringtonAdd supporter.
2013-11-20 Carl HetheringtonAdd primitive hints dialogue box.
2013-11-20 Carl HetheringtonUse cxml::NodePtr.
2013-11-19 Carl HetheringtonIncrease probe duration for FFmpeg content so that...
2013-11-17 Carl HetheringtonMake specified-server discovery work.
2013-11-17 Carl HetheringtonMore uses of LocaleGuard; hence speculative fix for...
2013-11-16 Carl HetheringtonFix erroneous reset of visible channels in audio level...
2013-11-15 Carl HetheringtonUse 2 decimal places for gamma controls instead of 1.
2013-11-15 Carl HetheringtonUpdate for libquickmail 0.1.16.
2013-11-14 Carl HetheringtonUpdate subtitle / timing panels properly.
2013-11-14 Carl HetheringtonAdd ratio control to multi-select.
2013-11-14 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-14 Carl HetheringtonAdd server configuration back in.
2013-11-13 Carl HetheringtonTrim logging slightly.
2013-11-13 Carl HetheringtonFix small error in fr_FR translation.
2013-11-13 Carl HetheringtonDisable pause/resume button after job cancellation.
2013-11-12 Carl HetheringtonFix bad_alloc exception on audio analysis (and probably...
2013-11-12 Carl HetheringtonTweak formatting of help().
2013-11-12 Carl HetheringtonTweak formatting of help().
2013-11-11 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-11 Carl HetheringtonSpeculative fix for slow-downs and large memory consump...
2013-11-11 Carl HetheringtonTry to neaten things up; first wxChoice.
2013-11-11 Carl HetheringtonAdd a couple of audio properties to the multi-select...
2013-11-11 Carl HetheringtonUse GridBagSizer for audio panel.
2013-11-11 Carl HetheringtonPull more stuff into ContentWidget.
2013-11-11 Carl HetheringtonBasic multiple selection for cropping.
2013-11-11 Carl HetheringtonMerge branch '1.0' into 1.0-multiple-selection
2013-11-11 Carl HetheringtonAdd encryption flag to video state identifier.
2013-11-10 Carl HetheringtonAllow multiple selection; return multiple selection...
2013-11-10 Carl HetheringtonHopefully get rid of spurious black lines around preview.
2013-11-10 Carl HetheringtonUpdate audio channel mapping control when a different...
2013-11-10 Carl HetheringtonUse number of channels rather than 'unknown' for un...
2013-11-09 Carl HetheringtonUpdated es_ES translation from Manuel AC.
2013-11-09 Carl HetheringtonTry to fix crash on drop()ping JobManager. More debugg...
2013-11-09 Carl HetheringtonDrop JobManager on cli-exit for valgrind; use avcodec_f...
2013-11-09 Carl HetheringtonStop strange things happening with zero-length video...
next