2013-12-02 |
Paul Brossier | scripts/timeside-launch: add first draft of timeside... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Guillaume Pellerin | doctest bugfix again for systems without any display |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Guillaume Pellerin | bugfix for tests on server systems without display... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Thomas Fillon | Analyzer : Refactoring, merge commits before push |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Thomas Fillon | Analyzers: Code refactoring for Analyzer Result support... |
commit | commitdiff | tree | snapshot |
2013-12-02 |
Thomas Fillon | Analyzers: Code refactoring for Analyzer Result support... |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | ./tests/test_list_processors.py: fix testHasSomeDecoders |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | timeside/analyzer/aubio_temporal.py: fix onset rate... |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | debian/control: add gstreamer0.10-plugins-bad |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | timeside/analyzer/core.py: simplify docstring, test... |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | debian/control: add depends on python-matplotlib |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | debian/: sync with last package |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Thomas Fillon | Merge branch 'dev' of https://github.com/yomguy/TimeSid... |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Thomas Fillon | Analyzer: hdf5 serialization -> Fix bug + code refactoring |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | timeside/analyzer/aubio_temporal.py: add beat confidence |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | timeside/analyzer/aubio_temporal.py: make onsetrate... |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | timeside/analyzer/aubio_temporal.py: clean up, fix bpm |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | timeside/analyzer/aubio_pitch.py: fill up results id_me... |
commit | commitdiff | tree | snapshot |
2013-12-01 |
Paul Brossier | timeside/analyzer/aubio_pitch.py: add confidence |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Thomas Fillon | Analyzer: hdf5 serialization -> Fix bug + code refactoring |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Thomas Fillon | Tests : lowercase for run_test_module |
commit | commitdiff | tree | snapshot |
2013-11-29 |
Thomas Fillon | Tests : enable to set test prefix in unit-timeside... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Thomas Fillon | Encoder: Fix test_encoding for webm video |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Thomas Fillon | Encoder : Ogg -> Add quality parameter |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Thomas Fillon | Encoder: implement abstract IEncoder interface for... |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Thomas Fillon | Encoder: Webm -> add video encoding support + test |
commit | commitdiff | tree | snapshot |
2013-11-28 |
Thomas Fillon | Tests: Clean up temporary files + minor code formatting... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Guillaume Pellerin | mp4mux for the aac encoder |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Thomas Fillon | Tests: Various enhancements and fixes in transcoding... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Thomas Fillon | Analyzer: WaveForm -> add pre-processing decorators |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Thomas Fillon | Decoder: utils -> Fix indentation and division issue |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Thomas Fillon | Encoder: Enable timestamp during encoding, provide... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Thomas Fillon | Encoder: WebM -> Suppress the apparently useless elemen... |
commit | commitdiff | tree | snapshot |
2013-11-27 |
Thomas Fillon | Encoder: fix calling arguments for m4a |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Thomas Fillon | Merge branch 'dev' of https://github.com/yomguy/TimeSid... |
commit | commitdiff | tree | snapshot |
2013-11-26 |
Thomas Fillon | Encoder: Mp3Encoder add xingmux in the pipe in order... |
commit | commitdiff | tree | snapshot |
2013-11-25 |
Guillaume Pellerin | Merge branch 'dev' of github.com:yomguy/TimeSide into dev |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Thomas Fillon | Test : Add a message when a test is skipped |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Thomas Fillon | Decoder: Code refactoring on core, put some functions... |
commit | commitdiff | tree | snapshot |
2013-11-22 |
Guillaume Pellerin | add gstreamer0.10-plugins-bad to debian deps (voaacenc... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Thomas Fillon | Encoder : Test refactoring + add test for WebM and... |
commit | commitdiff | tree | snapshot |
2013-11-21 |
Thomas Fillon | Encoder: Fix AAC encoding issue (missing faac) by switc... |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Thomas Fillon | Tests : add some enhancements |
commit | commitdiff | tree | snapshot |
2013-11-20 |
Thomas Fillon | Documentation : small updates, put back numpydoc extens... |
commit | commitdiff | tree | snapshot |
2013-11-19 |
Thomas Fillon | Decoder: Add ArrayDecoder : a fake decoder that take... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Thomas Fillon | Doc : Add documentation for analyzer preprocessor decor... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Thomas Fillon | Analyzer: Decorates some analyzers with preprocessors... |
commit | commitdiff | tree | snapshot |
2013-11-15 |
Thomas Fillon | Analyzers : Add preprocessors as process decorators |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Guillaume Pellerin | Merge branch 'master' into dev |
commit | commitdiff | tree | snapshot |
2013-11-12 |
Guillaume Pellerin | make Grapher an abstract interface |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Guillaume Pellerin | goto 0.5.2 |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Guillaume Pellerin | 0.5.1 again 0.5.1-2 |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Guillaume Pellerin | Merge branch 'master' of github.com:yomguy/TimeSide |
commit | commitdiff | tree | snapshot |
2013-11-11 |
Guillaume Pellerin | graphers : fix default window function |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Guillaume Pellerin | Merge branch 'dev' |
commit | commitdiff | tree | snapshot |
2013-11-10 |
Guillaume Pellerin | ortho fix |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Thomas Fillon | Tests : supress print in test_run_all_doctests |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Thomas Fillon | Tests : supress print in test_run_all_doctests |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Thomas Fillon | Fix issues in doctest : add doctest Ellipsis on timesid... |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Thomas Fillon | Change Grapher render() function to match documentation... |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Thomas Fillon | Change Grapher render() function to match documentation... |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Thomas Fillon | Fix issues in doctest : add doctest Ellipsis on timesid... |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Guillaume Pellerin | 0.5.2 |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Guillaume Pellerin | update doc 0.5.1-1 |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Guillaume Pellerin | update news |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Guillaume Pellerin | add docstrings, cleanup |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Guillaume Pellerin | try to fix rst proc list |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Guillaume Pellerin | again |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Guillaume Pellerin | fix procs |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Guillaume Pellerin | updade news again |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Guillaume Pellerin | update processors in readme |
commit | commitdiff | tree | snapshot |
2013-11-08 |
Guillaume Pellerin | update news |
commit | commitdiff | tree | snapshot |
2013-11-07 |
Guillaume Pellerin | uuid from standard lib 0.5.1-0 |
commit | commitdiff | tree | snapshot |
2013-11-07 |
Thomas Fillon | Fix some doctest issues, minor codes changes for proces... |
commit | commitdiff | tree | snapshot |
2013-11-07 |
Thomas Fillon | Suppress collecting the doctest in the documentation... |
commit | commitdiff | tree | snapshot |
2013-11-07 |
Thomas Fillon | Add a test collecting all doctests |
commit | commitdiff | tree | snapshot |
2013-11-07 |
Thomas Fillon | Delete old and unused directories |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Guillaume Pellerin | cleanup, sandbox: test hdf5 |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Guillaume Pellerin | add uuid to analyzer.results |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Guillaume Pellerin | tests/api to test/sandbox, add various tests in sandbox |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Guillaume Pellerin | add parent list iterating in pipe, fix analyzer.odf... |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Thomas Fillon | Fix conflicts before merge |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Thomas Fillon | Add a parents attribute to Processor. A Processor can... |
commit | commitdiff | tree | snapshot |
2013-10-31 |
Guillaume Pellerin | add a UUID based on a 32 bit hash for each processor |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Guillaume Pellerin | change decoder id, cleanup |
commit | commitdiff | tree | snapshot |
2013-10-29 |
Guillaume Pellerin | add test_all, add __repr__ to ProcessPipe |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Guillaume Pellerin | fix conflict between grapher parameters, add test_all_g... |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Guillaume Pellerin | 4096 for default fft_size, tune various lower_freq |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Guillaume Pellerin | add tests for new graphers |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Guillaume Pellerin | cleanup, add a SpectrogramLinear grapher |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Guillaume Pellerin | add decoder.utils, fix some api test names |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Guillaume Pellerin | add WaveformTransparent grapher, optimize and cleanup... exp_graph |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Guillaume Pellerin | refactor and simplify the grapher processor system... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Guillaume Pellerin | remove self returning from pipe.run(), cleanup |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Thomas Fillon | Change function AnalyzerResultFactory to lowercase... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Thomas Fillon | Fix test_AnalyzerResult.py to support the new analyzer... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Thomas Fillon | Fix doc in tutorial and enable testsetup and testcleanu... |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Thomas Fillon | Fix some assignment issues regarding immutable type... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
Thomas Fillon | Simplify Analyzer Results implementation by introducing... |
commit | commitdiff | tree | snapshot |
2013-10-22 |
Guillaume Pellerin | add grapher utils and color schemes |
commit | commitdiff | tree | snapshot |
next |