2014-04-28 |
Guillaume Pellerin | server: autorun for Task when status == 2 (pending) |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Guillaume Pellerin | don't load Telemeta files |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Guillaume Pellerin | - server: components moved to server/ |
commit | commitdiff | tree | snapshot |
2014-04-27 |
Guillaume Pellerin | cleanup |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guillaume Pellerin | Fix container json serializer to return non numpyarray... |
commit | commitdiff | tree | snapshot |
2014-04-26 |
Guillaume Pellerin | Fix ResultAnalyzerView |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Guillaume Pellerin | Update diagram |
commit | commitdiff | tree | snapshot |
2014-04-25 |
Guillaume Pellerin | Rename Parameters to Preset, add preset to Experience |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Guillaume Pellerin | Write hdf5 through (pip install -U h5py), fix fields |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Guillaume Pellerin | update result fields to simplify post_save methods... |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Guillaume Pellerin | update then task run (not all fixed) |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Guillaume Pellerin | update result link to parameters, add model diagram |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guillaume Pellerin | Merge branch 'dev' into server |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guillaume Pellerin | bugfixes |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guillaume Pellerin | fix post save file properties detection |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guillaume Pellerin | add item lock_setter |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guillaume Pellerin | delete django Processor type properties, add pipe Proce... |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guillaume Pellerin | add user serializer and viewset |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guillaume Pellerin | fix wrong foreignkey |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guillaume Pellerin | add more serializers and viewsets |
commit | commitdiff | tree | snapshot |
2014-04-21 |
Guillaume Pellerin | upgrade models, remove jsonfields, add REST serializers... |
commit | commitdiff | tree | snapshot |
2014-04-09 |
Guillaume Pellerin | add ReadTheDoc theme to the doc, fix dates |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Guillaume Pellerin | update base class name |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Guillaume Pellerin | update task status handling in run |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Guillaume Pellerin | Add sha1sum to item |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Guillaume Pellerin | fix decoder in task.run |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Guillaume Pellerin | better struture for task.run |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Guillaume Pellerin | better task status handling |
commit | commitdiff | tree | snapshot |
2014-04-04 |
Guillaume Pellerin | add django model diagram generation script, add django... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Guillaume Pellerin | fix super in save methods |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Guillaume Pellerin | fix imports |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Guillaume Pellerin | fix various Meta |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Guillaume Pellerin | bugfix |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Guillaume Pellerin | fix types and status |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Guillaume Pellerin | bugfix |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Guillaume Pellerin | Merge branch 'dev' into server |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Guillaume Pellerin | upgrade django model: Collection, Item, Experience... |
commit | commitdiff | tree | snapshot |
2014-04-03 |
Guillaume Pellerin | add Result model for Thomas' model |
commit | commitdiff | tree | snapshot |
2014-03-28 |
Guillaume Pellerin | update timeside django models (no views now..) |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Thomas Fillon | Add test for decoder stack |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Thomas Fillon | Fix both inline and documentation doctests |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Guillaume Pellerin | cleanup |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Guillaume Pellerin | update the django models to simulate an experience |
commit | commitdiff | tree | snapshot |
2014-03-24 |
Thomas Fillon | Doctest: Fix path issue for local test data |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Guillaume Pellerin | Merge branch 'dev' of github.com:yomguy/TimeSide into dev |
commit | commitdiff | tree | snapshot |
2014-03-22 |
Guillaume Pellerin | make python >=2.7 dependency more explicit |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Guillaume Pellerin | Merge branch 'dev' into server |
commit | commitdiff | tree | snapshot |
2014-03-21 |
Guillaume Pellerin | fix travis setup |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Thomas Fillon | Fix some pep8 warnings |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Thomas Fillon | Doctest: Handle alias fixture for test data files |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Thomas Fillon | Update Doctest |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Thomas Fillon | Add a sha1sum computation for decoders |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Thomas Fillon | test_array_decoding: fix some pep8 warnings |
commit | commitdiff | tree | snapshot |
2014-03-20 |
Thomas Fillon | Analyzer.core: Fix doctest |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Thomas Fillon | Level analyzer : fix Inf issue |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Thomas Fillon | Stress test: improve output |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Thomas Fillon | Level: compute the max over absolute values |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Thomas Fillon | Add a test for Inf values in analyzer results |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Thomas Fillon | Analyzer/irit_speech_4hz : fix NaN issue |
commit | commitdiff | tree | snapshot |
2014-03-19 |
Thomas Fillon | Analyzer/odf : fix NaN issue |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Paul Brossier | MANIFEST.in: remove debian |
commit | commitdiff | tree | snapshot |
2014-03-18 |
Paul Brossier | debian/: remove, now on git.debian.org |
commit | commitdiff | tree | snapshot |
2014-03-13 |
Thomas Fillon | analyzer result: add channels info to audio_metadata |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Thomas Fillon | Chmod +x on test files |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Thomas Fillon | test_analyzers_stress: modify comments |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Thomas Fillon | Tests: add a stress test for analyzer. At first, test... |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Thomas Fillon | ArrayDecoder: Convert array to 'float32' for compatibil... |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Thomas Fillon | Release source at the end of ProcessPipe run |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Thomas Fillon | Yaafe analyzer: simplify adaptation of process frames... |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Thomas Fillon | LimsiSad: add a default value for parameter sad_model |
commit | commitdiff | tree | snapshot |
2014-03-11 |
Thomas Fillon | AubioPitch: prevent NaN in result by converting them... |
commit | commitdiff | tree | snapshot |
2014-03-07 |
Thomas Fillon | AnalyzerResults: put back a render method that retrun... |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Thomas Fillon | Merge branch 'dev' of github.com:yomguy/TimeSide into dev |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Thomas Fillon | Grapher: attempt to fix #43 |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Thomas Fillon | Grapher: attempt to fix#43 |
commit | commitdiff | tree | snapshot |
2014-03-06 |
Thomas Fillon | gstutils: use reshape((-1,chan)) to reshape buffer... |
commit | commitdiff | tree | snapshot |
2014-03-04 |
Thomas Fillon | Merge branch 'dev' of github.com:yomguy/TimeSide into dev |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Guillaume Pellerin | add egg to install |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Guillaume Pellerin | Encoder : fix some names and mimetypes |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Thomas Fillon | OpusEncoder: change default bitrate to 128k |
commit | commitdiff | tree | snapshot |
2014-03-03 |
Thomas Fillon | Encoder : add Opus encoder |
commit | commitdiff | tree | snapshot |
2014-02-25 |
Thomas Fillon | Merge pull request #42 from DavidDoukhan/dev |
commit | commitdiff | tree | snapshot |
2014-02-25 |
David Doukhan | better comment |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Guillaume Pellerin | goto 0.5.5 |
commit | commitdiff | tree | snapshot |
2014-02-20 |
Guillaume Pellerin | update doc 0.5.4 |
commit | commitdiff | tree | snapshot |
2014-02-17 |
Guillaume Pellerin | docfix |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Guillaume Pellerin | update news |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Thomas Fillon | Merge branch 'dev' of github.com:yomguy/TimeSide into dev |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Thomas Fillon | Fix #39 |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Guillaume Pellerin | Merge pull request #32 from DavidDoukhan/dev |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Thomas Fillon | Add test for encoder streaming |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Thomas Fillon | Merge fix_streaming_bugbranch in dev + Core : enable... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Thomas Fillon | Put MainloopThread in gstutils |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Thomas Fillon | streaming bug : clean-up unnecessary code changes |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Thomas Fillon | Streming bug : mainloop thread does not seem to be... |
commit | commitdiff | tree | snapshot |
2014-02-14 |
Thomas Fillon | Clean-up code for test_lolevel_streaming_threaded |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Guillaume Pellerin | cleanup some prints fix_streaming_bug |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Guillaume Pellerin | Merge branch 'fix_streaming_bug' of github.com:yomguy... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Guillaume Pellerin | VorbisEncoder : passing the low level app and file... |
commit | commitdiff | tree | snapshot |
2014-02-13 |
Guillaume Pellerin | VorbisEncoder : passing the low level app and file... |
commit | commitdiff | tree | snapshot |
next |