]> git.sesse.net Git - mlt/history - src/framework/mlt_properties.c
Reduce collisions in the mlt_properties hash function.
[mlt] / src / framework / mlt_properties.c
2014-01-26 Steinar H. GundersonReduce collisions in the mlt_properties hash function.
2013-12-19 Dan DennedyAdd mlt_properties_frames_to_time() and mlt_properties_...
2013-06-02 Dan DennedyFix possible null pointer dereferences (coverity-1026797).
2013-06-02 Brian MatherlyMerge pull request #32 from j-b-m/master
2013-06-01 Dan DennedyCompile fixes for Windows after merging animation branch.
2013-06-01 Dan DennedyCompile fixes for Linux after merging animation branch.
2013-05-31 Dan DennedyVarious documentation and copyright fixes and updates.
2013-05-31 Dan DennedyDocument the property animation, rect, and color additions.
2013-05-31 Dan DennedyReorder the last commit of mlt_properties_get_animation().
2013-05-31 Dan DennedyAdd mlt_properties_get_animation(); it might come in...
2013-05-31 Dan DennedyAdd mlt_properties_set_color().
2013-05-31 Dan DennedyReorder some property anim parameters for consistency.
2013-05-31 Dan DennedyAdd mlt_color and mlt_properties_get_color().
2013-05-31 Dan DennedyAdd mlt_properties_anim_set/get() for string.
2013-05-31 Dan DennedyAdd mlt_properties_anim_set/get_double().
2013-05-31 Dan DennedyRename functions with _pos to anim_.
2013-05-31 Dan DennedyAdd mlt_properties_set/get_rect_pos for rect animation.
2013-05-31 Dan DennedyAdd mlt_rect and mlt_properties_set/get_rect.
2013-05-31 Dan DennedyAdd mlt_properties_set/get_int_pos and Properties:...
2013-05-04 Dan DennedyAdd more properties unit tests.
2013-03-22 Dan DennedyAdd input pointer checks to mlt_properties (SF-191).
2013-03-17 Dan DennedyMerge branch 'frei0r-metadata'
2013-01-30 Dan DennedyFix YAML parser not tracking sequence index per tree...
2012-12-14 Dan DennedyEscape quotes in quoted YAML values.
2012-12-14 Dan DennedyQuote YAML values that contain special characters.
2012-08-17 Dan Dennedyfix possible null pointer dereference (coverity-710882)
2012-08-12 Dan Dennedyfix reading properties file without trailing newline
2012-07-30 Dan DennedyMerge pull request #6 from mcfrisk/coverity
2012-07-25 Mikko RapeliFix calloc() parameter ordering
2012-07-24 Dan Dennedyfix memory read error found by valgrind
2012-04-02 Dan Dennedyadd support for timecode and clock time strings to...
2011-09-25 Dan DennedyFix and cleanup profile and preset dirs.
2011-07-14 Dan DennedyUse correct constant for mlt_properties_set_lcnumeric().
2011-07-12 Dan DennedyFix build on new locale stuff when not Linux or OS X.
2011-07-11 Dan DennedyFix build for querylocale() on OS X.
2011-07-11 Dan DennedyEnsure serialized yaml is LC_NUMERIC=C.
2011-07-09 Dan DennedyAdd LC_NUMERIC handling to YAML Tiny parser.
2011-07-09 Dan DennedyAdd mlt_properties_get_lcnumeric and Properties::get_lc...
2011-07-09 Dan DennedyAdd mlt_properties_set_lcnumeric, mlt_property_get_doub...
2011-05-13 Dan DennedyPresets!
2011-03-27 Dan DennedyAdd mlt_properties_lock and _unlock.
2011-03-07 Dan DennedyFix spelling error in doxygen.
2011-03-06 Dan DennedyMerge branch 'roto' of git://github.com/ttill/MLT-roto...
2011-03-04 Dan DennedyImprove mlt_properties_close() in debugger.
2011-03-01 Dan DennedyRename this to self in the framework.
2009-05-09 Dan DennedyComplete reorganization and renaming to usable state.
2009-05-08 Dan DennedyMerge ../mlt++
2009-04-10 ddennedyMerge branch 'review-2' of git://github.com/rayl/mlt
2009-04-10 ddennedyMerge branch 'review-1' of git://github.com/rayl/mlt
2009-04-07 Ray LehtiniemiConstness changes
2009-04-07 Ray LehtiniemiConstness changes
2009-02-10 ddennedymlt_properties.c: update doxygen comments for some...
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...
2008-12-20 ddennedymlt_properties.c: fix some documentation
2008-12-04 ddennedysrc/framework/*: improve the doxygen documentation...
2008-06-30 ddennedymlt_properties.c, mlt_service.c: bugfix to make referen...
2008-06-01 ddennedymlt_properties.c: make arithmetic processor use floatin...
2008-02-26 ddennedymlt_properties.[hc]: added really simply YAML Tiny...
2008-02-06 ddennedymlt_repository.[hc]:
2008-02-04 ddennedymove binary modules to libdir - affects MLT_REPOSITORY
2007-03-30 ddennedyCleanup license declarations and remove dv1394d references.
2006-03-28 lilo_booter+ Adds a utility function for listing files in a direct...
2005-08-26 lilo_bootersrc/framework/mlt_properties.c
2005-08-21 dezeroexIntroduce some more civilized ways to copy properties.
2005-01-14 lilo_booterSundry minor fixes and optimisations
2004-12-31 lilo_booterCorrections after valgrinding
2004-12-01 lilo_booterBig modification - switch to macros for parent class...
2004-11-25 lilo_booterExtendable factories; general producer related modifica...
2004-11-17 lilo_booterAdded ref_count method to properties; temporary work...
2004-10-17 lilo_booterConvenience functionality for properties load and mirac...
2004-10-13 lilo_booterSome fixes for alpha masks
2004-09-24 lilo_booter...gah...
2004-09-24 lilo_booterCut management part 1
2004-09-22 lilo_booterWhoops
2004-09-22 lilo_booterFix to compositing/watermark; miracle/mlt shutdown...
2004-09-02 lilo_booterFirst draft of event handling
2004-08-26 lilo_booterMlt Ref Counts and Playlist split/join
2004-06-09 lilo_booterRudimentary arithmetic property assignment
2004-04-27 lilo_booterC++ compatability
2004-04-09 lilo_booterMemory leaks and resample rework
2004-04-07 lilo_booteraspect ratio and test card woes
2004-04-06 lilo_booterhold modifications and test card env var
2004-03-26 lilo_booterpooling and properties checks; dv decoder stack; factor...
2004-03-21 lilo_booterin point fix, low latency sdl, minor fixes
2004-03-19 lilo_booterfezzik gets a rhyming dictionary
2004-03-19 lilo_booterNoise and mirrors
2004-03-18 lilo_booterprovisional framework docs and corrections
2004-03-11 lilo_bootermore small optimisations
2004-03-03 lilo_bootertransition region
2004-03-03 lilo_booterYet more sdl hacking, region memory leak fix, mlt_posit...
2004-02-26 lilo_bootercomposite aspect ratio fix (again ;-)), added fill...
2004-02-20 lilo_booterMemory pooling part 2 and other optimisations
2004-02-19 lilo_booterMemory pooling
2004-02-18 lilo_booterOptimisations (part 0), pixel v percentage, reworked...
2004-02-13 lilo_booterProperties rename and dump function
2004-02-10 lilo_booterMiracle mods
2004-02-08 lilo_booterpixbuf, composite and fezzik mirrors
2004-01-26 lilo_bootermutex protection of avformat, miracle avformat usage...
2004-01-15 lilo_booterpartial corrections to serialisation
next