]> git.sesse.net Git - mlt/history - src/framework/mlt_consumer.c
make mlt_position type double
[mlt] / src / framework / mlt_consumer.c
2013-05-25 Maksym Veremeyenkomake mlt_position type double
2013-05-08 Dan DennedyMake a bunch of fields of mlt_consumer_s truly private.
2013-04-27 Dan DennedyFix race condition in mlt_consumer_stop().
2013-04-27 Dan DennedyFix crash purging closed queue.
2013-04-26 Dan DennedyMake mlt_consumer_purge() more thorough. (SF-187)
2013-03-17 Dan DennedyMerge branch 'frei0r-metadata'
2013-02-25 Dan DennedyFix crash on missing NULL at end of mlt_events_fire().
2013-02-21 Dan DennedyAdd consumer-thread-started and -stopped events (opengl...
2012-12-22 Dan DennedyAdd mlt_audio_u8 (sourceforce-182).
2012-12-16 Dan DennedyRevert "Improve stop handling in mlt_consumer."
2012-12-01 Dan DennedyImprove stop handling in mlt_consumer.
2012-09-07 Dan DennedyMerge pull request #11 from gmarco/changes
2012-09-04 Dan Dennedyfix synchronizing consumer properties with the profile
2012-08-31 Dan Dennedycleanup doc for consumer-frame-render and -show event...
2012-08-17 Dan Dennedyfix possible null pointer dereferences (coverity-714581)
2012-08-17 Dan Dennedyfix possible null pointer dereference (coverity-709393)
2012-07-25 Dan DennedyMerge pull request #4 from mcfrisk/coverity
2012-07-24 Mikko Rapelimlt_consumer_start(): check return value from mlt_prope...
2012-07-24 Mikko Rapelimlt_consumer_start(): get mutex before accessing put_active
2012-07-24 Mikko Rapelimlt_consumer_new(): handle return value from mlt_consum...
2012-07-24 Mikko Rapelimlt_consumer.c: watch out for null pointer
2012-07-22 Dan Dennedyfix memory leak (coverity-709376)
2012-07-22 Dan Dennedyfix memory leak (coverity-709375)
2012-03-05 Dan Dennedyremove consumer_aspect_ratio property - use profile...
2011-12-11 Dan Dennedyadd consumer properties mlt_image_format and mlt_audio_...
2011-09-02 Dan DennedyAdd consumer property top_field_first.
2011-07-10 Dan DennedyMake maximum consecutive-dropped frames configurable.
2011-07-03 Dan DennedyAdd check for null frame.
2011-06-25 Dan DennedyAdd handling for heavy frame-dropping with real_time>1.
2011-06-25 Dan DennedyImprove reliability of real_time=1 frame-dropping.
2011-06-25 Dan DennedySimplify and comment real_time=1 frame-dropping.
2011-06-07 Dan DennedyChange consumer 'profile' property to 'mlt_profile'
2011-05-28 Dan DennedyMerge branch 'master' of dennedy.org:git/mltframework...
2011-05-26 Dan DennedyPrevent multiple starts on mlt_consumer.
2011-05-15 Dan DennedyImprove frame-dropping for real_time=1.
2011-05-10 Dan DennedyRevert change to max consecutive dropped frames.
2011-04-22 Dan DennedyFix intermitent crash in mlt_consumer consumer_read_ahe...
2011-03-23 Dan DennedyFix a couple null pointer bugs.
2011-03-07 Dan DennedyFix thread cleanup on parallel consumer stop.
2011-03-06 Dan DennedyMerge branch 'roto' of git://github.com/ttill/MLT-roto...
2011-03-01 Dan DennedyRename this to self in the framework.
2011-02-14 Dan DennedyFix deadlocks in sdl_preview with parallel-consumer.
2011-01-26 Dan DennedyMake worker thread handle tracking more portable.
2011-01-24 Dan DennedyFix race condition on frame pointer in parallel consumer.
2011-01-24 Dan DennedyFix multiple workers getting the same frame.
2011-01-24 Dan DennedyUse a single queue for parallel workers.
2011-01-24 Dan DennedyRemove audio processing from the worker threads.
2011-01-24 Dan DennedyFix regression frames out-of-order.
2011-01-24 Dan DennedyFix compiler warning on this enum.
2011-01-24 Dan DennedyChange this log message back to debug level.
2011-01-24 Dan DennedyFix image format consistency and conversion.
2011-01-24 Dan DennedyRemove the tractor service locking.
2011-01-24 Dan DennedyAdd work queue to the parallel consumer.
2011-01-24 Dan DennedyChange this log message to debug level.
2011-01-24 Dan DennedyAdd parallelism to mlt_consumer.
2011-01-24 Dan DennedyQualify queue, mutex, and cond vars with frame_queue_.
2010-12-09 Dan DennedyAdd mlt_consumer_position (Mlt::Consumer::position).
2010-09-26 Dan DennedyMap profile colorspace to consumer property.
2009-12-11 Dan DennedyMake the SDL consumer cooperate with VDPAU.
2009-08-16 j-b-mMerge branch 'master' of git://mltframework.org/mlt
2009-08-04 Dan DennedyRefactor audio conversion and mixing.
2009-05-08 Dan DennedyMerge ../mlt++
2009-04-10 ddennedyMerge branch 'review-2' of git://github.com/rayl/mlt
2009-04-08 Ray LehtiniemiFix up a few ignored return values
2009-01-21 ddennedyAdd doxygen documentation for mlt_profile, mlt_pool...
2009-01-13 ddennedymlt_log.[hc], mlt_transition.c, mlt_tractor.c, mlt_repo...
2009-01-05 ddennedymlt_filter.[ch], mlt_transition.[ch], mlt_consumer...
2008-12-04 ddennedysrc/framework/*: improve the doxygen documentation...
2008-06-30 ddennedymlt_consumer.c: added ability to set priority of the...
2008-06-22 ddennedymlt_consumer.c: make the realtime frame-dropping heuris...
2008-02-13 ddennedymlt_consumer.c: let consumers use read-ahead processing...
2008-02-04 ddennedymove binary modules to libdir - affects MLT_REPOSITORY
2008-02-02 ddennedyframework: remove global profile, rather share one...
2007-12-04 ddennedymlt_consumer.c, mlt_frame.c, mlt_multitrack.c, mlt_play...
2007-07-29 ddennedymlt_profile.c: bugfix string allocation length
2007-07-15 ddennedyAdded new profiles system: mlt_profile, MLT_PROFILE...
2007-03-30 ddennedyCleanup license declarations and remove dv1394d references.
2005-09-07 lilo_bootersrc/framework/mlt_consumer.c
2005-06-21 lilo_bootersrc/framework/mlt_consumer.c src/framework/mlt_consumer.h
2005-06-04 lilo_booterConsumer deinterlace_method property added
2005-05-28 lilo_booterFrame rate properites and factory initialisation
2005-04-09 lilo_booterAuto deinterlace on pause, fix for audio resampling...
2005-04-05 ddennedyrealtime scheduling updates; suppress libdv errors...
2005-03-16 lilo_booterFrame rendering event
2005-03-09 lilo_booterMinor corrections and more affine experiments
2005-02-02 lilo_booterSMP/HT fixes
2005-01-31 lilo_booterSmall correction to deinterlacing
2005-01-25 lilo_booterTransitions reworked (always_active capabilities);...
2005-01-19 lilo_booterconsumer close fix
2004-12-17 lilo_booterFeed rework and fixes to westley and composite
2004-12-14 lilo_booterMutex protection on put frame close
2004-12-03 lilo_booterPossible fixes to xlib errors
2004-12-01 lilo_booterBig modification - switch to macros for parent class...
2004-11-17 lilo_booterAdded ref_count method to properties; temporary work...
2004-11-11 lilo_booterPlaylist and blank rearrangement, fix for mlt_consumer...
2004-10-27 lilo_booterAttempt at an aspect ratio clean up
2004-10-21 lilo_booterSDL Preview second checkin
2004-10-20 lilo_booterSDL Preview provisional checkin
2004-10-13 lilo_booterOops - fix for consumer progressive
2004-10-13 lilo_booterSome fixes for alpha masks
next