]>
git.parisson.com Git - timeside.git/log
Guillaume Pellerin [Wed, 8 May 2019 12:43:53 +0000 (14:43 +0200)]
unload gstutils
Paul Brossier [Mon, 8 Jul 2013 22:04:07 +0000 (17:04 -0500)]
Merge branch 'master' of github.com:yomguy/TimeSide
Paul Brossier [Mon, 8 Jul 2013 22:03:32 +0000 (17:03 -0500)]
debian/control: timeside -> python-timeside
Guillaume Pellerin [Mon, 8 Jul 2013 21:57:55 +0000 (23:57 +0200)]
rename scripts and cleanup old ones
Paul Brossier [Mon, 8 Jul 2013 16:44:16 +0000 (11:44 -0500)]
README.rst: fix typos
Paul Brossier [Mon, 8 Jul 2013 17:42:15 +0000 (12:42 -0500)]
timeside/static: remove executable bit
Guillaume Pellerin [Mon, 8 Jul 2013 21:30:25 +0000 (23:30 +0200)]
exclude debian from register tarball
Paul Brossier [Mon, 8 Jul 2013 20:24:08 +0000 (15:24 -0500)]
add debian packaging scripts
Guillaume Pellerin [Sun, 7 Jul 2013 09:54:27 +0000 (11:54 +0200)]
grapher: PIL modules by default
Guillaume Pellerin [Fri, 28 Jun 2013 19:44:41 +0000 (21:44 +0200)]
update changelog
Guillaume Pellerin [Fri, 28 Jun 2013 19:37:38 +0000 (21:37 +0200)]
goto 0.4.4
Guillaume Pellerin [Thu, 16 May 2013 13:36:51 +0000 (15:36 +0200)]
fix resource load when server has ngx_pagespeed module installed (closes: #14)
Guillaume Pellerin [Tue, 16 Apr 2013 10:15:22 +0000 (12:15 +0200)]
rewind to the beginning on finish
yomguy [Wed, 13 Mar 2013 10:30:34 +0000 (11:30 +0100)]
Merge branch 'dev'
yomguy [Wed, 13 Mar 2013 10:28:47 +0000 (11:28 +0100)]
fix empty frames in analyzers
yomguy [Fri, 1 Mar 2013 12:11:25 +0000 (13:11 +0100)]
re-include m4a and webm
yomguy [Sun, 17 Feb 2013 22:29:18 +0000 (23:29 +0100)]
update pkg-info
yomguy [Tue, 12 Feb 2013 12:41:12 +0000 (13:41 +0100)]
Merge branch 'dev'
yomguy [Tue, 12 Feb 2013 12:40:58 +0000 (13:40 +0100)]
fix metadata
yomguy [Tue, 12 Feb 2013 12:37:08 +0000 (13:37 +0100)]
Merge branch 'dev'
yomguy [Tue, 12 Feb 2013 12:36:49 +0000 (13:36 +0100)]
add overwite info
yomguy [Tue, 12 Feb 2013 12:29:01 +0000 (13:29 +0100)]
Merge branch 'dev'
yomguy [Tue, 12 Feb 2013 12:27:13 +0000 (13:27 +0100)]
add infos
yomguy [Tue, 12 Feb 2013 12:25:05 +0000 (13:25 +0100)]
add news and descriptions, go to 0.4.3
yomguy [Wed, 30 Jan 2013 22:32:44 +0000 (23:32 +0100)]
call release() for each processor at the end of the pipe run
fix some tests
yomguy [Wed, 30 Jan 2013 21:27:05 +0000 (22:27 +0100)]
* byppass and comment aac and webm encoders and all related unittests
* comment TestEncodingTooManyChannels
yomguy [Tue, 29 Jan 2013 22:51:19 +0000 (23:51 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide
Paul Brossier [Tue, 29 Jan 2013 18:10:51 +0000 (13:10 -0500)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Paul Brossier [Tue, 29 Jan 2013 03:20:23 +0000 (22:20 -0500)]
tests/api/test_enc_mp3_by_block.py: add transcode example by block
Paul Brossier [Tue, 29 Jan 2013 03:19:05 +0000 (22:19 -0500)]
tests/testtranscoding.py: enable WebM and M4a again, call encoder release, make sure then number of transcoded frames is equal or greater than then input file
Paul Brossier [Tue, 29 Jan 2013 03:18:01 +0000 (22:18 -0500)]
tests/testencoding.py: call release, check that an exception is raised when too many channels are requested
Paul Brossier [Tue, 29 Jan 2013 03:16:50 +0000 (22:16 -0500)]
timeside/encoder/: add end condition to flush stream in release, raise an exception if an error occured
Paul Brossier [Tue, 29 Jan 2013 03:14:59 +0000 (22:14 -0500)]
tests/testencoding.py: indent
Paul Brossier [Tue, 29 Jan 2013 03:13:32 +0000 (22:13 -0500)]
timeside/encoder/core.py: rename _on_message_cb for consistency
Paul Brossier [Tue, 29 Jan 2013 03:10:35 +0000 (22:10 -0500)]
timeside/encoder/core.py: add mainloop to get messages from bus
Paul Brossier [Tue, 29 Jan 2013 03:08:46 +0000 (22:08 -0500)]
timeside/encoder/m4a.py: add matroskamux
Paul Brossier [Tue, 29 Jan 2013 03:08:15 +0000 (22:08 -0500)]
timeside/decoder/core.py: clarify condition name
Paul Brossier [Mon, 28 Jan 2013 23:00:17 +0000 (18:00 -0500)]
tests/api/: improve arguments parsing
Paul Brossier [Mon, 28 Jan 2013 22:52:51 +0000 (17:52 -0500)]
timeside/decoder/core.py: improve use of condition
Paul Brossier [Mon, 28 Jan 2013 15:11:16 +0000 (10:11 -0500)]
tests/alltests.py: add transcoding tests
Paul Brossier [Mon, 28 Jan 2013 15:10:53 +0000 (10:10 -0500)]
tests/testtranscoding.py: use tempfile
Paul Brossier [Mon, 28 Jan 2013 05:36:46 +0000 (00:36 -0500)]
timeside/decoder/core.py: remove unused reference to decodebin
Paul Brossier [Mon, 28 Jan 2013 05:24:46 +0000 (00:24 -0500)]
tests/testdecoding.py: add tests for wrong files
Paul Brossier [Mon, 28 Jan 2013 05:21:01 +0000 (00:21 -0500)]
timeside/decoder/core.py: remove old unused code
Paul Brossier [Mon, 28 Jan 2013 05:19:32 +0000 (00:19 -0500)]
timeside/decoder/core.py: use a thread lock, raise an exception if no stream is found
Paul Brossier [Mon, 28 Jan 2013 02:46:14 +0000 (20:46 -0600)]
timeside/encoder/core.py: by default, refuse to overwrite an existing file, add corresponding tests
Paul Brossier [Mon, 28 Jan 2013 02:24:26 +0000 (20:24 -0600)]
timeside/encoder/: factorise init function, raise IOError when trying to encode to a directory, add tests accordingly
yomguy [Sat, 26 Jan 2013 15:40:13 +0000 (16:40 +0100)]
Merge branch 'dev'
yomguy [Sat, 26 Jan 2013 08:44:56 +0000 (09:44 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
Paul Brossier [Fri, 25 Jan 2013 22:45:12 +0000 (16:45 -0600)]
tests/testtranscoding.py: start improving transcoding tests
Paul Brossier [Fri, 25 Jan 2013 21:25:11 +0000 (15:25 -0600)]
timeside/core.py: remove hack to wait for decoder
Paul Brossier [Fri, 25 Jan 2013 21:24:53 +0000 (15:24 -0600)]
timeside/decoder/core.py: temporary hack to wait for pipeline to be ready in setup, clean up unused release
Paul Brossier [Fri, 25 Jan 2013 21:24:14 +0000 (15:24 -0600)]
timeside/encoder/core.py: block push-buffer when max-bytes are queued, make sure num-buffers is unlimited, clean up unused release
yomguy [Fri, 18 Jan 2013 08:28:44 +0000 (09:28 +0100)]
grapher: add Pillow support, thanks to Miroslav Shubernetskiy (closes: #12)
Paul Brossier [Thu, 17 Jan 2013 18:41:00 +0000 (12:41 -0600)]
tests/tools.py: added new samples
Paul Brossier [Thu, 17 Jan 2013 15:54:00 +0000 (09:54 -0600)]
tests/testdecoding.py: add two more tests with mono and 32kHz files
Paul Brossier [Thu, 17 Jan 2013 15:53:20 +0000 (09:53 -0600)]
tests/testdecoding.py: improve tests to make sure input specs are preserved
Paul Brossier [Thu, 17 Jan 2013 14:38:51 +0000 (08:38 -0600)]
timeside/decoder/core.py: use input metadata when no specified output format (closes: #13)
yomguy [Tue, 8 Jan 2013 10:32:45 +0000 (11:32 +0100)]
Merge branch 'dev'
yomguy [Tue, 8 Jan 2013 10:32:10 +0000 (11:32 +0100)]
desactivate aubio
yomguy [Tue, 8 Jan 2013 10:03:12 +0000 (11:03 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
yomguy [Tue, 8 Jan 2013 10:03:03 +0000 (11:03 +0100)]
Merge branch 'aubio' of github.com:yomguy/TimeSide into dev
yomguy [Tue, 8 Jan 2013 10:01:51 +0000 (11:01 +0100)]
Merge branch 'aubio' of github.com:yomguy/TimeSide
yomguy [Tue, 8 Jan 2013 10:00:43 +0000 (11:00 +0100)]
Merge branch 'dev' of github.com:yomguy/TimeSide
yomguy [Tue, 8 Jan 2013 09:59:35 +0000 (10:59 +0100)]
add egg-infos, go to 0.4.3
yomguy [Mon, 12 Nov 2012 10:56:46 +0000 (11:56 +0100)]
cleanup
yomguy [Sun, 21 Oct 2012 15:26:57 +0000 (17:26 +0200)]
cleanup
Paul Brossier [Mon, 8 Oct 2012 17:23:13 +0000 (11:23 -0600)]
Merge branch 'aubio' of github.com:yomguy/TimeSide into aubio
Paul Brossier [Mon, 8 Oct 2012 16:21:07 +0000 (10:21 -0600)]
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
yomguy [Mon, 8 Oct 2012 15:58:08 +0000 (17:58 +0200)]
Merge branch 'hotfix/utils' into dev
yomguy [Mon, 8 Oct 2012 15:58:03 +0000 (17:58 +0200)]
Merge branch 'hotfix/utils'
yomguy [Mon, 8 Oct 2012 15:57:59 +0000 (17:57 +0200)]
fix tools
yomguy [Mon, 8 Oct 2012 15:45:01 +0000 (17:45 +0200)]
Merge branch 'master' into aubio
yomguy [Mon, 8 Oct 2012 15:31:50 +0000 (17:31 +0200)]
no test results
yomguy [Mon, 8 Oct 2012 15:26:49 +0000 (17:26 +0200)]
fix manifest
yomguy [Mon, 8 Oct 2012 15:12:16 +0000 (17:12 +0200)]
arg, no gst in travis :(
yomguy [Mon, 8 Oct 2012 15:06:10 +0000 (17:06 +0200)]
try python-gst install
yomguy [Mon, 8 Oct 2012 14:59:49 +0000 (16:59 +0200)]
fix init
yomguy [Mon, 8 Oct 2012 14:15:03 +0000 (16:15 +0200)]
re-add numpy and pil to requirements
yomguy [Mon, 8 Oct 2012 14:12:17 +0000 (16:12 +0200)]
fix travis deps
yomguy [Mon, 8 Oct 2012 14:10:00 +0000 (16:10 +0200)]
add travis test
yomguy [Mon, 8 Oct 2012 14:00:24 +0000 (16:00 +0200)]
mv doc, fix doc
yomguy [Mon, 8 Oct 2012 13:49:24 +0000 (15:49 +0200)]
add schematic
yomguy [Mon, 8 Oct 2012 13:45:51 +0000 (15:45 +0200)]
fix doc
yomguy [Mon, 8 Oct 2012 12:01:35 +0000 (14:01 +0200)]
fix doc, cleanup
yomguy [Mon, 8 Oct 2012 09:51:16 +0000 (11:51 +0200)]
update encoder pipelines
yomguy [Sat, 6 Oct 2012 23:14:29 +0000 (01:14 +0200)]
mutagen install fails on python 3.2
yomguy [Sat, 6 Oct 2012 23:07:48 +0000 (01:07 +0200)]
test travis
yomguy [Sat, 6 Oct 2012 22:59:19 +0000 (00:59 +0200)]
rm travis test script
yomguy [Sat, 6 Oct 2012 22:47:05 +0000 (00:47 +0200)]
fix again
yomguy [Sat, 6 Oct 2012 22:45:35 +0000 (00:45 +0200)]
fix travis install
yomguy [Sat, 6 Oct 2012 22:44:41 +0000 (00:44 +0200)]
fix travis install
yomguy [Sat, 6 Oct 2012 22:40:11 +0000 (00:40 +0200)]
fix requirements
yomguy [Sat, 6 Oct 2012 22:33:34 +0000 (00:33 +0200)]
add Travis CI hooks
yomguy [Sat, 6 Oct 2012 21:05:58 +0000 (23:05 +0200)]
Merge branch 'dev' into aubio
yomguy [Sat, 6 Oct 2012 21:03:04 +0000 (23:03 +0200)]
cleanup
yomguy [Sat, 6 Oct 2012 20:55:38 +0000 (22:55 +0200)]
update encoders to the new API
yomguy [Sat, 6 Oct 2012 20:51:21 +0000 (22:51 +0200)]
keep all URIs (regr)
yomguy [Sat, 6 Oct 2012 13:12:17 +0000 (15:12 +0200)]
Merge branch 'dev' into aubio
yomguy [Sat, 6 Oct 2012 13:10:35 +0000 (15:10 +0200)]
add IOError if file not found (closes: #5)