summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix an MSVC warning.Ralph Giles2012-08-171-2/+2
* OPUS_{GET,SET}_LSB_DEPTH for multichannel.Gregory Maxwell2012-08-061-0/+2
* Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin2012-08-062-0/+13
* Fix bkp/s -> kb/s in opus_demo.Gregory Maxwell2012-07-271-1/+1
* Small cleanups to MSVC build setup.Gian-Carlo Pascutto2012-07-201-1/+0
* Fixes MSVC projects and adds git version generator toolChris Moeller2012-07-201-5/+56
* Don't try to create fullband silk frames when forced to low rate.Gregory Maxwell2012-07-181-3/+9
* Convert some double constants to float.Gregory Maxwell2012-07-173-10/+10
* Output/intermediate dir cleanup and fixes in 64-bit mode.Gian-Carlo Pascutto2012-07-161-7/+2
* Make MSVC build work in parallel.Gian-Carlo Pascutto2012-07-162-9/+5
* Opus_multistream API hardening.Gregory Maxwell2012-07-141-0/+8
* Fix MSVC Debug builds, set missing dependencies for tests.Gian-Carlo Pascutto2012-07-132-5/+6
* Add opus_demo target and project files.Gian-Carlo Pascutto2012-07-122-0/+179
* Make compiler settings consistent. Actually produce the libary, remove the op...Gian-Carlo Pascutto2012-07-122-6/+4
* Add missing multistream sources to MSVC project file.Gian-Carlo Pascutto2012-07-122-0/+4
* Fixes a hybrid encoder bug on 24 kHz stereo inputJean-Marc Valin2012-07-111-2/+5
* Make OPUS_SET_GAIN survive decode reset.Gregory Maxwell2012-07-111-1/+1
* Add OPUS_{GET|SET}_GAIN CTLs for adjusting output gain.Gregory Maxwell2012-07-112-1/+57
* Remove unnecessary and not-very-portable opus_demo case insensitivity.Gregory Maxwell2012-06-041-28/+21
* modified the Visual Studio 2010 projects and solution file to include a x64 c...root2012-06-011-105/+174
* int vs opus_int32 consistencyJean-Marc Valin2012-05-182-3/+3
* Fixes the stereo_analysis() fixed-point overflow issue properlyJean-Marc Valin2012-05-161-1/+1
* Add #errors when !OPUS_BUILD or !(VAR_ARRAYS||USE_ALLOCA||NONTHREADSAFE_PSEUD...Gregory Maxwell2012-05-151-0/+4
* Increase alignment of the internal state structures to sizeof(void *) from 4 ...Gregory Maxwell2012-05-041-3/+2
* Make opus_demo r/w little-endian PCM independent of host byte-order.Gregory Maxwell2012-04-301-3/+21
* Add fwrite() error handling in repacketizer_demo.Gregory Maxwell2012-04-241-14/+31
* Merge commit '390c89225d'Jean-Marc Valin2012-04-248-23/+38
|\
| * Fix negative write bug in opus_demo and add some fwrite() error handling.Gregory Maxwell2012-04-231-5/+20
| * s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-208-16/+16
| * Misc changes to address Robert Sparks' commentsJean-Marc Valin2012-04-201-2/+2
* | Fixes int vs opus_int32 compile errors on C5xJean-Marc Valin2012-03-083-7/+7
* | Guard against pathologically small bufferVincent Penquerc'h2012-03-051-0/+5
* | Make input mapping parameter const in multistream APIVincent Penquerc'h2012-03-051-4/+4
* | Adds missing RESTORE_STACK statements on error pathsJean-Marc Valin2012-03-052-5/+40
* | More consistent types for 16-bit architecturesJean-Marc Valin2012-03-052-2/+2
* | Various multistream fixes.Gregory Maxwell2012-03-051-6/+15
* | 40/60ms MDCT/Hybrid were not able to reach maximum bitrate. Now they can.Gregory Maxwell2012-03-053-28/+29
|/
* Add config.h (and copyright notice) to repacketizer_demo.c.Gregory Maxwell2012-03-051-0/+29
* Last updates for draft -11v0.9.9Jean-Marc Valin2012-02-173-21/+215
* Modifies the comparison tool to make it much more permissive.Jean-Marc Valin2012-02-091-129/+165
* Tweaks the CELT fractional resampling delay to get perfect alignmentJean-Marc Valin2012-01-311-0/+2
* Fixes a few minor issues (no bit-stream change)Jean-Marc Valin2012-01-241-0/+4
* Fixes two minor issues found in random testing at ridiculously low rate.Jean-Marc Valin2011-12-132-0/+35
* SILK fixes following last codec WG meetingKoen Vos2011-12-131-8/+4
* Fixes the code for optional self-delimited packing to make it fit the draftGregory Maxwell2011-12-022-3/+2
* Rename '_FOO' to avoid potentional collisions with reserved identifiers.Ralph Giles2011-12-021-1/+1
* Some minor (non-bitstream-affecting) changes to help us have better test vectorsJean-Marc Valin2011-11-281-11/+14
* Testing tools improvements (no impact on draft)Gregory Maxwell2011-11-252-0/+4
* Adds -random_fec option to randomly add FEC to some frames.Jean-Marc Valin2011-10-311-0/+9
* Multi-stream now checks that each stream at least contains a ToC.Jean-Marc Valin2011-10-311-1/+6