summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* modified the Visual Studio 2010 projects and solution file to include a x64 c...root2012-06-016-676/+1076
* Avoid an inconsequential memory leak in tests/test_opus_decode.cGregory Maxwell2012-06-011-0/+1
* Avoid an inconsequential memory leak in tests/test_opus_encode.c.Gregory Maxwell2012-06-011-0/+1
* Seems like using dllimport on Windows wasn't usefulJean-Marc Valin2012-05-311-1/+1
* Fix for building mingw32 apps.Gregory Maxwell2012-05-301-1/+1
* Advertise the static library for uninstalled builds.Ralph Giles2012-05-301-2/+2
* Fixes some cases where MIN/MAX macros result in duplicated function callsJean-Marc Valin2012-05-303-7/+25
* Fix opus-uninstalled.pc.Timothy B. Terriberry2012-05-281-2/+2
* Add extern "C" protection to opus_multistream.h.Ralph Giles2012-05-231-0/+8
* Use 'frame' instead of 'signal', take out stdlib.h in silk/.Gregory Maxwell2012-05-235-5/+3
* Enable building just the library (or just the docs)Ron2012-05-211-3/+37
* Actually install the documentation with make installRon2012-05-211-6/+21
* Tweak doxygen input so that the manpage names won't conflict.Gregory Maxwell2012-05-202-26/+26
* int vs opus_int32 consistencyJean-Marc Valin2012-05-183-4/+4
* Remove the obsolete LIBOPUS_SUFFIX define.Ralph Giles2012-05-181-3/+0
* Move the various version defines to be together.Ralph Giles2012-05-181-13/+15
* Minor doc improvement wrt OPUS_APPLICATION_RESTRICTED_LOWDELAY.Gregory Maxwell2012-05-171-0/+2
* Sync with draft -14Jean-Marc Valin2012-05-173-58/+68
* Fixes the stereo_analysis() fixed-point overflow issue properlyJean-Marc Valin2012-05-162-8/+8
* Merge branch 'tmp_draft'Jean-Marc Valin2012-05-167-243/+502
|\
| * Revert "Adds 3rd clause to CELT license"Jean-Marc Valin2012-05-1662-310/+0
| * version bumpv0.9.11draft-13Jean-Marc Valin2012-05-152-2/+2
| * Remove trailing whitespace from draft-ietf-codec-opus.xml.Gregory Maxwell2012-05-151-21/+21
| * commasKat Walsh2012-05-151-2/+2
| * Table title capitalizationJean-Marc Valin2012-05-151-7/+7
| * draft copyeditingKat Walsh2012-05-152-10/+10
| * misc draft fixesJean-Marc Valin2012-05-151-3/+3
| * More minor gen-art part 2 edits.Timothy B. Terriberry2012-05-152-6/+46
| * Apparently the tar compatibility option has compatibility problems!Jean-Marc Valin2012-05-151-1/+1
| * Make vararray and restrict checks fail GCC 2.95.3's broken implementation.Gregory Maxwell2012-05-151-5/+40
| * Improve portability to BeOS via some configure.ac fixes and cleanups.Gregory Maxwell2012-05-151-11/+19
| * Alt. compile instructions in the draft should match the Makefile.Gregory Maxwell2012-05-151-1/+1
| * Gen-art (bit allocation work).Jean-Marc Valin2012-05-152-4/+52
| * Gen-art part2Jean-Marc Valin2012-05-151-21/+15
| * Gen-art updateJean-Marc Valin2012-05-151-25/+21
| * Gen-art part2Timothy B. Terriberry2012-05-151-34/+44
| * draft: reference for LSP stabilityJean-Marc Valin2012-05-151-1/+12
| * Gen-art syncJean-Marc Valin2012-05-141-4/+16
| * More on Gen-art part2Jean-Marc Valin2012-05-141-12/+28
| * Some Gen-art part2 changesJean-Marc Valin2012-05-141-14/+52
| * Gen-art changesTimothy B. Terriberry2012-05-131-98/+154
| * Minor genart updateJean-Marc Valin2012-05-121-11/+9
| * More Gen-art changesJean-Marc Valin2012-05-111-5/+5
| * More Gen-art changesJean-Marc Valin2012-05-111-18/+18
| * First set of changes for Gen-art reviewJean-Marc Valin2012-05-111-8/+42
| * Make it possible for the mono test to failJean-Marc Valin2012-05-111-1/+0
| * Addressing the remaining comments from Robert SparksJean-Marc Valin2012-05-103-12/+20
| * Increase alignment of the internal state structures to sizeof(void *) from 4 ...Gregory Maxwell2012-05-101-3/+2
| * Make opus_demo r/w little-endian PCM independent of host byte-order.Gregory Maxwell2012-05-103-7/+23
| * Minor comment formatting changev0.9.10draft-12Gregory Maxwell2012-04-242-10/+8