shithub: aubio

RSS feed

67e0eeb4 – Paul Brossier <piem@piem.org> authored on 2017/03/24 15:38
doc/develop.rst: improve basics

4da6f202 – Paul Brossier <piem@piem.org> authored on 2017/03/24 15:37
doc/develop.rst: direct link to doxygen

f80519b5 – Paul Brossier <piem@piem.org> authored on 2017/03/24 14:54
doc/develop.rst: clean up

5399f174 – Paul Brossier <piem@piem.org> authored on 2017/03/24 14:28
README.md: move api description to doc/develop.rst

70ab9fef – Paul Brossier <piem@piem.org> authored on 2017/03/24 14:23
README.md: simplify title

0561c54a – Paul Brossier <piem@piem.org> authored on 2017/03/24 00:22
Merge branch 'aubiocmd'

cc4987a7 – Paul Brossier <piem@piem.org> authored on 2017/03/24 00:22
Merge branch 'gitshaversion'

2615dd95 – Paul Brossier <piem@piem.org> authored on 2017/03/23 23:20
python/lib/aubio/cmd.py: improve help output

62a94b75 – Paul Brossier <piem@piem.org> authored on 2017/03/23 22:56
python/lib/aubio/cmd.py: check we found a few beats

86026a0b – Paul Brossier <piem@piem.org> authored on 2017/03/23 22:55
python/lib/aubio/cmd.py: improve descriptions

af98cb87 – Paul Brossier <piem@piem.org> authored on 2017/03/23 22:23
python/lib/aubio/cmd.py: small refactor, add comments

115b4526 – Paul Brossier <piem@piem.org> authored on 2017/03/23 17:47
this_version.py: simplify git clean check

9189c427 – Paul Brossier <piem@piem.org> authored on 2017/03/23 17:13
.gitignore: also ignore pip-delete-this-directory.txt

6448d31a – Paul Brossier <piem@piem.org> authored on 2017/03/23 16:47
python/tests/test_sink.py: add missing samplerate

4cb48d2e – Paul Brossier <piem@piem.org> authored on 2017/03/23 16:43
python/lib/moresetuptools.py: remove unused variables, factorize macros

da1a83f3 – Paul Brossier <piem@piem.org> authored on 2017/03/23 16:39
python/tests/test_source.py: remove unused import

c2036016 – Paul Brossier <piem@piem.org> authored on 2017/03/23 15:45
this_version.py: show status if tree is not clean

badb5254 – Paul Brossier <piem@piem.org> authored on 2017/03/23 15:12
wscript: update for waf 1.9.6

f5bb097e – Paul Brossier <piem@piem.org> authored on 2017/03/23 14:56
this_version.py: fix release mode

aa5e0a3b – Paul Brossier <piem@piem.org> authored on 2017/03/23 14:38
doc/conf.py: use this_version here too

8da4d597 – Paul Brossier <piem@piem.org> authored on 2017/03/23 14:31
this_version.py: fix building out of git repo

255fe0af – Paul Brossier <piem@piem.org> authored on 2017/03/23 14:29
this_version.py: simplify, add main to check

f7b7a351 – Paul Brossier <piem@piem.org> authored on 2017/03/23 14:07
this_version.py: add +mods if git tree is not clean

bef7726b – Paul Brossier <piem@piem.org> authored on 2017/03/23 14:07
.gitignore: also ignore tarballs generated with './setup.py sdist'

87a4a5ab – Paul Brossier <piem@piem.org> authored on 2017/03/23 14:03
this_version.py: build a valid pep440 version string

7b9b6bae – Paul Brossier <piem@piem.org> authored on 2017/03/23 14:02
this_version.py: use 0.4.5~git+<hash>

50254726 – Paul Brossier <piem@piem.org> authored on 2017/03/23 14:01
wscript: remove unused defines for now

27fdf814 – Paul Brossier <piem@piem.org> authored on 2017/03/23 13:58
MANIFEST.in: ship this_version.py

35f995c7 – Paul Brossier <piem@piem.org> authored on 2017/03/23 12:55
this_version.py: always return a string, not unicode

38f3d043 – Paul Brossier <piem@piem.org> authored on 2017/03/23 12:54
setup.py: clarify pip/aubio versions

746d14b2 – Paul Brossier <piem@piem.org> authored on 2017/03/23 12:36
this_version.py: remove global, not needed

c7d3c2ae – Paul Brossier <piem@piem.org> authored on 2017/03/23 12:34
setup.py: clean up imports

ecf75728 – Paul Brossier <piem@piem.org> authored on 2017/03/23 11:53
src/wscript_build: do not ship config.h

24c207f2 – Paul Brossier <piem@piem.org> authored on 2017/03/23 11:46
Merge branch 'master' into gitshaversion

59be50df – Martin Hermant <martin.hermant@gmail.com> authored and Paul Brossier <piem@piem.org> committed on 2017/03/16 15:15
wscript set overloaded VERSION casted to string

69de807a – Martin Hermant <martin.hermant@gmail.com> authored and Paul Brossier <piem@piem.org> committed on 2017/03/16 15:13
wscript : remove overload of bld.env.VERSION

c6c20bed – Martin Hermant <martin.hermant@gmail.com> authored and Paul Brossier <piem@piem.org> committed on 2017/03/16 14:47
this_version.py : * fix : get_aubio_version : remove ‘.’ before ~git * fix typo : check ~alpha in version status

07bfe2d2 – Martin Hermant <martin.hermant@gmail.com> authored and Paul Brossier <piem@piem.org> committed on 2017/03/16 12:35
fix pep8 errors

b7208f84 – Paul Brossier <piem@piem.org> authored on 2017/03/23 11:32
python/lib/aubio/cmd.py: improve tempo subcommand description

4077fa18 – Paul Brossier <piem@piem.org> authored on 2017/03/23 11:22
python/lib/aubio/cut.py: remove unused imports

bd720394 – Paul Brossier <piem@piem.org> authored on 2017/03/23 11:19
python/lib/aubio/cmd.py: add tempo subcommand to extract overall bpm

5ab3c4ec – Paul Brossier <piem@piem.org> authored on 2017/03/23 11:09
python/lib/aubio/cmd.py: add a flush function

62888068 – Paul Brossier <piem@piem.org> authored on 2017/03/23 11:03
python/lib/aubio/cmd.py: simplify repr_res

53fbd58d – Paul Brossier <piem@piem.org> authored on 2017/03/23 10:57
python/lib/aubio/cmd.py: fix timefuncs

8e2f36a6 – Paul Brossier <piem@piem.org> authored on 2017/03/23 10:56
setup.py: move cut and cmd inside aubio module, use entry_points to generate scripts

1f00b698 – Paul Brossier <piem@piem.org> authored on 2017/03/23 10:48
python/scripts/aubiocut: move usage string inside parse_args()

f0127225 – Paul Brossier <piem@piem.org> authored on 2017/03/23 10:35
doc/aubio.txt: add simple manpage for aubio command line

1d2cc5ef – Paul Brossier <piem@piem.org> authored on 2017/03/23 10:28
python/scripts/aubio: simple script to replace examples/ in the python world

91fa88d3 – Paul Brossier <piem@piem.org> authored on 2017/03/17 14:34
src/io/source_avcodec.c: use avcodec_free_context for newer ffmpeg

bdf7cafc – Paul Brossier <piem@piem.org> authored on 2017/03/17 14:33
src/io/source_avcodec.c: always mark eof on error

c7d444a9 – Paul Brossier <piem@piem.org> authored on 2017/03/17 06:32
python/lib/moresetuptools.py: check for libswresample, prefer to libavresample

4f64069d – Paul Brossier <piem@piem.org> authored on 2017/03/17 06:16
scripts/build_mingw: add short report, make sure targets do not exist

43094241 – Paul Brossier <piem@piem.org> authored on 2017/03/17 05:39
scripts/build_mingw: also build against ffmpeg

1f170a82 – Paul Brossier <piem@piem.org> authored on 2017/03/16 22:10
src/utils/windll.c: add unused attributes

cd133ba8 – Paul Brossier <piem@piem.org> authored on 2017/03/16 22:10
src/wscript_build: also link against libswresample if needed

c3b3b848 – Paul Brossier <piem@piem.org> authored on 2017/03/16 21:09
wscript: shorten line

ba67cb61 – Paul Brossier <piem@piem.org> authored on 2017/03/16 20:57
src/io/source_avcodec.c: add libswresample

d82e7a4d – Paul Brossier <piem@piem.org> authored on 2017/03/16 20:56
wscript: check for libswresample first, then libavresample

300e7812 – Paul Brossier <piem@piem.org> authored on 2017/03/16 20:31
python/lib/moresetuptools.py: remove jack, only used in examples

f943a2ee – Paul Brossier <piem@piem.org> authored on 2017/03/16 20:26
Merge branch 'circlei'

80e9efc8 – Paul Brossier <piem@piem.org> authored on 2017/03/16 20:26
scripts/get_waf.sh: really bump to 1.9.6, remove unused variable in Makefile

6bfe534d – Paul Brossier <piem@piem.org> authored on 2017/03/16 20:12
circle.yml: add basic config

c23d45f4 – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 19:11
fix non conform Indentations

f77820df – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 18:37
moresetuptools.py : rename import Version => this_version

b991cc11 – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 18:26
change version.py => this_version.py

255c4c8b – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 18:23
cleaner api for Version.py

20a33fbe – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 17:23
comment on format of python version

638be5f0 – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 17:20
Version.py :

d24b5c7b – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 16:12
github badges : fix alt tooltips

3156153b – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 16:08
nicer badges

0a2a8dd2 – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 15:50
add Badges

aab682eb – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 15:49
unify version parsing in Version.py

79ef3b35 – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 13:48
hide AUBIO_GIT_SHA in release

dd3b1d52 – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 13:24
wscript : fix print with old py2 syntax

12e6c9cc – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 13:24
fix print with old py2 syntax

8259e09a – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 13:20
clarify comments

1eb8c0ec – Martin Hermant <martin.hermant@gmail.com> authored on 2017/03/13 13:10
aubio version :

67b66184 – Paul Brossier <piem@piem.org> authored on 2017/03/10 09:15
src/onset/peakpicker.c: temporarly fix peak-picking regression introduced in c9e20ca

714ef0d6 – Martin Hermant <martin.hermant@gmail.com> authored and Paul Brossier <piem@piem.org> committed on 2017/02/13 13:41
add windows to readme supported platforms

ce49bb53 – Martin Hermant <martin.hermant@gmail.com> authored and Paul Brossier <piem@piem.org> committed on 2017/02/13 08:31
comment changes to build_apple_frameworks

8da27327 – Martin Hermant <martin.hermant@gmail.com> authored and Paul Brossier <piem@piem.org> committed on 2017/02/13 07:42
add permanent dir execution for scripts/build_apple_frameworks

2470240b – Martin Hermant <martin.hermant@gmail.com> authored and Paul Brossier <piem@piem.org> committed on 2017/02/13 07:38
remove doc/_build from git

e79acd95 – Paul Brossier <piem@piem.org> authored on 2017/03/08 02:30
python/scripts/aubiocut: add --cut_every_nslices option

dcecaeca – Paul Brossier <piem@piem.org> authored on 2017/03/05 14:40
src/io/{sink,source}.c: clarify failover messages

ad2eac2a – Paul Brossier <piem@piem.org> authored on 2017/03/05 14:29
src/io/sink.c: make sure an error is raised when no sink is built in

72af472e – Paul Brossier <piem@piem.org> authored on 2017/02/28 05:57
src/tempo/tempo.h: improve documentation (#22)

81f738e5 – Paul Brossier <piem@piem.org> authored on 2017/02/27 20:32
python/tests/test_sink.py: trivial test for sink 'with' interface (PEP 343)

fcb6e8c8 – Paul Brossier <piem@piem.org> authored on 2017/02/27 20:31
python/ext/py-sink.c: add 'with' interface (PEP 343)

8b7cdbad – Paul Brossier <piem@piem.org> authored on 2017/02/27 12:21
python/ext/py-source.c: use PyArray_NewShape, not _Resize

410a157f – Paul Brossier <piem@piem.org> authored on 2017/02/27 08:23
python/ext/aubio-types.h: define PATH_MAX if needed

24a7764b – Paul Brossier <piem@piem.org> authored on 2017/02/27 08:20
doc/xcode_frameworks.rst: add simple swift example

4f891542 – Paul Brossier <piem@piem.org> authored on 2017/02/27 05:29
python/ext/py-{source,sink}.c: free string uri

b8cedb62 – Paul Brossier <piem@piem.org> authored on 2017/02/27 05:26
python/ext/py-source.c: copy string uri

140b460a – Paul Brossier <piem@piem.org> authored on 2017/02/26 21:56
doc/download.rst: use https

39be0488 – Paul Brossier <piem@piem.org> authored on 2017/02/26 20:59
python/tests/test_source.py: test with interface (PEP 343)

25d58dc6 – Paul Brossier <piem@piem.org> authored on 2017/02/26 20:34
src/io/source_apple_audio.c: allow closing twice

48ebc3b6 – Paul Brossier <piem@piem.org> authored on 2017/02/26 20:34
src/io/source_sndfile.c: allow closing twice

2882b3f9 – Paul Brossier <piem@piem.org> authored on 2017/02/26 20:33
src/io/source_wavread.c: allow closing twice

a6222fcd – Paul Brossier <piem@piem.org> authored on 2017/02/26 20:24
python/ext/py-source.c: statement after definitions

23f1c490 – Paul Brossier <piem@piem.org> authored on 2017/02/26 20:18
src/io/source_wavread.c: raise error in _do/_do_multi, not _readframe

Next