]>
git.parisson.com Git - timeside.git/log
Riccardo Zaccarelli [Thu, 30 Jun 2011 15:11:22 +0000 (15:11 +0000)]
deleted ui (will be restored)
Riccardo Zaccarelli [Thu, 30 Jun 2011 15:05:25 +0000 (15:05 +0000)]
updated version as of july 2011
yomguy [Mon, 30 May 2011 14:26:54 +0000 (14:26 +0000)]
goto 0.3.1
yomguy [Mon, 30 May 2011 14:24:59 +0000 (14:24 +0000)]
prepare package
yomguy [Sun, 29 May 2011 19:32:24 +0000 (19:32 +0000)]
analyzers : fix max_level and mean_level (renamed rms_level), change unit to dBFS
yomguy [Tue, 17 May 2011 08:14:15 +0000 (08:14 +0000)]
update copyrights, go to 0.3
yomguy [Mon, 16 May 2011 12:45:46 +0000 (12:45 +0000)]
no watermark on spectrogram for now
yomguy [Thu, 12 May 2011 21:02:49 +0000 (21:02 +0000)]
use self.filename for tag writting
yomguy [Thu, 12 May 2011 20:38:30 +0000 (20:38 +0000)]
rm comment from mp3 tags
yomguy [Wed, 11 May 2011 23:17:08 +0000 (23:17 +0000)]
fix dc and mean_level analyzers, add watermarking to graphers
yomguy [Mon, 9 May 2011 10:28:10 +0000 (10:28 +0000)]
update install procedure, improve MP3 transcoding quality
yomguy [Wed, 27 Apr 2011 11:25:31 +0000 (11:25 +0000)]
rm old decoder, add mp3 metadata embedding and test
Paul Brossier [Fri, 15 Apr 2011 10:32:15 +0000 (10:32 +0000)]
timeside/tests/{alltests,testgraphers,testtranscoding}.py: update alltests
Paul Brossier [Fri, 15 Apr 2011 09:55:58 +0000 (09:55 +0000)]
timeside/decoder/sink.py: add gst sink
Paul Brossier [Fri, 15 Apr 2011 09:55:37 +0000 (09:55 +0000)]
timeside/decoder/core.py: fix new decoder, was missing mainloop.run(), improve
Paul Brossier [Fri, 15 Apr 2011 09:54:15 +0000 (09:54 +0000)]
timeside/tests/testtranscoding.py: update
Paul Brossier [Fri, 15 Apr 2011 09:51:35 +0000 (09:51 +0000)]
timeside/tests/testdecoding.py: update
Paul Brossier [Fri, 15 Apr 2011 09:50:46 +0000 (09:50 +0000)]
timeside/decoder/old.py: moved old decoder to own file
Paul Brossier [Fri, 15 Apr 2011 09:49:26 +0000 (09:49 +0000)]
timeside/decoder/subprocess.py: moved subprocess classes to own file
Paul Brossier [Fri, 15 Apr 2011 08:28:22 +0000 (08:28 +0000)]
timeside/tests/testdecoding.py: update file size for ogg and mp3
Paul Brossier [Fri, 15 Apr 2011 08:19:53 +0000 (08:19 +0000)]
timeside/tests/testdecoding.py: added simple decoding tests
Paul Brossier [Fri, 15 Apr 2011 08:12:30 +0000 (08:12 +0000)]
timeside/tests/testtranscoding.py: moved from testlowlevelstreaming.py
Paul Brossier [Fri, 15 Apr 2011 07:58:24 +0000 (07:58 +0000)]
timeside/tests/testlowlevelstreaming.py: comment out failing tests for now
Paul Brossier [Fri, 15 Apr 2011 07:57:17 +0000 (07:57 +0000)]
timeside/tests/testlowlevelstreaming.py: comment out failing tests for now
yomguy [Thu, 14 Apr 2011 21:58:16 +0000 (21:58 +0000)]
add old FileDecoder as FileDecoderOld wihtout the gst adapter
yomguy [Thu, 14 Apr 2011 21:29:31 +0000 (21:29 +0000)]
rm unused queue
yomguy [Thu, 14 Apr 2011 21:23:20 +0000 (21:23 +0000)]
add unittest for graphers,
fix flac encoder,
change filenames of encoder unittest outputs,
transcoding still BROKEN in many cases,
grahers from MP3 and OGG seems to be broken also... :(
Paul Brossier [Thu, 14 Apr 2011 19:31:46 +0000 (19:31 +0000)]
timeside/decoder/core.py: use an adapter to add a hopsize parameter
Paul Brossier [Thu, 14 Apr 2011 19:28:36 +0000 (19:28 +0000)]
timeside/tests/testlowlevelstreaming.py: added some low level tests
yomguy [Thu, 14 Apr 2011 16:07:21 +0000 (16:07 +0000)]
bugfix
yomguy [Thu, 14 Apr 2011 16:06:58 +0000 (16:06 +0000)]
fix pipelines
yomguy [Thu, 14 Apr 2011 16:04:56 +0000 (16:04 +0000)]
bugfix and cleanup encoders
yomguy [Thu, 14 Apr 2011 15:11:37 +0000 (15:11 +0000)]
remove unused queue for vorbis encoder
yomguy [Thu, 14 Apr 2011 15:07:46 +0000 (15:07 +0000)]
remove unused queue
yomguy [Thu, 14 Apr 2011 14:22:37 +0000 (14:22 +0000)]
self.pipe for decoder
yomguy [Thu, 14 Apr 2011 13:52:15 +0000 (13:52 +0000)]
add self.pipe to vorbis enc
yomguy [Mon, 21 Mar 2011 22:00:03 +0000 (22:00 +0000)]
add vorbis streaming test, add queue to vorbis encoder
yomguy [Mon, 21 Mar 2011 08:41:18 +0000 (08:41 +0000)]
low level test for flac
yomguy [Fri, 18 Mar 2011 17:01:59 +0000 (17:01 +0000)]
test with blocksize
yomguy [Fri, 18 Mar 2011 13:03:47 +0000 (13:03 +0000)]
try to get encoders working but some are blocking : the output buffer size of the decoder seems too low sometimes (stereo WAV for example but not mono !).
DON'T use encoders for now :(
yomguy [Tue, 15 Mar 2011 16:09:07 +0000 (16:09 +0000)]
test
yomguy [Tue, 15 Mar 2011 15:17:12 +0000 (15:17 +0000)]
add divmarker.js
yomguy [Tue, 15 Mar 2011 15:15:54 +0000 (15:15 +0000)]
update UI from Telemeta rev539 to rev638
yomguy [Tue, 15 Mar 2011 15:12:48 +0000 (15:12 +0000)]
trying to get appsink and filesink orking together with no luck...
yomguy [Fri, 11 Mar 2011 10:16:09 +0000 (10:16 +0000)]
add streaming test
yomguy [Fri, 4 Mar 2011 12:22:45 +0000 (12:22 +0000)]
bugfixes
yomguy [Fri, 4 Mar 2011 11:35:47 +0000 (11:35 +0000)]
bugfixes
yomguy [Thu, 3 Mar 2011 18:20:12 +0000 (18:20 +0000)]
make flac encoder streaming, add test for flac, bugfixes on encoders
yomguy [Thu, 3 Mar 2011 17:36:48 +0000 (17:36 +0000)]
fix encoding speed and buffer size, enable mp3 and ogg encoder streaming mode, cleanup
yomguy [Thu, 3 Mar 2011 10:16:17 +0000 (10:16 +0000)]
add mp3 test, cleanup
yomguy [Thu, 17 Feb 2011 22:04:30 +0000 (22:04 +0000)]
add cgi script to process a file for telemeta
yomguy [Thu, 17 Feb 2011 15:00:17 +0000 (15:00 +0000)]
bugfix
yomguy [Thu, 17 Feb 2011 14:56:08 +0000 (14:56 +0000)]
bugfix
yomguy [Thu, 17 Feb 2011 14:44:53 +0000 (14:44 +0000)]
bugfix mp3_stream, add ogg_stream, bugfix max_level
yomguy [Wed, 9 Feb 2011 12:27:56 +0000 (12:27 +0000)]
make mp3_stream file writing conditional to the output arg, cleanup
yomguy [Wed, 29 Dec 2010 09:34:17 +0000 (09:34 +0000)]
cleanup, change joydiv bg color
yomguy [Fri, 26 Nov 2010 00:18:33 +0000 (00:18 +0000)]
verbose
yomguy [Fri, 26 Nov 2010 00:16:52 +0000 (00:16 +0000)]
fix args
yomguy [Fri, 26 Nov 2010 00:11:28 +0000 (00:11 +0000)]
cleanup
yomguy [Fri, 26 Nov 2010 00:11:17 +0000 (00:11 +0000)]
cleanup
yomguy [Fri, 26 Nov 2010 00:07:19 +0000 (00:07 +0000)]
fix preprocess import batch
yomguy [Thu, 25 Nov 2010 22:37:18 +0000 (22:37 +0000)]
update awdio scheme
yomguy [Thu, 25 Nov 2010 22:27:23 +0000 (22:27 +0000)]
add analyzer batch
yomguy [Thu, 11 Nov 2010 22:44:17 +0000 (22:44 +0000)]
change awdio colors
yomguy [Thu, 11 Nov 2010 22:18:45 +0000 (22:18 +0000)]
fix peaks
yomguy [Thu, 11 Nov 2010 22:14:55 +0000 (22:14 +0000)]
cleanup, remove blank lines for awdio
yomguy [Mon, 18 Oct 2010 23:23:48 +0000 (23:23 +0000)]
try to fix memory leak for multi-threading, go to just 1 now...
yomguy [Mon, 18 Oct 2010 12:48:42 +0000 (12:48 +0000)]
going to 2 threads
yomguy [Mon, 18 Oct 2010 12:48:15 +0000 (12:48 +0000)]
make batch multi-threaded
yomguy [Mon, 18 Oct 2010 09:17:16 +0000 (09:17 +0000)]
simplify batch again
yomguy [Sat, 16 Oct 2010 15:29:45 +0000 (15:29 +0000)]
revert forcing for awdio
yomguy [Sat, 16 Oct 2010 15:28:07 +0000 (15:28 +0000)]
fix bad bg_color artifact
yomguy [Sat, 16 Oct 2010 11:51:04 +0000 (11:51 +0000)]
don't force batch for awdio
yomguy [Sat, 16 Oct 2010 11:27:08 +0000 (11:27 +0000)]
cleanup
yomguy [Sat, 16 Oct 2010 11:16:29 +0000 (11:16 +0000)]
cleanup
yomguy [Sat, 16 Oct 2010 07:45:25 +0000 (07:45 +0000)]
rearrange waveform objects, fix batch background big bug
yomguy [Thu, 14 Oct 2010 11:49:09 +0000 (11:49 +0000)]
add a new light grapher, add dependencies for other media types
yomguy [Sat, 9 Oct 2010 14:03:47 +0000 (14:03 +0000)]
update examples related to the new grapher API
yomguy [Thu, 7 Oct 2010 22:11:18 +0000 (22:11 +0000)]
fix joydiv antialiasing, fix uri for decoder
yomguy [Thu, 7 Oct 2010 21:56:42 +0000 (21:56 +0000)]
(re)add joydiv waveform
yomguy [Mon, 6 Sep 2010 17:45:49 +0000 (17:45 +0000)]
add analyzer test
yomguy [Fri, 3 Sep 2010 20:40:08 +0000 (20:40 +0000)]
add lame parameters to gst pipe
yomguy [Thu, 2 Sep 2010 20:54:24 +0000 (20:54 +0000)]
fix test for dB max_level result, rm waveform_joy : sorry dude, I have to make it exclusive for my customer...
yomguy [Thu, 2 Sep 2010 20:42:49 +0000 (20:42 +0000)]
fix joy grapher, *CHANGE API* so that the output for the grapher is given to the save() method, see api.py
yomguy [Tue, 31 Aug 2010 13:11:54 +0000 (13:11 +0000)]
add m4a encoder draft, fix joydiv for awdio
yomguy [Mon, 30 Aug 2010 02:22:42 +0000 (02:22 +0000)]
add api to init modules
yomguy [Mon, 30 Aug 2010 01:45:29 +0000 (01:45 +0000)]
fix mime-types fir ogg and mp3
yomguy [Sun, 29 Aug 2010 22:43:04 +0000 (22:43 +0000)]
add dc and men_level analyzers, fix max_level
yomguy [Fri, 27 Aug 2010 22:57:55 +0000 (22:57 +0000)]
add MP3 gst encoder, change filenames in batch
yomguy [Wed, 25 Aug 2010 20:56:23 +0000 (20:56 +0000)]
fix new script
yomguy [Wed, 25 Aug 2010 18:50:13 +0000 (18:50 +0000)]
fix scale ration, cleanup
yomguy [Wed, 25 Aug 2010 16:12:53 +0000 (16:12 +0000)]
add exp scale, rm spline
yomguy [Wed, 25 Aug 2010 15:20:29 +0000 (15:20 +0000)]
add smooth for joy, fix normalize bug
yomguy [Wed, 25 Aug 2010 12:27:30 +0000 (12:27 +0000)]
add spline joy_division style waveform grapher
yomguy [Thu, 8 Jul 2010 16:08:39 +0000 (16:08 +0000)]
add transparent background to waveform images
yomguy [Fri, 25 Jun 2010 17:12:38 +0000 (17:12 +0000)]
add vorbis encoder, more tests, more BUGS !
yomguy [Sat, 19 Jun 2010 00:43:28 +0000 (00:43 +0000)]
fix example args
yomguy [Sat, 19 Jun 2010 00:38:07 +0000 (00:38 +0000)]
add html
yomguy [Sat, 19 Jun 2010 00:36:51 +0000 (00:36 +0000)]
fix image example
yomguy [Fri, 18 Jun 2010 23:40:47 +0000 (23:40 +0000)]
fix test paths