]> git.sesse.net Git - mlt/log
mlt
18 years agosrc/framework/mlt_frame.c
lilo_booter [Tue, 5 Jul 2005 09:31:09 +0000 (09:31 +0000)]
src/framework/mlt_frame.c
+ Correction for aspect ratio of synthesized test card

src/framework/mlt_playlist.c
+ Special case for handling fx cuts

src/modules/fezzik.dict
+ Convenience jfx and jef extensions for jahshaka

src/modules/core/transition_composite.c
+ Ensure that scaling and correct image extraction is handled

src/modules/core/transition_luma.c
+ Ensure that scaling and correct image extraction is handled

src/modules/gtk2/producer_pixbuf.c
+ Allow user overrides for progressive and aspect_ration

src/modules/westley/producer_westley.c
+ Special case for fx cuts

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@748 d19143bc-622f-0410-bfdd-b5b2a6649095

18 years agosrc/modules/sdl/consumer_sdl.c
lilo_booter [Mon, 27 Jun 2005 16:48:11 +0000 (16:48 +0000)]
src/modules/sdl/consumer_sdl.c
+ (Re)Added audio volume control

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@746 d19143bc-622f-0410-bfdd-b5b2a6649095

18 years agosrc/framework/mlt_tractor.c
lilo_booter [Mon, 27 Jun 2005 07:47:07 +0000 (07:47 +0000)]
src/framework/mlt_tractor.c
+ Added support for pango usage on audio only fx cuts (sigh...)

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@745 d19143bc-622f-0410-bfdd-b5b2a6649095

18 years agosrc/framework/mlt_tractor.c
lilo_booter [Mon, 27 Jun 2005 05:25:51 +0000 (05:25 +0000)]
src/framework/mlt_tractor.c
+ Slight modification to allow pango use in fx cuts

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@744 d19143bc-622f-0410-bfdd-b5b2a6649095

18 years agosrc/modules/core/filter_transition.c
lilo_booter [Sun, 26 Jun 2005 21:10:31 +0000 (21:10 +0000)]
src/modules/core/filter_transition.c
src/modules/core/filter_transition.h
+ Initial release

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@743 d19143bc-622f-0410-bfdd-b5b2a6649095

18 years agosrc/framework/mlt_deque.c
lilo_booter [Sun, 26 Jun 2005 21:04:26 +0000 (21:04 +0000)]
src/framework/mlt_deque.c
src/framework/mlt_deque.h
+ Added support for doubles

src/framework/mlt_frame.c
+ Switched order of source/dest audio mix extraction (for transition as filter usage)

src/framework/mlt_tractor.c
- Removed warning introduced from previous checkin (missing ctype.h)
+ Temporary work around to allow frames to carry multiple frames (for transition as filter usage)

src/modules/core/Makefile
src/modules/core/configure
src/modules/core/factory.c
+ Support for new transition filter :-)

src/modules/core/transition_composite.c
src/modules/core/transition_composite.h
- Removed frame properties dependence for process/get_image state communication
+ Extended alpha blending modes to 'and' and 'xor' logic (may change property triggering soon)
+ Provided support for transition as filter usage
+ Cleaned up public copy region functionality

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@742 d19143bc-622f-0410-bfdd-b5b2a6649095

18 years ago+ Cleaned up compositing and alpha usage (all frames always have an alpha mask)
lilo_booter [Sun, 26 Jun 2005 06:39:58 +0000 (06:39 +0000)]
+ Cleaned up compositing and alpha usage (all frames always have an alpha mask)
+ Provided an alternative rendering mechanism ('or' which takes a and b alpha into account)
+ Provided a and b alpha mask overides ('alpha_a' and 'alpha_b')

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@740 d19143bc-622f-0410-bfdd-b5b2a6649095

18 years agosrc/framework/mlt_geometry.c
lilo_booter [Fri, 24 Jun 2005 08:36:21 +0000 (08:36 +0000)]
src/framework/mlt_geometry.c
src/modules/core/transition_composite.c
src/modules/sdl/consumer_sdl.c
src/modules/sdl/consumer_sdl_still.c
+ replaced floats with doubles (attempt to avoid rounding errors?)

src/framework/mlt_tractor.c
+ corrections for fx_cuts (allows animated fx)

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@739 d19143bc-622f-0410-bfdd-b5b2a6649095

18 years ago+ BGa's request for additional westley extensions
lilo_booter [Thu, 23 Jun 2005 04:36:33 +0000 (04:36 +0000)]
+ BGa's request for additional westley extensions

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@738 d19143bc-622f-0410-bfdd-b5b2a6649095

18 years agosrc/framework/mlt_consumer.c
lilo_booter [Wed, 22 Jun 2005 07:29:27 +0000 (07:29 +0000)]
src/framework/mlt_consumer.c
+ Attempt to make all frames have the correct aspect_ratio (works in many but not all cases)

src/framework/mlt_frame.h
+ Provide macro access to the video and image RPN queues

src/framework/mlt_tractor.c
+ Provides orphaned filters

src/modules/core/producer_noise.c
- remove specification of aspect ratio

src/modules/core/filter_watermark.c
src/modules/core/transition_composite.c
src/modules/core/transition_luma.c
src/modules/plus/filter_affine.c
src/modules/plus/transition_affine.c
+ Corrections for frames with an aspect ratio = 0 (supplement to mlt_consumer mod)

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@737 d19143bc-622f-0410-bfdd-b5b2a6649095

18 years agosrc/framework/mlt_consumer.c src/framework/mlt_consumer.h
lilo_booter [Tue, 21 Jun 2005 20:59:39 +0000 (20:59 +0000)]
src/framework/mlt_consumer.c src/framework/mlt_consumer.h
+ Added a general profile handling for size, aspect ratio and display ratio

src/framework/mlt_producer.c
+ Correction to aspect ratio properties

src/inigo/inigo.c
+ Minimalist support for sdl_preview (still not very good)

src/modules/avformat/consumer_avformat.c
+ Takes consumer profile into account

src/modules/core/filter_resize.c
+ Corrections for synthesised producers and aspect ratio (inherits from consumer)

src/modules/core/producer_colour.c
src/modules/core/producer_noise.c
src/modules/gtk2/producer_pango.c
+ Ensures that resize picks up consumer aspect ratio

src/modules/dv/consumer_libdv.c
+ Honour wide screen output

src/modules/gtk2/producer_pixbuf.c
+ Correction for 1:1 aspect ratio

src/modules/kino/Makefile
src/modules/kino/avi.cc
src/modules/kino/avi.h
src/modules/kino/configure
src/modules/kino/filehandler.cc
+ Attempt to allow mov dv files to provide audio

src/modules/sdl/consumer_sdl.c
src/modules/sdl/consumer_sdl_preview.c
src/modules/sdl/consumer_sdl_still.c
+ Takes consumer profile into account

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@736 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoQuick temporary fix for mlt config in non-standard paths (relates to mlt++)
lilo_booter [Sun, 5 Jun 2005 07:48:54 +0000 (07:48 +0000)]
Quick temporary fix for mlt config in non-standard paths (relates to mlt++)

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@735 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoConsumer deinterlace_method property added
lilo_booter [Sat, 4 Jun 2005 11:20:09 +0000 (11:20 +0000)]
Consumer deinterlace_method property added

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@734 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoSanity checks for normalising filters
lilo_booter [Sat, 4 Jun 2005 07:58:14 +0000 (07:58 +0000)]
Sanity checks for normalising filters

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@733 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agolibdv/avformat switching
lilo_booter [Thu, 2 Jun 2005 07:19:15 +0000 (07:19 +0000)]
libdv/avformat switching

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@732 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoSanity checks
lilo_booter [Wed, 1 Jun 2005 10:44:30 +0000 (10:44 +0000)]
Sanity checks

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@731 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoFallback to testcard
lilo_booter [Wed, 1 Jun 2005 10:35:03 +0000 (10:35 +0000)]
Fallback to testcard

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@730 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoNTSC fix
lilo_booter [Sat, 28 May 2005 14:17:39 +0000 (14:17 +0000)]
NTSC fix

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@729 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoAdded bmp support
lilo_booter [Sat, 28 May 2005 13:49:37 +0000 (13:49 +0000)]
Added bmp support

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@728 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoFrame rate properites and factory initialisation
lilo_booter [Sat, 28 May 2005 13:46:29 +0000 (13:46 +0000)]
Frame rate properites and factory initialisation

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@727 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoaudio out fix
lilo_booter [Fri, 27 May 2005 17:53:08 +0000 (17:53 +0000)]
audio out fix

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@726 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoDVCPRO fix
lilo_booter [Tue, 24 May 2005 19:04:34 +0000 (19:04 +0000)]
DVCPRO fix

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@725 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agojpeg and mjpeg fixes
lilo_booter [Mon, 23 May 2005 07:28:43 +0000 (07:28 +0000)]
jpeg and mjpeg fixes

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@724 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agobugfix segfault on closre when filter never invoked
ddennedy [Wed, 11 May 2005 15:26:35 +0000 (15:26 +0000)]
bugfix segfault on closre when filter never invoked

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@723 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoBuild modification to ffmpeg/avformat
lilo_booter [Mon, 9 May 2005 08:00:37 +0000 (08:00 +0000)]
Build modification to ffmpeg/avformat

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@722 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoBourne shell compliance
lilo_booter [Wed, 4 May 2005 19:37:08 +0000 (19:37 +0000)]
Bourne shell compliance

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@721 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoBourne shell compliance
lilo_booter [Wed, 4 May 2005 19:28:54 +0000 (19:28 +0000)]
Bourne shell compliance

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@720 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoCorrections to --avformat-cvs option
lilo_booter [Wed, 4 May 2005 11:58:10 +0000 (11:58 +0000)]
Corrections to --avformat-cvs option

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@719 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoFFMPEG revisions to match current CVS (part 1)
lilo_booter [Wed, 4 May 2005 11:28:12 +0000 (11:28 +0000)]
FFMPEG revisions to match current CVS (part 1)

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@718 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agofix compilation
ddennedy [Wed, 4 May 2005 00:10:53 +0000 (00:10 +0000)]
fix compilation

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@717 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agocleanup and reduce code in jackrack support code and add new jack-less filter_ladspa.
ddennedy [Fri, 22 Apr 2005 04:56:09 +0000 (04:56 +0000)]
cleanup and reduce code in jackrack support code and add new jack-less filter_ladspa.

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@716 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoFix for file identification and dv
lilo_booter [Tue, 19 Apr 2005 13:33:55 +0000 (13:33 +0000)]
Fix for file identification and dv

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@715 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMinor correction
lilo_booter [Fri, 15 Apr 2005 14:37:03 +0000 (14:37 +0000)]
Minor correction

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@714 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoInitial version
lilo_booter [Fri, 15 Apr 2005 14:28:26 +0000 (14:28 +0000)]
Initial version

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@713 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoPreparation for kino support
lilo_booter [Fri, 15 Apr 2005 14:23:10 +0000 (14:23 +0000)]
Preparation for kino support

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@712 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agocorrected pkg-config libdv usage
lilo_booter [Thu, 14 Apr 2005 06:49:23 +0000 (06:49 +0000)]
corrected pkg-config libdv usage

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@711 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoBuild fixes.
dezeroex [Thu, 14 Apr 2005 05:35:57 +0000 (05:35 +0000)]
Build fixes.

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@710 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoAn unfinished attempt at porting the SDL consumer to OS X. What remains is a bug...
dezeroex [Thu, 14 Apr 2005 05:34:35 +0000 (05:34 +0000)]
An unfinished attempt at porting the SDL consumer to OS X. What remains is a bug in libSDL where the SDL screen object becomes a NULL pointer when it shouldn't. This also affects 'ffplay' and the SDL test program 'threadwin -threaded' I think.

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@709 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoA hack to inform Cocoa that is should be multithreaded by spinning of a dummy thread.
dezeroex [Thu, 14 Apr 2005 05:27:30 +0000 (05:27 +0000)]
A hack to inform Cocoa that is should be multithreaded by spinning of a dummy thread.

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@708 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoOS X uses -DDARWIN in /System/Library/Frameworks/CoreFoundation.framework/Headers...
dezeroex [Thu, 14 Apr 2005 05:23:30 +0000 (05:23 +0000)]
OS X uses -DDARWIN in /System/Library/Frameworks/CoreFoundation.framework/Headers/CFBase.h; This in combination with #include <Foundation/Foundation.h> caused compilation errors while porting consumer_sdl to OS X.

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@707 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoLicense update
lilo_booter [Wed, 13 Apr 2005 16:42:32 +0000 (16:42 +0000)]
License update

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@706 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoDisable sox when unavailable
lilo_booter [Wed, 13 Apr 2005 16:38:40 +0000 (16:38 +0000)]
Disable sox when unavailable

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@705 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoDisable jackrack when unavailable
lilo_booter [Wed, 13 Apr 2005 14:56:56 +0000 (14:56 +0000)]
Disable jackrack when unavailable

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@704 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoDisable libdv when unavailable
lilo_booter [Wed, 13 Apr 2005 14:41:53 +0000 (14:41 +0000)]
Disable libdv when unavailable

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@703 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoDisable libsamplerate when unavailable
lilo_booter [Wed, 13 Apr 2005 14:00:55 +0000 (14:00 +0000)]
Disable libsamplerate when unavailable

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@702 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoDisable sdl when unavailable
lilo_booter [Wed, 13 Apr 2005 13:29:13 +0000 (13:29 +0000)]
Disable sdl when unavailable

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@701 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoDisable vorbis when unavailable
lilo_booter [Wed, 13 Apr 2005 13:23:25 +0000 (13:23 +0000)]
Disable vorbis when unavailable

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@700 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoAutomatic disabling off mmx on a OS/X; mmx detection on Linux; other platforms probab...
lilo_booter [Wed, 13 Apr 2005 13:14:33 +0000 (13:14 +0000)]
Automatic disabling off mmx on a OS/X; mmx detection on Linux; other platforms probably broken

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@699 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoDisable xine when mmx not available
lilo_booter [Wed, 13 Apr 2005 13:11:15 +0000 (13:11 +0000)]
Disable xine when mmx not available

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@698 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoConditional compilation of westley/libxml2 components
lilo_booter [Wed, 13 Apr 2005 12:58:18 +0000 (12:58 +0000)]
Conditional compilation of westley/libxml2 components

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@697 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoConditional compilation of gtk2 components
lilo_booter [Wed, 13 Apr 2005 12:47:11 +0000 (12:47 +0000)]
Conditional compilation of gtk2 components

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@696 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMinor but confusing comment fix.
dezeroex [Tue, 12 Apr 2005 23:16:42 +0000 (23:16 +0000)]
Minor but confusing comment fix.

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@695 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoOS/X Patch from Torsten Spindler
lilo_booter [Tue, 12 Apr 2005 09:05:20 +0000 (09:05 +0000)]
OS/X Patch from Torsten Spindler

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@694 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMore const usage
lilo_booter [Tue, 12 Apr 2005 08:29:36 +0000 (08:29 +0000)]
More const usage

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@692 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoAuto deinterlace on pause, fix for audio resampling/test audio and MMX checks in...
lilo_booter [Sat, 9 Apr 2005 09:50:08 +0000 (09:50 +0000)]
Auto deinterlace on pause, fix for audio resampling/test audio and MMX checks in gtk2

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@691 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoavformat-cvs build fix and audio filter correction
lilo_booter [Tue, 5 Apr 2005 13:02:38 +0000 (13:02 +0000)]
avformat-cvs build fix and audio filter correction

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@690 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agomake miracle and albino local use fifo instead of rr rt schedule
ddennedy [Tue, 5 Apr 2005 05:23:16 +0000 (05:23 +0000)]
make miracle and albino local use fifo instead of rr rt schedule

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@689 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agorealtime scheduling updates; suppress libdv errors; add frame property deinterlace_me...
ddennedy [Tue, 5 Apr 2005 05:03:28 +0000 (05:03 +0000)]
realtime scheduling updates; suppress libdv errors; add frame property deinterlace_method; default producer_hold to use onefield; add begin property to producer_pixbuf

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@688 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoFrame rendering event
lilo_booter [Wed, 16 Mar 2005 13:28:29 +0000 (13:28 +0000)]
Frame rendering event

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@686 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoThreading considerations and DVCP WIPE introduced
lilo_booter [Sun, 13 Mar 2005 10:04:51 +0000 (10:04 +0000)]
Threading considerations and DVCP WIPE introduced

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@685 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMinor corrections and more affine experiments
lilo_booter [Wed, 9 Mar 2005 12:50:46 +0000 (12:50 +0000)]
Minor corrections and more affine experiments

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@682 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMinor mods to playout via avformat and miracle unit generation on an xfer
lilo_booter [Mon, 21 Feb 2005 20:15:11 +0000 (20:15 +0000)]
Minor mods to playout via avformat and miracle unit generation on an xfer

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@680 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoReinstatement of entity handling and removal of libxml2 warning for non-existent...
lilo_booter [Mon, 21 Feb 2005 16:06:24 +0000 (16:06 +0000)]
Reinstatement of entity handling and removal of libxml2 warning for non-existent file

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@672 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMinor corrections with alpha and affines
lilo_booter [Fri, 18 Feb 2005 08:44:18 +0000 (08:44 +0000)]
Minor corrections with alpha and affines

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@671 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoSmoother unit load
lilo_booter [Sun, 13 Feb 2005 09:20:05 +0000 (09:20 +0000)]
Smoother unit load

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@668 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoAlphas and global feeds revisted
lilo_booter [Sat, 12 Feb 2005 13:20:35 +0000 (13:20 +0000)]
Alphas and global feeds revisted

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@666 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoSpeed switch corrections
lilo_booter [Sun, 6 Feb 2005 08:16:57 +0000 (08:16 +0000)]
Speed switch corrections

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@661 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoOptional 8 or 16 bit pgm or png lumas; fixes for non-existence
lilo_booter [Sat, 5 Feb 2005 12:01:00 +0000 (12:01 +0000)]
Optional 8 or 16 bit pgm or png lumas; fixes for non-existence

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@660 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoOptional 8 or 16 bit pgm or png
lilo_booter [Sat, 5 Feb 2005 11:58:28 +0000 (11:58 +0000)]
Optional 8 or 16 bit pgm or png

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@659 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agomore affine silliness
lilo_booter [Thu, 3 Feb 2005 09:26:57 +0000 (09:26 +0000)]
more affine silliness

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@658 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoaffine silliness
lilo_booter [Wed, 2 Feb 2005 20:15:15 +0000 (20:15 +0000)]
affine silliness

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@657 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoSMP/HT fixes
lilo_booter [Wed, 2 Feb 2005 12:30:09 +0000 (12:30 +0000)]
SMP/HT fixes

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@655 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agofill for borders
lilo_booter [Tue, 1 Feb 2005 14:30:38 +0000 (14:30 +0000)]
fill for borders

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@654 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoconditional mmx compilation
lilo_booter [Tue, 1 Feb 2005 11:09:27 +0000 (11:09 +0000)]
conditional mmx compilation

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@653 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoint handling on the frame image stack
lilo_booter [Tue, 1 Feb 2005 09:39:55 +0000 (09:39 +0000)]
int handling on the frame image stack

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@652 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years ago64 bit fix and deque int holding
lilo_booter [Tue, 1 Feb 2005 09:37:33 +0000 (09:37 +0000)]
64 bit fix and deque int holding

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@651 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoRefresh count instead of flag
lilo_booter [Mon, 31 Jan 2005 21:05:45 +0000 (21:05 +0000)]
Refresh count instead of flag

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@650 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMutex locking for refresh handling
lilo_booter [Mon, 31 Jan 2005 17:25:22 +0000 (17:25 +0000)]
Mutex locking for refresh handling

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@648 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoWarning removal
lilo_booter [Mon, 31 Jan 2005 15:14:38 +0000 (15:14 +0000)]
Warning removal

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@647 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoWorkaround for test card audio (may need to review)
lilo_booter [Mon, 31 Jan 2005 15:09:01 +0000 (15:09 +0000)]
Workaround for test card audio (may need to review)

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@646 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoEmpty track definition fix
lilo_booter [Mon, 31 Jan 2005 15:07:35 +0000 (15:07 +0000)]
Empty track definition fix

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@645 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoConsumer reworked
lilo_booter [Mon, 31 Jan 2005 15:01:05 +0000 (15:01 +0000)]
Consumer reworked

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@644 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoPointless improvement on a bad filter :-)
lilo_booter [Mon, 31 Jan 2005 14:59:32 +0000 (14:59 +0000)]
Pointless improvement on a bad filter :-)

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@643 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMemory leak fix
lilo_booter [Mon, 31 Jan 2005 14:58:52 +0000 (14:58 +0000)]
Memory leak fix

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@642 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agotitles and global feeds
lilo_booter [Mon, 31 Jan 2005 14:56:52 +0000 (14:56 +0000)]
titles and global feeds

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@641 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMinor corrections
lilo_booter [Mon, 31 Jan 2005 14:48:44 +0000 (14:48 +0000)]
Minor corrections

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@640 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoGlobal/local data show distinction
lilo_booter [Mon, 31 Jan 2005 14:47:32 +0000 (14:47 +0000)]
Global/local data show distinction

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@639 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoRemoved superflous mmx compilation
lilo_booter [Mon, 31 Jan 2005 14:45:46 +0000 (14:45 +0000)]
Removed superflous mmx compilation

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@638 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoGlobal data feed handling
lilo_booter [Mon, 31 Jan 2005 14:16:48 +0000 (14:16 +0000)]
Global data feed handling

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@637 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoWild card filter tracks
lilo_booter [Mon, 31 Jan 2005 14:16:03 +0000 (14:16 +0000)]
Wild card filter tracks

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@636 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMemory leak fix
lilo_booter [Mon, 31 Jan 2005 14:15:22 +0000 (14:15 +0000)]
Memory leak fix

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@635 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoSmall correction to deinterlacing
lilo_booter [Mon, 31 Jan 2005 14:14:42 +0000 (14:14 +0000)]
Small correction to deinterlacing

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@634 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoTest case feeds added
lilo_booter [Tue, 25 Jan 2005 19:12:25 +0000 (19:12 +0000)]
Test case feeds added

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@630 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoRemaining audio handling switched to stacks; Minor corrections to compositing and...
lilo_booter [Tue, 25 Jan 2005 12:35:26 +0000 (12:35 +0000)]
Remaining audio handling switched to stacks; Minor corrections to compositing and mixing; localisation for pango

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@629 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoLocalised data storage and utf-8 properties
lilo_booter [Tue, 25 Jan 2005 12:32:07 +0000 (12:32 +0000)]
Localised data storage and utf-8 properties

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@628 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoTransitions reworked (always_active capabilities); remaining audio handling switched...
lilo_booter [Tue, 25 Jan 2005 12:31:08 +0000 (12:31 +0000)]
Transitions reworked (always_active capabilities); remaining audio handling switched to stacks

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@627 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoCorrection for audio mix
lilo_booter [Tue, 25 Jan 2005 12:28:38 +0000 (12:28 +0000)]
Correction for audio mix

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@626 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoconsumer close fix
lilo_booter [Wed, 19 Jan 2005 13:51:42 +0000 (13:51 +0000)]
consumer close fix

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@623 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoiconv fixes
lilo_booter [Wed, 19 Jan 2005 13:51:11 +0000 (13:51 +0000)]
iconv fixes

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@622 d19143bc-622f-0410-bfdd-b5b2a6649095

19 years agoMinor modifications to compositing options and etv fx
lilo_booter [Sun, 16 Jan 2005 09:25:26 +0000 (09:25 +0000)]
Minor modifications to compositing options and etv fx

git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@617 d19143bc-622f-0410-bfdd-b5b2a6649095