platform/upstream/nnstreamer.git
2018-07-02 MyungJoo Ham[Convert/Filter] Add transform size functions
2018-07-02 jy1210.jung[Sink] update testcase
2018-07-02 jijoong.moon[Tensors] Fix gst buffer error
2018-07-02 MyungJoo Ham[Example Custom Filter] Scaler Example Custom Filter
2018-07-02 jy1210.jung[Sink] testcases with base pipeline
2018-06-29 sewon.oh[Test] Add plugin dependency and cmake build check.
2018-06-29 sewon.oh[CI] Add TAOS-CI config files for nnstreamer
2018-06-29 MyungJoo Ham[Code Clean] tensor_fitler clean up
2018-06-28 Geunsik LimAdded how to use test cases in Documentation folder
2018-06-28 Geunsik LimAdded getting-started document in Documentation folder
2018-06-28 Geunsik Lim[Tests] Added check function to inspect dependent commands
2018-06-28 jijoong.moon[Tensors] Complete Set of Test Case for Tensors
2018-06-28 MyungJoo Ham[Filter/Main] Fully support flexible (sink->src) dimension
2018-06-28 MyungJoo Ham[Filter/Custom] Support flexible dimension
2018-06-28 MyungJoo Ham[Git Infra] pre-commit to filter styles
2018-06-27 jy1210.jung[Sink] add properties and signals
2018-06-27 sewon.oh[CI/Unit test] Integrate unit test with cmake.
2018-06-27 MyungJoo Ham[Convert] Memory Handling Fixed
2018-06-27 MyungJoo Ham[Filter/Main] Guarantee calling "open" before all other...
2018-06-27 MyungJoo Ham[Common] Code Clean for common libraries
2018-06-27 jinhyuck[Filter/tflite]Add skeleton code for load model file
2018-06-27 MyungJoo Ham[CI/UnittestCoverage] Exclude tests
2018-06-27 MyungJoo Ham[Documentation] update readme with the progress details
2018-06-27 MyungJoo Ham[Filter/Main] Support implicit dimension declaration
2018-06-27 MyungJoo Ham[Readme] Fix typo
2018-06-27 문지중/동작제어Lab... [TensorMeta] Add utility functions to manipilation...
2018-06-26 Geunsik Lim[Documentation] Added maintainer & committers
2018-06-25 Geunsik LimRenamed file name to display license info at webpage
2018-06-25 Geunsik Lim[Doxygen] Added how to write doxygen tags
2018-06-25 MyungJoo Ham[Filter] Flexible input/output dimension, prep data...
2018-06-25 jy1210.jung[Sink] register sink plugin
2018-06-22 MyungJoo Ham[Merge Error Fix] Missing Merge Conflict Resolve.
2018-06-22 jijoong.moon[TensorMeta] Change TensorMeta -> GstMetaTensor
2018-06-22 jy1210.jung[Sink] update doxygen
2018-06-22 jy1210.jung[Sink] Add template for buffer and QoS event
2018-06-21 Geunsik Lim[Documentation] Added development guide of nnstreamer
2018-06-21 MyungJoo Ham[Doxygen] Add doxygen entries for common headers and...
2018-06-21 jijoong.moon[TensorMeta] Add Tensor Meta Data for GstBuffer
2018-06-20 MyungJoo Ham[Code Clean] Type naming & constify
2018-06-20 Geunsik LimAdded legacy issue template
2018-06-19 MyungJoo Ham[License] Remove apache-2.0. Unify to LGPL-2.1
2018-06-19 Geunsik LimUpdated README.md to fix pdebuild issue
2018-06-19 MyungJoo Ham[Code Clean] Use common functions / typedef.
2018-06-18 MyungJoo Ham[Decode] Minor code refactoring to save mem and cpu
2018-06-18 Geunsik Lim[Documentation] Updated how to build nnstreamer
2018-06-18 sewon.oh[CI/indent] Fix indent bug
2018-06-18 jijoong.moon[Decoder] Support the case which is not divided by 4.
2018-06-18 정재윤/언어이해Lab... [Sink] initial commit for basesink template (#117)
2018-06-18 Geunsik LimRemove unnecessary build dependent package
2018-06-18 Geunsik LimCreated gst folder that maintains all modules for consi...
2018-06-18 Geunsik LimReplaced project name from audri to nnstreamer
2018-06-18 MyungJoo Ham[Filter/Custom] Expose filter properties to custom...
2018-06-15 Geunsik LimFix typo in nnstreamer.spec for gcov report
2018-06-15 MyungJoo Ham[Common] Provide err_print() and debug_print()
2018-06-15 MyungJoo Ham[Readme] update how-to-build guide for self-hosting
2018-06-15 MyungJoo Ham[Filter] Refactor properties: remove "debug".
2018-06-15 MyungJoo Ham[All Filter] "silent" is TRUE by default.
2018-06-15 MyungJoo Ham[DIST] Debian packaging
2018-06-15 MyungJoo Ham[Filter/Main] Add "Custom" Property
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
next