]> git.parisson.com Git - timeside.git/commitdiff
Merge branch 'dev' of github.com:yomguy/TimeSide into dev
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 24 Oct 2014 13:00:55 +0000 (15:00 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 24 Oct 2014 13:00:55 +0000 (15:00 +0200)
Conflicts:
README.rst
doc/source/dive_in.rst
doc/source/intro.rst
doc/source/news.rst
doc/source/tutorial/Streaming.rst

1  2 
README.rst
doc/source/tutorial/Streaming.rst

diff --cc README.rst
index c485ee6c68a302f21cf89fa0ec97634a49002a59,e684eb522eeecd3c9a147e1d9352a3dbbae4cd09..c1b76ba8610442021ebcf75a57f9f5784d2ddad5
@@@ -87,21 -53,10 +87,21 @@@ New
  0.5.7
  
    * WARNING! some processor ids have changed. Please see the full list below.
 -  * Add a Docker development box
 +  * NEW analyzers: IRIT Monopoly (see Processors)
 +  * NEW graphers: IRIT Start/Session segmentation
 +  * Add extensible buffering thanks to pytables (NEW dependency)
 +  * Add typed parameters in processors and server thanks to traits (NEW dependency)
 +  * Add a graph model to the pipe thanks to networkx (NEW dependency)
 +  * Add test sample generators based on GStreamer
 +  * Add a background image option for rendering analyzers
 +  * Add on-the-fly filtering decorators
 +  * Add a Docker development image and a Dockerfile
    * Add a Vagrant development box
 -  * Add a Debian package installation procedure
 -  * Fix parent and child analyzers both using yaafe (fix #60)
 +  * Update the Debian package installation procedure
 +  * Results are now stored in pipe.results as as dictionnary of AnalyzerResults
 +  * Update various processors
-   * Fix parent and child analyzers both using yaafe (fix #60)
++  * Prevent duplication of processor in the pipe (i.e. processors sharing the same class and parameters). This also fix #60.
 +  * Update of Travis CI scripts https://travis-ci.org/yomguy/TimeSide/
  
  0.5.6
  
@@@ -442,3 -437,3 +442,7 @@@ GNU General Public License for more det
  
  See LICENSE for more details.
  
++Usage
++======
++
++If
index bbefa0e046f5952277740be0a7bdd07a4d87d497,e6f86e6dce026cc0331582fc130ea6ec323dca8e..5ececfe1be1024f71f0747b44b0946740a8f4608
@@@ -1,9 -1,9 +1,8 @@@
  .. This file is part of TimeSide
     @author: Guillaume Pellerin
  
--=================================
-  Streaming out encoded audio
 - Streaming encoded audio outside
--=================================
++Streaming out encoded audio
++============================
  
  Instead of calling a pipe.run(), the chunks of an encoding processor can also be retrieved and streamed outside the pipe during the process.