]> git.parisson.com Git - timeside.git/shortlog
timeside.git
2013-04-15 Guillaume PellerinMerge branch 'aubio' of github.com:yomguy/TimeSide...
2013-04-15 Guillaume Pellerinnow require numpy>=1.6.2 for float16
2013-04-15 Paul Brossiertimeside/analyzer/aubio_specdesc.py: add spectral descr...
2013-04-15 Paul Brossier./tests/test_AnalyzerResult.py: comment out float16...
2013-04-15 Paul Brossiertests/listprocessors.py: update
2013-04-15 Paul Brossiertests/api/test_analyzer.py: update
2013-04-15 Paul Brossiertests/api/examples.py: remove old FixedInputProcessor
2013-04-15 Paul Brossiertimeside/analyzer/aubio_pitch.py: add mean and median...
2013-04-15 Paul Brossiertimeside/analyzer/aubio_*.py: use downsample_blocking
2013-04-15 Paul Brossiertimeside/analyzer/aubio_melenergy.py: use container...
2013-04-15 Paul Brossiertimeside/analyzer/core.py: add add_result method to...
2013-04-15 Paul BrossierMerge branch 'aubio' of github.com:yomguy/TimeSide...
2013-04-15 Paul Brossiertimeside/analyzer/aubio_pitch.py: use AnalyzerResult
2013-04-15 Guillaume PellerinMerge branch 'aubio' of github.com:yomguy/TimeSide...
2013-04-15 Guillaume Pellerinno float16 for the moment
2013-04-15 Paul Brossiertimeside/analyzer/aubio_*.py: fix process loop
2013-04-15 Paul Brossiertimeside/analyzer/core.py: do not convert value to...
2013-04-15 Paul Brossiertimeside/analyzer/core.py: use ast.literal_eval for...
2013-04-15 Paul Brossiertests/test_aubio_temporal.py: test results serialization
2013-04-15 Paul Brossiertimeside/analyzer/core.py: use default default_flow_style
2013-04-15 Paul Brossiertimeside/analyzer/core.py: remove hack on xml, always...
2013-04-15 Paul Brossiertimeside/analyzer/core.py: serialize using numpy.array...
2013-04-15 Paul Brossiertests/test_AnalyzerResult.py: add more tests
2013-04-15 Paul Brossieradd aubio mfcc and melenergy
2013-04-15 Paul Brossiertests/api/gstreamer.py: remove old code
2013-04-14 Paul Brossiertimeside/__init__.py: simplify import, add tests to...
2013-04-14 Paul Brossiertimeside/{decoder/core,encoder/coder,tools/gstutils...
2013-04-14 Paul Brossiertests/: add missing headers
2013-04-14 Paul Brossiertests/: rename to test_
2013-04-14 Paul Brossiertests/test_AnalyzerResult.py: remove unused import
2013-04-14 Paul Brossiertimeside/analyzer/aubio_temporal.py: fix id
2013-04-14 Paul Brossiertimeside/analyzer/core.py: trick to access result[...
2013-04-14 Paul Brossiertimeside/analyzer/core.py: simplify by using a dict...
2013-04-14 Paul Brossiertimeside/analyzer/aubio_temporal.py: use AnalyzerResult...
2013-04-14 Paul Brossiertimeside/analyzer/core.py: by default, AnalyzerResultCo...
2013-04-14 Paul Brossiertimeside/analyzer/core.py: add AnalyzerResultContainer
2013-04-14 Paul Brossiertests/test_aubio_temporal.py: rename and use unit_timeside
2013-04-14 Paul Brossiertests/test_aubio_pitch.py: rename and use unit_timeside
2013-04-14 Paul Brossiertimeside/analyzer/core.py: add serialize routines
2013-04-14 Paul Brossiertimeside/analyzer/aubio_temporal.py: only get bpm if...
2013-04-14 Paul Brossiertimeside/analyzer/: factorise aubio temporal stuff
2013-04-14 Paul Brossiertimeside/analyzer/core.py: add AnalyzerResult class
2013-04-13 Paul Brossier.gitignore: add TimeSide.egg-info
2013-04-13 Paul Brossiertimeside/analyzer/: enable aubio, beautify titles
2013-04-13 Paul Brossiertimeside/analyzer/aubio_onsetrate.py: simplify, using...
2013-04-13 Paul Brossiertests/run_all_tests: rewrite alltests.py
2013-04-13 Paul Brossiertests/testaubio_{onset,bpm}.py: use unit_timeside
2013-04-13 Paul Brossiertimeside/analyzer/aubio_{bpm,onset}.py: simplify, using...
2013-04-13 Paul Brossierremove generated TimeSide.egg-info
2013-03-18 Paul Brossiertimeside/analyzers: add aubio pitch, onset, update...
2013-03-13 yomguyfix empty frames in analyzers
2013-03-01 yomguyre-include m4a and webm
2013-02-17 yomguyupdate pkg-info
2013-02-12 yomguyfix metadata
2013-02-12 yomguyadd overwite info
2013-02-12 yomguyadd infos
2013-02-12 yomguyadd news and descriptions, go to 0.4.3
2013-01-30 yomguycall release() for each processor at the end of the...
2013-01-30 yomguy* byppass and comment aac and webm encoders and all...
2013-01-29 Paul BrossierMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2013-01-29 Paul Brossiertests/api/test_enc_mp3_by_block.py: add transcode examp...
2013-01-29 Paul Brossiertests/testtranscoding.py: enable WebM and M4a again...
2013-01-29 Paul Brossiertests/testencoding.py: call release, check that an...
2013-01-29 Paul Brossiertimeside/encoder/: add end condition to flush stream...
2013-01-29 Paul Brossiertests/testencoding.py: indent
2013-01-29 Paul Brossiertimeside/encoder/core.py: rename _on_message_cb for...
2013-01-29 Paul Brossiertimeside/encoder/core.py: add mainloop to get messages...
2013-01-29 Paul Brossiertimeside/encoder/m4a.py: add matroskamux
2013-01-29 Paul Brossiertimeside/decoder/core.py: clarify condition name
2013-01-28 Paul Brossiertests/api/: improve arguments parsing
2013-01-28 Paul Brossiertimeside/decoder/core.py: improve use of condition
2013-01-28 Paul Brossiertests/alltests.py: add transcoding tests
2013-01-28 Paul Brossiertests/testtranscoding.py: use tempfile
2013-01-28 Paul Brossiertimeside/decoder/core.py: remove unused reference to...
2013-01-28 Paul Brossiertests/testdecoding.py: add tests for wrong files
2013-01-28 Paul Brossiertimeside/decoder/core.py: remove old unused code
2013-01-28 Paul Brossiertimeside/decoder/core.py: use a thread lock, raise...
2013-01-28 Paul Brossiertimeside/encoder/core.py: by default, refuse to overwri...
2013-01-28 Paul Brossiertimeside/encoder/: factorise init function, raise IOErr...
2013-01-26 yomguyMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2013-01-25 Paul Brossiertests/testtranscoding.py: start improving transcoding...
2013-01-25 Paul Brossiertimeside/core.py: remove hack to wait for decoder
2013-01-25 Paul Brossiertimeside/decoder/core.py: temporary hack to wait for...
2013-01-25 Paul Brossiertimeside/encoder/core.py: block push-buffer when max...
2013-01-18 yomguygrapher: add Pillow support, thanks to Miroslav Shubern...
2013-01-17 Paul Brossiertests/tools.py: added new samples
2013-01-17 Paul Brossiertests/testdecoding.py: add two more tests with mono...
2013-01-17 Paul Brossiertests/testdecoding.py: improve tests to make sure input...
2013-01-17 Paul Brossiertimeside/decoder/core.py: use input metadata when no...
2013-01-08 yomguydesactivate aubio
2013-01-08 yomguyMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2013-01-08 yomguyMerge branch 'aubio' of github.com:yomguy/TimeSide...
2013-01-08 yomguyadd egg-infos, go to 0.4.3
2012-11-12 yomguycleanup
2012-10-21 yomguycleanup
2012-10-08 Paul BrossierMerge branch 'aubio' of github.com:yomguy/TimeSide...
2012-10-08 Paul BrossierMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2012-10-08 yomguyMerge branch 'hotfix/utils' into dev
2012-10-08 yomguyfix tools
2012-10-08 yomguyMerge branch 'master' into aubio
next