summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.0.1v1.0.11.0.1Jean-Marc Valin2012-09-081-1/+1
* Remove large multistream stack buffers.Timothy B. Terriberry2012-09-084-80/+230
* Balance parentheses in opus_multistream.c.Timothy B. Terriberry2012-09-061-2/+3
* some doc for --enable-fixed-point and --enable-floating-pointv1.0.1-rc3Jean-Marc Valin2012-08-311-4/+4
* bump version, include Makefile.unixJean-Marc Valin2012-08-313-1/+2
* Add an m4 macro set for pkgconfig less usage with autotools.Gregory Maxwell2012-08-302-0/+120
* Add opus_multistream.h to MSVC project files.Gregory Maxwell2012-08-292-0/+4
* Avoid using make -C, a gnuism, in Makefile.am.Gregory Maxwell2012-08-291-6/+6
* Completely remove the built-in autotools -fstatck-protector detection.Gregory Maxwell2012-08-291-25/+0
* Makes two static tables constJean-Marc Valin2012-08-292-2/+2
* Fixes an overflow in silk_log2lin() that was triggered only in debug modeJean-Marc Valin2012-08-271-1/+1
* Fix typo.Timothy B. Terriberry2012-08-241-2/+2
* More email address updates for AUTHORS.Gregory Maxwell2012-08-231-1/+1
* Update testvector path and filename.Gregory Maxwell2012-08-212-5/+5
* Additional multistream tests and reject channels<1 in MS API.Gregory Maxwell2012-08-213-13/+108
* Revise README, update AUTHORS emails.Gregory Maxwell2012-08-212-27/+45
* Clarify a comment.Ralph Giles2012-08-211-1/+3
* Propagate OPUS_VERSION to config.h.Ralph Giles2012-08-211-0/+2
* Replace long long in celt/ with opus_int64.Gregory Maxwell2012-08-212-41/+40
* Remove C99ism in celt/tests/test_unit_mathops.c w/ fixed point build.Gregory Maxwell2012-08-191-2/+5
* Include tests/run_vectors.sh in EXTRA_DIST.Gregory Maxwell2012-08-191-0/+1
* Use 64-bits in fixed point debug for _P16, fixes spurious failures.Gregory Maxwell2012-08-191-4/+4
* Fix an MSVC warning.Ralph Giles2012-08-171-2/+2
* genversion now adds the header comment to version.mkChris Moeller2012-08-161-1/+2
* Add 'compile' to the git ignore list.Ralph Giles2012-08-161-1/+2
* Use the string from version.mk in Makefile.draft.Ralph Giles2012-08-161-1/+2
* Move the release version string to version.mk.Ralph Giles2012-08-163-15/+30
* Updated Win32 genversion.bat to generate version.mk if Git is found, use it i...Chris Moeller2012-08-161-1/+29
* Bump version numberv1.0.1-rc2Jean-Marc Valin2012-08-152-2/+2
* More doc fixes.Gregory Maxwell2012-08-121-7/+6
* Only install opus_*.3 manpages. Fixes 'make distcheck'.Ralph Giles2012-08-101-1/+1
* Use configure.ac provided soname versioning.Gregory Maxwell2012-08-102-3/+3
* Documentation updates for the CTLs.Timothy B. Terriberry2012-08-091-103/+210
* Disable stack-protector for mingw32 and remove win32 restrict define.Gregory Maxwell2012-08-092-2/+4
* Add MSVC makefiles to the dist tarball.Gregory Maxwell2012-08-091-1/+23
* Avoid an inconsequential memory leak in tests/test_opus_decode.c.Gregory Maxwell2012-08-091-0/+7
* Bump version number to 1.0.1 and set libtool versionv1.0.1-rcJean-Marc Valin2012-08-083-5/+6
* Add basic {GET,SET}_LSB_DEPTH API tests.Gregory Maxwell2012-08-081-0/+4
* OPUS_{GET,SET}_LSB_DEPTH for multichannel.Gregory Maxwell2012-08-061-0/+2
* Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin2012-08-064-0/+42
* Fix fixed-point testilog2.Timothy B. Terriberry2012-08-061-3/+10
* Disable silk_get_TOC in the code, as it's not used or exposed.Gregory Maxwell2012-08-062-0/+4
* Fixed sizeof param in silk_get_TOC. Size for memset was calculated wrong.Cyril Lashkevich2012-08-061-1/+1
* Fix opus_encode allowed frame sizes docs, reported by Stefan Hacker.Gregory Maxwell2012-08-061-2/+2
* Added MSVC output directories to gitignore.Chris Moeller2012-07-301-1/+16
* Fix bkp/s -> kb/s in opus_demo.Gregory Maxwell2012-07-271-1/+1
* Guard _MSC_VER tests, remove FLOAT2INT16 when DISABLE_FLOAT_API.Rafaël Carré2012-07-262-3/+5
* log2_frac optimization from Simon Hosie back in Aug 2011.Gregory Maxwell2012-07-241-2/+3
* Add some more api docs.Gregory Maxwell2012-07-211-2/+14
* Replace the remaining instances of restrict with OPUS_RESTRICT.Gregory Maxwell2012-07-202-3/+5