summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'exp_analysis7' into mastermerge_attemptJean-Marc Valin2012-09-1567-818/+2518
|\
| * silk: move down- and upsamplers constants to the header file.Diego Elio Pettenò2012-09-122-12/+4
| * Move to comment a table that is never used in the code.Diego Elio Pettenò2012-09-121-1/+1
| * Mark tables static when not used outside of their translation unit.Diego Elio Pettenò2012-09-124-25/+25
| * Mark functions static if they are only used in their own translation unit.Diego Elio Pettenò2012-09-125-17/+17
| * opus_demo: mark tables as static constants.Diego Elio Pettenò2012-09-121-8/+8
| * Fixes multistream docJean-Marc Valin2012-09-102-70/+68
| * Expand documentation for the multistream API.Timothy B. Terriberry2012-09-102-123/+621
| * Fixes to the new repacketizer docJean-Marc Valin2012-09-101-9/+20
| * Add documentation for the repacketizer API.Timothy B. Terriberry2012-09-101-8/+283
| * Use dynamic stack allocations in SILK decoder.Timothy B. Terriberry2012-09-084-21/+56
| * 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