platform/upstream/nnstreamer.git
2020-07-06 gichan-jang[Converter] Add tensor converter sub-plugin protobuf
2020-07-03 Jaeyun[C-Api] define new API for custom filter
2020-07-03 Jaeyun[Android/AMCSrc] prevent build warning
2020-07-03 MyungJoo Ham[Common] Allow to fetch nnstreamer version
2020-07-03 Jaeyun[Test] testcase with typecast option
2020-07-03 Jaeyun[Transform] nego failure with appsrc
2020-07-02 Sangjung Woo[Test/CAPI] Add testcases for element-wise control...
2020-07-02 Sangjung Woo[C-API] Add element-wise control functions
2020-07-02 Sangjung Woo[C-API] Rename ml_pipeline_get_element() to ml_pipeline...
2020-07-02 Sangjung Woo[CAPI] Add ml_error_e into CAPI_ML_FRAMEWORK group accepted/tizen/unified/20200702.141729 submit/tizen/20200702.043208
2020-07-01 gichan-jang[Decoder] Add tensor decoder subplugin flatbuffers
2020-07-01 gichan-jang[Test] Add flatbuffer converter and decode test
2020-06-29 gichan-jang[TEST] Fix Tensor converter test
2020-06-26 Jaeyun[C-Api] fix mem leak
2020-06-26 Hyoung Joo Ahn[Repo] fix a mem leak accepted/tizen/unified/20200629.143505 submit/tizen/20200626.060219
2020-06-25 Hyoung Joo Ahn[Mux] add the new sync_mode:REFRESH
2020-06-25 Jaeyun[Test] fix mem leak
2020-06-25 Hyoung Joo Ahn[Filter] fix a memory leak
2020-06-24 Wook Song[Tests/Filter/EdgeTPU] Enable test() in the meson build...
2020-06-24 Wook Song[Meson] Add missing environment variable, NNSTREAMER_SO...
2020-06-24 Jaeyun[Mux/Merge] code clean
2020-06-24 Jaeyun[CodeClean] remove unnecessary defines
2020-06-24 gichan-jang[TEST] Fix nnfw unit test
2020-06-24 Wook Song[Tests] Rename NNSTREAMER_BUILD_ROOT_PATH with NNSTREAM...
2020-06-24 gichan-jang[Decoder] Add tensor decoder subplugin flatbuffers
2020-06-24 Yongjoo Ahn[Test] Add test for imageseg-decoder and tensor_filter...
2020-06-22 Dongju Chae[Conf/MemLeak] Add missing g_free() to nnstreamer_conf.c
2020-06-22 Jaeyun[RepoSink] ignore sync and preroll
2020-06-22 gichan-jang[Coverage] Exclude generated files by flatbuf
2020-06-19 Wook Song[Tests/EdgeTPU] Use dummy device mode instead of dummy...
2020-06-18 Jaeyun[C-Api] handle invalid info when creating data handle
2020-06-18 MyungJoo HamTAOS-CI / Enable clang-format for C++ codes
2020-06-17 Jaeyun[Test/C-Api] add testcase of internal functions
2020-06-17 Jaeyun[C-Api] error code when failed to allocate tensor data
2020-06-16 Jaeyun[Meson] converter sub-plugin path in test-env
2020-06-16 Dongju Chae[Fix] Remove unncessary arg checking before calling...
2020-06-16 Hyoung Joo Ahn[Repo/Test] make it easier to understand
2020-06-16 Wook Song[Filter/EdgeTPU] Add a 'dummy' device mode for the...
2020-06-16 Jaeyun[Android] do not convert meta in invoke method
2020-06-16 Jaeyun[Android] create info handle in private data
2020-06-16 junmin-kim[Filter/tflite] Fix typo
2020-06-15 Jaeyun[Android] constructor with info
2020-06-15 Dongju Chae[Bugfix/Auto] Fix the bug to access freed memory region...
2020-06-15 gichan-jang[Tensor Converter] Add tensor converter subplugin flatb...
2020-06-15 Jaeyun[Filter/Custom] copy metadata in registration
2020-06-15 Wook Song[Filter/EdgeTPU] Handle the error case when a compiled...
2020-06-15 Jaeyun[Converter] reduce complexity
2020-06-15 Jaeyun[Android/Doc] build options
2020-06-15 Wook Song[Tests/Meson] Fix the unknown variable error related...
2020-06-15 Wook Song[Meson] Remove trailing whitespaces
2020-06-15 Jaeyun[Doc] fix wrong file name
2020-06-12 Jaeyun[Doc] fix invalid document
2020-06-11 Sangjung Woo[Tests/Filter] Add test case for NNS_custom_easy_unregi...
2020-06-11 Sangjung Woo[Filter/Custom/Easy] Add unregister function
2020-06-11 gichan-jang[Debian/control] Add flatbuf-dev build dependent package
2020-06-10 gichan-jang[Converter] Change find external converter function
2020-06-10 gichan-jang[Converter] Change prototype of subplugin
2020-06-10 gichan-jang[Converter] Change tensor config to tensors config
2020-06-10 gichan-jang[Converter] Prepare to register sub-plugin
2020-06-10 Wook Song[Filter/C++] Do not go further when failed to open...
2020-06-10 Wook Song[Dist/Debian] Provide a sub-package for the Edge TPU...
2020-06-10 Wook Song[Ext/Filter/Meson] Revise resolving build dependency...
2020-06-10 Wook Song[Ext/Filter/Meson] Elminate white spaces
2020-06-10 Sangjung Woo[Tests] Add 'nosync' option into mux
2020-06-10 Sangjung Woo[Mux] Set sync-mode to slowest as default
2020-06-09 MyungJoo HamFilter/Custom/Easy: fix doxygen entry
2020-06-09 Jaeyun[Android] implement on-load in native
2020-06-09 Jaeyun[Android] return to static build
2020-06-08 Yongjoo Ahn[Fix][Filter/Prop] Fix performance property (latency...
2020-06-08 Dongju Chae[Decoder/Neon] Support neon accl for SNPE deeplab/depth...
2020-06-08 Dongju Chae[Decoder/Fix] Revise tensordec-imagesegment impl. and...
2020-06-08 Jaeyun[Android] private data to set metadata
2020-06-08 MyungJoo HamStart development of 1.5.3 as 1.6.0-RC4 accepted/tizen/unified/20200608.144742 submit/tizen/20200608.023449
2020-06-06 Jaeyun[Android] typo in mk file
2020-06-06 MyungJoo HamTizen/spec: disable mvncsdk/edgeTPU for DA build
2020-06-05 Jaeyun[NNFW] set backend after loading model
2020-06-05 Geunsik Limdoc: how to enable vivante tensor filter
2020-06-05 Geunsik LimMovidius Filter: Fixed typos
2020-06-04 Hyoung Joo Ahn[Filter/TFLite] remove ineffective codes
2020-06-04 Dongju Chae[Decoder] Extend tensordec-imagesegment to support...
2020-06-04 Dongju Chae[Filter/Prop] Add performance properties (lat/fps)...
2020-06-04 Geunsik LimSPEC: fixed indentation
2020-06-04 Jaeyun[Android/Custom] drop input buffer
2020-06-04 Jaeyun[C-Api] function to get pipeline element
2020-06-04 Jaeyun[Log] add definition log-fatal
2020-06-04 Yongjoo Ahn[Decoder/protobuf] Add protobuf tensor_decoder sub... submit/tizen/20200604.023022
2020-06-04 MyungJoo Ham[Filter] bugfix: dangling pointer access.
2020-06-04 MyungJoo HamREADME update: add committer, update hw-accl, ci status
2020-06-04 MyungJoo HamDoc update: component-description
2020-06-03 Hyoung Joo Ahn[Filter] fix a tiny mem leak
2020-06-03 Dongju Chae[Build/Fix] Add a missing header to 'nnstreamer_cppplug...
2020-06-03 Jaeyun[Conf] parse sub-plugins name
2020-06-03 Dongju Chae[Build/Tests] Fix 'tests/meson.build' to always find...
2020-06-02 Parichay Kapoor[single] Add missing gstTensorFilterFramework v1 support
2020-06-02 Jaeyun[Android] cache method id
2020-06-01 Jaeyun[Filter] release mem block when execution failed
2020-06-01 Yongjoo Ahn[Android/SNPE] Decouple SNPE env setting from native-api
2020-06-01 Yongjoo Ahn[SNPE] Add custom properties
2020-06-01 Yongjoo Ahn[Android] prepare dsp/npu runtime for snpe filter
2020-06-01 gichan-jang[Aggregator] Remove duplicated function to set caps
next