platform/upstream/nnstreamer.git
2018-10-19 Jaeyun[Example/Test] fix invalid param
2018-10-19 Jaeyun[Demux/Split] copy meta from incoming buffer
2018-10-19 MyungJoo HamLimit ignore scope for bmp2png
2018-10-19 sewon.oh[git ignore] Add list for test generated files.
2018-10-17 jijoong.moon[TensorMerge] Add Proper GstMemory Generation according...
2018-10-17 Jaeyun Jung[Aggregator] add condition to flush the bytes
2018-10-17 Jaeyun[Test] update stream testcase
2018-10-17 Jaeyun[Converter/Aggregator] update timestamp
2018-10-17 HyoungjooAhn[Filter/TF-Lite] apply memcpy for output tensors
2018-10-17 sewon.oh[CI] Change folder structure.
2018-10-16 Jaeyun[Mux/Merge] remove unnecessary value
2018-10-16 MyungJoo Ham[DIST] Ubuntu/Debian packaging version number
2018-10-16 MyungJoo Ham[DIST] Clean up Ubuntu build scripts
2018-10-16 MyungJoo Ham[DIST] Update build scripts
2018-10-16 MyungJoo Ham[0.0.3-rc1] Single-binary is now the stndard release.
2018-10-15 MyungJoo HamRelease 0.0.2 v0.0.2
2018-10-15 jinhyuck-park[Testcase]Add test case for tensor decoder image labelling
2018-10-15 MyungJoo Ham[Release] 0.0.2-rc1
2018-10-15 MyungJoo Ham[Documentation] Update component description
2018-10-15 MyungJoo Ham[Utility] For demo, create a shell script loading model...
2018-10-15 MyungJoo Ham[Single Binary] Merge all elements into a single plugin...
2018-10-15 MyungJoo Ham[Single Binary] Merge decoder, demux
2018-10-15 MyungJoo Ham[Common] move common c files to gst/nnstreamer
2018-10-15 MyungJoo Ham[Cmake/CleanUp] Clean up cmake main logic
2018-10-15 jijoong.moon[TensorMerge] fix Dereference before null check
2018-10-12 Jaeyun[Transform/Common] code clean
2018-10-12 MyungJoo Ham[Single Binary] Merge converter and aggregator into...
2018-10-12 Wook Song[Transform/Arithmetic/Test] Add test cases for add...
2018-10-12 Wook Song[Transform/Arithmetic/Test] Update test checking API...
2018-10-12 Wook Song[Transform/Arithmetic] Support fused add-mul and mul...
2018-10-12 Wook Song[Transform/Arithmetic/Test] Add test cases for floating...
2018-10-12 Wook Song[Transform/Arithmetic] Support operand value of floatin...
2018-10-12 Jaeyun[Sink] code clean
2018-10-12 Jaeyun[Common] check max tensor size limit
2018-10-12 jinhyuck-park[Example App]Add tensor decoder image labelling App
2018-10-12 jinhyuck-park[TensorDec] update tensor decoder for proper working
2018-10-12 jijoong.moon[Transform] Fix transpose
2018-10-12 Wook Song[Test/Transform] Add test cases for typecast between...
2018-10-11 jijoong.moon[TensorMerge] Add draft tensor_merge plugin
2018-10-11 jijoong.moon[Transform] Add Test Case for transform/standardization...
2018-10-10 Jaeyun[Aggregator] update code to concatenate data with axis
2018-10-10 MyungJoo Ham[Comment Fix] Fix broken URLs in comments / docs
2018-10-10 Jaeyun[Aggregator] update code to concatenate output
2018-10-10 MyungJoo Ham[CoC Update] Update due to recent turmoil at LKML
2018-10-10 Jaeyun[Test] update stream testcase
2018-10-10 jijoong.moon[Transform] Add Standardization Mode in Tranform Plugin
2018-10-10 jijoong.moon[Transform] Remove hard coded values in transform
2018-10-10 Jaeyun[Converter] fix coverity issue 1034478
2018-10-08 Jaeyun[Aggregator] fix out-tensor dimension
2018-10-08 Jaeyun[Converter] support byte-stream
2018-10-08 Jaeyun[Common] initial commit to add a type of byte-stream
2018-10-08 Jaeyun[Converter/Aggregator] update timestamp
2018-10-05 jinhyuck-park[TensorDec] Add install properties in tensor decoder...
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
next