Merge pull request #11 from geniass/master
Merge pull request #12 from romi1502/master
DOC: Fixed the link to mpg123 API.
Merge branch 'dev'
Doc: Update version
Set max frequency of Mel filterbank to Nyquist ...
add meaningful error message when -f missing fr...
Merge pull request #16 from swaroopgj/master
Install: make Yaafe python script executable fo...
Fix yaafecoreH5.cpp after changes in HDF5 libra...
Fix Dockerfile
Conda: add glibc as requirement
Trigger build
Conda: Test miniconda library path
Conda: Remove glibc requirement
Update readme with Docker and Conda installatio...
Add .dockerignore
Fix .binstar.yml
Conda: Remove external channels
Conda: add test resources
Trigger build
Conda: add channels for glibc
Conda: add libgcc as run requirement
Conda: add lapack in requirements
Update anaconda channel (for lapack package)
Add conda build recipe
Add Dockerfile
Update Dockerfile setup: add entrypoint
Conda: Remove external channels
Update Changlog.rst for v0.65
Update changelog.rst
Change version to 0.65
Renames 'end' to 'the_end'.
Cleaned up README and switched to markdown.
fix readme ext
Merge branch 'master' of git://yaafe.git.source...
Merge pull request #4 from rhyolight/fix-end-re...
readd readme
fix undeclared identifier 'push_back' (closes: #2)
Merge branch 'master' of github.com:Yaafe/Yaafe
Merge branch 'master' of github.com:yomguy/yaafe
Merge branch 'master' of github.com:yomguy/yaafe
Merge pull request #7 from rhyolight/readme-upd...
try travis-ci
rename end to end_(reference to 'end' is ambigu...
code to load dynamic libraries on windows
README > README.rst
CMakeLists.txt: add dist hook
Merge pull request #2 from mckelvin/fix_memory_...
Update README.rst
cmake: doc -> doc_python, support doc_cpp(doxygen)
correct dll name generation on windows
CMakeLists.txt: use local Eigen3 if available
cmake: WITH_MATLAB_MEX: build matlab mex and in...
misc: update install.sh
update travis
Fix README env syntax
yaafe-core: fix some compiler warnings, ostream...
MP3FileReader: TrimBeginningSilence is not supp...
src_cpp/yaafe-python/CMakeLists.txt: move libya...
change encoding of all files to UTF-8
src_cpp: reindent *.h *.cpp in to fit Google C+...
add example of using time_start, time_limit
adapted FileUtils:preparedirs from yaafe.io for...
.gitignore: improve
CMakeLists.txt: improve CXX flags, improve pyth...
cmake: support make uninstall
Change Support contact information in README
windows compilation instructions
Update README.rst
src_python: update doctest
src_python: pep8'ish clean up
core.Engine: fix memory leaks
python yaafelib.core ctypes dll loading
make eigen as an external git submodule
yaafe-io: improve MP3FileReader
typo in python yaafelib.core ctypes dll loading
Merge pull request #5 from auphonic/master
Merge branch 'master' into dev
Merge branch 'fix_memory_leaks' of github.com:m...
src_cpp: update dataflow parser
DataFlow : support stringify,loads; fix memleaks
python yaafelib.core ctypes dll loading
code to load dynamic libraries on windows
Change Support contact information in README
tuning .travis.yml
externals/audio-smarc/Makefile: add CFLAGS and ...
correct dll name generation on windows
src_python: fit doctest; add trim_beginning_sil...
external: fix memleak in smarc
src_python/yaafe: moved from yaafe.py
src_python: deprecate YAAFE_PATH, fix doctest, ...
src_python: Dataflow: support pickling
yaafe-core: support debug-only stderr output: D...
yaafe-io: fix mem leaks on Smarc, MP3FileReader...
proper include for pwd.h on windows/mingw32
adapted FileUtils:preparedirs from yaafe.io for...
yaafe-io: improve MP3FileReader