]> git.parisson.com Git - timeside.git/shortlog
timeside.git
2010-06-18 yomguyadd tests.api module
2010-06-18 yomguyclean examples, fix test_pipe
2010-06-18 yomguyimprove spectrogram test
2010-06-18 yomguyfix spec default
2010-06-18 yomguyadd tests module
2010-06-18 yomguyfix no core call
2010-06-18 yomguyfix grapher core defaults
2010-06-18 yomguyfix bad default scheme
2010-06-18 yomguyrename color_scheme
2010-06-18 yomguyadd INSTALL and few infos
2010-06-18 yomguyadd sub modules to setup
2010-06-18 yomguyfix many wrong init, fix decoder unknown uri, add depen...
2010-06-18 yomguychange example decoder name
2010-06-18 yomguyrm audiolab from examples
2010-06-18 yomguyrevert module loading
2010-06-18 yomguyfix setup for scripts
2010-06-18 yomguymake script executable
2010-06-18 yomguyfix bad tools module for scripts
2010-06-17 yomguyfix script path
2010-06-17 yomguyadd scripts, rm bad header
2010-06-17 yomguyfix bad desc dict
2010-06-17 yomguymake it a real module with a setup
2010-06-17 yomguypush example processors to modules, rm old modules
2010-06-17 yomguyfix wrong buffer loops
2010-06-16 yomguyfix bad scheme test
2010-06-16 yomguyadd waveform batch tool with scheme prefs
2010-06-16 yomguyreduce FFT size, add scheme test, trying to fix bad...
2010-04-26 yomguyupdate test files (2)
2010-04-26 yomguyupdate test samples
2010-04-26 yomguyfix img path properties
2010-04-26 yomguyadd new audio test files, looping waveform tests with...
2010-04-01 yomguyrm obsolete test, to be rewritten
2010-04-01 yomguychange processor module title, remove obsolete processo...
2010-03-11 yomguyfix grapher buffer tasks, use URI for decoding in tests
2010-03-11 yomguycleanup grapher tests
2010-03-11 yomguyrm epydoc
2010-03-11 yomguyadd epydoc HTML docs
2010-03-03 yomguy- fix waveform peaks and centroid
2010-03-03 Paul Brossiertests/api/gstreamer.py: use actual number of channels...
2010-03-02 yomguy- fix multiple spectral centroid calls
2010-03-02 yomguy- add a spectrogram example
2010-03-02 yomguy- add mp3 sample example
2010-03-02 yomguy- cleanup
2010-03-02 yomguy- fix waveform scaling
2010-02-24 yomguymv graphe module to grapher
2010-02-24 Olivier Guilyardiminor api enhancement: add IValueAnalyzer.__str__()
2010-02-24 Olivier Guilyardiapi: require to call parent from setup(), fix and clari...
2010-02-23 yomguy- adapt graph core to the new api
2010-02-23 Paul Brossiertests/api/: add use_gst option to test files
2010-02-23 Paul Brossiertests/api/gstreamer.py: added first draft of gstreamer...
2010-02-19 Olivier Guilyardiadd a script to run all unit tests at once
2010-02-19 Olivier Guilyardiuse the custom test runner and base testcase in compone...
2010-02-19 Olivier Guilyarditurn input adapter test into a unit test
2010-02-19 Olivier Guilyardiadd custom unittest runner (grouping by test cases...
2010-02-19 Olivier Guilyarditurn testcomponent into a unittest test case
2010-02-19 Olivier Guilyardirestore input adapter nframes() suppressed in r123
2010-02-19 Olivier Guilyardiavoid unnecessary copy operations in input adapter
2010-02-18 Paul Brossiertests/api/: fix gain computation
2010-02-18 Olivier Guilyardiremove absurd input adapter nframes() method: the adapt...
2010-02-18 yomguytests/api/test_pipe.py: fix gain computation
2010-02-18 Paul Brossiertests/api/test_lolevel.py: fix gain computation
2010-02-18 Paul Brossiertests/api/test_lolevel.py: add option to pass a filenam...
2010-02-17 Olivier Guilyardiremove debugging leftover
2010-02-17 Olivier Guilyardirely on ndarray.ndim for decoder reshaping
2010-02-17 Olivier Guilyardi- add example processor illustrating FixedSizeInputAdap...
2010-02-17 Olivier Guilyardifix input adapter eod return value when the total numbe...
2010-02-17 Olivier Guilyarditypos
2010-02-17 Olivier Guilyardi- add FixedSizeInputAdapter utility
2010-02-17 yomguyremove grapher of test.py
2010-02-17 yomguyre-cleanup cores
2010-02-17 yomguycleanup cores, fix max_level id
2010-02-17 yomguyreset graph processes, fix no streaming error
2010-02-17 Paul Brossiertests/api/: only import os.path, use os.path.join
2010-02-17 Paul Brossier{encode,decode}/core.py: remove unused xml imports
2010-02-17 Paul Brossiertests/api/test_lolevel.py: use os.path.join
2010-02-17 yomguyfix graph instance and use audiolab.Sndfile in examples
2010-02-17 yomguyprepare graph api and new core
2010-01-28 yomguytry to get grapher example working
2010-01-28 yomguysimplify the grapher api, add a waveform grapher example
2009-12-03 Olivier Guilyardisupport process pipes concatenation (ie: pipe1 | pipe2)
2009-12-02 Olivier Guilyardiadd IProcessor.release()
2009-12-02 Olivier Guilyardi- add processing pipes support, using ProcessPipe and...
2009-12-01 Olivier Guilyardirename testnewcore.py to testcomponent.py
2009-12-01 Olivier Guilyardicomponent:
2009-11-30 yomguyencoder : replace sox by ffmpeg for decoding (buggy...
2009-11-27 Olivier Guilyardiadd missing component.py
2009-11-27 Olivier Guilyardicore: add processor buffersize (default 65536), require...
2009-11-27 Olivier Guilyardi- merge all api's into timeside.api
2009-11-27 Olivier Guilyardi- move id() into to IProcessor, all processors are...
2009-11-27 Olivier Guilyardi- move generic component/interface architecture from...
2009-11-27 Olivier Guilyardicore: the descendants of a component implementing an...
2009-11-26 Olivier Guilyardi- turn all such methods as name(), id(), file_extension...
2009-11-26 Olivier Guilyardiencode api: revert to methods instead of data members...
2009-11-26 Olivier Guilyardireplace the core with the new core:
2009-11-26 Olivier Guilyardimodify test.py for support of an alternative magic...
2009-11-26 Olivier Guilyardiencode api: use data members instead of methods for...
2009-11-26 Olivier Guilyardimigrate TimeSideError into new core (shouldn't be there...
2009-11-26 Olivier Guilyardiadd new core:
2009-11-26 Olivier Guilyardifix trivial syntax error
2009-11-26 Olivier Guilyardirefactor encode api
next