]> git.sesse.net Git - mlt/blob - NEWS
A little debugging.
[mlt] / NEWS
1 MLT Release Notes
2 -----------------
3
4 Version 0.9.0 - June 2, 2013
5
6 This is a significant enhancement release.
7
8 Build (especially interesting for Linux packagers)
9  * Added --rename-melt and --enable-extra-versioning configure options.
10  * Added symbol versioning on Linux.
11
12 Framework
13  * Improved pause behavior when using buffered rendering in mlt_consumer.
14  * Added mlt_animation API (exposed via Mlt::Properties in C++).
15  * Added mlt_rect and mlt_color types.
16  * Deprecated mlt_geometry API.
17
18 Modules
19  * Support for the latest versions of FFmpeg and Libav (but dropping support
20    for 0.5 and 0.6 versions).
21  * Added alpha channel output to avformat consumer.
22  * Added reconnect and exit_on_disconnect properties to avformat producer.
23  * Added opengl module that uses Movit for GLSL image processing.
24  * Added qglsl consumer to use opengl with avformat, sdi, and decklink.
25  * Added avsync module with blipflash producer and consumer for testing.
26  * Added new "count" producer to gtk2 module.
27  * Changed frei0r to use index-based property names making it impervious to
28    param name changes (param name still accepted for compatibility).
29  * Added default parameter values to frei0r metadata.
30
31 Other
32  * Added more python example web services.
33  * Added the beginnings of unit test suite.
34
35
36 Version 0.8.8 - January 20, 2013
37
38 This is purely a bugfix release. See the ChangeLog or git log.
39
40
41 Version 0.8.6 - November 14, 2012
42
43 This is a re-issue of the 0.8.4 release with a fix for a performance
44 regression on videos that use full-range colorspaces such as yuv420p.
45
46 Version 0.8.4 - November 13, 2012
47
48 This is a bugfix and minor enhancement release.
49
50 * Added playlist-next event and PlaylistNextListener to Ruby binding
51 * FFmpeg 1.0 and libAV master compatibility
52 * Improvements to motion_est filter to generate keyframes for apps
53 * Added audiolevel (measurement) filter
54
55
56 Version 0.8.2 - August 28, 2012
57
58 This is a bugfix and minor enhancement release.
59
60 * Overhaul of A/V sync with libavformat-based inputs.
61 * Fix a major memory leak introduced in previous release.
62 * Fixes to problems revealed by Coverity Scan static analysis.
63 * Improved encoding presets.
64 * melt can now be built without SDL with define MELT_NOSDL, which is handy
65   for running it as a child process on Windows and OS X.
66 * melt can now be signaled to quit, which also makes it more useful as a
67   child process.
68
69 Special thanks to Mikko Rapeli who provided many of the Coverity fixes.
70
71
72 Version 0.8.0 - June 1, 2012
73
74 The minor version is increased due to the addition of time properties!
75 The soname version increased in the process because some mlt_property
76 functions changed; however, very few if any apps actually directly use
77 mlt_property preferring to use mlt_properties instead. In addition:
78
79 * improve seek speed on AVCHD when using FFmpeg v0.9.1+ (NOT Libav!)
80 * composite and dissolve speed improvements on x86-64
81 * improve performance of caching in image producers
82 * add device enumeration to decklink producer and consumer
83
84 Special thanks go to contributors Maksym Veremeyenko and Ed Rogalsky.
85
86
87 Version 0.7.8 - February 13, 2012
88
89 This is a bugfix and minor enhancement release.
90
91 * Improved support for v53 of libavcodec/libavformat
92 * Added "multi" consumer - multiple, simultanous outputs
93 * Added framerate adaption to "consumer" producer and "multi" consumer
94 * Can now use YADIF deinterlacer with decklink producer
95 * Added "rtaudio" consumer for native audio support on multiple platforms
96 * Added ability to request image format closest to source (mlt_image_none)
97 * Added more audio formats
98 * Added vqm (video quality measurement) transition
99
100
101 Version 0.7.6 - October 31, 2011
102
103 This is a bugfix and minor enhancement release.
104
105  * Improved support for v53 of libavcodec/libavformat (0.7 and 0.8 releases)
106  * Major DeckLink consumer improvements
107  * Much more metadata
108  * Added audio-only JACK consumer
109  * Added video stabilization filters
110  * Added dual pass audio normalization to sox filter
111  * Added VITC and VANC capture to DeckLink producer
112  * Added support for writing timecode tracks
113  * Added MLT, frei0r, and SoX version to xml serialization
114  * Added D-10, XDCAM, DNxHD, and Sony-PSP encoding presets
115  * Can now use rotoscoping for masking filters
116  * Added dynamictext filter makes burned-in timecode and similar easier
117  * Added support for consumer element in MLT XML
118  * Added outlining, padding, and alignment to pango filter
119
120 Special thanks go to contributors Maksym Veremeyenko, Brian Matherly, and
121 Marco Gittler.
122
123
124 Version 0.7.4 - July 16, 2011
125
126 This is a bugfix and minor enhancement release.
127
128 Framework
129  * Important: change consumer property profile to mlt_profile.
130  * Improve frame-dropping and drop_max property to mlt_consumer.
131  * Added support for presets for any service through special property named
132    "properties"
133  * Added mlt_profile_from_producer() for auto-profile.
134  * Added mlt_properties_set_lcnumeric() and mlt_properties_get_lcnumeric().
135  * Added LC_NUMERIC to YAML Tiny metadata schema and parser.
136
137 Modules
138  * Added support for more than 2 channels of greater than 16-bit audio.
139  * Added discrete filters for each SoX effect.
140  * Added discrete filters for each LADSPA audio plugin.
141  * Added automatic service metadata for SoX and LADSPA plugins.
142  * Added at least basic metadata for nearly every service.
143  * Added support for decklink on Windows (tested) and Mac OS X (untested).
144  * Added support for JACK transport synchronization.
145  * Added blacklist.txt to jackrack plugin (contains dssi-vst).
146  * Rewrite of decklink consumer.
147  * Added support for live network, multi-stream device, and pipe/fifo sources
148    in avformat producer.
149  * Added LC_NUMERIC attribute to root XML element.
150
151 Melt
152  * Added '-query presets' option.
153  * Added -jack option for transport synchronization.
154  * Send -help and -query output to stdout to make it convenient for pagers.
155
156 Other
157  * Added mlt.Frame.get_image() for Python.
158  * Removed configure option --avformat-svn.
159  * Fixes for locales that use comma for decimal point.
160  * Added presets for DVD, DV, x264, and WebM encoding.
161
162 Since FFmpeg forked and there were a few releases, there is no recommended
163 version at this time. With that said, there were changes to accomodate the
164 API changes with some moderate testing of the 0.6, 0.7, and 0.8 series
165 releases of both FFmpeg and Libav.
166
167
168 Version 0.7.2 - May 1, 2011
169
170 This is a minor release to fix a few things between the 0.7.0 release
171 and the release of Kdenlive 0.8. I recommend Kdenlive v0.8 users to
172 upgrade to this version of Mlt. Beyond that there are some exciting
173 additions to the Blackmagic Design DeckLink plugin!
174
175 Framework
176  * Added mlt_profile_list().
177
178 Modules
179  * Added decklink producer (i.e. capture, live encoding).
180  * Added keyer output for decklink consumer.
181  * Added AVOptions to the avformat service metadata.
182  * Added support for new major API versions (53) of FFmpeg.
183
184 Melt
185  * Added '-query profile' option.
186  * Added '-query formats', '-query audio_codecs' and '-query video_codecs'.
187
188 The recommended version of FFmpeg for use with this release is 0.6.1.
189
190
191 Version 0.7.0 - March 27, 2011
192
193 This is a major new release due to signficant additions to API, framework,
194 and build.
195
196 Build
197  * Added support for Windows via MinGW.
198  * Enabled linsys module by default.
199  * Disabled VDPAU by default and added --avformat-vdpau to enable it.
200  * Added support for swfdec 0.7.
201
202 Framework:
203  * Added parallelism to mlt_consumer when 'real_time' > 1 or < -1.
204  * Added mlt_deque_insert() and mlt_deque_peek().
205  * Added mlt_profile parameter to mlt_producer_new().
206  * Let transitions with no out point run forever.
207  * Added mlt_frame_unique_properties().
208  * Added mlt_frame_set_image() and mlt_frame_set_alpha().
209  * Added mlt_image_format_size() and mlt_audio_format_size().
210  * Added mlt_filter_get_length() and mlt_transition_get_length().
211  * Added mlt_filter_get_progress(), mlt_transition_get_progress(),
212    and mlt_transition_get_progress_delta().
213  * Added mlt_filter_get_position() and mlt_transition_get_position().
214  * Added mlt_properties_lock() and mlt_properties_unlock().
215
216 Modules
217  * Added rotoscoping filter.
218  * Improve libavdevice support (V4L2, ALSA, libdc1394).
219  * Added support for new FFmpeg metadata API.
220  * Various fixes, refactoring, and improvements.
221
222 The recommended version of FFmpeg for use with this release is 0.6.1.
223
224
225 Version 0.6.2 - January 23, 2011
226
227 This is just a minor release to address a few things prior to introducing
228 major changes from other branches.
229
230  * Added force_aspect_ratio property to pixbuf and qimage producers.
231  * Added opacity handling in geometry property of the affine filter and
232    transition.
233  * Added use_normalised property to affine filter.
234  * Added always_active property to affine transition.
235  * Fix building on NetBSD.
236
237 The recommended version of FFmpeg for use with this release is 0.6.1.
238
239
240 Version 0.6.0 - January 1, 2011
241
242 The recommended version of FFmpeg for use with this release is 0.6.1.
243 There were quite a few enhancements and changes including a minor interface
244 change. Therefore, this release gets a jump in the versioning.
245
246 Framework
247  * mlt_profile
248    - Added (Y'CbCr) colorspace attribute.
249    - Added mlt_profile_clone().
250  * Added mlt_consumer_position() and Mlt::Consumer::position().
251  * Added Mlt::Properties::wait_for(string).
252  * Added a version API: mlt_version_get_int() and others.
253  * Added Mlt::Producer::pause().
254  * Added mlt_frame_write_ppm() for debugging.
255
256 Melt
257  * Added automatic detection of profile from first input when profile
258    not specified.
259  * Now exits with error result when consumer fails fatally.
260
261 Modules
262  * Added swfdec producer for Flash files including variables support.
263    (Does not support audio.)
264  * Added consumer for Blackmagic Design DeckLink SDI and Intensity HDMI.
265  * Added Y'CbCr colorspace conversion and option to use full luma range.
266  * Added (de)serialization of profile to XML.
267  * Added support for #frame# variable to the data_show filter.
268  * Added support for frei0r string parameters.
269  * Make FFmpeg formats and codecs available as properties (not just stderr).
270  * Try to load .xml file as MLT XML.
271  * Added a consumer-sdl-paused event to sdl_preview.
272  * Added a consumer-fatal-error event to avformat.
273  * Change composite transition to default to progressive rendering; field-
274    based rendering available only explicitly.
275
276
277 Version 0.5.10 - September 13, 2010
278
279 This is a quick followup to the 0.5.8 release to address an issue I want to
280 address immediately. I noticed an extra unconditional colorspace conversion
281 to and from RGB was added for all YCbCr (YUV) video sources. In addition, I
282 have enabled the avcolor_space filter on OS X since it works now.
283
284
285 Version 0.5.8 - September 12, 2010
286
287 The recommended version of FFmpeg for use with this release is 0.6.
288 This is a maintenance release to address some bugs that appeared
289 thus far in the 0.5.x series. Beyond that is a few enhancements:
290
291 * Added EXIF-based auto-rotation of images to pixbuf and qimage producers.
292 * Improved quality of libswscale-based image conversion and scaling.
293 * Added channelswap and panner audio filters; panner also does balance.
294 * Improve audio waveform and add audiowave video filter.
295 * Enhanced luma filter to work with animated filters such as affine.
296 * Automatically crop 8 bottom lines of 1088 source in a 16:9 project
297   (common in Canon EOS digital cameras).
298 * Added support for inline images in kdenlivetitler.
299
300
301 Version 0.5.6 - June 20, 2010
302
303 The recommended version of FFmpeg for use with this release is 0.6.
304 This is a maintenance release to address some bugs that appeared
305 this far in the 0.5.x series. Beyond that it a few enhancements:
306
307 * Added interpolation to the affine transition and filter.
308 * Added multi-track audio encoding to avformat consumer.
309 * Added interlaced field rendering to kdenlivetitle producer.
310
311
312 Version 0.5.4 - April 19, 2010
313
314 The recommended version of FFmpeg for use with this release is SVN r21322.
315 This is another maintenance release to address some bugs that appeared
316 this far in the 0.5.x series. Beyond that it adds two things that only
317 very specific users will see:
318
319 * Added C# (ECMA CLR) binding (not enabled by default).
320 * Linsys SDI consumer now configures itself from MLT profile.
321
322
323 Version 0.5.2 - March 10, 2010
324
325 The recommended version of FFmpeg for use with this release is SVN r21322.
326 This is a minor maintenance release, but it is interesting because it now
327 enables usage of libswscale as the default choice for image scaling,
328 image format conversion, and color space conversion. That gives better
329 quality and performance. In addition, there are some improvements in the
330 sdl_preview consumer to make it suitable for use in OpenShot 1.1. Other
331 things:
332
333 * Fixed mlt++/MltFilteredProducer
334 * Fixed playing to the end in Kdenlive (mantis bug 1207)
335 * Fixed crash load uncompressed video
336 * Fixed compiling yadif for non-sse2 builds
337
338
339 Version 0.5.0 - February 15, 2010
340
341 The recommended version of FFmpeg for use with this release is SVN r21322.
342 This is an enhancement release, confined mainly to the modules rather than
343 the framework. In particular, this adds support for VDPAU, YADIF, and HD-SDI
344 technologies!
345
346 configure: added --disable-sse2
347
348 framework:
349 * mlt_cache: added mlt_cache_set_size()
350 * mlt_filter: added data property "service" - set when attached
351 * mlt_frame:
352   - added Doxygen docs
353   - added "previous frame" and "next frame" data properties - available
354     when its producer has _need_previous_next=1
355 * mlt_playlist: added support for negative out point same as length-1
356 * mlt_service:
357   - added mlt_service_cache_purge()
358   - added "_need_previous_next" handling in mlt_service_get_frame()
359   - added firing event "service-changed" in mlt_service_attach()
360
361 modules:
362 * avformat producer:
363   - added decoding H.264 with NVIDIA VDPAU
364     Requires FFmpeg built with vdpau.
365     This is automatically detected and enabled. You can disable this by
366         setting environment variable MLT_NO_VDPAU=1 or property novdpau=1.
367   - added caching of FFmpeg contexts and decoded images
368     This allows large numbers of clips in a project avoiding limitations
369         with number of threads and file descriptors permitted per process.
370     You can disable image caching with property noimagecache=1.
371   - added variant of producer named avformat-novalidate
372   - restored support for video4linux(2)
373 * avformat consumer: added apre, fpre, and vpre preset properties
374 * crop filter: added center_bias integer property
375 * deinterlace filter: added the excellent YADIF as a method
376 * kdenlivetitle producer: added text outlining
377 * linsys/sdi consumer:
378   - added support for HD-SDI
379   - changed name from "linsys_sdi" to just "sdi"
380 * oldfilm filter: added "uneven development" effect
381 * xml producer: add support for unspecified out points
382
383 profiles:
384 * added several missing ATSC (HD) profiles
385 * change descriptions from using Hz to fps
386
387
388 Version 0.4.10 - December 8, 2009
389
390 The recommended version of FFmpeg for use with this release is SVN r19873.
391 This is "hotfix" for the 0.4.8 release that fixes a couple of regression
392 bugs introduced just before the release.
393
394
395 Version 0.4.8 - December 7, 2009
396
397 The recommended version of FFmpeg for use with this release is SVN r19873.
398 This is mainly a maintenance release. Besides bug fixes here are other
399 notable changes.
400
401 modules:
402 * avformat producer:
403   - refactored producer to use much less properties
404   - added support for audio_index=all for linsys_sdi consumer
405   - added force_fps property (does yet not adjust duration)
406 * core/crop: added "center" property to crop filter
407 * linsys_sdi:
408   - added support for >2 audio channels
409   - added property meta.map.audio.<N>.channels=<integer>
410   - added property meta.map.audio.<N>.start=<integer>
411 * qimage/kdenlivetitle: add typewriter effect
412
413
414 Version 0.4.6 - October 7, 2009
415
416 The recommended version of FFmpeg for use with this release is SVN r19873.
417 This release is an enhancement release along with numerous build, A/V synch,
418 concurrency, and other bug fixes.
419
420 configure:  new option --avformat-svn-version
421
422 modules:
423 * avformat: much improved seeking on H.264/MPEG2-TS (AVCHD) (Ivan Schreter)
424 * core: new imageconvert and audioconvert filters (framework refactorization)
425 * linsys: new SDI consumer (Broadcast Centre Europe)
426 * qimage: new kdenlivetitle producer (J.B. Mardelle and Marco Gittler)
427 * sdl: new audio_only consumer for OS X
428
429 mlt++ and swig: update bindings
430
431 framework:
432 * refactored image format conversion
433   mlt_frame.h:
434   - added convert_image() virtual function
435   - added mlt_image_format_name()
436   - removed many mlt_convert_ and scaling/padding functions
437 * refactored audio format conversion
438   mlt_frame.h:
439   - mlt_get_audio() virtual function parameters changed
440   - added convert_audio() virtual function
441   - mlt_frame_get_audio() parameters changed
442   - added mlt_frame_set_audio()
443   - added mlt_audio_format_name()
444   mlt_types.h:
445   - deprecated mlt_audio_pcm
446   - added mlt_audio_s16
447   - added mlt_audio_s32
448   - added mlt_audio_float
449
450
451 Version 0.4.4 - June 30, 2009
452
453 The recommended version of FFmpeg for use with this release is 0.5.0.
454 This release is a minor maintenance update to the 0.4.2 - just build and
455 bug fixes.
456
457 * new configure script options:
458   --swig-languages
459   --rename-melt
460   --mandir
461   --datadir
462 * added man page for melt (not installed)
463 * added invert property to composite transition
464 * added frei0r plugin blacklist, currently only contains facedetect
465 * added Lua binding via SWIG
466
467
468 Version 0.4.2 - May 30, 2009
469
470 The recommended version of FFmpeg for use with this release is 0.5.0.
471 This release is a minor maintenance update to the 0.4.0 - just build and
472 bug fixes.
473
474
475 Version 0.4.0 - May 17, 2009
476
477 The recommended version of FFmpeg for use with this release is 0.5.0.
478
479 This release is primarily a reorganization of the mlt and mlt++ projects.
480 In brief:
481 * "inigo" was renamed "melt"
482 * "westley" is no longer the XML file extension and root element - they are
483   simply "mlt" now
484 * mlt++ is included with mlt and no longer a separate project
485 * miracle, valerie, and humperdink were moved to a new, separate project
486 For details: http://www.mltframework.org/twiki/bin/view/MLT/ExtremeMakeover
487
488 avformat producer improvements:
489 * improve audio synchronization
490 * improve reliability of video playback with FFmpeg newer than v0.5.0
491 * improve seeking performance of DNxHD and HuffYUV
492
493
494 Version 0.3.8 - April 15, 2009
495
496 The recommended version of FFmpeg for use with this release is SVN r17923.
497
498 This almost entirely a bugfix release to coincide with the Kdenlive 0.7.3
499 release. See the ChangeLog (SVN log) for details.
500
501 framework:
502 * added mlt_cache API
503 * improved doxygen documentation comments
504 * added some 15 fps profiles
505 * improved color property handling (support web-style '#' color value)
506 * add const qualifier to many string parameters
507
508 modules:
509 * core: improved brightness filter
510 * core: added image crop filter
511 * frei0r: added support for producer/source plugins
512 * frei0r: added support for color parameters
513 * sdl: added window_background color property
514
515
516 Version 0.3.6 - February 2, 2009
517
518 The recommended version of FFmpeg for use with this release is SVN r16849.
519
520 This almost entirely a bugfix release to coincide with the Kdenlive 0.7.2
521 release. See the ChangeLog (SVN log) for details.
522
523 framework:
524 * added mlt_log logging API
525 * improved doxygen documentation comments
526
527 avformat module:
528 * consumer: report list of muxers when f=list and codecs when acodec=list or
529   vcodec=list
530 * consumer: added support for an=1 or acodec=none and vn=1 or vcodec=none
531 * producer: list available demuxers and decoders when constructor arg is like
532   f-list[[,]acodec-list][[,]vcodec-list]
533
534
535 Version 0.3.4 - December 29, 2008
536
537 The recommended version of FFmpeg for use with this release is SVN r16313.
538
539 This almost entirely a bugfix release. See the ChangeLog (SVN log) for details.
540 There are a few notes:
541
542 framework:
543 * improved doxygen documentation comments (work in progress)
544   published docs are at http://mltframework.org/doxygen/
545
546 avformat module:
547 * added support for AVOption parsing to producer
548 * added filter_swscale as alternative rescaler
549 * added recommended FFmpeg revision to configure option --help
550 * use recommended FFmpeg revision with --avformat-svn on release versions
551 * added configure option --avformat-no-codecs
552 * added configure option --avformat-no-filters
553
554 misc:
555 * new profile atsc_1080i_50
556 * added --disable-sse option to configure script
557 * improved build for OS X and x86-64 and improved handling of mmx/sse
558
559
560 Version 0.3.2 - November 10, 2008
561
562 In addition to bug fixes detailed in the ChangeLog, here is a list of
563 enhancements.
564
565 framework:
566 * deprecated mlt-config; use pkg-config instead
567 * added more HD profiles
568
569 modules:
570 * sdl: added fullscreen property
571 * sox: sox v14.1.0 compatibility
572 * gtk: added force_reload property to producer_pixbuf
573 * frei0r: added support for YAML Tiny metadata
574 * frei0r: added keyframe support on double and boolean parameters
575 * oldfilm: added keyframe support for filter_vignette
576 * kdenlive: added filter_freeze
577
578 inigo:
579 * added -version, -silent, and -progress options
580 * improved output of usage information
581 * removed realtime process scheduling
582
583
584 Version 0.3.0 - August 5, 2008
585
586 framework:
587 * fix bugs with introduction of mlt_profile in v0.2.4
588 * added versioning to libs
589 * remove module registry and add dynamic module loading:
590   added mlt_repository_register, mlt_repository_consumers,
591   mlt_repository_filters, mlt_repository_producers, mlt_repository_transitions
592 * new module metadata system based on YAML Tiny:
593   added mlt_repository_register_metadata, mlt_repository_metadata,
594   mlt_repository_languages, mlt_properties_is_sequence,
595   mlt_properties_parse_yaml, mlt_properties_serialise_yaml, and
596   added metaschema.yaml Kwalify schema file
597 * mlt_consumer: added threaded, non-lossy processing when real_time=-1
598 * added autoclose property to mlt_playlist for sequential processing
599   of very large playlists (prevents resource exhaustion)
600 * mlt_factory_init now returns the global mlt_repository
601 * change mlt_repository_fetch to mlt_repository_create
602 * change mlt_factory_prefix to mlt_factory_directory
603 * added mlt_field_disconnect_service
604
605 modules:
606 * move all modules from $datadir to $libdir
607 * new oldfilm module by Marco Gittler
608 * new frei0r module by Marco Gittler
609 * new dgraft module by Dan Dennedy for inverse telecine (not ready yet)
610 * avformat: added support for multi-threaded encoding and decoding
611 * consumer_avformat: added support for AVOption to support all ffmpeg options
612   using ffmpeg-style property names
613 * consumer_avformat: added support for dual pass encoding
614 * qimage: added support for Qt4
615 * sox: added support for sox v14.0.0
616 * transition_composite: added animatable geometry-type "pan" property to crop
617   and pan instead of automatic down-scale
618
619 inigo:
620 * added -query option to lookup module metadata
621 * added -profile option and support for progress=1 for kdenlive
622
623
624 Version 0.2.4 - August 4, 2007
625
626 * framework: new extensible profiles system to replace MLT_NORMALISATION
627 * module avformat: interlaced coding support for ffmpeg/libavcodec
628 * module avformat: build improvements for --avformat-svn
629 * new effectv module with BurningTV video filter
630 * module qimage: added support for psd, xcf and exr images
631 * numerous bugfixes
632
633
634 Version 0.2.3 - April 9, 2007
635
636 * Addition of kdenlive module
637 * Support for ffmpeg from subversion
638 * Support for ffmpeg libswscale
639 * Copyright and license cleanup
640
641
642 Version 0.2.2 - May 27, 2006
643
644 * Prepared specifically for the kdenlive 0.3 release.
645 * Contains some patches to support rgb24a output for the gdk-pixbuf and qimage
646   producers as well as some minor bugfixes.
647
648
649 Version 0.2.1 - December 5, 2005
650
651 * Many improvements since initial releases due to development of Shotcut and
652   Jahshaka editing interfaces.
653
654
655 Version 0.1.1 - June 9, 2004
656
657 * Minor modifications and bug fixes from the previous release. Better
658   ffmpeg/avformat integration and more reliable playback.
659
660
661 Version 0.1.0 - May 6, 2004
662
663 * First official release