]> git.parisson.com Git - timeside.git/log
timeside.git
10 years agoupdate README and setup server
Guillaume Pellerin [Thu, 15 May 2014 10:16:14 +0000 (12:16 +0200)]
update README and setup

10 years agoMerge branch 'dev' into server
Guillaume Pellerin [Wed, 14 May 2014 22:36:09 +0000 (00:36 +0200)]
Merge branch 'dev' into server

Conflicts:
timeside/__init__.py

10 years agoMerge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Wed, 14 May 2014 16:03:56 +0000 (18:03 +0200)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev

10 years agoFix .travis.yml
Thomas Fillon [Wed, 14 May 2014 15:55:42 +0000 (17:55 +0200)]
Fix .travis.yml

10 years agoMerge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Wed, 14 May 2014 15:20:59 +0000 (17:20 +0200)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev

10 years agoUse absolute_import from future in aubio analyzers
Thomas Fillon [Wed, 14 May 2014 15:15:27 +0000 (17:15 +0200)]
Use absolute_import from future in aubio analyzers

10 years agoMerge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Wed, 14 May 2014 15:11:38 +0000 (17:11 +0200)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev

10 years agoMerge branch 'package_structure' into dev
Thomas Fillon [Wed, 14 May 2014 15:03:40 +0000 (17:03 +0200)]
Merge branch 'package_structure' into dev

10 years agoFix many PyFlake warnings
Thomas Fillon [Wed, 14 May 2014 14:54:28 +0000 (16:54 +0200)]
Fix many PyFlake warnings

10 years agoFix importError for Yaafe and Aubio
Thomas Fillon [Wed, 14 May 2014 13:30:02 +0000 (15:30 +0200)]
Fix importError for Yaafe and Aubio

10 years agoFix PEP8
Thomas Fillon [Wed, 14 May 2014 12:59:36 +0000 (14:59 +0200)]
Fix PEP8

10 years agoFix doctest
Thomas Fillon [Wed, 14 May 2014 12:58:08 +0000 (14:58 +0200)]
Fix doctest

10 years agoFix documentation and doctest
Thomas Fillon [Wed, 14 May 2014 11:16:42 +0000 (13:16 +0200)]
Fix documentation and doctest

10 years agoAutomatic discovering of processors
Thomas Fillon [Wed, 14 May 2014 10:35:42 +0000 (12:35 +0200)]
Automatic discovering of processors

- Automatic discovering of processors by walking through timeside decoder, analyzer, encoder and grapher subpackages.
- Empty corresponding __init__ files i.e. remove explicit import of processors

10 years agoMove aubio analyzers in timeside.analyzer.aubio sub-package
Thomas Fillon [Wed, 14 May 2014 10:35:00 +0000 (12:35 +0200)]
Move aubio analyzers in timeside.analyzer.aubio sub-package

10 years agocleanup conf
Guillaume Pellerin [Tue, 6 May 2014 22:42:07 +0000 (00:42 +0200)]
cleanup conf

11 years agoserver: add encoder to task.run
Guillaume Pellerin [Tue, 29 Apr 2014 14:45:55 +0000 (16:45 +0200)]
server: add encoder to task.run

11 years agoserver: add a streaming function to ResultGrapherView
Guillaume Pellerin [Tue, 29 Apr 2014 13:26:21 +0000 (15:26 +0200)]
server: add a streaming function to ResultGrapherView

11 years agoAdd a view for grapher in server
Thomas Fillon [Tue, 29 Apr 2014 13:04:53 +0000 (15:04 +0200)]
Add a view for grapher in server

11 years agoFix some bad unicode support when exported to h5py
Thomas Fillon [Tue, 29 Apr 2014 13:00:57 +0000 (15:00 +0200)]
Fix some bad unicode support when exported to h5py

In server mode there was a TypeError raise by h5py on some unicode
TypeError: No conversion path for dtype: dtype('<U*')
see https://github.com/h5py/h5py/issues/289

This commit in a temporary work-around until h5py get fixed

11 years ago- server: give item.sha1 to FileDecoder, grapher parameters as {}
Guillaume Pellerin [Tue, 29 Apr 2014 10:27:34 +0000 (12:27 +0200)]
- server: give item.sha1 to FileDecoder, grapher parameters as {}

11 years agoMerge branch 'dev' into server
Thomas Fillon [Tue, 29 Apr 2014 09:55:38 +0000 (11:55 +0200)]
Merge branch 'dev' into server

11 years agoAdd sha1 argument in FileDecoder
Thomas Fillon [Tue, 29 Apr 2014 09:55:15 +0000 (11:55 +0200)]
Add sha1 argument in FileDecoder

11 years agoserver: all field editable
Guillaume Pellerin [Tue, 29 Apr 2014 09:28:09 +0000 (11:28 +0200)]
server: all field editable

11 years agoserver: all fields for REST serialization
Guillaume Pellerin [Tue, 29 Apr 2014 09:26:14 +0000 (11:26 +0200)]
server: all fields for REST serialization

11 years ago- server: reinitialization of the model (needed for submodule renaming, sorry)
Guillaume Pellerin [Tue, 29 Apr 2014 09:24:42 +0000 (11:24 +0200)]
- server: reinitialization of the model (needed for submodule renaming, sorry)
- server: add few celery tests

11 years agoMerge branch 'server' of github.com:yomguy/TimeSide into server
Thomas Fillon [Tue, 29 Apr 2014 08:27:58 +0000 (10:27 +0200)]
Merge branch 'server' of github.com:yomguy/TimeSide into server

11 years agoMerge branch 'dev' into server
Thomas Fillon [Tue, 29 Apr 2014 08:27:09 +0000 (10:27 +0200)]
Merge branch 'dev' into server

11 years agoCherry-pick 11807d66ff7483031b325
Thomas Fillon [Tue, 29 Apr 2014 08:12:30 +0000 (10:12 +0200)]
Cherry-pick 11807d66ff7483031b325

11 years agoAnother solution to fix container json serializer to return non numpyarray data
Thomas Fillon [Tue, 29 Apr 2014 08:12:30 +0000 (10:12 +0200)]
Another solution to fix container json serializer to return non numpyarray data

This commit follow and ammend 3d42e56d0da85a1e1 .
The JSON serializer will handle simple numpy data type as number and boolean and will simply convert them to native python type. For such type there is no need to preserve the numpy dtype like it is the case with numpy arrays.

11 years agoMerge branch 'server' of github.com:yomguy/TimeSide into server
Guillaume Pellerin [Mon, 28 Apr 2014 23:54:10 +0000 (01:54 +0200)]
Merge branch 'server' of github.com:yomguy/TimeSide into server

11 years ago- server: Autorun for Task when status == 2 ('pending'), add 'draft' status
Guillaume Pellerin [Mon, 28 Apr 2014 23:48:37 +0000 (01:48 +0200)]
- server: Autorun for Task when status == 2 ('pending'), add 'draft' status
- server: Rename graphers' and analyzers' output filename prefixes as result.uuid

11 years agoserver: autorun for Task when status == 2 (pending)
Guillaume Pellerin [Mon, 28 Apr 2014 23:48:37 +0000 (01:48 +0200)]
server: autorun for Task when status == 2 (pending)
server: graphers and analyzers output filename prefixes as result.uuid

11 years agodon't load Telemeta files
Guillaume Pellerin [Mon, 28 Apr 2014 23:05:37 +0000 (01:05 +0200)]
don't load Telemeta files

11 years ago- server: components moved to server/
Guillaume Pellerin [Mon, 28 Apr 2014 23:00:30 +0000 (01:00 +0200)]
- server: components moved to server/
- server: sandbox moved to server/sandbox/
- player: static files moved to player/static/timeside/
- bugfixes, cleanup

11 years agoChange modules's init files
Thomas Fillon [Mon, 28 Apr 2014 05:58:40 +0000 (07:58 +0200)]
Change modules's init files

11 years agocleanup
Guillaume Pellerin [Sun, 27 Apr 2014 19:07:20 +0000 (21:07 +0200)]
cleanup

11 years agoFix container json serializer to return non numpyarray data
Guillaume Pellerin [Sat, 26 Apr 2014 10:47:18 +0000 (12:47 +0200)]
Fix container json serializer to return non numpyarray data

11 years agoFix ResultAnalyzerView
Guillaume Pellerin [Sat, 26 Apr 2014 10:46:35 +0000 (12:46 +0200)]
Fix ResultAnalyzerView

11 years agoUpdate diagram
Guillaume Pellerin [Fri, 25 Apr 2014 18:32:49 +0000 (20:32 +0200)]
Update diagram

11 years agoRename Parameters to Preset, add preset to Experience
Guillaume Pellerin [Fri, 25 Apr 2014 18:31:32 +0000 (20:31 +0200)]
Rename Parameters to Preset, add preset to Experience

11 years agoWrite hdf5 through (pip install -U h5py), fix fields
Guillaume Pellerin [Thu, 24 Apr 2014 17:23:49 +0000 (19:23 +0200)]
Write hdf5 through (pip install -U h5py), fix fields

11 years agoHomogenize __init__.py. Fix #46
Thomas Fillon [Wed, 23 Apr 2014 08:23:44 +0000 (10:23 +0200)]
Homogenize __init__.py. Fix #46

11 years agoupdate result fields to simplify post_save methods, add grapher render
Guillaume Pellerin [Tue, 22 Apr 2014 17:22:05 +0000 (19:22 +0200)]
update result fields to simplify post_save methods, add grapher render

11 years agoFix several PEP8 warnings
Thomas Fillon [Tue, 22 Apr 2014 13:49:16 +0000 (15:49 +0200)]
Fix several PEP8 warnings

11 years agoFix PEP8 on timeside/tools/ with autopep8
Thomas Fillon [Tue, 22 Apr 2014 13:32:18 +0000 (15:32 +0200)]
Fix PEP8 on timeside/tools/ with autopep8

11 years agoFix PEP8 on timeside/encoder/ with autopep8
Thomas Fillon [Tue, 22 Apr 2014 13:30:51 +0000 (15:30 +0200)]
Fix PEP8 on timeside/encoder/ with autopep8

11 years agoFix PEP8 on timeside/grapher/ with autopep8
Thomas Fillon [Tue, 22 Apr 2014 13:29:13 +0000 (15:29 +0200)]
Fix PEP8 on timeside/grapher/ with autopep8

11 years agoFix PEP8 on timeside/decoder/ with autopep8
Thomas Fillon [Tue, 22 Apr 2014 13:26:24 +0000 (15:26 +0200)]
Fix PEP8 on timeside/decoder/ with autopep8

11 years agoFix PEP8 on timeside/ with autopep8
Thomas Fillon [Tue, 22 Apr 2014 13:25:15 +0000 (15:25 +0200)]
Fix PEP8 on timeside/ with autopep8

11 years agoFix PEP8 on timeside.analyzer with autopep8
Thomas Fillon [Tue, 22 Apr 2014 13:23:41 +0000 (15:23 +0200)]
Fix PEP8 on timeside.analyzer with autopep8

11 years agoupdate then task run (not all fixed)
Guillaume Pellerin [Tue, 22 Apr 2014 12:31:23 +0000 (14:31 +0200)]
update then task run (not all fixed)

11 years agoupdate result link to parameters, add model diagram
Guillaume Pellerin [Tue, 22 Apr 2014 11:10:08 +0000 (13:10 +0200)]
update result link to parameters, add model diagram

11 years agocleanup
Guillaume Pellerin [Tue, 22 Apr 2014 11:03:37 +0000 (13:03 +0200)]
cleanup

11 years agoIgnore Vamp for coverage in Travis
Thomas Fillon [Tue, 22 Apr 2014 09:59:20 +0000 (11:59 +0200)]
Ignore Vamp for coverage in Travis

11 years agoIgnore Yaafe and Aubio for coverage in Travis, proper command line
Thomas Fillon [Tue, 22 Apr 2014 09:47:55 +0000 (11:47 +0200)]
Ignore Yaafe and Aubio for coverage in Travis, proper command line

11 years agoIgnore Yaafe and Aubio for coverage in Travis
Thomas Fillon [Tue, 22 Apr 2014 09:38:39 +0000 (11:38 +0200)]
Ignore Yaafe and Aubio for coverage in Travis

11 years agoAdd coveralls badge in README
Thomas Fillon [Tue, 22 Apr 2014 09:28:20 +0000 (11:28 +0200)]
Add coveralls badge in README

11 years agoTry to fix coverage support in Travis - 6th : install coveralls before success
Thomas Fillon [Tue, 22 Apr 2014 09:17:31 +0000 (11:17 +0200)]
Try to fix coverage support in Travis - 6th : install coveralls before success

11 years agoTry to fix coverage support in Travis - 5th
Thomas Fillon [Tue, 22 Apr 2014 08:52:55 +0000 (10:52 +0200)]
Try to fix coverage support in Travis - 5th

11 years agoTry to fix coverage support in Travis - 4th
Thomas Fillon [Tue, 22 Apr 2014 08:47:09 +0000 (10:47 +0200)]
Try to fix coverage support in Travis - 4th

11 years agoClean up setup.py
Thomas Fillon [Tue, 22 Apr 2014 07:49:27 +0000 (09:49 +0200)]
Clean up setup.py

11 years agoTry to fix coverage support in Travis - 3rd
Thomas Fillon [Tue, 22 Apr 2014 07:36:50 +0000 (09:36 +0200)]
Try to fix coverage support in Travis - 3rd

11 years agoTry to fix coverage support in Travis - 2nd
Thomas Fillon [Tue, 22 Apr 2014 07:31:18 +0000 (09:31 +0200)]
Try to fix coverage support in Travis - 2nd

11 years agoTry to fix coverage support in Travis
Thomas Fillon [Tue, 22 Apr 2014 07:22:39 +0000 (09:22 +0200)]
Try to fix coverage support in Travis

11 years agoInstall Coverage through setup.py test_requires
Thomas Fillon [Tue, 22 Apr 2014 07:02:18 +0000 (09:02 +0200)]
Install Coverage through setup.py test_requires

11 years agoInstall Coveralls through setup.py test_requires
Thomas Fillon [Tue, 22 Apr 2014 06:49:34 +0000 (08:49 +0200)]
Install Coveralls through setup.py test_requires

11 years agoMerge branch 'dev' of github.com:yomguy/TimeSide into dev
Thomas Fillon [Tue, 22 Apr 2014 06:18:58 +0000 (08:18 +0200)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev

11 years agoAdd coverage to Travis-CI
Thomas Fillon [Tue, 22 Apr 2014 06:18:35 +0000 (08:18 +0200)]
Add coverage to Travis-CI

11 years agotry another arch svg URL
Guillaume Pellerin [Mon, 21 Apr 2014 21:24:16 +0000 (23:24 +0200)]
try another arch svg URL

11 years agoupdate arch svg URL
Guillaume Pellerin [Mon, 21 Apr 2014 21:14:31 +0000 (23:14 +0200)]
update arch svg URL

11 years agoMerge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin [Mon, 21 Apr 2014 21:09:53 +0000 (23:09 +0200)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev

11 years agoupdate arch schema, try svg in rst
Guillaume Pellerin [Mon, 21 Apr 2014 21:09:23 +0000 (23:09 +0200)]
update arch schema, try svg in rst

11 years agoMerge branch 'dev' into server
Guillaume Pellerin [Mon, 21 Apr 2014 20:56:56 +0000 (22:56 +0200)]
Merge branch 'dev' into server

11 years agobugfixes
Guillaume Pellerin [Mon, 21 Apr 2014 20:56:37 +0000 (22:56 +0200)]
bugfixes

11 years agoClean-up comment in test_transcoding_streaming
Thomas Fillon [Mon, 21 Apr 2014 19:50:10 +0000 (21:50 +0200)]
Clean-up comment in test_transcoding_streaming

11 years agoTry to put back test_transcoding_streaming (it was freezing in Travis)
Thomas Fillon [Mon, 21 Apr 2014 19:26:43 +0000 (21:26 +0200)]
Try to put back test_transcoding_streaming (it was freezing in Travis)

11 years agoClean up test_decoding.py
Thomas Fillon [Mon, 21 Apr 2014 17:09:36 +0000 (19:09 +0200)]
Clean up test_decoding.py

11 years agoFix hdf5 bad handling of empty numpy array in some h5py versions
Thomas Fillon [Mon, 21 Apr 2014 17:03:47 +0000 (19:03 +0200)]
Fix hdf5 bad handling of empty numpy array in some h5py versions

11 years agoSupport variability of frames number in Gstreamer ogg in test_decoding - 2nd try
Thomas Fillon [Mon, 21 Apr 2014 16:52:00 +0000 (18:52 +0200)]
Support variability of frames number in Gstreamer ogg in test_decoding - 2nd try

11 years agoSupport variability of frames number in Gstreamer ogg in test_decoding
Thomas Fillon [Mon, 21 Apr 2014 16:38:26 +0000 (18:38 +0200)]
Support variability of frames number in Gstreamer ogg in test_decoding

11 years agoRemove AubioPitch dependency in test_decoding_stack
Thomas Fillon [Mon, 21 Apr 2014 16:06:48 +0000 (18:06 +0200)]
Remove AubioPitch dependency in test_decoding_stack

11 years agoUpdate Gstreamer PPa repository in .travis.yml : Donk PPA support Precise
Thomas Fillon [Mon, 21 Apr 2014 15:27:49 +0000 (17:27 +0200)]
Update Gstreamer PPa repository in .travis.yml : Donk PPA support Precise

11 years agoUpdate Gstreamer PPa repository in .travis.yml
Thomas Fillon [Mon, 21 Apr 2014 15:01:30 +0000 (17:01 +0200)]
Update Gstreamer PPa repository in .travis.yml

11 years agofix post save file properties detection
Guillaume Pellerin [Mon, 21 Apr 2014 13:20:42 +0000 (15:20 +0200)]
fix post save file properties detection

11 years agoadd item lock_setter
Guillaume Pellerin [Mon, 21 Apr 2014 12:21:01 +0000 (14:21 +0200)]
add item lock_setter

11 years agodelete django Processor type properties, add pipe Processor type properties
Guillaume Pellerin [Mon, 21 Apr 2014 11:35:20 +0000 (13:35 +0200)]
delete django Processor type properties, add pipe Processor type properties

11 years agoadd user serializer and viewset
Guillaume Pellerin [Mon, 21 Apr 2014 09:55:49 +0000 (11:55 +0200)]
add user serializer and viewset

11 years agofix wrong foreignkey
Guillaume Pellerin [Mon, 21 Apr 2014 09:51:57 +0000 (11:51 +0200)]
fix wrong foreignkey

11 years agoadd more serializers and viewsets
Guillaume Pellerin [Mon, 21 Apr 2014 09:47:37 +0000 (11:47 +0200)]
add more serializers and viewsets

11 years agoupgrade models, remove jsonfields, add REST serializers thanks to djangorestframework
Guillaume Pellerin [Mon, 21 Apr 2014 09:34:02 +0000 (11:34 +0200)]
upgrade models, remove jsonfields, add REST serializers thanks to djangorestframework

11 years agoSkip test_transcodng_streaming which freeze in Travis
Thomas Fillon [Sun, 20 Apr 2014 11:34:03 +0000 (13:34 +0200)]
Skip test_transcodng_streaming which freeze in Travis

11 years agoTry to fix tests support in travis
Thomas Fillon [Sun, 20 Apr 2014 09:06:04 +0000 (11:06 +0200)]
Try to fix tests support in travis

11 years agoRemove setuptools requirement in setup.py - 2
Thomas Fillon [Sun, 20 Apr 2014 08:54:23 +0000 (10:54 +0200)]
Remove setuptools requirement in setup.py - 2

11 years agoRemove setuptools requirement insetup.py
Thomas Fillon [Sun, 20 Apr 2014 08:46:38 +0000 (10:46 +0200)]
Remove setuptools requirement insetup.py

11 years agoMinor Clean up in .travis.yml
Thomas Fillon [Thu, 17 Apr 2014 21:33:32 +0000 (23:33 +0200)]
Minor Clean up in .travis.yml

11 years agoUpdate .travis to include 'setup.py test'
Thomas Fillon [Thu, 17 Apr 2014 21:09:09 +0000 (23:09 +0200)]
Update .travis to include 'setup.py test'

11 years agoSetuptools: try to fix samples data download for tests
Thomas Fillon [Thu, 17 Apr 2014 21:00:13 +0000 (23:00 +0200)]
Setuptools: try to fix samples data download for tests

11 years agoAdd -y option for add-apt-repository in Travis
Thomas Fillon [Wed, 16 Apr 2014 22:06:46 +0000 (00:06 +0200)]
Add -y option for add-apt-repository in Travis

11 years agoCheck tests samples in setup.py test
Thomas Fillon [Wed, 16 Apr 2014 21:55:49 +0000 (23:55 +0200)]
Check tests samples in setup.py test