2015-04-21 05:33:24 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Apr 19 10:41:02 UTC 2015 - tittiatcoke@gmail.com
|
|
|
|
|
|
|
|
- libmlt for Tumbleweed/Factory is now QT5 based !!
|
|
|
|
|
|
|
|
- Update to 0.9.6
|
|
|
|
+ Framework
|
|
|
|
* Added color_trc (transfer characteristic) property to mlt_consumer and mlt_frame.
|
|
|
|
* Added Mlt::Profile::set_display_aspect(int, int).
|
|
|
|
* Added mlt_pool_stat().
|
|
|
|
* Added mlt_smpte_df and mlt_smpte_ndf to mlt_time_format for non-drop-frame timecode support.
|
|
|
|
* Added Mlt::Tractor::Tractor(Mlt::Profile&).
|
|
|
|
* Added mlt_frame_get_alpha().
|
|
|
|
* Added default, copy, and assignment methods to Mlt::Frame.
|
|
|
|
* Added Mlt::Filter::process(Mlt::Frame&).
|
|
|
|
+ Modules
|
|
|
|
* Added support for color_trc property to avformat and opengl modules.
|
|
|
|
* Performance improvements for composite and matte transitions.
|
|
|
|
* Added fill, halign, and valign properties to affine transition and filter.
|
|
|
|
* Added producer.* and consumer.* properties to consumer producer.
|
|
|
|
* Fixes for libavformat and libavcodec v56.
|
|
|
|
* Dropped support for FFmpeg < v1.0 and Libav < v9.
|
|
|
|
* Added a lumakey filter.
|
|
|
|
* Added a localtime property to dynamictext filter.
|
|
|
|
* Added date/time format string support to dynamictext filter.
|
|
|
|
* Added no_root property to xml consumer.
|
|
|
|
* Added audio-only tone producer.
|
|
|
|
* Added drop property to count producer.
|
|
|
|
* Added caching to pango producer to improve performance.
|
|
|
|
+ Other
|
|
|
|
* Added WMV and WMA avformat consumer presets.
|
|
|
|
* Added a ProRes-Kostya avformat consumer preset.
|
|
|
|
* Changed VP9 WebM preset to use Opus audio codec.
|
|
|
|
* Added 4K UHD and 2.5K QHD profiles.
|
|
|
|
* Added x265-medium and x265-medium-pass1 avformat consumer presets.
|
|
|
|
* Added a unit test for Mlt::Frame.
|
|
|
|
|
|
|
|
- Drop upstreamed patches
|
|
|
|
* mlt-0.9.2-Add-missing-stdlib-include-for-getenv.patch
|
|
|
|
|
2014-11-11 11:38:40 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 11 10:36:56 UTC 2014 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- Temporarly disabled vid.stab support, as the submission to
|
|
|
|
Tumbleweed hit a legal road bump. While it's enabled in the devel
|
|
|
|
project, other packages depending on libmlt are being blocked.
|
|
|
|
|
2014-11-04 09:58:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 4 08:39:23 UTC 2014 - olaf@aepfle.de
|
|
|
|
|
|
|
|
- Enable exif support
|
2014-11-04 10:11:00 +00:00
|
|
|
- Add missing stdlib.h inclusion in qt
|
|
|
|
(mlt-0.9.2-Add-missing-stdlib-include-for-getenv.patch)
|
2014-11-04 09:58:19 +00:00
|
|
|
|
2014-10-27 15:03:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 25 21:04:41 UTC 2014 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Add vid.stab support
|
|
|
|
Add BuildRequires: pkgconfig(vidstab)
|
|
|
|
|
2014-10-16 19:53:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 16 15:45:45 UTC 2014 - nico.kruber@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.9.2
|
|
|
|
+ Framework
|
|
|
|
* Added "boolean" parameter type and "argument" parameter
|
|
|
|
attribute to service metadata schema.
|
|
|
|
* Added mlt_properties_frames_to_time().
|
|
|
|
* Added mlt_properties_time_to_frames().
|
|
|
|
* Changed mlt_events_fire() to return the number of listeners.
|
|
|
|
* Added consumer-thread-create and consumer-thread-join events.
|
|
|
|
* Added LC_NUMERIC handling for Windows.
|
|
|
|
* Added mlt_playlist_mix_out() and mlt_playlist_mix_in().
|
|
|
|
* Added mlt_properties_from_utf8().
|
|
|
|
+ Modules
|
|
|
|
* Renamed "qimage" module to "qt".
|
|
|
|
* Added support for Qt 5.
|
|
|
|
* Added qtext producer, which is now prefered by dynamictext
|
|
|
|
filter over pango.
|
|
|
|
* Added xml-nogl consumer.
|
|
|
|
* Consolidated dgraft, burningtv, and rotoscoping into new
|
|
|
|
plusgpl module.
|
|
|
|
* Added vid.stab module with vidstab and deshake filters. This
|
|
|
|
depends on external vid.stab library unlike its predecessors.
|
|
|
|
* Rewrote opengl module.
|
|
|
|
* Added loudness filter based on EBU R128.
|
|
|
|
* Added rgblut filter to plus module.
|
|
|
|
* Added luma-only liftgammagain filter to plusgpl module.
|
|
|
|
* Added lift_gamma_gain filter to plus module.
|
|
|
|
* Added support new keyframable animated properties to brightness,
|
|
|
|
volume, panner, boxblur, wave, sepia, charcoal, burn, gamma,
|
|
|
|
grain, dust, lines, tcolor, oldfilm.
|
|
|
|
* Added movit.luma transition to opengl module.
|
|
|
|
* Added cbrts consumer to plusgpl module.
|
|
|
|
* Removed the "ppm" PPM-pipe producer.
|
|
|
|
* Added more VITC functionality to decklink module.
|
|
|
|
* Added matte transition to core module.
|
|
|
|
+ DEPRECATION WARNINGS
|
|
|
|
* Deprecate videostab module with videostab and videostab filters.
|
|
|
|
This will not be removed soon in order to keep old scripts and
|
|
|
|
projects functional.
|
|
|
|
* Deprecate the dv (libdv), kino, and vorbis modules. These are
|
|
|
|
scheduled to be removed in next release.
|
|
|
|
- Update use-recommended-freetype-include.patch
|
|
|
|
|
2013-12-12 09:40:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 11 18:59:43 UTC 2013 - hrvoje.senjan@gmail.com
|
|
|
|
|
|
|
|
- Added use-recommended-freetype-include.patch -- Freetype upstream
|
|
|
|
recommends using their macros together with ft2build include.
|
|
|
|
Positive sideeffect is that this patch makes it build with both
|
|
|
|
freetype2 2.5.1, and older version
|
|
|
|
|
2013-06-30 09:51:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 30 07:56:10 UTC 2013 - tittiatcoke@gmail.com
|
|
|
|
|
|
|
|
- Update to 0.9.0
|
|
|
|
* new, properly integrated property animation API
|
|
|
|
* Improved pause behavior when using buffered rendering in
|
|
|
|
mlt_consumer.
|
|
|
|
* Added mlt_color type.
|
|
|
|
* Deprecated mlt_geometry API.
|
|
|
|
* Support for the latest versions of FFmpeg and Libav (but
|
|
|
|
dropping support for 0.5 and 0.6 versions).
|
|
|
|
* Added alpha channel output to avformat consumer.
|
|
|
|
* Added reconnect and exit_on_disconnect properties to avformat
|
|
|
|
producer.
|
|
|
|
* Added qglsl consumer to use opengl with avformat, sdi, and
|
|
|
|
decklink.
|
|
|
|
* Added avsync module with blipflash producer and consumer for
|
|
|
|
testing.
|
|
|
|
* Added new "count" producer to gtk2 module.
|
|
|
|
* Changed frei0r to use index-based property names making it
|
|
|
|
impervious to param name changes (param name still accepted
|
|
|
|
for compatibility).
|
|
|
|
* Added default parameter values to frei0r metadata.
|
|
|
|
* Added more python example web services.
|
|
|
|
* Started a unit test suite.
|
|
|
|
|
|
|
|
- Dropped patch libmlt-0.8.0-versioned_dirs.patch due to upstream
|
|
|
|
support for versioning (--enable-extra-versioning configure flag)
|
|
|
|
|
2013-05-02 10:32:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 2 10:31:45 UTC 2013 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- By default disable VDPAU as requested by Dan Dennedy
|
|
|
|
|
2013-04-19 15:36:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 19 12:13:34 CEST 2013 - tiwai@suse.de
|
|
|
|
|
|
|
|
- Fix missing buildrequire for alsa-devel
|
|
|
|
|
2013-01-30 22:49:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jan 21 22:15:35 UTC 2013 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Update to 0.8.8
|
|
|
|
* Purely a bugfix release
|
|
|
|
|
2012-11-30 11:01:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 30 10:24:00 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Make multiple versions of melt parallel installable
|
|
|
|
|
2012-11-27 22:34:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 27 21:21:23 UTC 2012 - crrodriguez@opensuse.org
|
|
|
|
|
|
|
|
- Fix build in non-x86 platforms (ARM, PPC ETC..)
|
|
|
|
|
2012-11-15 12:37:54 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 15 13:39:25 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Update to 0.8.6
|
|
|
|
* Fix a performance regression on videos that use full-range
|
|
|
|
colorspaces such as yuv420p.
|
|
|
|
|
2012-11-14 17:51:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 14 18:46:12 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Update to 0.8.4
|
|
|
|
* Added playlist-next event and PlaylistNextListener to Ruby binding
|
|
|
|
* FFmpeg 1.0 and libAV master compatibility
|
|
|
|
* Improvements to motion_est filter to generate keyframes for apps
|
|
|
|
* Added audiolevel (measurement) filter
|
|
|
|
- Remove libmlt-0.8.2-ffmpeg1.patch and libmlt-0.8.0-optflags.patch.
|
|
|
|
Have been applied upstream.
|
|
|
|
|
2012-10-01 12:27:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 1 13:28:16 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Add libmlt-0.8.2-ffmpeg1.patch to fix build with ffmpeg 1.0
|
|
|
|
|
2012-08-30 23:14:36 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 30 23:08:05 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Update to 0.8.2
|
|
|
|
* Overhaul of A/V sync with libavformat-based inputs.
|
|
|
|
* Fix a major memory leak introduced in previous release.
|
|
|
|
* Fixes to problems revealed by Coverity Scan static analysis.
|
|
|
|
* Improved encoding presets.
|
|
|
|
* melt can now be built without SDL with define MELT_NOSDL, which is handy
|
|
|
|
for running it as a child process on Windows and OS X.
|
|
|
|
* melt can now be signaled to quit, which also makes it more useful as a
|
|
|
|
child process.
|
|
|
|
- Rebase libmlt-0.8.2-vdpau.patch
|
|
|
|
- Remove libmlt-0.8.0-fix_null_pointer_dereference.patch. Applied upstream.
|
|
|
|
|
2012-08-27 09:06:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 27 08:20:18 UTC 2012 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Added libmlt-0.8.0-fix_null_pointer_dereference.patch, fixed
|
|
|
|
upstream. See and BNC # 777416 and upstream comit
|
|
|
|
17a64a9aa20aa27861b6169e38859358a323c5a8
|
|
|
|
|
2012-08-25 14:35:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 25 14:33:18 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Make python-mlt require at least the same version of libmlt++
|
|
|
|
|
2012-08-17 13:10:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Aug 17 14:09:45 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Make vdpau support work without the need of the devel package
|
|
|
|
|
2012-08-16 11:28:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 16 12:27:53 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Package module specific data in the -modules subpackage
|
|
|
|
|
2012-08-12 10:47:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 12 10:46:21 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Add modules and data directories as variables in the .pc file
|
|
|
|
|
2012-08-07 22:45:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 7 21:47:34 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Version modules and data directories
|
|
|
|
- Put the full python module in %python_sitearch
|
|
|
|
- Added "mlt(%{soname})(avformat)" and "python-%{_name}%{soname}"
|
|
|
|
provides to help openshot select the versions it needs
|
|
|
|
|
2012-08-04 17:27:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Aug 4 17:26:43 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Compile the python binding with %{optflags}, getting debug
|
|
|
|
information on the way.
|
2012-08-05 02:08:35 +00:00
|
|
|
- Fix VDPAU support
|
2012-08-04 17:27:39 +00:00
|
|
|
|
2012-06-18 16:04:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 18 16:33:36 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Update to 0.8.0
|
|
|
|
+ Addition of time properties
|
|
|
|
+ ABI incompatible changes to some mlt_property functions
|
|
|
|
+ Improve seek speed on AVCHD when using FFmpeg v0.9.1+ (NOT
|
|
|
|
Libav!)
|
|
|
|
+ Composite and dissolve speed improvements on x86-64
|
|
|
|
+ Improve performance of caching in image producers
|
|
|
|
+ Add device enumeration to decklink producer and consumer
|
|
|
|
- Remove included copy of GPLv3, upstream added it
|
|
|
|
- Remove dependency to x11 when unneeded
|
|
|
|
- Enable VDPAU support in the avformat module
|
|
|
|
|
2012-03-27 12:29:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 27 12:25:23 UTC 2012 - idonmez@suse.com
|
|
|
|
|
|
|
|
- Set license to GPLv3 for discussion in bnc#753622
|
|
|
|
|
2012-03-17 13:20:10 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 10 13:29:19 UTC 2012 - idonmez@suse.com
|
|
|
|
|
|
|
|
- Drop swfdec dependency, swfdec is not maintained.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 23 12:22:47 UTC 2012 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Update to 0.7.8
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jan 2 07:53:01 UTC 2011 - reddwarf@opensuse.org
|
|
|
|
|
|
|
|
- Initial package
|
|
|
|
|