]> git.parisson.com Git - timeside.git/shortlog
timeside.git
2013-05-28 Guillaume Pellerinfix repo again
2013-05-28 Guillaume Pellerinfix repo
2013-05-28 Guillaume Pellerinfix some dependencies
2013-05-27 Guillaume Pellerindoc: fix changelog
2013-05-27 Guillaume Pellerindoc: fix changelog
2013-05-27 Guillaume Pellerindoc: add changelog and various links
2013-05-24 Guillaume Pellerindoc: fix analyzer template results
2013-05-24 Guillaume Pellerindoc: update links again
2013-05-24 Guillaume Pellerindoc: update links
2013-05-24 Guillaume Pellerindoc: update paths
2013-05-24 Guillaume Pellerindoc: fix imports
2013-05-24 Guillaume Pellerindoc: rename slides
2013-05-24 Guillaume Pellerindoc: howto implement an analyzer
2013-05-24 Guillaume Pellerindoc: add API to slides
2013-05-24 Guillaume Pellerindoc: add cool reveal slides
2013-05-24 Guillaume PellerinMerge branch 'aubio' into dev
2013-05-16 Guillaume Pellerinfix resource load when server has ngx_pagespeed module...
2013-04-25 Guillaume Pelleringoto 0.5 aubio
2013-04-16 Guillaume Pellerinrewind to the beginning on finish
2013-04-16 Paul Brossiertimeside/analyzer/aubio_pitch.py: temporary fix until...
2013-04-16 Paul Brossiertimeside/analyzer/__init__.py: add aubio_specdesc
2013-04-16 Paul BrossierMerge branch 'aubio' of github.com:yomguy/TimeSide...
2013-04-16 Paul Brossiertimeside/analyzer/core.py: add __eq__ to AnalyzerResult...
2013-04-16 Paul Brossiertimeside/analyzer/core.py: add to_json() to AnalyzerResult
2013-04-16 Paul Brossiertimeside/analyzer/core.py: fix u'' in xml
2013-04-16 Paul Brossiertests/test_analyzer_dc.py: new test, making test_analyz...
2013-04-15 Paul Brossiertimeside/analyzer/: factorise max_level and rms_level
2013-04-15 Paul Brossiertimeside/analyzer/dc.py: use AnalyzerResult
2013-04-15 Paul Brossiertimeside/analyzer/max_level.py: use AnalyzerResultContainer
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 yomguyMerge branch 'dev'
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 yomguyMerge branch 'dev'
2013-02-12 yomguyfix metadata
2013-02-12 yomguyMerge branch 'dev'
2013-02-12 yomguyadd overwite info
2013-02-12 yomguyMerge branch 'dev' 0.4.3
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 yomguyMerge branch 'dev' of github.com:yomguy/TimeSide
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...
next