Bump version
[dcpomatic.git] / ChangeLog
1 2013-03-26  Carl Hetherington  <cth@carlh.net>
2
3         * Version 0.78beta9 released.
4
5 2013-03-26  Carl Hetherington  <cth@carlh.net>
6
7         * Version 0.78beta8 released.
8
9 2013-03-26  Carl Hetherington  <cth@carlh.net>
10
11         * Add button to cancel jobs.
12
13 2013-03-26  Carl Hetherington  <cth@carlh.net>
14
15         * Version 0.78beta7 released.
16
17 2013-03-25  Carl Hetherington  <cth@carlh.net>
18
19         * Add option to set user interface language.
20
21 2013-03-25  Carl Hetherington  <cth@carlh.net>
22
23         * Version 0.78beta6 released.
24
25 2013-03-24  Carl Hetherington  <cth@carlh.net>
26
27         * Add UI option to select interface language.
28
29 2013-03-21  Carl Hetherington  <cth@carlh.net>
30
31         * Version 0.78beta5 released.
32
33 2013-03-20  Carl Hetherington  <cth@carlh.net>
34
35         * Version 0.78beta4 released.
36
37 2013-03-20  Carl Hetherington  <cth@carlh.net>
38
39         * Version 0.78beta3 released.
40
41 2013-03-20  Carl Hetherington  <cth@carlh.net>
42
43         * Make exception strings translatable (#81).
44
45 2013-03-19  Carl Hetherington  <cth@carlh.net>
46
47         * Version 0.78beta2 released.
48
49 2013-03-19  Carl Hetherington  <cth@carlh.net>
50
51         * Version 0.78beta1 released.
52
53 2013-03-19  Carl Hetherington  <cth@carlh.net>
54
55         * Add it_IT translation from Massimiliano Broggi.
56
57 2013-03-14  Carl Hetherington  <cth@carlh.net>
58
59         * Version 0.77 released.
60
61 2013-03-14  Carl Hetherington  <cth@carlh.net>
62
63         * Version 0.77beta2 released.
64
65 2013-03-14  Carl Hetherington  <cth@carlh.net>
66
67         * Version 0.77beta1 released.
68
69 2013-03-14  Carl Hetherington  <cth@carlh.net>
70
71         * Work-around lack of support for hard links.
72
73         * Fix a few bugs with A/B mode.
74
75 2013-03-08  Carl Hetherington  <cth@carlh.net>
76
77         * Disable show audio button and use content audio selector
78         as appropriate for the audio in the content (#41 and #73).
79
80 2013-03-05  Carl Hetherington  <cth@carlh.net>
81
82         * Version 0.76 released.
83
84 2013-03-05  Carl Hetherington  <cth@carlh.net>
85
86         * Version 0.76beta3 released.
87
88 2013-03-04  Carl Hetherington  <cth@carlh.net>
89
90         * Fix decoding of audio streams with multiple
91         packets per frame (e.g. wmapro).
92
93 2013-03-02  Carl Hetherington  <cth@carlh.net>
94
95         * Add option to specify the DCP's frame
96         rate (part of #56).
97
98         * Add a description of what each video format
99         means to the UI.
100
101 2013-03-01  Carl Hetherington  <cth@carlh.net>
102
103         * Version 0.76beta2 released.
104
105 2013-03-01  Carl Hetherington  <cth@carlh.net>
106
107         * Add primitive feature to plot graphs
108         of the soundtrack (#67).
109
110         * Version 0.76beta1 released.
111
112 2013-02-27  Carl Hetherington  <cth@carlh.net>
113
114         * Version 0.75 released.
115
116 2013-02-27  Carl Hetherington  <cth@carlh.net>
117
118         * Version 0.75beta1 released.
119
120         * Fix support for some YUV444 pixel formats.
121
122 2013-02-23  Carl Hetherington  <cth@carlh.net>
123
124         * Version 0.74 released.
125
126 2013-02-23  Carl Hetherington  <cth@carlh.net>
127
128         * Version 0.74beta1 released.
129
130 2013-02-21  Carl Hetherington  <cth@carlh.net>
131
132         * Version 0.73 released.
133
134 2013-02-20  Carl Hetherington  <cth@carlh.net>
135
136         * Version 0.73beta9 released.
137
138 2013-02-18  Carl Hetherington  <cth@carlh.net>
139
140         * Version 0.73beta8 released.
141
142 2013-02-18  Carl Hetherington  <cth@carlh.net>
143
144         * Version 0.73beta7 released.
145
146 2013-02-17  Carl Hetherington  <cth@carlh.net>
147
148         * Version 0.73beta6 released.
149
150 2013-02-17  Carl Hetherington  <cth@carlh.net>
151
152         * Version 0.73beta3 released.
153
154 2013-02-16  Carl Hetherington  <cth@carlh.net>
155
156         * Version 0.73beta2 released.
157
158 2013-02-16  Carl Hetherington  <cth@carlh.net>
159
160         * Version 0.73beta1 released.
161
162 2013-02-15  Carl Hetherington  <cth@carlh.net>
163
164         * Fix non-recognition of BMP for still images (#55),
165         reported by Thierry.
166
167 2013-02-12  Carl Hetherington  <cth@carlh.net>
168
169         * Basic option to open the containing folder for a DCP.
170
171         * Don't offer to copy a DCP to the TMS if there isn't
172         a DCP.
173
174         * Fix setup of a default film directory on Windows.
175
176         * Remove libx264 dependency.
177
178         * Rearrange main window slightly so that the progress
179         area is larger; give jobs "details" buttons to find out
180         more about any errors that occur.
181
182 2013-02-02  Carl Hetherington  <cth@carlh.net>
183
184         * Tidy up filters dialog by not showing those
185         that are not configured in FFmpeg, and by splitting
186         them up into categories.
187
188         * Fix infinite loop of error messages when
189         `playing back' using a non-existant filter (#39).
190
191         * Encode data straight to MXFs, rather
192         than going via .j2c files.  Should roughly
193         halve required disk space and reduce time
194         taken.
195
196 2013-01-25  Carl Hetherington  <cth@carlh.net>
197
198         * When using formats which pad smaller frames into
199         larger ones, the padding black now shown in
200         the preview.
201
202         * Fix the old DCP content type being left behind
203         when creating a new film.
204
205         * Add option to specify default details
206         for the DCI name details dialog in new
207         Films (#42).
208
209 2013-01-24  Carl Hetherington  <cth@carlh.net>
210
211         * Version 0.72 released.
212
213 2013-01-24  Carl Hetherington  <cth@carlh.net>
214
215         * Version 0.71 released.
216
217 2013-01-24  Carl Hetherington  <cth@carlh.net>
218
219         * Fix lack of audio with trimmed DCPs.
220
221 2013-01-23  Carl Hetherington  <cth@carlh.net>
222
223         * Remove multi-reel support (for now); needs more thinking about
224         and testing.
225
226 2013-01-12  Carl Hetherington  <cth@carlh.net>
227
228         * Version 0.71beta2 released.
229
230 2013-01-12  Carl Hetherington  <cth@carlh.net>
231
232         * Version 0.71beta1 released.
233
234 2013-01-12  Carl Hetherington  <cth@carlh.net>
235
236         * Untested support for splitting DCPs
237         into multiple reels.
238
239 2013-01-09  Carl Hetherington  <cth@carlh.net>
240
241         * Try to build with 0.10.4-ish ffmpeg.
242
243 2013-01-07  Carl Hetherington  <cth@carlh.net>
244
245         * Version 0.70 released.
246
247 2013-01-07  Carl Hetherington  <cth@carlh.net>
248
249         * Fix heinous thinko in mono soundtrack mapping code.
250
251 2013-01-06  Carl Hetherington  <cth@carlh.net>
252
253         * Version 0.70beta3 released.
254
255 2013-01-06  Carl Hetherington  <cth@carlh.net>
256
257         * Postpone linking of duplicate video frames so that copies
258         don't fail on Windows.
259
260 2013-01-06  Carl Hetherington  <cth@carlh.net>
261
262         * Version 0.70beta2 released.
263
264 2013-01-06  Carl Hetherington  <cth@carlh.net>
265
266         * Version 0.70beta1 released.
267
268 2013-01-06  Carl Hetherington  <cth@carlh.net>
269
270         * Put mono soundtracks on the centre speaker, rather
271         than on left (reported by Mike Blakesley).
272
273         * Add format for 16:9 without letterboxing (requested by Lilian
274         Lefranc).
275
276 2012-12-23  Carl Hetherington  <cth@carlh.net>
277
278         * Version 0.69 released.
279
280 2012-12-23  Carl Hetherington  <cth@carlh.net>
281
282         * Version 0.68 released.
283
284 2012-12-22  Carl Hetherington  <cth@carlh.net>
285
286         * Version 0.68beta10 released.
287
288 2012-12-22  Carl Hetherington  <cth@carlh.net>
289
290         * Fix wscripts to work with python 3.
291
292 2012-12-21  Carl Hetherington  <cth@carlh.net>
293
294         * Version 0.68beta9 released.
295
296 2012-12-21  Carl Hetherington  <cth@carlh.net>
297
298         * Version 0.68beta8 released.
299
300 2012-12-21  Carl Hetherington  <cth@carlh.net>
301
302         * Version 0.68beta7 released.
303
304 2012-12-21  Carl Hetherington  <cth@carlh.net>
305
306         * Version 0.68beta6 released.
307
308 2012-12-21  Carl Hetherington  <cth@carlh.net>
309
310         * Fix a few bugs.
311
312         * Update the manual.
313
314 2012-12-20  Carl Hetherington  <cth@carlh.net>
315
316         * Version 0.68beta5 released.
317
318 2012-12-20  Carl Hetherington  <cth@carlh.net>
319
320         * Version 0.68beta4 released.
321
322 2012-12-20  Carl Hetherington  <cth@carlh.net>
323
324         * Version 0.68beta3 released.
325
326 2012-12-20  Carl Hetherington  <cth@carlh.net>
327
328         * Allow still-image DCPs to have external audio added to them (#13).
329
330 2012-12-19  Carl Hetherington  <cth@carlh.net>
331
332         * Version 0.68beta2 released.
333
334 2012-12-19  Carl Hetherington  <cth@carlh.net>
335
336         * Version 0.68beta1 released.
337
338 2012-12-18  Carl Hetherington  <cth@carlh.net>
339
340         * Alter film viewer so that it is much quicker, responds instantly
341         to changes in video filtering settings, and can (roughly) play the
342         source material back.
343
344         * Make the examination of content for length optional, so that
345         if a source file has an accurate header you can trust it.
346
347 2012-12-18  Carl Hetherington  <cth@carlh.net>
348
349         * Version 0.67 released.
350
351 2012-12-18  Carl Hetherington  <cth@carlh.net>
352
353         * Support non-planar float and signed
354         16-bit planar audio; be less
355         crashy when unsupported audio formats
356         are found.
357
358 2012-12-18  Carl Hetherington  <cth@carlh.net>
359
360         * Version 0.66 released.
361
362 2012-12-18  Carl Hetherington  <cth@carlh.net>
363
364         * Version 0.65 released.
365 >>>>>>> master
366
367 2012-12-13  Carl Hetherington  <cth@carlh.net>
368
369         * Version 0.64 released.
370
371 2012-12-13  Carl Hetherington  <cth@carlh.net>
372
373         * Version 0.63 released.
374
375 2012-12-13  Carl Hetherington  <cth@carlh.net>
376
377         * Re-fix reports of zero audio channels
378         with soundtracks of some source files.
379
380 2012-12-13  Carl Hetherington  <cth@carlh.net>
381
382         * Version 0.62 released.
383
384 2012-12-13  Carl Hetherington  <cth@carlh.net>
385
386         * Improve progress reporting during the final
387         DCP make job; should stop the bar sitting at 100%
388         for a while during digest creation.
389
390 2012-12-11  Carl Hetherington  <cth@carlh.net>
391
392         * Version 0.61 released.
393
394 2012-12-11  Carl Hetherington  <cth@carlh.net>
395
396         * More .deb dep tweaks.
397
398 2012-12-11  Carl Hetherington  <cth@carlh.net>
399
400         * Version 0.60 released.
401
402 2012-12-11  Carl Hetherington  <cth@carlh.net>
403
404         * Hopefully fix utterly broken partially-static
405         builds for .debs.
406
407         * Fix specification of architecture in .debs.
408
409 2012-12-10  Carl Hetherington  <cth@carlh.net>
410
411         * Add a check-box (which defaults to on) which tells DVD-o-matic
412         not to scan new content files to work out their length, but instead
413         to trust the length from the header.  This length only matters for
414         working out what thumbnails to generate, so it isn't critical.
415         Trusting the header will speed up the "Examine Content" job by
416         a factor of about 2, which is handy for large films.
417
418 2012-12-10  Carl Hetherington  <cth@carlh.net>
419
420         * Version 0.59 released.
421
422 2012-12-09  Carl Hetherington  <cth@carlh.net>
423
424         * Version 0.59beta5 released.
425
426 2012-12-09  Carl Hetherington  <cth@carlh.net>
427
428         * Version 0.59beta4 released.
429
430 2012-12-09  Carl Hetherington  <cth@carlh.net>
431
432         * Version 0.59beta3 released.
433
434 2012-12-09  Carl Hetherington  <cth@carlh.net>
435
436         * Version 0.59beta2 released.
437
438 2012-12-09  Carl Hetherington  <cth@carlh.net>
439
440         * Build against libdcp compiled with -O2 instead
441         of -O3.
442
443 2012-12-05  Carl Hetherington  <cth@carlh.net>
444
445         * Version 0.59beta1 released.
446
447 2012-11-15  Carl Hetherington  <cth@carlh.net>
448
449         * Default to using a DCI name.
450
451         * Support for using external sound files instead
452         of the ones in the video source.
453
454 2012-11-14  Carl Hetherington  <cth@carlh.net>
455
456         * Rearrange the GUI a bit to tidy things up.
457
458         * Some internal reorganisation.
459
460 2012-12-03  Carl Hetherington  <cth@carlh.net>
461
462         * Version 0.58 released.
463
464 2012-12-03  Carl Hetherington  <cth@carlh.net>
465
466         * DVD-o-matic and its dependencies rebuilt with
467         a newer mingw toolchain and with -O2 rather than
468         -O3 to (hopefully) improve reliability on Windows.
469
470         * Fixed problems with 7.1 audio.
471
472 2012-11-10  Carl Hetherington  <cth@carlh.net>
473
474         * Version 0.57 released.
475
476 2012-11-10  Carl Hetherington  <cth@carlh.net>
477
478         * Fix crash when trying to use a DCI name when there
479         is no soundtrack (yet) (reported by Wolfgang Woehl).
480
481 2012-11-07  Carl Hetherington  <cth@carlh.net>
482
483         * Version 0.56 released.
484
485 2012-11-05  Carl Hetherington  <cth@carlh.net>
486
487         * Remove options to black-out the video when cropping the end;
488         it complicates the code and is getting a bit close to video
489         editing.
490
491         * Add option to trim from both the start and
492         the end of the input video.
493
494         * Various bug fixes and code rearrangement.
495
496 2012-10-14  Carl Hetherington  <cth@carlh.net>
497
498         * Basic support for DVD and Blu-Ray subtitles.
499
500         * Re-add DCI naming support.
501
502         * Basic support for selection of audio
503         and subtitle streams.
504
505         * Fixes for audio/video sync in some cases.
506
507         * Cope with videos with varying size and/or
508         pixel format.
509
510         * Fix bug with handling of YUV422-format videos.
511
512 2012-10-09  Carl Hetherington  <cth@carlh.net>
513
514         * Version 0.55 released.
515
516 2012-10-09  Carl Hetherington  <cth@carlh.net>
517
518         * Fix bug possibly causing randomly-occuring
519         black thumbnails.
520
521         * Fix problems with obtaining frame rate of
522         WMV files (reported by Anders Nordentoft-Madsen).
523
524 2012-10-07  Carl Hetherington  <cth@carlh.net>
525
526         * Fix up some bugs when using limited DCP
527         range (reported by Wolfgang Woehl).
528
529         * Don't stretch still images for DCPs, just
530         scale them up and pad them as required.
531
532 2012-10-02  Carl Hetherington  <cth@carlh.net>
533
534         * Version 0.54 released.
535
536 2012-10-02  Carl Hetherington  <cth@carlh.net>
537
538         * When encoding 24 frames per second drop
539         frame (ie 23.976 frames per second) run the
540         video at 24 FPS and resample the audio so
541         that when it is run correspondingly (slightly) fast
542         it remains in sync.
543
544         * Some code cleanup.
545
546 2012-10-01  Carl Hetherington  <cth@carlh.net>
547
548         * Fix aff/666: thumbnail scan is run twice
549         when changing the content file for a film.
550
551 2012-09-28  Carl Hetherington  <cth@carlh.net>
552
553         * Fix crash bug which seems to have been
554         exposed by recent changes to ffmpeg.
555
556 2012-09-27  Carl Hetherington  <cth@carlh.net>
557
558         * Version 0.53 released.
559
560 2012-09-27  Carl Hetherington  <cth@carlh.net>
561
562         * Fix unrecognised capital letters on
563         still-image file extensions.
564
565         * Write hashes of frames to disk and
566         check them before making the final DCP.
567
568 2012-09-24  Carl Hetherington  <cth@carlh.net>
569
570         * Fix problems with overflow on long films.
571
572 2012-09-24  Carl Hetherington  <cth@carlh.net>
573
574         * Version 0.52 released.
575
576 2012-09-23  Carl Hetherington  <cth@carlh.net>
577
578         * Fix alignment of frames per second count.
579
580         * Use hopefully more robust networking
581         code to survive timeouts during reads and
582         writes.
583
584         * Some fixes for bugs when loading Films
585         created on Windows in Linux.
586
587 2012-09-22  Carl Hetherington  <cth@carlh.net>
588
589         * Fix bug on OK-ing gain calculation
590         dialog without entering any values.
591
592         * Improve spacing in some dialogs.
593
594 2012-09-22  Carl Hetherington  <cth@carlh.net>
595
596         * Version 0.51 released.
597
598 2012-09-22  Carl Hetherington  <cth@carlh.net>
599
600         * Improve transcode job progress reporting.
601
602         * Update the slow bits of the properties
603         dialog in a separate thread to improve
604         responsiveness.
605
606         * Fix edit server button on Windows.
607
608 2012-09-22  Carl Hetherington  <cth@carlh.net>
609
610         * Version 0.50 released.
611
612 2012-09-22  Carl Hetherington  <cth@carlh.net>
613
614         * Rename servomatic to servomatic_cli and
615         add a very basic system-tray-dwelling GUI server.
616
617         * Tweak formatting of properties dialogue
618         and add a note of how many J2K frames
619         have already been encoded.
620
621         * Correctly set up crop in the viewer
622         on reloading a film.
623
624 2012-09-18  Carl Hetherington  <cth@carlh.net>
625
626         * Fix non-working removal of encode servers.
627
628         * Add GUI front-end to encode server.
629
630 2012-09-17  Carl Hetherington  <cth@carlh.net>
631
632         * Include servomatic in the Windows install.
633
634         * Add a simple Properties dialog to give
635         an estimate of disk space required for an
636         encode.
637
638 2012-09-17  Carl Hetherington  <cth@carlh.net>
639
640         * Version 0.49 released.
641
642 2012-09-16  Carl Hetherington  <cth@carlh.net>
643
644         * Version 0.48 released.
645
646 2012-09-15  Carl Hetherington  <cth@carlh.net>
647
648         * Slightly speculative fix for failure to
649         take note of audio gain changes caused by
650         the Calculate dialogue.
651
652 2012-09-12  Carl Hetherington  <cth@carlh.net>
653
654         * Fix crash when FFmpeg doesn't set up the audio channel
655         layout for some reason.
656
657 2012-09-01  Carl Hetherington  <cth@carlh.net>
658
659         * Add 1.66-within-flat format.
660
661 2012-08-27  Carl Hetherington  <cth@carlh.net>
662
663         * Version 0.47 released.
664
665 2012-08-23  Carl Hetherington  <cth@carlh.net>
666
667         * Add some more formats.
668
669         * Update to use libdcp 0.11.
670
671         * Fix build with boost filesystem version 2.
672
673 2012-08-10  Carl Hetherington  <cth@carlh.net>
674
675         * Version 0.46 released.
676
677 2012-08-10  Carl Hetherington  <cth@carlh.net>
678
679         * Untested fixes for failure to encode
680         content without audio.
681
682 2012-08-09  Carl Hetherington  <cth@carlh.net>
683
684         * Version 0.45 released.
685
686 2012-08-09  Carl Hetherington  <cth@carlh.net>
687
688         * Fix bug with padding in Scope causing corrupt
689         images.
690
691         * Fix bug when using content file names which
692         start with the name of the film directory.
693
694 2012-08-05  Carl Hetherington  <cth@carlh.net>
695
696         * Version 0.44 released.
697
698 2012-08-04  Carl Hetherington  <cth@carlh.net>
699
700         * Fix bug with content inside the film directory.
701
702 2012-08-04  Carl Hetherington  <cth@carlh.net>
703
704         * Version 0.43 released.
705
706 2012-08-04  Carl Hetherington  <cth@carlh.net>
707
708         * Use wxwidgets .rc file to make Windows version
709         look nicer.
710
711         * Hopefully improve building against different
712         versions of FFmpeg.
713
714 2012-08-04  Carl Hetherington  <cth@carlh.net>
715
716         * Version 0.42 released.
717
718 2012-08-04  Carl Hetherington  <cth@carlh.net>
719
720         * Request admin priviledges on install for Windows 7.
721
722         * Add some missing dependencies to the Windows package.
723
724 2012-08-01  Carl Hetherington  <cth@carlh.net>
725
726         * Version 0.40 released.
727
728 2012-08-01  Carl Hetherington  <cth@carlh.net>
729
730         * Fix a few bugs related to thumbnailing.
731
732         * Update for libdcp version 0.06.
733
734 2012-07-31  Carl Hetherington  <cth@carlh.net>
735
736         * Add option to compute required audio gains to
737         effect the same as a sound processor fader change
738         (currently for Dolby CP750 only).
739
740 2012-07-28  Carl Hetherington  <cth@carlh.net>
741
742         * Version 0.37 released.
743
744 2012-07-28  Carl Hetherington  <cth@carlh.net>
745
746         * Fix missed frames when encoding caused by server
747         threads that are attempting to access non-responding
748         servers.
749
750         * Fix makedcp parsing of -v option.
751
752 2012-07-28  Carl Hetherington  <cth@carlh.net>
753
754         * Version 0.36 released.
755
756 2012-07-28  Carl Hetherington  <cth@carlh.net>
757
758         * Install / version tweaks.
759
760 2012-07-28  Carl Hetherington  <cth@carlh.net>
761
762         * Version 0.35 released.
763
764 2012-07-27  Carl Hetherington  <cth@carlh.net>
765
766         * Version 0.31 released.
767
768 2012-07-27  Carl Hetherington  <cth@carlh.net>
769
770         * Speed up thumbnail display.
771
772         * Various improvements to Windows port.
773
774         * Fix TMS transfer with large files.
775
776         * Clean up audio handling code somewhat.
777
778         * Re-sample audio to 48kHz or 96kHz if necessary.
779
780         * Remove player functionality from DVD-o-matic.
781
782 2012-07-22  Carl Hetherington  <cth@carlh.net>
783
784         * Port to Windows.
785
786         * Use MD5 digest to decide on the directory to put J2C files
787         in, rather than the path of the content.
788
789         * Allow building with current FFmpeg git.
790
791         * Fix problems when creating cut videos in that the audio is too
792         short; pad it with silence.
793
794 2012-07-21  Carl Hetherington  <cth@carlh.net>
795
796         * Version 0.29 released.
797
798 2012-07-21  Carl Hetherington  <cth@carlh.net>
799
800         * Tidy widgets and menus when there is no film loaded.
801
802         * Option to build with Ubuntu 12.04's FFmpeg libraries.
803
804         * Add dialogue box to choose DVD title when ripping.
805
806         * Always do an examine run for new content.
807
808 2012-07-18  Carl Hetherington  <cth@carlh.net>
809
810         * Version 0.26 released
811
812 2012-07-15  Carl Hetherington  <cth@carlh.net>
813
814         * Remove code to use `standard' format DCP long names,
815         as in the wild their use seems to be decreasing, and it
816         makes the GUI simpler.
817
818         * Fix some bugs with sending to servomatic introduced
819         in the adjustments to padding.
820
821         * Write some status text when an unknown-progress
822         job is running.
823
824         * Use new libdcp rather than OpenDCP to generate MXFs
825         and write DCP XML.
826
827 2012-07-14  Carl Hetherington  <cth@carlh.net>
828
829         * Version 0.25 released.
830
831 2012-07-14  Carl Hetherington  <cth@carlh.net>
832
833         * Various GUI cleanups.
834
835         * Remove player from the GUI for now.
836
837         * Fix hash down the left-hand side of encoded DCPs.
838
839         * Add option to black-out the end of an encode, in order
840         to remove unwanted frames of video whilst keeping sound.
841
842         * Fixes to copy-to-server.
843
844         * Fix name of 16:9 format.
845
846 2012-07-08  Carl Hetherington  <cth@carlh.net>
847
848         * Version 0.24 released.
849
850 2012-07-08  Carl Hetherington  <cth@carlh.net>
851
852         * Add support for generating static DCPs from single
853         image files.
854
855         * Add option to copy DCP to a remote server (e.g. a TMS)
856         via SCP.
857
858         * Auto-update thumbs when content changes.
859
860 2012-06-10  Carl Hetherington  <cth@carlh.net>
861
862         * Fix up bad padding setup when there isn't any.
863
864         * Restore sound to playomatic; add assert for bad format.
865
866 2012-05-26  Carl Hetherington  <cth@carlh.net>
867
868         * Fix crash on attempting to use a non-existant filter.
869
870         * src/lib/filter.cc: Fix typo in filter name.
871
872         * Allow configuration of the reference scalers and filters in A/B mode.
873
874         * Fix identification of formats in metadata.
875
876 2012-05-26  Carl Hetherington  <cth@carlh.net>
877
878         * Version 0.23 released.
879
880 2012-05-28  Carl Hetherington  <cth@carlh.net>
881
882         * src/lib/player_manager.cc: possible fix to crash when stopping
883         playback.
884
885         * Fix crash in A/B mode.
886
887 2012-05-26  Carl Hetherington  <cth@carlh.net>
888
889         * Version 0.21 released.
890
891 2012-05-25  Carl Hetherington  <cth@carlh.net>
892
893         * Add option to delay audio with respect to video.
894
895         * src/tools/fixlengths.cc: add a few more options.
896
897 2012-05-22  Carl Hetherington  <cth@carlh.net>
898
899         * src/tools/dvdomatic.cc: fix website address.
900
901         * test: fix up a few test bits.
902
903         * README: very brief introduction to a few things.
904
905 2012-05-22  Carl Hetherington  <cth@carlh.net>
906
907         * Version 0.20 released.