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