lottie: Added TimeStreatch feature to lottie.
[platform/core/uifw/lottie-player.git] / src /
2018-10-31 subhransu mohantylottie: Added TimeStreatch feature to lottie. 76/192176/1
2018-10-23 subhransu mohantylottie/feature: Added timeRemap feature implementation. 22/191722/1
2018-10-23 subhransu mohantylottie: make functions inline. 21/191721/2
2018-10-23 subhransu mohantylottie: Add duration() and frameAtPos() api to Composit... 19/191719/2
2018-10-17 Hermet Parklottieitem : fix wrong matrix computation order. 75/191475/1
2018-10-16 subhransu mohantylottie: make destructor virtual for proper cleanup... 09/191309/1
2018-09-19 subhransu mohantylottie: make animation class constructor private. 81/189581/1
2018-09-14 subhransu mohantylottie/parser: fixed a crash when lottie resource has... 75/189175/1
2018-09-13 subhransu mohantylottie/parser: Fix crash issue when interpolation strin... 93/189093/2
2018-09-13 subhransu mohantylottie: add more info to tree dump. 30/189030/1
2018-09-12 Youngbok Shinlottie/parser: fix code indentations and a duplicated... 80/188980/1
2018-09-12 subhransu mohantylottie/parser: update the lottie tree dump method. 70/188970/1
2018-09-12 subhransu mohantylottie/parser: construct interpolator from correct... 25/188925/1
2018-09-12 subhransu mohantylottie: update the loadfromData() api signature. 20/188920/1
2018-09-11 subhransu mohantylottie: take a copy of the data before parsing. 65/188865/4
2018-09-11 subhransu mohantylottie/optimization: efficient member packing in the... 34/188834/1
2018-09-10 Hermet Parkcapi: export one missing api.
2018-09-10 sub.mohanty@samsun... lottie/vector: fine tune path api. 17/188717/2
2018-09-09 sub.mohanty@samsun... lottie: rename all isEmpty() api to empty() for consist... 20/188720/1
2018-09-09 sub.mohanty@samsun... lottie/vector: refactor rect class. 19/188719/2
2018-09-07 Hermet Parkbinding: fix compile error.
2018-09-07 Hermet Parkbinding: fix invalid access of LOTNode data. 02/188702/1
2018-09-07 Hermet Parkcapi: changed file name. 98/188698/1
2018-09-07 Hermet Parkfix build break by 0f5edac6d1595e0fecd8d48bb7d2e5353fe9121f 54/188654/1
2018-09-07 subhransu mohantylottie: refactor lottie interface 98/188598/4
2018-09-06 subhransu mohantylottie: refactor model class to remove visitor 54/188554/3
2018-09-06 subhransu mohantylottie: keep the content in back-tofron order in lottie... 53/188553/1
2018-09-06 subhransu mohantylottie/optimization: keep the layers in back-to-front... 46/188546/1
2018-09-06 Hermet Parklottieplayer: ++ lotplayer_set_data() 20/188520/2
2018-09-05 subhransu mohantylottie/vector: optimize VMatrix size requirement. 67/188467/2
2018-09-05 subhransu mohantylottie: optimize VColor structure. 65/188465/2
2018-09-05 subhransu mohantylottie/render: add neon path srcOver compostion mode... 98/188498/1
2018-09-04 subhransu mohantylottie: added new loadfromdata() api in lottie player. 78/188378/1
2018-09-04 subhransu mohantylottie: fixed warning. 73/188373/1
2018-09-03 subhransu mohantylottie: fixed inefficiency using clang-tidy performance... 57/188257/1
2018-09-03 subhransu mohantylottie: modernize using clang-tidy 'modernize-use-defau... 52/188252/1
2018-09-03 subhransu mohantylottie: moderize using clang-tidy 'modernize-return... 51/188251/1
2018-09-03 subhransu mohantylottie: avoid extra copy by using std::move 48/188248/1
2018-09-03 subhransu mohantylottie: modernize using clang-tidy "modernize-use-equal... 45/188245/1
2018-09-03 subhransu mohantylottie: mordernize using clang-tidy "modernize-use... 36/188236/1
2018-09-03 subhransu mohantylottie/render: hide the layer when matte layer is hidden. 31/188231/2
2018-09-03 Youngbok Shinlottie/vector: fix build failure for non-arm devices 29/188229/2
2018-09-03 subhransu mohantylottie/render: don't try to render invisible layer. 23/188223/1
2018-09-03 Hermet Parklottieplayer binding: ++apis bindings. 98/188098/4
2018-09-03 Hermet Parklottieplayer: keep API coding convention. 97/188097/2
2018-09-03 subhransu mohantylottie/parser: wrap the trim offset value before normalize. 97/188197/1
2018-08-31 subhransu mohantylottie/vector: add a local arena allocator. 77/188077/1
2018-08-30 subhransu mohantylottie: fixed proper handling of offset property in... 67/187967/1
2018-08-29 subhransu mohantylottie/vector: move line related api to its own class . 45/187845/1
2018-08-28 subhransu mohantylottie/vector: refactor VPathMesure to handle offset . 92/187792/3
2018-08-28 Youngbok Shinvector/vdasher: fix a wrong code indentation about... 47/187747/1
2018-08-28 Youngbok Shinlottie/vdasher: fix multiple dashes issue on multiple... 34/187734/1
2018-08-28 subhransu mohantylottie/vector: refactor VDasher. 92/187692/1
2018-08-27 Youngbok Shinlottie/vdasher: improve readability for cubicTo function 52/187652/2
2018-08-27 Youngbok Shinlottie/vdasher: improve readability for lineTo function 47/187647/3
2018-08-27 Youngbok Shinlottie/vdasher: remove connected dash lines between... 87/187587/2
2018-08-24 subhransu mohantylottie: refactor the viewitems to have a parent, to... 65/187565/1
2018-08-24 Youngbok Shinlottie: fix issue - path was not updated properly for... 57/187557/1
2018-08-24 subhransu mohantylottie: refactor processing of trim objects. 34/187534/2
2018-08-23 Youngbok Shinlottie: fix doubled scale issue 58/187458/1
2018-08-23 subhransu mohantylottie: remove dead code. 46/187446/1
2018-08-23 Youngbok Shinlottie: fixed regression caused by last commit 45/187445/1
2018-08-23 subhransu mohantylottie: refactor the lottie scene graph processing. 23/187423/1
2018-08-23 subhransu mohantylottie/vector : added addPath() api to vpath. 11/187411/1
2018-08-23 subhransu mohantylottie/vector: return correct number from segments... 10/187410/1
2018-08-23 Hermet Parklottieplayer: polishing getFrameDuration(), getFrameRate() 30/187330/4
2018-08-23 Youngbok Shinlottie: remove the combined alpha value and method... 67/187267/3
2018-08-22 Jaeun Choilottie: add APIs in lottieplayer to get frame rate... 86/187286/2
2018-08-22 Hermet Parkbinding/c: more compatible with C compiler. 70/187270/11
2018-08-21 subhransu mohantylottie/parser: changed the datatype of gradient member... 19/187219/1
2018-08-21 subhransu mohantylottie: fixed warnings generated by '-Wextra' flag. 15/187215/3
2018-08-21 subhransu mohantylottie: build fix. 02/187202/2
2018-08-21 sub.mohanty@samsun... lottie/render: added support to render difference mask... 90/187190/4
2018-08-21 sub.mohanty@samsun... lottie/parser: updated parser to parse difference mask... 89/187189/4
2018-08-21 subhransu mohantylottie: refactor VRaster class. 98/187198/2
2018-08-21 subhransu mohantylottie:convert remaining raw pointer to unique_ptr. 95/187195/2
2018-08-21 sub.mohanty@samsun... lottie/vector: added Xor operation to Rle object 88/187188/3
2018-08-21 Hermet Parklottieplayer: handling error code. 75/187175/2
2018-08-21 Hermet Parkadd c interface. 62/187062/6
2018-08-21 Hermet Parkrefactor infrastructure. 35/187035/6
2018-08-21 Youngbok Shinlottie: apply matte feature to LOTCompLayerItem 77/187177/2
2018-08-20 subhransu mohantylottie/render: handle the case when resulting mask... 37/187137/3
2018-08-20 subhransu mohantylottie: use unique_ptr instead of raw pointer. 04/187104/4
2018-08-20 subhransu mohantylottie/parser: treat root layer as a special precomp... 94/187094/4
2018-08-20 subhransu mohantylottie/player: refactor to use std::find_if instead... 91/187091/5
2018-08-20 subhransu mohantylottie: build fix. 03/187103/2
2018-08-20 Hermet Parklotplayer: improve header format. 20/187020/3
2018-08-20 Hermet Parklottieplayer: Add render option to update buffer forcely. 83/186883/6
2018-08-17 subhransu mohantylottie/parser: Added support for separate position... 75/186975/4
2018-08-16 subhransu mohantylottie/player: refactor lottieplayer. 07/186907/2
2018-08-16 subhransu mohantylottie/vector: refactor VPath class to use emplace_back... 68/186868/1
2018-08-16 subhransu mohantylottie/optimization: keep drawablelist in layer to... 54/186854/1
2018-08-16 Youngbok Shinlottie: pass matteSource and bitmap to layer's render... 73/186773/10
2018-08-16 subhransu mohantylottie/parser: refactor lottie model objects. 39/186839/2
2018-08-16 subhransu mohantylottie/parser: inherit from data object instead of... 33/186833/2
2018-08-16 subhransu mohantylottie/render: keep mRle object in valid state after... 29/186829/1
2018-08-14 subhransu mohantylottie/player: refactor composition class to keep a... 89/186789/3
2018-08-14 Hermet Parklottieplayer: fix broken animation. 88/186788/1
2018-08-14 Hermet Parklottieplayer: simple optmization for deffered update. 51/186751/2
2018-08-14 Hermet Parklottieplayer: apply lazy update. 92/186692/5
next