platform/upstream/nnstreamer.git
2019-09-16 Parichay Kapoor[single-shot] Added support for timeout in single-shot
2019-09-11 Jaeyun[Api/Single] clear old buffer
2019-09-11 Jaeyun[Android] update script to release
2019-09-11 Parichay Kapoor[Dist/RPM] Added library required by devel package
2019-09-09 Parichay Kapoor[single-shot] Added README.md
2019-09-09 Parichay Kapoor[single-shot] benchmarking the latency
2019-09-09 MyungJoo Ham[Doc] Update the component-description
2019-09-09 Parichay Kapoor[single-shot] Completion for new single-shot API
2019-09-09 jijoong.moon[TEST] Fix nnapi test
2019-09-09 MyungJoo Ham[Test] Add decoder-pose unit test
2019-09-09 Jaeyun[Android/Api] change package name
2019-09-09 Wook Song[README] Add a link to the 'getting-started' manual...
2019-09-09 Wook Song[Documentation] Add 'getting-started' for macOS
2019-09-09 MyungJoo Ham[Fix/Test] nnapi test cases breaks non-Tizen-arm builds
2019-09-07 Jaeyun[Api/Tizen] base code to convert element in pipeline
2019-09-07 Jaeyun[Common] string util to replace str
2019-09-07 Jaeyun[Android] unnecessary log while runng android-lib
2019-09-07 Wook Song[macOS/Tests/CodeGen] Add extra pkg-config path
2019-09-07 Wook Song[Tests] Use SO_EXT instead of hard-coded 'so'
2019-09-06 jijoong.moon[TESTS] add test cases for nnapi properity
2019-09-05 Parichay Kapoor[single-shot] Added open/close for the new single-shot...
2019-09-05 MyungJoo Ham[Dist/RPM] devel required library.
2019-09-05 Sangjung Woo[API] Fix the errors in package config file
2019-09-05 MyungJoo HamRelease of 0.3.0 accepted/tizen/unified/20190906.111929 submit/tizen/20190905.082039 v0.3.0
2019-09-05 MyungJoo Ham[Test] Prevent unit-test errors in slow systems
2019-09-04 Jaeyun[Android] update script to remove warning accepted/tizen/unified/20190905.060558 submit/tizen/20190905.013539
2019-09-04 Parichay Kapoor[filter_single] Common functions between tensor_filter...
2019-09-04 Parichay Kapoor[filter_single] Added tensor_filter_single prototype
2019-09-04 Jaeyun[Filter/Transform] code clean
2019-09-04 Jaeyun[Api/Single] invalid condition to check model
2019-09-03 MyungJoo Ham[TF-Lite] Add terminating null
2019-09-02 Dongju Chae[TESTHUB] Append 'gtest_output' for reporting unittest...
2019-09-02 Sangjung Woo[Filter] Fix svace issue
2019-08-30 Jaeyun[Doc] fix invalid extension
2019-08-30 Jaeyun[Build] update build script
2019-08-30 Jaeyun[Api/Single] set timeout
2019-08-30 Jaeyun[Api/Tizen] function to get data size
2019-08-29 Sangjung Woo[Tizen/API] Fix the wrong boilerplate text
2019-08-29 Jaeyun[Filter/Decoder] sub-plugins extension
2019-08-29 jijoong.moon[FILTER] add nnapi property to handle
2019-08-29 Parichay Kapoor[filter plugins] Remove dependency on gst headers
2019-08-29 Wook Song[Tests/Common] Use macro as file extension of shared...
2019-08-29 Wook Song[macOS/Conf] Support .dylib as a file extension of...
2019-08-29 Wook Song[macOS/Tests] Let unit test cases for tensor_sink work...
2019-08-29 Wook Song[macOS/Meson/IIO] Exclude tensor source plugin for...
2019-08-29 Wook Song[Meson] Support macOS
2019-08-27 jijoong.moon[nnfw] Adding nnfw support with nnapi
2019-08-23 Jaeyun[Api/Android] add option for tf-lite version
2019-08-23 Jaeyun[Api/Android] add target abi
2019-08-23 Jaeyun[Api] code clean
2019-08-23 Jaeyun[Api/Pipeline] remove unnecessary function
2019-08-21 Jaeyun[Android/Api] add script to build api library
2019-08-19 Jaeyun[Api/Pipeline] element restriction
2019-08-16 Jaeyun[Api/Pipeline] set state paused while constructing...
2019-08-16 Jaeyun[Api/Tizen] base code to check plugin name
2019-08-15 MyungJoo Ham[Test/bmp2png] Use g_strdup to avoid gcc9 strict checks
2019-08-15 Sangjung Woo[Spec] Fix the bug of post uninstall script.
2019-08-14 MyungJoo Ham[gcc9-fix] fix strncpy '__builtin_strncpy' issue
2019-08-14 MyungJoo Ham[Debian/Unittest] Disable capi-unittest in arm/launchpad.
2019-08-14 MyungJoo Ham[Debian] Remove tensorflow-dev build-dep for arm64
2019-08-13 MyungJoo Ham[Debian] Use Tensorflow only if it's amd64
2019-08-13 Jaeyun[Android/Api] method to get data size
2019-08-13 Jaeyun[Api/Single] invalid output if error occurs
2019-08-13 Jaeyun[Test] mark negative testcase
2019-08-12 Jaeyun[Build] set python encode for meson
2019-08-12 Jaeyun[Filter/Py] remove global val to register subplugin
2019-08-09 Wook Song[Debian/armhf] Add build dependency on protobuf accepted/tizen/unified/20190812.235554 submit/tizen/20190812.023633
2019-08-09 Wook Song[Meson] Apply work-around for gtest-related failure...
2019-08-09 Jaeyun[Meson] option to disable orc
2019-08-09 Dongju Chae[PythonFilter] Fix svace errors in python filter
2019-08-09 MyungJoo Ham[Readme] Update release status
2019-08-07 Jaeyun[Meson] remove missed option
2019-08-07 Sangjung Woo[C-API] Add sample code for ml_pipeline_switch_get_pad_...
2019-08-07 Sangjung Woo[C-API] Describe pre & post state of the pipeline
2019-08-07 Sangjung Woo[C-API] Describe the pipeline state as image
2019-08-07 Sangjung Woo[C-API] apply the review guide of C-API
2019-08-07 Sangjung Woo[C-API] Add PERMISSION_DENIED state for privilege issue
2019-08-07 Wook Song[Tests] Apply bash script formatter to all runTest...
2019-08-07 Jaeyun[Test] stream test for custom-filter without model
2019-08-07 Jaeyun[Common] function declaration
2019-08-07 Jaeyun[Api] common headers in nnstreamer
2019-08-07 Hyoung Joo Ahn[Filter/Tensorflow] remove the unused option for memory...
2019-08-07 Hyoung Joo Ahn[Typo] fix typo at README.md
2019-08-06 Jaeyun[Build] fix build warning
2019-08-05 Jaeyun[Api] update api description
2019-08-05 Jaeyun[Api] check null param
2019-08-02 MyungJoo Ham[Tizen/C-API] Increate single-invoke timeout
2019-08-02 MyungJoo Ham[UnitTest/TizenCAPI] Support in-emulator unit test
2019-08-02 Jaeyun[Tizen/Feature] invalid condition to check feature...
2019-08-01 Sangjung Woo[C-API] Update the return value of each API
2019-08-01 Sangjung Woo[C-Api] Check feature before processing API
2019-08-01 Jaeyun[Android/Api] add custom-filter callback
2019-08-01 Jaeyun[Android/Api] invalid data conversion
2019-08-01 Jaeyun[Android/Api] refactor code
2019-08-01 Hyoung Joo Ahn[Filter/TF] apply c_api at tensor_filter_tensorflow
2019-07-26 Wook Song[Tests/Filter/Tensorflow] bugfix: Fix a typo and wrong...
2019-07-26 Wook Song[Tests/Filter/PyTorch] bugfix: Fix a typo and wrong...
2019-07-26 Wook Song[Tests/Filter/Caffer2] bugfix: Rewrite wrong if-logic
2019-07-26 Wook Song[Tests/Filter/Caffe2] bugfix: Fix a typo
2019-07-26 Jaeyun[Filter] condition to check model
next