]> git.parisson.com Git - timeside.git/shortlog
timeside.git
2014-04-21 Guillaume Pellerinfix wrong foreignkey
2014-04-21 Guillaume Pellerinadd more serializers and viewsets
2014-04-21 Guillaume Pellerinupgrade models, remove jsonfields, add REST serializers...
2014-04-04 Guillaume Pellerinupdate base class name
2014-04-04 Guillaume Pellerinupdate task status handling in run
2014-04-04 Guillaume PellerinAdd sha1sum to item
2014-04-04 Guillaume Pellerinfix decoder in task.run
2014-04-04 Guillaume Pellerinbetter struture for task.run
2014-04-04 Guillaume Pellerinbetter task status handling
2014-04-04 Guillaume Pellerinadd django model diagram generation script, add django...
2014-04-03 Guillaume Pellerinfix super in save methods
2014-04-03 Guillaume Pellerinfix imports
2014-04-03 Guillaume Pellerinfix various Meta
2014-04-03 Guillaume Pellerinbugfix
2014-04-03 Guillaume Pellerinfix types and status
2014-04-03 Guillaume Pellerinbugfix
2014-04-03 Guillaume PellerinMerge branch 'dev' into server
2014-04-03 Guillaume Pellerinupgrade django model: Collection, Item, Experience...
2014-04-03 Guillaume Pellerinadd Result model for Thomas' model
2014-03-28 Guillaume Pellerinupdate timeside django models (no views now..)
2014-03-24 Guillaume Pellerincleanup
2014-03-24 Guillaume Pellerinupdate the django models to simulate an experience
2014-03-22 Guillaume PellerinMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2014-03-22 Guillaume Pellerinmake python >=2.7 dependency more explicit
2014-03-21 Guillaume PellerinMerge branch 'dev' into server
2014-03-21 Guillaume Pellerinfix travis setup
2014-03-20 Thomas FillonFix some pep8 warnings
2014-03-20 Thomas FillonDoctest: Handle alias fixture for test data files
2014-03-20 Thomas FillonUpdate Doctest
2014-03-20 Thomas FillonAdd a sha1sum computation for decoders
2014-03-20 Thomas Fillontest_array_decoding: fix some pep8 warnings
2014-03-20 Thomas FillonAnalyzer.core: Fix doctest
2014-03-19 Thomas FillonLevel analyzer : fix Inf issue
2014-03-19 Thomas FillonStress test: improve output
2014-03-19 Thomas FillonLevel: compute the max over absolute values
2014-03-19 Thomas FillonAdd a test for Inf values in analyzer results
2014-03-19 Thomas FillonAnalyzer/irit_speech_4hz : fix NaN issue
2014-03-19 Thomas FillonAnalyzer/odf : fix NaN issue
2014-03-18 Paul BrossierMANIFEST.in: remove debian
2014-03-18 Paul Brossierdebian/: remove, now on git.debian.org
2014-03-13 Thomas Fillonanalyzer result: add channels info to audio_metadata
2014-03-11 Thomas FillonChmod +x on test files
2014-03-11 Thomas Fillontest_analyzers_stress: modify comments
2014-03-11 Thomas FillonTests: add a stress test for analyzer. At first, test...
2014-03-11 Thomas FillonArrayDecoder: Convert array to 'float32' for compatibil...
2014-03-11 Thomas FillonRelease source at the end of ProcessPipe run
2014-03-11 Thomas FillonYaafe analyzer: simplify adaptation of process frames...
2014-03-11 Thomas FillonLimsiSad: add a default value for parameter sad_model
2014-03-11 Thomas FillonAubioPitch: prevent NaN in result by converting them...
2014-03-07 Thomas FillonAnalyzerResults: put back a render method that retrun...
2014-03-06 Thomas FillonMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2014-03-06 Thomas FillonGrapher: attempt to fix #43
2014-03-06 Thomas FillonGrapher: attempt to fix#43
2014-03-06 Thomas Fillongstutils: use reshape((-1,chan)) to reshape buffer...
2014-03-04 Thomas FillonMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2014-03-03 Guillaume Pellerinadd egg to install
2014-03-03 Guillaume PellerinEncoder : fix some names and mimetypes
2014-03-03 Thomas FillonOpusEncoder: change default bitrate to 128k
2014-03-03 Thomas FillonEncoder : add Opus encoder
2014-02-25 Thomas FillonMerge pull request #42 from DavidDoukhan/dev
2014-02-25 David Doukhanbetter comment
2014-02-20 Guillaume Pelleringoto 0.5.5
2014-02-20 Guillaume Pellerinupdate doc 0.5.4
2014-02-17 Guillaume Pellerindocfix
2014-02-14 Guillaume Pellerinupdate news
2014-02-14 Thomas FillonMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2014-02-14 Thomas FillonFix #39
2014-02-14 Guillaume PellerinMerge pull request #32 from DavidDoukhan/dev
2014-02-14 Thomas FillonAdd test for encoder streaming
2014-02-14 Thomas FillonMerge fix_streaming_bugbranch in dev + Core : enable...
2014-02-14 Thomas FillonPut MainloopThread in gstutils
2014-02-14 Thomas Fillonstreaming bug : clean-up unnecessary code changes
2014-02-14 Thomas FillonStreming bug : mainloop thread does not seem to be...
2014-02-14 Thomas FillonClean-up code for test_lolevel_streaming_threaded
2014-02-13 Guillaume Pellerincleanup some prints fix_streaming_bug
2014-02-13 Guillaume PellerinMerge branch 'fix_streaming_bug' of github.com:yomguy...
2014-02-13 Guillaume PellerinVorbisEncoder : passing the low level app and file...
2014-02-13 Guillaume PellerinVorbisEncoder : passing the low level app and file...
2014-02-13 Guillaume PellerinGstEncoder : fix appsrc blocking against the new pipe...
2014-02-13 Thomas FillonClean up code to treat log prints madness
2014-02-13 Thomas FillonOn the way to fix #38
2014-02-11 Guillaume PellerinMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2014-02-11 Guillaume Pellerincleanup, put Mainloop outside GstEncoder
2014-02-11 Guillaume Pellerinshrink process args
2014-02-10 Thomas FillonUpdate vamp plugin example in sandbox
2014-02-07 Guillaume Pellerinregression: only keep setuptools in requirements for...
2014-02-07 Guillaume Pellerininstall numpy and scipy for travis
2014-02-07 Thomas FillonTry to fix #35 with proper 'before install' setup for...
2014-02-07 Thomas FillonTry to fix #35 with proper 'before install' setup for...
2014-02-07 Thomas FillonAdd Travis build status for dev branch
2014-02-04 Guillaume PellerinMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2014-02-04 Guillaume Pelleringoto 0.5.4
2014-02-04 Guillaume Pellerinfix spelling
2014-02-03 Paul Brossiertimeside/decoder/file.py: use self.mime_type(), not...
2014-02-03 Paul Brossiertimeside/decoder/file.py: fix typo
2014-02-03 Paul Brossiertimeside/decoder/file.py: use uridecodebin typefind...
2014-02-03 Guillaume Pellerinadd authors 0.5.3
2014-02-03 Guillaume PellerinMerge branch 'dev' of github.com:yomguy/TimeSide into dev
2014-02-03 Paul Brossiertests/test_decoding.py: check mime_type
2014-02-03 Paul Brossiertimeside/decoder/file.py: use mimetypes to guess mime_type
next