Ignore errors from avcodec_receive_frame when flushing video (#2035).
[dcpomatic.git] / test / wscript
2021-06-03 Carl HetheringtonIgnore errors from avcodec_receive_frame when flushing...
2021-05-27 Carl HetheringtonBump libdcp for fix to decryption of SMPTE subtitles.
2021-04-23 Carl HetheringtonFix fopen() on windows to cope with long filenames...
2021-02-23 Carl HetheringtonFix assertion failure in AudioBuffers::copy_from()...
2021-02-15 Carl HetheringtonBasic handling of overlapping video (#1848).
2021-02-01 Carl HetheringtonAdd noise to very small J2K frames (#1902).
2020-12-06 Carl HetheringtonAdd some hints for violations of SMPTE Bv2.1 with subti...
2020-12-03 Carl HetheringtonAdd basic unit test for the disk writer code.
2020-11-26 Carl HetheringtonCalculate hashes for any referenced assets that do...
2020-11-23 Carl HetheringtonRemove swaroop variant.
2020-11-20 Carl HetheringtonSubtitle language handling tweaks; write multiple subti...
2020-11-20 Carl HetheringtonRecover subtitle language metadata from the places...
2020-11-20 Carl HetheringtonMove make_black_test into image_test.
2020-11-20 Carl HetheringtonAlways add FFOC and LFOC markers (#1805).
2020-11-16 Carl HetheringtonObey requests to change the video range of RGB content.
2020-11-02 Carl HetheringtonAdd some tests. v2.15.106
2020-10-12 Carl HetheringtonRemove Image/GraphicsMagick dependency.
2020-10-12 Carl HetheringtonCope with different names for ImageMagick's .pc file...
2020-08-03 Carl HetheringtonAdd unit test for pulldown detection.
2020-06-19 Carl HetheringtonMake Atmos content work more like other content. Now... v2.15.82
2020-05-20 Carl HetheringtonFix enabled/disable overlapping video/audio with DCP...
2020-05-06 Carl HetheringtonAdd a new "Add DKDM" dialogue (#1637).
2020-05-06 Carl HetheringtonAdd some unit tests.
2020-05-04 Carl HetheringtonMissing library from test link list.
2020-05-03 Carl HetheringtonAdd Zipper class and use it in CinemaKDMs.
2020-04-19 Carl HetheringtonAdd LEQ(m) when analysing audio (#1382). v2.15.52
2020-04-16 Carl HetheringtonAdd feature to Socket so that it can send digests of...
2020-04-06 Carl HetheringtonAdd disk writer tool.
2020-02-19 Carl HetheringtonMerge branch 'v2.15.x' of ssh://git.carlh.net/home...
2020-02-19 Carl HetheringtonNicer fix for 2D-labelled-3D checking from master.
2019-10-14 Carl HetheringtonMerge branch 'v2.15.x' of ssh://localhost:2222/home...
2019-10-13 Carl HetheringtonFix failure to load OV after adding a VF to a project.
2019-09-29 Carl HetheringtonImprove OpenFileError so that it doesn't say "opening... v2.15.20
2019-07-02 Carl HetheringtonAdd support for Datasat AP2x and USL sound processors...
2019-06-27 Carl HetheringtonFix incorrect timing of PNG subtitles in second and...
2019-06-09 Carl Hetheringtonswaroop: support validity periods in ecinema KDMs.
2019-01-16 Carl HetheringtonRework command-line parser for dcpomatic_create to... v2.13.103
2019-01-05 Carl HetheringtonFix strange behaviour with single-frame fades (#1440).
2018-12-23 Carl HetheringtonIncomplete encryption of private keys.
2018-11-06 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-11-06 Carl HetheringtonAdd some code to help with profiling the player.
2018-10-13 Carl HetheringtonFix test build.
2018-10-12 Carl HetheringtonUse ImageMagick for test stuff.
2018-10-11 Carl HetheringtonChange MagickImageProxy to FFmpegImageProxy and make...
2018-07-19 Carl HetheringtonAdd very basic test.
2018-06-21 Carl HetheringtonNew tests.
2018-04-19 Carl HetheringtonAdd unit test to trigger #1275 and an assert to prevent...
2018-01-16 Carl HetheringtonIn general the player assumes that it won't receive...
2018-01-05 Carl HetheringtonBackup more than one config on failure to load.
2017-10-10 Carl HetheringtonFix erroneous addition to test/wscript.
2017-10-10 Carl HetheringtonFix disappearing frames while seeking in some cases.
2017-09-01 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2017-09-01 Carl HetheringtonFix corruption of an existing DCP when a new one is...
2017-08-29 Carl HetheringtonNew test.
2017-07-24 Carl HetheringtonMerge mxe branch.
2017-07-24 Carl HetheringtonRemoving explicit link with libbfd and libiberty.
2017-07-12 Carl HetheringtonDon't emit black to fill up to a frame that we're not...
2017-07-12 Carl HetheringtonAdd test for AudioRingBuffers.
2017-06-29 Carl HetheringtonFixes for silence in projects, various cleanups.
2017-06-07 Carl HetheringtonFix incorrect reel numbers in subtitle XML/MXF.
2017-05-31 Carl HetheringtonAllow repeat-frame to work with 3D.
2017-05-29 Carl HetheringtonAdd content_test.cc for tests of particular pieces...
2017-05-10 Carl HetheringtonRename some classes.
2017-05-09 Carl HetheringtonBasic video transcoding working.
2017-04-19 Carl HetheringtonFirst bits of torture test.
2017-04-19 Carl HetheringtonRestore upmixer_a_test and fix resampler flushing.
2017-04-19 Carl HetheringtonRemove video_decoder_fill_test as it was specialised...
2017-04-19 Carl HetheringtonRestore ffmpeg_decoder_sequential_test.
2017-04-19 Carl HetheringtonRestore ffmpeg_decoder_seek_test.
2017-04-19 Carl HetheringtonRestore dcp_subtitle_test.
2017-04-19 Carl HetheringtonRemove another old test.
2017-04-19 Carl HetheringtonRemove seek zero test as I think it's fairly specific...
2017-04-19 Carl HetheringtonRestore player_test and move black_fill_test into it.
2017-04-19 Carl HetheringtonReinstate ffmpeg_audio_only_test.
2017-04-19 Carl HetheringtonResampler test doesn't check anything.
2017-04-19 Carl HetheringtonRe-add audio merger test.
2017-04-19 Carl HetheringtonRemove unnecessary VideoFrame class.
2017-04-19 Carl HetheringtonBasic grunt-work, untested and unfinished, but it compiles.
2017-02-12 Carl HetheringtonAdd test for KDMs with encrypted VF+OV content.
2017-01-29 Carl HetheringtonMissing uselib.
2016-11-08 Carl HetheringtonBasic test that we (roughly) hit average J2K bandwidth...
2016-10-23 Carl HetheringtonMove some tests around.
2016-09-23 Carl HetheringtonFix build of Windows debug version.
2016-07-31 Carl HetheringtonAllow configuration of MXF/XML filenames (part of ...
2016-07-27 Carl HetheringtonAdd test of reel digests.
2016-06-27 Carl HetheringtonFix pango markup when rendering subtitles.
2016-06-14 Carl HetheringtonFix some confusion with filling and VideoFrame.
2016-06-14 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2016-06-13 Carl HetheringtonTry to fix build.
2016-06-13 Carl HetheringtonAdd button to move things to the start of reels (#798).
2016-06-07 Carl HetheringtonAdd new test.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2016-05-25 Carl HetheringtonAdd VideoMXFContent (part of #803).
2016-05-18 Carl HetheringtonRemove Sndfile code and use FFmpeg instead.
2016-05-18 Carl HetheringtonPartial work on using a no-video FFmpeg file.
2016-02-25 Carl HetheringtonPlot video and subtitle on one track and audio on the...
2016-02-21 Carl HetheringtonRearrange test.
2016-01-23 Carl HetheringtonFix estimate of required disk space to take referencing
2015-12-04 Carl HetheringtonDon't need to explicitly link to OpenJPEG.
2015-10-13 Carl HetheringtonSome attempts to block referencing of DCPs when it...
next