summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-01-15lottie/example: Added image_test.json(resource with image resource )HEADsubmit/tizen/20190118.084922submit/tizen/20190118.024659submit/tizen/20190117.121937submit/tizen/20190116.084147submit/tizen/20190116.045417mastersubhransu mohanty3-10/+5
2019-01-15lottie/render: Support rendering lottie image object.subhransu mohanty2-0/+78
2019-01-15lottie/vector: Added transform image rendering support in the render backend.subhransu mohanty2-8/+133
2019-01-15lottie/vector: Added texture and transformation support in brush.subhransu mohanty2-2/+19
2019-01-15lottie/vector: added image loading support in vector.subhransu mohanty5-0/+153
2019-01-15lottie/example : added segmented animation support in lottieviewsubhransu mohanty3-12/+39
2019-01-15lottie/parser: added support for image asset parsing.subhransu mohanty4-13/+67
2019-01-15lottie/stb: fixed warning regarding unused function.subhransu mohanty1-0/+2
2019-01-15lottie/vector: create a wraper library of stb_image loadersubhransu mohanty6-0/+7548
2019-01-14copying: fix wrong path.Hermet Park1-1/+1
2019-01-11lottie/parser: fix a crash when the color string is empty.subhransu mohanty2-1/+7
2019-01-11lottie/render: Refactor matte rendering to support luma matte.subhransu mohanty2-43/+71
2019-01-11lottie/vector: added updateLuma() api to convert RGBA value to HSLsubhransu mohanty2-0/+47
2019-01-10lottie/vector: image fill support in drawhelpersubhransu mohanty2-15/+94
2019-01-10lottie/render: added drawBitmap api to painter class.subhransu mohanty2-2/+100
2019-01-09lottie/vector: added destIn and destOut comp function.subhransu mohanty1-2/+70
2019-01-09lottie/vector: add depth() and const data() api to VBitmap class.subhransu mohanty2-2/+16
2019-01-08lottie/vector: don't use startFrame() of a layer when it has time remap.submit/tizen/20190110.045317accepted/tizen/unified/20190111.055210subhransu mohanty2-4/+8
2019-01-08lottie/vector: added intersected() and size() api to vrect class.subhransu mohanty4-1/+60
2019-01-08lottie/example : build example only when the dependancy is resolved.subhransu mohanty1-0/+3
2019-01-04lottie: reuse rendertask object to optimize memory allocation.subhransu mohanty1-25/+34
2019-01-04lottie/vector: refactor VBitmap class to use shared_ptr for refcount implemen...subhransu mohanty4-217/+114
2019-01-03lottie/capi: updated cliper info in layernode.subhransu mohanty2-0/+21
2019-01-03lottie/render: Added Clipper for nested composition layer.subhransu mohanty2-0/+54
2019-01-03lottie/parser: parse precomp layer's with and height attribute.submit/tizen/20190109.051753accepted/tizen/unified/20190111.055111subhransu mohanty2-1/+12
2019-01-02packaging: packaging licensing properly.submit/tizen/20190104.010806accepted/tizen/unified/20190107.065410Hermet Park1-5/+1
2018-12-28updated licenses info.submit/tizen/20190102.045226accepted/tizen/unified/20190103.030356Hermet Park63-820/+980
2018-12-27updated licenses infoHermet Park64-745/+172
2018-12-27example: remove a resouce that may have a license.Hermet Park1-1/+0
2018-12-27add missing copyright.Hermet Park5-29/+896
2018-12-27lottie/vector: move pixman code to separate pixman folder.subhransu mohanty8-10/+27
2018-12-26fix to packaging license files properly.Hermet Park1-3/+3
2018-12-26Initialize member variables to resolve unnannoying report from static analize...submit/tizen/20181226.115019Hermet Park1-1/+1
2018-12-26remove sneaked inserting unicodes, zero-width no-break space.Hermet Park2-2/+2
2018-12-26lottie/parser: fixed SVACE warning regarding uninitialized member variable.subhransu mohanty1-1/+1
2018-12-26fix typo.Hermet Park1-1/+1
2018-12-26Put samsung copyright header to all our own source code.Hermet Park66-1/+1055
2018-12-26clean up copyright.Hermet Park6-178/+487
2018-12-26Initialize member variables to resolve unnannoying report from static analize...Hermet Park2-1/+2
2018-12-26vector: fix wrong naming.Hermet Park1-1/+1
2018-12-24lottie/vector: use snprintf instead of sprintf.submit/tizen/20181226.015316accepted/tizen/unified/20181227.062023subhransu mohanty1-1/+1
2018-12-24lottie: Fixed SVACE warning for uninitialized class member variable.subhransu mohanty10-45/+44
2018-12-24lottie: Fixed SVACE warning regarding missing break statement.subhransu mohanty3-0/+10
2018-12-20lottie/render: Construct on first use of thread pool instance by moving into ...sub.mohanty@samsung.com2-8/+16
2018-12-18lottie/memoryleak: Destory the player handle properly in capi destroy() imple...subhransu mohanty1-1/+6
2018-12-17lottie/example: build example only when elementary library is available.submit/tizen/20181217.041818accepted/tizen/unified/20181218.152346sub.mohanty@samsung.com1-42/+42
2018-12-17lottie/example: add support for renderPost callback in evasapp class.subhransu mohanty2-0/+12
2018-12-17lottie/example: remove unused evas object from evasapp class.subhransu mohanty2-10/+0
2018-12-14lottie/capi: added missing frame_at_pos() api and changed the render_flush() ...subhransu mohanty2-3/+32
2018-12-14lottie/capi: remove usage of bool in c api interface.subhransu mohanty2-2/+1