]>
git.parisson.com Git - timeside.git/log 
Thomas Fillon  [Mon, 20 Jan 2014 15:05:33 +0000  (16:05 +0100)] 
Grapher : Add a generic Class to display Analyzers through their 'render' method. Add the new grapher file
Guillaume Pellerin  [Mon, 20 Jan 2014 15:04:08 +0000  (16:04 +0100)] 
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Thomas Fillon  [Mon, 20 Jan 2014 14:59:56 +0000  (15:59 +0100)] 
Core : add a condition to catch signal only if a LiveDecoder source is used
Thomas Fillon  [Mon, 20 Jan 2014 14:37:11 +0000  (15:37 +0100)] 
Grapher : Add a generic Class to display Analyzers through their 'render' method. For now, it only support FrameValueResult analyzer
Guillaume Pellerin  [Mon, 20 Jan 2014 12:52:25 +0000  (13:52 +0100)] 
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin  [Mon, 20 Jan 2014 11:39:39 +0000  (12:39 +0100)] 
bugfix grapher channels
Thomas Fillon  [Mon, 20 Jan 2014 08:47:18 +0000  (09:47 +0100)] 
Merge : fixes some minor conflicts
Thomas Fillon  [Mon, 20 Jan 2014 08:42:45 +0000  (09:42 +0100)] 
Minor changes in live and file decoder and audiosink encoder
Guillaume Pellerin  [Sun, 19 Jan 2014 18:10:11 +0000  (19:10 +0100)] 
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Guillaume Pellerin  [Sun, 19 Jan 2014 18:09:00 +0000  (19:09 +0100)] 
skip LiveDecoder doctest (hanging on some systems)
Guillaume Pellerin  [Sun, 19 Jan 2014 18:08:21 +0000  (19:08 +0100)] 
remove some useless graphing tests
Thomas Fillon  [Fri, 10 Jan 2014 14:32:52 +0000  (15:32 +0100)] 
New implementation for doctest bugfix again for systems without any display already fixed in 
f41a113131 
@yomguy could you please check if this new fix is realy ok for systems without any display
Thomas Fillon  [Thu, 9 Jan 2014 10:48:00 +0000  (11:48 +0100)] 
Encoder: live AudioSink encoder, encoder that plays the audio stream through the sounbdcard
Guillaume Pellerin  [Thu, 9 Jan 2014 09:17:47 +0000  (10:17 +0100)] 
LiveDecoder.input_src as constructor arg
Guillaume Pellerin  [Wed, 8 Jan 2014 17:17:50 +0000  (18:17 +0100)] 
bugfix
Guillaume Pellerin  [Wed, 8 Jan 2014 16:53:47 +0000  (17:53 +0100)] 
fix doctest decoder module import
Guillaume Pellerin  [Wed, 8 Jan 2014 16:31:03 +0000  (17:31 +0100)] 
Merge branch 'live' into dev
Guillaume Pellerin  [Wed, 8 Jan 2014 16:25:25 +0000  (17:25 +0100)] 
add __future__.division to LiveDecoder also
Guillaume Pellerin  [Wed, 8 Jan 2014 16:23:20 +0000  (17:23 +0100)] 
fix division from future (explicit import in EACH module)
Guillaume Pellerin  [Wed, 8 Jan 2014 16:17:30 +0000  (17:17 +0100)] 
fix fft_size arg for spectrogram
Thomas Fillon  [Wed, 8 Jan 2014 14:18:25 +0000  (15:18 +0100)] 
tests/sandbox: Fix issue #28
Thomas Fillon  [Wed, 8 Jan 2014 11:50:08 +0000  (12:50 +0100)] 
Decoder : Fix issue #29 about bad start parameters for FileDecoder. Also deals with bad duration add a test to manage both cases. Minor changes in FileDecoder induces by this bug fix
Guillaume Pellerin  [Mon, 6 Jan 2014 22:46:09 +0000  (23:46 +0100)] 
encoder: rm core from init
Guillaume Pellerin  [Mon, 6 Jan 2014 22:14:44 +0000  (23:14 +0100)] 
split decoder modules
Thomas Fillon  [Mon, 6 Jan 2014 12:44:46 +0000  (13:44 +0100)] 
LiveDecoder : Add doc + doctest example
Thomas Fillon  [Mon, 6 Jan 2014 12:11:38 +0000  (13:11 +0100)] 
LiveDecoder : first prototype for a live decoder. The process can be interrupted by pressing CTRL+C two times
Thomas Fillon  [Thu, 26 Dec 2013 21:26:28 +0000  (22:26 +0100)] 
Decoder : Add a live decoder using Gstreamer alsasrc
Thomas Fillon  [Tue, 24 Dec 2013 13:26:55 +0000  (14:26 +0100)] 
Decoder: Add a abstract base class for Decoders
Guillaume Pellerin  [Sun, 22 Dec 2013 21:38:39 +0000  (22:38 +0100)] 
Fix no output_file for yaml and numpy analyzer serializers
Paul Brossier  [Fri, 20 Dec 2013 13:03:12 +0000  (08:03 -0500)] 
timeside/analyzer/core.py: unrevert 
945d739d , Fixes #26
Thomas Fillon  [Fri, 20 Dec 2013 10:42:09 +0000  (11:42 +0100)] 
Decoder FileDecoder : Fixes #8 buy providing a 'stack' argument at the FileDecoder initialization. It removes the previous changes doing this at the pipe level and using an ArrrayDecoder
Guillaume Pellerin  [Wed, 18 Dec 2013 16:33:10 +0000  (08:33 -0800)] 
Merge pull request #25 from DavidDoukhan/master
David Doukhan  [Wed, 18 Dec 2013 16:08:21 +0000  (17:08 +0100)] 
small fix for segment durations
Guillaume Pellerin  [Mon, 16 Dec 2013 16:55:49 +0000  (17:55 +0100)] 
Merge branch 'dev' into server
Guillaume Pellerin  [Mon, 16 Dec 2013 16:53:28 +0000  (17:53 +0100)] 
Merge branch 'master' into dev
Guillaume Pellerin  [Mon, 16 Dec 2013 16:52:59 +0000  (17:52 +0100)] 
fix readme
Guillaume Pellerin  [Mon, 16 Dec 2013 16:38:09 +0000  (17:38 +0100)] 
goto 0.5.3
Guillaume Pellerin  [Mon, 16 Dec 2013 16:33:29 +0000  (17:33 +0100)] 
fix doc links
Guillaume Pellerin  [Mon, 16 Dec 2013 16:29:48 +0000  (17:29 +0100)] 
add timeside-launch presentation
Thomas Fillon  [Mon, 16 Dec 2013 12:56:29 +0000  (13:56 +0100)] 
Merge branch 'dev' of https://github.com/yomguy/TimeSide into dev
Thomas Fillon  [Mon, 16 Dec 2013 12:56:11 +0000  (13:56 +0100)] 
analyzer/yaafe.py : Fix bug in result frame_metadata
Guillaume Pellerin  [Sat, 14 Dec 2013 23:20:47 +0000  (00:20  +0100)] 
fix news
Thomas Fillon  [Mon, 16 Dec 2013 08:48:26 +0000  (09:48 +0100)] 
Merge branch 'dev' of https://github.com/yomguy/TimeSide into dev
Thomas Fillon  [Mon, 16 Dec 2013 08:24:20 +0000  (09:24 +0100)] 
Analyzer : propagate recent changes to IRIt_Speech analyzers
Guillaume Pellerin  [Sat, 14 Dec 2013 16:57:29 +0000  (17:57 +0100)] 
no fooBar in variables
Thomas Fillon  [Fri, 13 Dec 2013 19:55:45 +0000  (20:55 +0100)] 
Merge branch 'dev' of https://github.com/yomguy/TimeSide into dev
Thomas Fillon  [Fri, 13 Dec 2013 19:46:28 +0000  (20:46 +0100)] 
TimeSide Ccore ProcessPipe: Solve #8 by providing a more user-friendly implementation than previous solution
Guillaume Pellerin  [Fri, 13 Dec 2013 01:23:05 +0000  (02:23  +0100)] 
update README
Guillaume Pellerin  [Fri, 13 Dec 2013 01:22:19 +0000  (02:22  +0100)] 
add architecture infos
Thomas Fillon  [Thu, 12 Dec 2013 14:42:19 +0000  (15:42 +0100)] 
Merge branch 'dev' of https://github.com/yomguy/TimeSide into dev
Thomas Fillon  [Thu, 12 Dec 2013 14:42:10 +0000  (15:42 +0100)] 
Doc: Add a tutorial on second pass with ArrayDecoder + fix bug in Waveform analyzer
Paul Brossier  [Mon, 9 Dec 2013 17:13:03 +0000  (12:13 -0500)] 
timeside/decoder/utils.py: improve error message
Paul Brossier  [Mon, 9 Dec 2013 14:37:13 +0000  (09:37 -0500)] 
scripts/timeside-launch: show usage if no argument is given
Guillaume Pellerin  [Mon, 9 Dec 2013 10:46:42 +0000  (11:46 +0100)] 
update news
Paul Brossier  [Mon, 9 Dec 2013 02:19:59 +0000  (21:19 -0500)] 
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Paul Brossier  [Mon, 9 Dec 2013 02:19:12 +0000  (21:19 -0500)] 
scripts/timeside-launch: create a uuid from the file uri, closes #10
Guillaume Pellerin  [Fri, 6 Dec 2013 10:44:35 +0000  (11:44 +0100)] 
Merge branch 'master' into dev
Guillaume Pellerin  [Fri, 6 Dec 2013 10:43:01 +0000  (11:43 +0100)] 
fix spectrogram orientation
Guillaume Pellerin  [Fri, 6 Dec 2013 10:13:15 +0000  (11:13 +0100)] 
fix graph watermark, change linear spectrogram id
Guillaume Pellerin  [Fri, 6 Dec 2013 08:59:48 +0000  (09:59 +0100)] 
Merge branch 'master' of git+ssh://vcs.parisson.com/var/git/timeside
Guillaume Pellerin  [Tue, 3 Dec 2013 18:31:36 +0000  (19:31 +0100)] 
add the doctest option
Guillaume Pellerin  [Tue, 3 Dec 2013 18:29:01 +0000  (19:29 +0100)] 
add a display test to set the doctest options (not fully fixed)
Paul Brossier  [Tue, 3 Dec 2013 17:28:23 +0000  (12:28 -0500)] 
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Paul Brossier  [Tue, 3 Dec 2013 17:24:54 +0000  (12:24 -0500)] 
scripts/timeside-launch: pass channels, samplerate and blocksize to pipe
Paul Brossier  [Tue, 3 Dec 2013 17:24:34 +0000  (12:24 -0500)] 
timeside/core.py: ProcessPipe.run(), pass channels, samplerate and blocksize to source.setup()
Thomas Fillon  [Tue, 3 Dec 2013 17:23:22 +0000  (18:23 +0100)] 
Merge branch 'dev' of https://github.com/yomguy/TimeSide into dev
Thomas Fillon  [Tue, 3 Dec 2013 17:23:17 +0000  (18:23 +0100)] 
Doc/tutorial/AnalyzerResult.rst : update to reflect last changes in Analyzer Result
Paul Brossier  [Tue, 3 Dec 2013 17:18:56 +0000  (12:18 -0500)] 
scripts/timeside-launch: fix default graph output format
Paul Brossier  [Tue, 3 Dec 2013 17:09:21 +0000  (12:09 -0500)] 
conf/transcode_media.ts: add simple example
Paul Brossier  [Tue, 3 Dec 2013 17:08:58 +0000  (12:08 -0500)] 
scripts/timeside-launch: add results and graph output format options
Paul Brossier  [Tue, 3 Dec 2013 16:45:52 +0000  (11:45 -0500)] 
timeside/analyzer/core.py: all to_[format] functions to take an optional output_file argument
Paul Brossier  [Tue, 3 Dec 2013 16:41:08 +0000  (11:41 -0500)] 
scripts/timeside-launch: fix message when no processor found
Thomas Fillon  [Tue, 3 Dec 2013 11:36:31 +0000  (12:36 +0100)] 
timeside.analyzer.core.py : AnalyzeResultContainer : add method can handle update from AnalyzeResultContainer
Paul Brossier  [Tue, 3 Dec 2013 02:09:28 +0000  (21:09 -0500)] 
scripts/timeside-launch: add encoders
Paul Brossier  [Mon, 2 Dec 2013 23:37:14 +0000  (18:37 -0500)] 
scripts/timeside-launch: add first draft of timeside-launch
Guillaume Pellerin  [Mon, 2 Dec 2013 22:00:57 +0000  (23:00 +0100)] 
doctest bugfix again for systems without any display
Guillaume Pellerin  [Mon, 2 Dec 2013 21:54:00 +0000  (22:54 +0100)] 
bugfix for tests on server systems without display (TclError: no display name and no $DISPLAY environment variable)
Thomas Fillon  [Mon, 2 Dec 2013 17:50:52 +0000  (18:50 +0100)] 
Analyzer : Refactoring, merge commits before push
Thomas Fillon  [Mon, 2 Dec 2013 17:43:49 +0000  (18:43 +0100)] 
Analyzers: Code refactoring for Analyzer Result support in analyzer/core.py
Thomas Fillon  [Mon, 2 Dec 2013 17:43:49 +0000  (18:43 +0100)] 
Analyzers: Code refactoring for Analyzer Result support in analyzer/core.py
Paul Brossier  [Sun, 1 Dec 2013 21:09:52 +0000  (16:09 -0500)] 
./tests/test_list_processors.py: fix testHasSomeDecoders
Paul Brossier  [Sun, 1 Dec 2013 20:42:47 +0000  (15:42 -0500)] 
timeside/analyzer/aubio_temporal.py: fix onset rate periods computation
Paul Brossier  [Sun, 1 Dec 2013 20:36:00 +0000  (15:36 -0500)] 
debian/control: add gstreamer0.10-plugins-bad
Paul Brossier  [Sun, 1 Dec 2013 20:18:04 +0000  (15:18 -0500)] 
timeside/analyzer/core.py: simplify docstring, test passes from source dir
Paul Brossier  [Sun, 1 Dec 2013 20:01:45 +0000  (15:01 -0500)] 
debian/control: add depends on python-matplotlib
Paul Brossier  [Sun, 1 Dec 2013 20:01:21 +0000  (15:01 -0500)] 
debian/: sync with last package
Thomas Fillon  [Sun, 1 Dec 2013 19:53:34 +0000  (20:53 +0100)] 
Merge branch 'dev' of https://github.com/yomguy/TimeSide into dev
Thomas Fillon  [Fri, 29 Nov 2013 19:24:07 +0000  (20:24 +0100)] 
Analyzer: hdf5 serialization -> Fix bug + code refactoring
Paul Brossier  [Sun, 1 Dec 2013 19:49:15 +0000  (14:49 -0500)] 
timeside/analyzer/aubio_temporal.py: add beat confidence
Paul Brossier  [Sun, 1 Dec 2013 19:46:53 +0000  (14:46 -0500)] 
timeside/analyzer/aubio_temporal.py: make onsetrate a segment, beats an event
Paul Brossier  [Sun, 1 Dec 2013 19:43:40 +0000  (14:43 -0500)] 
timeside/analyzer/aubio_temporal.py: clean up, fix bpm
Paul Brossier  [Sun, 1 Dec 2013 19:04:15 +0000  (14:04 -0500)] 
timeside/analyzer/aubio_pitch.py: fill up results id_metadata
Paul Brossier  [Sun, 1 Dec 2013 18:55:01 +0000  (13:55 -0500)] 
timeside/analyzer/aubio_pitch.py: add confidence
Thomas Fillon  [Fri, 29 Nov 2013 19:24:07 +0000  (20:24 +0100)] 
Analyzer: hdf5 serialization -> Fix bug + code refactoring
Thomas Fillon  [Fri, 29 Nov 2013 10:40:42 +0000  (11:40 +0100)] 
Tests : lowercase for run_test_module
Thomas Fillon  [Fri, 29 Nov 2013 10:33:53 +0000  (11:33 +0100)] 
Tests : enable to set test prefix in unit-timeside runTestModule + Encoder : minor changes in webm code
Thomas Fillon  [Thu, 28 Nov 2013 16:54:27 +0000  (17:54 +0100)] 
Encoder: Fix test_encoding for webm video
Thomas Fillon  [Thu, 28 Nov 2013 16:41:17 +0000  (17:41 +0100)] 
Encoder : Ogg -> Add quality parameter
Thomas Fillon  [Thu, 28 Nov 2013 16:40:44 +0000  (17:40 +0100)] 
Encoder: implement abstract IEncoder interface for GstEncoder base class
Thomas Fillon  [Thu, 28 Nov 2013 16:38:51 +0000  (17:38 +0100)] 
Encoder: Webm -> add video encoding support + test