platform/upstream/nnstreamer.git
2018-10-05 Jaeyun[Example] change plugin to get scaled video frame from...
2018-10-04 MyungJoo Ham[SVACE-Fix] Fix 376961 / str without termination
2018-10-04 Jaeyun[Common] update condition to validate tensor config
2018-10-04 Jaeyun[Mux/Decoder] fix coverity issue
2018-10-02 Jaeyun[Demux/Transform] add code to free string
2018-10-02 Jaeyun[Split] remove rank and fix mem leak
2018-10-02 jinhyuck-park[SVACE] fix CID 1030252, CID 1030251 issues
2018-10-02 Jaeyun[Test] add stream tc with tensor-split
2018-10-02 MyungJoo Ham[example/custom] Fix coverity issue.
2018-10-02 Jaeyun[Test] add stream testcases
2018-10-02 Jaeyun[Common] expand audio format
2018-10-02 Jaeyun[Document/CodeClean] update description and debug messages
2018-10-01 jinhyuck-park[tensorDec] Implement copy label string to out buffer
2018-10-01 Jaeyun[Common] change tensor type of string
2018-10-01 Jaeyun[Test] update testcases
2018-09-28 Sangjung Woo[boilerplate] fix broken links
2018-09-28 Jaeyun[Common] add function to get tensor size
2018-09-28 Jaeyun[Demux] change default property value
2018-09-28 Jaeyun[Mux] set timestamp in output buffer
2018-09-27 Jaeyun[Mux] fix coverity issue (1029508)
2018-09-27 Jaeyun[Test/Meta] remove dependency of tensor-meta
2018-09-27 Jaeyun[Document/Sink] update README.md about tensor-sink
2018-09-27 jinhyuck-park[TensorDec] Add functions regarding image labeling...
2018-09-24 MyungJoo Ham[Filter/TF-Lite] refactor to reduce repeated code
2018-09-24 jijoong.moon[TensorSplit] Fix Tensor dimension type assign
2018-09-24 Wook Song[Example/FilterPerformanceProfile] Fix coverity analysi...
2018-09-24 Wook Song[Example/FilterPerformanceProfile] Fix coverity analysi...
2018-09-24 Wook Song[Example/FilterPerformanceProfile] Revise file header...
2018-09-24 Jaeyun[Mux] remove dependency of tensor-meta
2018-09-22 Jaeyun[Test/Decode] remove debug message
2018-09-22 Jaeyun[Demux/Split] update description
2018-09-21 jinhyuck-park[TensorDec] Implement get label function for image...
2018-09-21 Geunsik LimSecurity: fix a buffer overflow issue in gst_tensor_dim...
2018-09-21 HyoungjooAhn[Filter/TF-Lite] remove memcpy for input tensor
2018-09-21 Jaeyun[Example/CustomFilter] fix coverity issue (1029512...
2018-09-21 Jaeyun[Example/CustomFilter/Test] change custom passthrough...
2018-09-21 MyungJoo Ham[Tranform] Fix coverity issue 1029522
2018-09-21 HyoungjooAhn[Filter/TF-Lite] fix bug about nomalization
2018-09-21 HyoungjooAhn[Filter] Fix coverity analysis error
2018-09-20 Jaeyun[Demux] remove dependency of tensor-meta
2018-09-20 Sangjung woo[Example] Use tensor_decoder instead of tensordec
2018-09-20 Sangjung woo[TensorDecoder] Update the plugin information and its...
2018-09-20 Sangjung woo[TensorDemux] Update the plugin information and its...
2018-09-20 Sangjung woo[TensorMux] Update the plugin information and its testcase
2018-09-20 Sangjung woo[TensorSplit] Update the plugin information and its...
2018-09-20 MyungJoo Ham[Example/CustomFilterScaler] Fix coverity analysis...
2018-09-20 MyungJoo Ham[Test/BMP2PN] Fix covertify analysis error 1029514
2018-09-20 Jaeyun[Filter] change filter-framework callbacks
2018-09-20 Jaeyun[Test] update tc for caps and buffer
2018-09-19 MyungJoo Ham[Transform/Transpose] Check the validity of dimensions
2018-09-19 Jaeyun[Example] fix nego failure case
2018-09-19 Jaeyun[Filter] fix caps nego failure case
2018-09-19 Sangjung woocmake: rename some so files to keep a consistent naming...
2018-09-18 HyoungjooAhn[Filter] create new structure for multi tensors
2018-09-18 jinhyuck-park[TensorDec]Add set label path property
2018-09-18 MyungJoo Ham[Filter/Main] Correct plugin description
2018-09-18 Jaeyun[Filter/Common] prepare multi-tensors
2018-09-17 jinhyuck-park[TensorDec] Add initalize function for image labeling...
2018-09-17 MyungJoo HamDelete Untitled Diagram.xml
2018-09-17 MyungJoo HamdiagramAllPlugins_CheatSheet
2018-09-14 Geunsik LimCI: remove unnecessary folder
2018-09-14 MyungJoo Ham[Filter/Custom] Ensure the loaded private data is store...
2018-09-13 Geunsik LimCI: Updated config files based on latest TAOS-CI version
2018-09-13 MyungJoo Ham[Decoder] Minor style fix (variable types)
2018-09-13 jijoong.moon[Transform] Add Transpose Mode
2018-09-13 Jaeyun[Common] common functions to prepare multi-tensors
2018-09-13 jinhyuck-park[TensorDec] Add data struct for tensor decoder modes...
2018-09-13 Jaeyun[Document] update readme.md
2018-09-12 jijoong.moon[TensorSplit] Add testcases
2018-09-11 jijoong.moon[Transform] Add Arithmetic Mode
2018-09-10 MyungJoo Ham[Common/Refactor] Remove rank from pad cap
2018-09-10 MyungJoo Ham[Documentation] Update README.md entry for tensor_filter
2018-09-10 MyungJoo Ham[Documentation] Add README.md entry for tensor_decoder
2018-09-10 MyungJoo Ham[Documentation] Update the root README.md
2018-09-10 MyungJoo Ham[Common] Refactor num tensors range of other/tensors
2018-09-10 Jaeyun[Convert] refactor tensor-converter
2018-09-07 Jaeyun[Test] set lib path
2018-09-07 Jaeyun[Aggregator] fix output tensor dimension and timestamp
2018-09-07 jijoong.moon[TensorSplit] Complete TensorSplit Implementation
2018-09-07 sewon.oh[unittest] Remove dependency
2018-09-06 MyungJoo HamUpdate CODE_OF_CONDUCT.md
2018-09-06 MyungJoo Ham[Documentation] Update README.md of converter
2018-09-05 MyungJoo Ham[CODEOWNERS] Update for github.com migration
2018-09-05 Wook Song[Convert/Test] Add test cases for the GRAY8 color format
2018-09-05 Wook Song[Test F/W] Update tools in the test framework to suppor...
2018-09-05 Wook Song[Test F/W] Modify bmp2png to support converting from...
2018-09-05 Wook Song[Common] Support GRAY8, the 8-bit grayscale video format
2018-09-05 Jaeyun[Decode] remove dependency of media type in tensor...
2018-09-04 Geunsik Lim[config] Updated the existing configuration files for...
2018-09-04 MyungJoo Ham[Style Fix] Indentation Error Fix.
2018-09-04 jijoong.moon[Filter] Fix CMake Build Bug
2018-09-04 jijoong.moon[TensorSplit] Add Set/Get Properties
2018-09-04 HyoungjooAhn[Filter] make filter available handling multi tensor
2018-09-04 Jaeyun[Aggregator] initial commit
2018-08-31 Sung-Jae LeeChange file extension
2018-08-28 Wook Song[Example] Add a tensor_filter application for performan...
2018-08-27 jijoong.moon[Filter] Modify property dimension to get tensors format
2018-08-27 jijoong.moon[TensorSplit] Skeleton to split tensor into multiple...
2018-08-27 jy1210.jung[Convert/Decode] support text type (text/x-raw)
2018-08-24 jy1210.jung[Sink/Example] update example for text stream
next