]>
git.parisson.com Git - timeside.git/log
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
Thomas Fillon [Thu, 28 Nov 2013 08:32:30 +0000 (09:32 +0100)]
Tests: Clean up temporary files + minor code formatting enhancements
Guillaume Pellerin [Wed, 27 Nov 2013 21:26:53 +0000 (22:26 +0100)]
mp4mux for the aac encoder
Thomas Fillon [Wed, 27 Nov 2013 15:59:18 +0000 (16:59 +0100)]
Tests: Various enhancements and fixes in transcoding, encoding
- unit-timeside: Small enhancements in Error messages display
- unit-timeside: Remove 'assertSameList' function which seems equivalent to unittest assertItemsEqual. unittest.TestCase class does thus no more need to be override, propagate this change in every test_* modules.
- test_encoding and test_transcoding: refactoring + handling of expected failures (duration for loseless encoders, channels for voaacenc, ...) + run everything in pipes to handle properly the setup.
Thomas Fillon [Wed, 27 Nov 2013 15:57:39 +0000 (16:57 +0100)]
Analyzer: WaveForm -> add pre-processing decorators
Thomas Fillon [Wed, 27 Nov 2013 15:56:19 +0000 (16:56 +0100)]
Decoder: utils -> Fix indentation and division issue
Thomas Fillon [Wed, 27 Nov 2013 15:53:44 +0000 (16:53 +0100)]
Encoder: Enable timestamp during encoding, provide timestamp and duration in tools/numpy_array_to_gst_buffer.py
Thomas Fillon [Wed, 27 Nov 2013 15:47:00 +0000 (16:47 +0100)]
Encoder: WebM -> Suppress the apparently useless element 'mux.' in the pipe
Thomas Fillon [Wed, 27 Nov 2013 15:44:25 +0000 (16:44 +0100)]
Encoder: fix calling arguments for m4a
Thomas Fillon [Tue, 26 Nov 2013 22:21:42 +0000 (23:21 +0100)]
Merge branch 'dev' of https://github.com/yomguy/TimeSide into dev
Thomas Fillon [Tue, 26 Nov 2013 22:19:25 +0000 (23:19 +0100)]
Encoder: Mp3Encoder add xingmux in the pipe in order to fix duration
From Gstreamer manual :
"xingmux adds a Xing header to MP3 files. This contains information about the duration and size of the file and a seek table and is very useful for getting an almost correct duration and better seeking on VBR MP3 files."
Guillaume Pellerin [Mon, 25 Nov 2013 13:44:56 +0000 (14:44 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Thomas Fillon [Fri, 22 Nov 2013 13:52:46 +0000 (14:52 +0100)]
Test : Add a message when a test is skipped
Thomas Fillon [Fri, 22 Nov 2013 13:39:14 +0000 (14:39 +0100)]
Decoder: Code refactoring on core, put some functions in decoder.utils + improve uri validity checking + add test for decoder.utils
Guillaume Pellerin [Fri, 22 Nov 2013 09:20:05 +0000 (10:20 +0100)]
add gstreamer0.10-plugins-bad to debian deps (voaacenc needed)
Thomas Fillon [Thu, 21 Nov 2013 15:01:14 +0000 (16:01 +0100)]
Encoder : Test refactoring + add test for WebM and Aac encoding + minor changes
Thomas Fillon [Thu, 21 Nov 2013 14:45:35 +0000 (15:45 +0100)]
Encoder: Fix AAC encoding issue (missing faac) by switching to voaacenc — AAC audio encoder
Thomas Fillon [Wed, 20 Nov 2013 16:40:40 +0000 (17:40 +0100)]
Tests : add some enhancements
Thomas Fillon [Wed, 20 Nov 2013 16:37:45 +0000 (17:37 +0100)]
Documentation : small updates, put back numpydoc extension for sphinx
Thomas Fillon [Tue, 19 Nov 2013 14:54:07 +0000 (15:54 +0100)]
Decoder: Add ArrayDecoder : a fake decoder that take a numpy array as input
Thomas Fillon [Fri, 15 Nov 2013 20:11:00 +0000 (21:11 +0100)]
Doc : Add documentation for analyzer preprocessor decorators
Thomas Fillon [Fri, 15 Nov 2013 15:39:58 +0000 (16:39 +0100)]
Analyzer: Decorates some analyzers with preprocessors for downmixing and frames blocksize and stepsize adapation + Add some functionnalities for performing a test for a module inside module's main()
Thomas Fillon [Fri, 15 Nov 2013 13:57:19 +0000 (14:57 +0100)]
Analyzers : Add preprocessors as process decorators
Guillaume Pellerin [Tue, 12 Nov 2013 13:34:27 +0000 (14:34 +0100)]
Merge branch 'master' into dev
Guillaume Pellerin [Tue, 12 Nov 2013 13:33:45 +0000 (14:33 +0100)]
make Grapher an abstract interface
Guillaume Pellerin [Mon, 11 Nov 2013 21:10:42 +0000 (22:10 +0100)]
goto 0.5.2
Guillaume Pellerin [Mon, 11 Nov 2013 20:57:19 +0000 (21:57 +0100)]
0.5.1 again
Guillaume Pellerin [Mon, 11 Nov 2013 20:51:08 +0000 (21:51 +0100)]
Merge branch 'master' of github.com:yomguy/TimeSide
Guillaume Pellerin [Mon, 11 Nov 2013 20:45:41 +0000 (21:45 +0100)]
graphers : fix default window function
Guillaume Pellerin [Sun, 10 Nov 2013 08:16:34 +0000 (09:16 +0100)]
Merge branch 'dev'
Conflicts:
doc/source/news.rst
Guillaume Pellerin [Fri, 8 Nov 2013 08:17:20 +0000 (09:17 +0100)]
ortho fix
Thomas Fillon [Fri, 8 Nov 2013 17:39:45 +0000 (18:39 +0100)]
Tests : supress print in test_run_all_doctests
Thomas Fillon [Fri, 8 Nov 2013 17:39:45 +0000 (18:39 +0100)]
Tests : supress print in test_run_all_doctests
Thomas Fillon [Fri, 8 Nov 2013 09:20:16 +0000 (10:20 +0100)]
Fix issues in doctest : add doctest Ellipsis on timeside version + clean up test_run_all_doctests
Thomas Fillon [Fri, 8 Nov 2013 17:20:09 +0000 (18:20 +0100)]
Change Grapher render() function to match documentation API, pass part of previous render code to post_process
Thomas Fillon [Fri, 8 Nov 2013 17:20:09 +0000 (18:20 +0100)]
Change Grapher render() function to match documentation API, pass part of previous render code to post_process
Thomas Fillon [Fri, 8 Nov 2013 09:20:16 +0000 (10:20 +0100)]
Fix issues in doctest : add doctest Ellipsis on timeside version + clean up test_run_all_doctests
Guillaume Pellerin [Fri, 8 Nov 2013 01:39:53 +0000 (02:39 +0100)]
0.5.2
Guillaume Pellerin [Fri, 8 Nov 2013 01:15:42 +0000 (02:15 +0100)]
update doc
Guillaume Pellerin [Fri, 8 Nov 2013 01:13:47 +0000 (02:13 +0100)]
update news
Guillaume Pellerin [Fri, 8 Nov 2013 01:06:21 +0000 (02:06 +0100)]
add docstrings, cleanup
Guillaume Pellerin [Fri, 8 Nov 2013 00:40:25 +0000 (01:40 +0100)]
try to fix rst proc list
Guillaume Pellerin [Fri, 8 Nov 2013 00:34:52 +0000 (01:34 +0100)]
again
Guillaume Pellerin [Fri, 8 Nov 2013 00:34:01 +0000 (01:34 +0100)]
fix procs
Guillaume Pellerin [Fri, 8 Nov 2013 00:33:10 +0000 (01:33 +0100)]
updade news again
Guillaume Pellerin [Fri, 8 Nov 2013 00:30:32 +0000 (01:30 +0100)]
update processors in readme
Guillaume Pellerin [Fri, 8 Nov 2013 00:27:03 +0000 (01:27 +0100)]
update news
Guillaume Pellerin [Thu, 7 Nov 2013 23:55:25 +0000 (00:55 +0100)]
uuid from standard lib
Thomas Fillon [Thu, 7 Nov 2013 14:28:48 +0000 (15:28 +0100)]
Fix some doctest issues, minor codes changes for processors not already propagated in encoder, and minor id changes in basic graphers
Thomas Fillon [Thu, 7 Nov 2013 14:11:49 +0000 (15:11 +0100)]
Suppress collecting the doctest in the documentation .rst files because it does not support Sphinx doctest fixtures. Add test_run_all_doctests to run_all_tests script
Thomas Fillon [Thu, 7 Nov 2013 12:55:32 +0000 (13:55 +0100)]
Add a test collecting all doctests
Thomas Fillon [Thu, 7 Nov 2013 12:37:36 +0000 (13:37 +0100)]
Delete old and unused directories
Guillaume Pellerin [Thu, 31 Oct 2013 23:06:46 +0000 (00:06 +0100)]
cleanup, sandbox: test hdf5
Guillaume Pellerin [Thu, 31 Oct 2013 21:56:34 +0000 (22:56 +0100)]
add uuid to analyzer.results
Guillaume Pellerin [Thu, 31 Oct 2013 21:51:58 +0000 (22:51 +0100)]
tests/api to test/sandbox, add various tests in sandbox
Guillaume Pellerin [Thu, 31 Oct 2013 21:50:00 +0000 (22:50 +0100)]
add parent list iterating in pipe, fix analyzer.odf results
Thomas Fillon [Thu, 31 Oct 2013 17:10:38 +0000 (18:10 +0100)]
Fix conflicts before merge
Thomas Fillon [Thu, 31 Oct 2013 16:49:01 +0000 (17:49 +0100)]
Add a parents attribute to Processor. A Processor can access its parents results through the pipe in which it runs
Guillaume Pellerin [Thu, 31 Oct 2013 09:14:37 +0000 (10:14 +0100)]
add a UUID based on a 32 bit hash for each processor
Guillaume Pellerin [Tue, 29 Oct 2013 00:19:28 +0000 (01:19 +0100)]
change decoder id, cleanup
Guillaume Pellerin [Tue, 29 Oct 2013 00:14:34 +0000 (01:14 +0100)]
add test_all, add __repr__ to ProcessPipe
Guillaume Pellerin [Mon, 28 Oct 2013 23:45:19 +0000 (00:45 +0100)]
fix conflict between grapher parameters, add test_all_graphers
Guillaume Pellerin [Mon, 28 Oct 2013 22:55:54 +0000 (23:55 +0100)]
4096 for default fft_size, tune various lower_freq
Guillaume Pellerin [Mon, 28 Oct 2013 22:42:52 +0000 (23:42 +0100)]
add tests for new graphers
Guillaume Pellerin [Mon, 28 Oct 2013 22:33:23 +0000 (23:33 +0100)]
cleanup, add a SpectrogramLinear grapher
Guillaume Pellerin [Mon, 28 Oct 2013 15:57:34 +0000 (16:57 +0100)]
add decoder.utils, fix some api test names
Guillaume Pellerin [Mon, 28 Oct 2013 15:42:14 +0000 (16:42 +0100)]
add WaveformTransparent grapher, optimize and cleanup Spectrogram
Guillaume Pellerin [Mon, 28 Oct 2013 10:23:10 +0000 (11:23 +0100)]
refactor and simplify the grapher processor system, add Grapher abstract generic class
Guillaume Pellerin [Fri, 25 Oct 2013 20:24:10 +0000 (22:24 +0200)]
remove self returning from pipe.run(), cleanup
Thomas Fillon [Fri, 25 Oct 2013 15:18:31 +0000 (17:18 +0200)]
Change function AnalyzerResultFactory to lowercase analyzer_result_factory
Thomas Fillon [Fri, 25 Oct 2013 15:07:30 +0000 (17:07 +0200)]
Fix test_AnalyzerResult.py to support the new analyzer result refactoring from SHA:
58b040a5f67d59c2b9fb55dbc67b723fbce4e51b
Thomas Fillon [Fri, 25 Oct 2013 14:58:11 +0000 (16:58 +0200)]
Fix doc in tutorial and enable testsetup and testcleanup to support transparent uses of external ressources in doctest
Thomas Fillon [Fri, 25 Oct 2013 12:22:50 +0000 (14:22 +0200)]
Fix some assignment issues regarding immutable type in for Analyzer Result
Thomas Fillon [Thu, 24 Oct 2013 17:00:58 +0000 (19:00 +0200)]
Simplify Analyzer Results implementation by introducing a Factory and multiple classes and subclasses to handle the 8 different kinds of results
Guillaume Pellerin [Tue, 22 Oct 2013 16:54:48 +0000 (18:54 +0200)]
add grapher utils and color schemes
Guillaume Pellerin [Sun, 20 Oct 2013 17:01:10 +0000 (19:01 +0200)]
Merge branch 'master' into dev
Guillaume Pellerin [Sun, 20 Oct 2013 17:00:32 +0000 (19:00 +0200)]
fix player img
Guillaume Pellerin [Sun, 20 Oct 2013 16:59:10 +0000 (18:59 +0200)]
update readme
Guillaume Pellerin [Sun, 20 Oct 2013 16:58:44 +0000 (18:58 +0200)]
add player screenshot in doc
Guillaume Pellerin [Sun, 20 Oct 2013 16:57:05 +0000 (18:57 +0200)]
add player images
Guillaume Pellerin [Sun, 20 Oct 2013 16:36:00 +0000 (18:36 +0200)]
begin grapher refactoring
Guillaume Pellerin [Sun, 20 Oct 2013 16:34:49 +0000 (18:34 +0200)]
Merge branch 'master' into dev
Guillaume Pellerin [Sun, 20 Oct 2013 16:34:25 +0000 (18:34 +0200)]
fix doc
Guillaume Pellerin [Fri, 18 Oct 2013 23:44:49 +0000 (01:44 +0200)]
Merge branch 'master' into dev
Guillaume Pellerin [Fri, 18 Oct 2013 23:42:44 +0000 (01:42 +0200)]
fix doc
Guillaume Pellerin [Fri, 18 Oct 2013 22:43:24 +0000 (00:43 +0200)]
Merge branch 'master' into dev
Guillaume Pellerin [Fri, 18 Oct 2013 21:29:35 +0000 (23:29 +0200)]
update links
Guillaume Pellerin [Fri, 18 Oct 2013 21:26:09 +0000 (23:26 +0200)]
update soponsors
Guillaume Pellerin [Fri, 18 Oct 2013 21:20:46 +0000 (23:20 +0200)]
parse readme
Guillaume Pellerin [Fri, 18 Oct 2013 14:16:31 +0000 (16:16 +0200)]
update doc, add new IRIT analyzers in news
Guillaume Pellerin [Thu, 17 Oct 2013 01:03:01 +0000 (03:03 +0200)]
Merge branch 'master' into dev
Conflicts:
README.rst