platform/upstream/nnstreamer.git
2018-06-15 MyungJoo Ham[Test] Add GstFailTest API
2018-06-15 MyungJoo Ham[Readme] update how-to-test guide
2018-06-15 Geunsik Lim[CI] Add template for Issue & PR
2018-06-15 jinhyuck[SINK]Update README file of tensor_sink
2018-06-15 Geunsik Lim[CI] Add CI server web-address for nnstreamer
2018-06-15 MyungJoo Ham[Codeowners] Update. Add all members for reviewers
2018-06-15 MyungJoo Ham[Common] Add .gitignore
2018-06-15 jijoong.moon[Decoder] Fix the Bug (#94) and Delete check for SRC...
2018-06-14 Geunsik LimDoxygen: Create the main page for doxygen generation
2018-06-14 sewon.oh[Transform] Add tesnsor_transform makrdown title for...
2018-06-14 Wook Song[Decoder] Remove unneeded blank line
2018-06-14 jijoong.moon[Tensor Decoder] Add test case
2018-06-14 MyungJoo Ham[Converter/Filter] Migrate all testcases into the centr...
2018-06-14 MyungJoo Ham[Style] ANSI-C89 Comment Style
2018-06-14 MyungJoo Ham[Style] Apply gst-indent results to all *.c files
2018-06-14 MyungJoo Ham[Example] Remove examples. They are useless.
2018-06-14 MyungJoo Ham[Common] Import gst-indent script from Gstreamer mainline.
2018-06-14 MyungJoo Ham[Test F/W] gst-launch-based test framework v 1.0
2018-06-14 MyungJoo Ham[converter, filter] Reduce log messages
2018-06-14 MyungJoo Ham[Dist] Run unittest for filter/custom/1 with gbs
2018-06-14 MyungJoo Ham[Filter/Custom] Add testcase. Fix bugs found by the...
2018-06-14 MyungJoo Ham[Filter/Main] First working prototype of filter::main
2018-06-14 jijoong.moon[Decoder] Tensor Decoder Draft
2018-06-14 MyungJoo Ham[Filter/Main] Caps Negotiations Implemented
2018-06-14 MyungJoo Ham[Filter/Main] Restrict pad-caps when set-property gives...
2018-06-12 MyungJoo Ham[Documentation] How to write test cases
2018-06-12 MyungJoo Ham[Converter] Fix non-in-place (memcpy mode) and add...
2018-06-12 MyungJoo Ham[Common] Commonize default pad-caps for other/tensor
2018-06-05 jijoong.moon[Bug Fix] Using memmove for in-place calculation
2018-06-05 MyungJoo Ham[Filter/Custom] Custom tensor postprocessing support
2018-06-05 MyungJoo Ham[Filter/Main] Parse all properties.
2018-06-05 MyungJoo Ham[Unittest] Enable unittest coverage anaysis
2018-06-01 MyungJoo Ham[Common] Add dimension property parsing API
2018-06-01 MyungJoo Ham[Common] Add get_tensor_type, find_key_strv internal...
2018-06-01 MyungJoo Ham[Filter] Add more property processing
2018-06-01 MyungJoo Ham[Convert] Support RSTRIDE = RU4 Cases (RGB && width...
2018-06-01 MyungJoo Ham[DIST] Support Tizen's GST Extra Plugins
2018-06-01 MyungJoo Ham[Convert] Use common header. Remove redundant content
2018-06-01 MyungJoo Ham[README] Update contents
2018-05-31 MyungJoo Ham[Build] Enforce -Wall / -Werror
2018-05-29 MyungJoo Ham[Common] Fix build errors
2018-05-29 MyungJoo Ham[Filter/Main] Revise data type for NNFW plugins
2018-05-29 MyungJoo Ham[Filter/Main] Fill in get/set property functions
2018-05-29 MyungJoo Ham[DIST] Revise .spec and licenses
2018-05-29 MyungJoo Ham[DIST] Skip testcase generation in Tizen GBS/OBS.
2018-05-29 MyungJoo Ham[Filter/Main] Skeleton/Draft Code Template Added
2018-05-29 MyungJoo Ham[Convert] Add test cases based on randomly generated...
2018-05-28 MyungJoo Ham[Source] Add directory and README.
2018-05-28 MyungJoo Ham[Filter] Add Readme entry for developers.
2018-05-28 MyungJoo Ham[DIST] Add .spec for gbs/obs builds
2018-05-25 MyungJoo Ham[CI] Update codeowners
2018-05-25 jijoong.moonAdd CMakeLists.txt for gst_examples
2018-05-25 MyungJoo Ham[Build] Make a central CMake file for all plugins
2018-05-25 MyungJoo Ham[Common] Add a common header
2018-05-25 MyungJoo HamAdd subdirectories for all designed components.
2018-05-25 MyungJoo Ham[Convert] Rename convert2tensor to tensor_converter
2018-05-24 MyungJoo Ham[CI] Add CodeOwners Entries
2018-05-24 MyungJoo Ham[Convert] Add some doxygen entries
2018-05-23 MyungJoo Ham[README] Add basic contents for README
2018-05-18 MyungJoo Ham[Convert] Support BGRx format for video.
2018-05-18 MyungJoo Ham[Convert] Add test case with videosrctest
2018-04-04 MyungJoo Ham[Convert] Tested and fixed with videotestsrc
2018-04-02 MyungJoo Ham[Convert] Implement two negotiation methods.
2018-04-02 MyungJoo Ham[Convert] Apply x-raw/RGB format data structure.
2018-04-02 MyungJoo Ham[Convert] Implement Processing part from the document
2018-03-28 MyungJoo Ham[Convert] Added skeletons for GstBaseTransform class
2018-03-28 MyungJoo Ham[Convert] Change base class from "GstElement" to "GstBa...
2018-03-28 MyungJoo Ham[Converter] Get tensor metadata from sinkpad when it...
2018-03-28 MyungJoo Ham[Converter] Converter Core Function Located
2018-03-26 MyungJoo Ham[Converter] GST Plugin Tutorial 1 (Boilerplate) Followed.
2018-03-26 MyungJoo Ham[Converter] GST Plugin Template Created
2018-03-26 MyungJoo Ham[Gst Example] tutorial-8
2018-03-26 MyungJoo Ham[Gst Example] tutorial-6 and 7
2018-03-22 MyungJoo Ham[Gst Example] tutorial-3 and 3-exercise
2018-03-22 MyungJoo Ham[Gst Exmaple] tutorial 2 and 2 + add-filter exercise
2018-03-22 MyungJoo HamFix typo in the tutorial example with the address
2018-03-22 MyungJoo Ham[Gst Example] tutorial 1
2018-03-22 함명주/동작제어Lab... Initial commit