rlottie: added a dedicated pass to preprocess the render nodes
[platform/core/uifw/lottie-player.git] / src /
2019-11-13 subhransu mohantyrlottie: added a dedicated pass to preprocess the rende...
2019-11-13 JunsuChoiCAPI: Support Marker feature for CAPI.
2019-11-13 Nicholas GurievRelocatable module of image loader
2019-11-13 subhransu mohantyvector: lower the tolerance value of VDasher from 1...
2019-11-13 Anatoly KorniltsevPrevent type confusion with NDEBUG
2019-10-14 Hermet Parkvector stb: free the memory properly in the exception... 61/215661/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.015024 accepted/tizen/5.5/unified/mobile/hotfix/20201027.075200 accepted/tizen/unified/20191014.062459 submit/tizen/20191014.053053 submit/tizen/20191014.060638 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 tizen_5.5.m2_release
2019-10-13 subhransu mohantylottie/perf: Avoid triggering render of a paint node... submit/tizen/20191013.215822
2019-10-13 JunsuChoirlottie_capi: Add Alpha member in ImageInfo
2019-10-13 subhransu mohantyvector: support rendering of texture brush with alpha.
2019-10-10 subhransu mohantyvector: refcator VBrush to reduce memory footprint
2019-10-10 subhransu mohantyrlottie: refactor to reduce lottie item memory footprint
2019-10-09 subhransu mohantyrlottie: support composition marker feature in lottie accepted/tizen/unified/20191011.015420 submit/tizen/20191009.211935
2019-10-04 Hermet Parkvector stb_image: + fseek() error handling. accepted/tizen/unified/20191008.101627 submit/tizen/20191004.073158 submit/tizen/20191006.213409 submit/tizen/20191007.015014 submit/tizen/20191007.061708
2019-10-04 Hermet Parkpixman vregion: remove unused function. submit/tizen/20191004.064529
2019-10-04 Hermet Parkvector vrle: remove a line affecting nothing.
2019-10-04 Hermet Parkvector stb_image: + fseek() error handling.
2019-10-04 Hermet Parkvector/vdasher: initialize a member var with a default...
2019-10-03 subhransu mohantylottie/parser: reduce memory allocation during shapedat... submit/tizen/20191003.212707
2019-10-03 subhransu mohantyvector/ft: refactor to reduce branch miss.
2019-10-01 Nicholas GurievIntroduce export map to completely hide private symbols
2019-09-29 subhransu mohantylottie/optimization: keep painter and surface in compos... accepted/tizen/unified/20191001.062516 submit/tizen/20190929.220413 submit/tizen/20190930.064714 submit/tizen/20191001.000056
2019-09-29 subhransu mohantyvector: added reset() api to VBitmap
2019-09-26 subhransu mohantylottie/optimization: keep a pathmesure object in trim... submit/tizen/20190926.223052
2019-09-26 subhransu mohantyvector: refactor pathmesure to keep a scratch path...
2019-09-26 subhransu mohantyvector: refactor Vdasher to take result path as parameter
2019-09-22 subhransu mohantyoptimization: avoid memory allocation when shape data... accepted/tizen/unified/20190927.064512 submit/tizen/20190923.005744 submit/tizen/20190923.215628 submit/tizen/20190924.053902 submit/tizen/20190924.220547 submit/tizen/20190925.214157 submit/tizen/20190926.103214
2019-09-22 subhransu mohantylottie/optimization: optimize rendering when layer...
2019-09-22 subhransu mohantyvector/rle: added operator&=() api to VRle
2019-09-22 Hermet Parkvector/helper: let VGradientCache has perfect singleton...
2019-09-22 John PrestonFix possible stack corruption.
2019-09-22 John PrestonFix possible out of bounds reading.
2019-09-22 John PrestonCheck that root layer was found.
2019-09-19 Hermet ParkRevert "trial & error to figure out the lottie packagin... accepted/tizen/unified/20190923.011146 submit/tizen/20190919.052822
2019-09-18 Hermet Parktrial & error to figure out the lottie packaging issue... 59/214159/1
2019-09-17 Hermet Parkvector: refactor code to remove a global instance. submit/tizen/20190917.012523 submit/tizen/20190917.040942 submit/tizen/20190917.043123
2019-09-17 subhransu mohantylottie/parser: check for layer data integrity
2019-09-17 sub.mohanty@samsun... lottie/model: keep a stat of model for future local...
2019-09-16 Hermet Parktrial & error: to fix the lottie packaging issue in vd. 12/213912/1
2019-09-04 Hermet Parkstb: added exceptional handling. accepted/tizen/unified/20190905.232211 submit/tizen/20190905.064609
2019-09-04 Hermet Parkstb: added exceptional handling.
2019-09-04 sub.mohanty@samsun... vector: refactor VBitmap to use rc_ptr instead of std...
2019-09-04 sub.mohanty@samsun... vector: added support rc_ptr and arc_ptr to vector
2019-09-04 sub.mohanty@samsun... lottie:move renderTree() implementation to its own...
2019-09-04 sub.mohanty@samsun... lottie: move cnodelist to capidata to reduce layer...
2019-09-04 sub.mohanty@samsun... rlottie: refactor to avoid reversing the vector
2019-09-04 sub.mohanty@samsun... vector/matrix: added scale() api in vmatrix
2019-09-04 sub.mohanty@samsun... optimization: refactor renderTree() api support to...
2019-08-12 sub.mohanty@samsun... optimization/model:refactor LOTData class to optimize... accepted/tizen/unified/20190818.221648 submit/tizen/20190812.090759 submit/tizen/20190813.054738 submit/tizen/20190814.085144
2019-08-12 sub.mohanty@samsun... rlottie: change the name() api signature to return...
2019-08-12 sub.mohanty@samsun... lottie/model: make LOTData class member data private...
2019-08-12 John PrestonFix crash on invalid data.
2019-08-12 JunsuChoirlottie: Fix typo
2019-08-12 Hermet Parkcapi: rename the member name.
2019-08-12 John PrestonFix possible SW_FT_Outline points overflow.
2019-08-12 JunsuChoiCAPI: Add capi to support the dynamic properties
2019-08-12 subhransu mohantyoptimization: read content of the file directly to...
2019-08-12 subhransu mohantyoptimization: move rare propery field to extra structur...
2019-08-12 subhransu mohantyvdasher: refactor dash property parsing and handling.
2019-08-09 subhransu mohantyvdasher: fixed regression from last commit
2019-08-09 John PrestonFix crash in a bad file reading.
2019-08-09 John PrestonFix linking with static Qt.
2019-08-09 Hermet Parklottieparser: Stop parsing if the media type is unlikel...
2019-08-09 subhransu mohantyDasher: Fixed crash when dash array contains ZERO lengt...
2019-08-09 Nicholas GurievConfigure CMake to allow build static rlottie lib
2019-08-09 subhransu mohantyrlottie/cache: Added cache configuration support for...
2019-08-09 subhransu mohantyrlottie/cache: Added a free function configureModelCach...
2019-08-09 subhransu mohantylottie/cache: make lottie model cache thread safe
2019-07-23 sub.mohanty@samsun... vector: changed conversion constructor to conversion...
2019-07-23 sub.mohanty@samsun... vector: Fix regression in VRecF for uniform initializat...
2019-07-19 Shinwoo Kimbuild pixman arm neon only for arm cpu family(not for... 08/210408/1
2019-07-19 subhransu mohantymeson: Add support for building rlottie as a static... 05/210405/1
2019-07-18 subhransu mohantyrlottie: Add missing parameter for non thread render...
2019-07-18 subhransu mohantymeson: Fix regression in library size
2019-07-18 subhransu mohantyrlottie: Fix warning on clnag-8
2019-07-18 subhransu mohantyrlottie/api: Added support for rendering without keepin...
2019-07-18 subhransu mohantyvector: refactor bitmap class
2019-07-18 Vincent Torridefine LOT_BUILD only for DLL
2019-07-18 subhransu mohantylottie: Refcator internal api and remove warnings.
2019-07-18 Hermet Park--compile warning
2019-07-18 subhransu mohantyfix clang code model warning.
2019-07-18 Hermet Parkkeep consistency of size_t usage.
2019-07-18 Hermet Parkuse proper type of round() function.
2019-07-18 Hermet Parkcode refactorig.
2019-07-18 subhransu mohantyFixed warnings
2019-07-18 subhransu mohantycode cleanup
2019-07-10 subhransu mohantyfix missing header in windows 62/209662/1 submit/tizen/20190718.020831
2019-07-10 subhransu mohantyfix coreguideline warning from clang
2019-07-10 Hermet Parkstb: ++safety.
2019-07-10 Hermet Parkpixman: ++safety
2019-07-10 Hermet ParkRevert "stb: ++safety."
2019-07-10 Hermet Parkstb: ++safety.
2019-07-10 subhransu mohantyFix clang code model warning
2019-07-10 subhransu mohantylottie/optimize: Reduce LOTLayerData size
2019-07-10 sub.mohanty@samsun... rlottie: Fix Crash when the resource is not a valid...
2019-07-10 sub.mohanty@samsun... fix warning regarding nested anonymus union
2019-07-10 subhransu mohantyrlottie/meson: make rlottie buildable as a subproject
2019-07-10 subhransu mohantyfix msvc build
2019-07-10 subhransu mohantyrlottie/meson: refactor meson buildsystem
2019-07-10 Vincent Torrifix dirname() implementation of Windows in lottieloader...
2019-07-10 subhransu mohantyrlottie: refactor VGradient to remove unnecessary inher...
next