]> git.sesse.net Git - mlt/history - src/modules/sdl
Fix waiting for frame in decklink producer.
[mlt] / src / modules / sdl /
2011-05-30 Dan DennedyAdd service metadata for SDL module (WIP).
2011-05-15 Dan DennedyAdd audio_off and frequency to properties passed to...
2011-05-10 Dan Dennedysdl_preview should default to real_time=1
2011-04-21 Dan DennedyFix deadlock in sdl_audio appearing in kdenlive.
2011-03-27 Dan DennedyFix some crashing in sdl_audio.
2011-03-27 Dan DennedyAlso increase audio_buffer default in sdl_audio.
2011-03-24 Dan DennedyDefault sdl_preview prefill to 1.
2011-03-07 Dan DennedyRefactor to use mlt_frame_set_image/_alpha.
2011-03-06 Dan DennedyMerge branch 'roto' of git://github.com/ttill/MLT-roto...
2011-03-02 Dan DennedyFix deadlock in sdl_preview.
2011-02-17 Dan DennedyDisable purging consumer on seek in sdl_audio.
2011-02-14 Dan DennedyPlayout remaining frames in sdl at end-of-stream.
2011-02-14 Dan DennedyFix deadlocks in sdl_preview with parallel-consumer.
2011-01-26 Dan DennedyIncrease default SDL audio buffer to prevent crackling.
2011-01-24 Dan DennedyFix image format consistency and conversion.
2011-01-24 Dan DennedyPass real_time, buffer, and prefill properties onto...
2011-01-24 Dan DennedyLog dropped frames at info log level.
2011-01-24 Dan DennedySDL tweaks for Windows discovered when embedded.
2011-01-24 Dan DennedyFix SDL and keyboard input on Win32.
2011-01-24 Dan DennedyFix build of mingw branch on Linux.
2011-01-24 Dan DennedyInitial port to Windows using MinGW.
2011-01-12 Dan DennedyFix undefined bahavior in SDL module (3066195).
2010-12-24 Dan DennedyRevert "Increase the speed of switching between sdl_sti...
2010-12-20 Dan DennedyIncrease the speed of switching between sdl_still and...
2010-12-17 Dan DennedyFix race-induced intermittent crash in sdl_still (kdenl...
2010-12-16 Dan DennedySynchronize Producer.set_speed(0) with sdl_preview.
2010-12-16 Dan DennedyPrevent a possible deadlock when pausing.
2010-12-12 Dan DennedyFix crash when connecting the sdl_preview to a new...
2010-12-09 Dan DennedyA minor refactoring.
2010-12-09 Dan DennedyAdd a consumer-sdl-paused event.
2010-12-09 Dan DennedyRefactor end-of-stream and speed change.
2010-11-14 Dan DennedyFix the size argument handling.
2010-10-18 Dan DennedyFix including SDL headers (3087522).
2010-09-29 Dan DennedyFix race conditions in SDL (kdenlive-1711).
2010-09-29 j-b-mFix crash in SDL with new kdenlive audio VU meter.
2010-09-26 Dan DennedyRevert new image types.
2010-09-26 Dan DennedyImprove colorspace handling (work in progress)
2010-08-30 Dan DennedyFix segfault in SDL observed in Kdenlive.
2010-08-09 Dan DennedyChange SDL still consumer to use RGBA.
2010-08-05 Dan DennedyMove firing consumer-frame-show to after done with...
2010-05-20 Dan DennedyFix build on non-OSX due to missing parameter name.
2010-05-18 Dan DennedyFix leaking OS X Cocoa objects in SDL consumers.
2010-05-18 Dan DennedyFix leaking OS X Cocoa objects in SDL consumers.
2010-03-03 Dan DennedyFix regressions playing all frames at end (kdenlive...
2010-03-01 Dan DennedyFix minor regression on previous commit to sdl_preview.
2010-02-26 Dan DennedyFix playing all frames at end of project (kdenlive...
2010-02-23 Dan DennedyFix video glitches when switching still and normal...
2010-02-15 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2010-02-05 Dan DennedyDefault SDL to use the onefield deinterlace filter.
2009-12-17 Dan DennedyThis lock makes kdenlive start more reliably in the...
2009-12-15 Dan DennedyRevert a bunch of changes made to SDL for VDPAU.
2009-12-14 Dan DennedyFix for when actual channels does not match requested.
2009-12-11 Dan DennedyMake the SDL consumer cooperate with VDPAU.
2009-09-10 Dan DennedyMerge branch 'mlt_framebuffer' of git://github.com...
2009-09-10 Dan DennedyFix big memory leak when scrubbing.
2009-09-09 j-b-mMerge branch 'master' of git://mltframework.org/mlt
2009-09-09 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2009-09-09 Dan DennedyCleanup pthread mutexes and conditions.
2009-08-31 j-b-mMerge branch 'master' of git://mltframework.org/mlt
2009-08-31 j-b-mMerge branch 'master' of git://mltframework.org/mlt...
2009-08-29 Marco GittlerMerge branch 'kdenlivetitle' of github.com:gmarco/mlt...
2009-08-28 Dan DennedyConvert audio-only SDL consumer to new audio API.
2009-08-28 Dan DennedyCleanup indentation
2009-08-28 Dan DennedyAdd audio-only SDL consumer (for Kdenlive on OS X).
2009-08-27 Marco GittlerMerge branch 'master' of git://mltframework.org/mlt...
2009-08-27 Dan DennedyConvert audio-only SDL consumer to new audio API.
2009-08-27 Dan DennedyCleanup indentation
2009-08-27 Dan DennedyAdd audio-only SDL consumer (for Kdenlive on OS X).
2009-08-16 j-b-mMerge branch 'master' of git://mltframework.org/mlt
2009-08-04 Dan DennedyRefactor audio conversion and mixing.
2009-08-04 Dan DennedyFix some SDL concurrency issues I am seeing in Kdenlive...
2009-07-19 Marco GittlerMerge branch 'master' of git://mltframework.org/mlt...
2009-07-19 Dan DennedyFix image refresh in sdl_still consmuer.
2009-07-14 Marco GittlerMerge branch 'master' into kdenlivetitle
2009-07-14 Dan DennedyFix build on OS X and possibly others.
2009-07-03 Dan DennedyMassive refactoring of image conversion.
2009-06-30 Dan DennedyLog failure to open audio.
2009-06-30 Dan DennedyFix crash with invalid video_driver property.
2009-05-21 Dan DennedyBugfix sdl consumer not using profile.progressive
2009-05-09 Dan DennedyFix over- and under-linking.
2009-05-08 Dan DennedyMerge ../mlt++
2009-05-07 ddennedyPrevent potential divide-by-zero errors in sdl_still...
2009-05-03 ddennedyApply ldflags-order part of ldflags_order patch from...
2009-02-23 ddennedyconsumer_sdl*.c: apply patch from Jean-Baptiste Mardell...
2009-01-29 ddennedyproducer_pixbuf.c, producer_qimage.c, producer_sdl_image.c:
2009-01-23 ddennedyconsumer_sdl.c: bugfix segfault on unchecked pointer
2008-12-21 j-b-mproducer_sdl_image.c: Fix crash when attempting to...
2008-12-20 ddennedyconsumer_sdl.c: let it work without filter_avcolour_space
2008-12-02 ddennedyproducer_pixbuf.c, producer_qimage.c, producer_sdl_imag...
2008-08-12 ddennedyconsumer_sdl.c: added support for fullscreen with no...
2008-02-06 ddennedymlt_repository.[hc]:
2008-02-04 ddennedymove binary modules to libdir - affects MLT_REPOSITORY
2008-02-02 ddennedyframework: remove global profile, rather share one...
2007-12-04 ddennedyproducer_sdl_image.c: fix compilation warning with...
2007-10-13 ddennedyconsumer_sdl.c: fix specifying window size on construct...
2007-08-04 ddennedyconsumer_sdl_still.c: bugfix segfault
2007-08-03 ddennedyconsumer_sdl_still.c: bugfix initialisation of window...
2007-07-15 ddennedyAdded new profiles system: mlt_profile, MLT_PROFILE...
2007-03-30 ddennedyCleanup license declarations and remove dv1394d references.
2007-03-02 j-b-mAllow user to choose video driver and output display
next