summaryrefslogtreecommitdiff
path: root/src/test_opus.c
Commit message (Expand)AuthorAgeFilesLines
* Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell2011-10-261-486/+0
* Implements hard CBR for SILKJean-Marc Valin2011-10-201-1/+3
* Minor fixesKoen Vos2011-10-091-1/+1
* test_opus had skip uninitialized for decode-onlyJean-Marc Valin2011-09-291-1/+1
* Patch from Tim to avoid a spurious uninitialized warning in test_opus.c.Gregory Maxwell2011-09-191-4/+2
* Some fixes for C89 builds.Gregory Maxwell2011-09-191-0/+1
* Removed all the silk_ prefixes in source file names (not symbols)Jean-Marc Valin2011-09-161-1/+1
* test_opus now uses a string for the applicationJean-Marc Valin2011-09-091-63/+74
* Making RESTRICTED_LOWDELAY an "application" that's set at init timeJean-Marc Valin2011-09-091-10/+15
* Adds OPUS_SET_RESTRICTED_LOWDELAY() encoder ctlJean-Marc Valin2011-09-081-4/+6
* Adds ctl() requests for forcing any operating mode in the encoderJean-Marc Valin2011-09-081-6/+6
* Merge remote-tracking branch 'greg/master'Jean-Marc Valin2011-09-021-7/+8
|\
| * Corrects many places where int was used where opus_int32 was needed.Gregory Maxwell2011-09-021-7/+8
* | Improved mode/channel/bandwidth control mechanismJean-Marc Valin2011-09-021-0/+12
|/
* Using OPUS_ macros for <string.h> operationsJean-Marc Valin2011-08-301-0/+1
* Better error handling in the Opus APIJean-Marc Valin2011-08-291-2/+12
* s/INBAND_FEC_FLAG/INBAND_FEC/Jean-Marc Valin2011-08-281-1/+1
* Addresses a bitstream bug for stereo FEC and minor fixes that make Opus compi...Koen Vos2011-08-261-2/+4
* Final range coder state now exposed through the ctl() interfaceJean-Marc Valin2011-08-191-5/+7
* s/OPUS_SET_VBR_FLAG/OPUS_SET_VBR/Jean-Marc Valin2011-08-181-1/+1
* Prevent spurious "Invalid payload length" on test_opus decode,Gregory Maxwell2011-08-171-3/+8
* Adds a floating-point API to OpusJean-Marc Valin2011-08-171-0/+2
* Removes useless test in test_opusJean-Marc Valin2011-08-161-6/+0
* Updated README files to reflect current output of tool and tweaked punctuatio...Kat Walsh2011-08-161-1/+1
* Fixes a pretty bad stereo bug in test_opusJean-Marc Valin2011-08-131-3/+3
* Fixed multiple bugs in the repacketizerJean-Marc Valin2011-08-101-17/+9
* Print the library version from test_opus.Ralph Giles2011-08-021-0/+2
* Regularize whitespace in the src directory.Ralph Giles2011-08-021-280/+280
* Renamed celt_[u]int* to opus_[u]int*Jean-Marc Valin2011-07-291-5/+5
* Always enable OPUS_TEST_RANGE_CODER_STATE.Ralph Giles2011-07-291-4/+0
* Remove an unused variable.Ralph Giles2011-07-291-2/+0
* Fixes some compiler warningsChristian Hoene2011-07-251-1/+1
* Fixes a bunch of valgrind errors when decoding random junkJean-Marc Valin2011-07-051-12/+25
* test_opus usage for -e/-dJean-Marc Valin2011-05-261-3/+5
* Allowing test_opus to operate in encode_only or decode_only modeJean-Marc Valin2011-05-261-36/+84
* splitting encoder config in terms of application and signal typeJean-Marc Valin2011-05-261-6/+6
* Fixes an issue when triggering PLC before receiving any packetJean-Marc Valin2011-05-261-12/+12
* Removes auto mode and fixes a force_mono issueKoen Vos2011-05-251-8/+8
* test_opus error messagesJean-Marc Valin2011-05-241-1/+12
* Squashed commit of the following:Jean-Marc Valin2011-05-191-4/+11
* test_opus.c now checks the sampling rateJean-Marc Valin2011-05-101-0/+7
* SILK updateKoen Vos2011-04-271-2/+2
* Fixes leak in test_opusJean-Marc Valin2011-03-171-1/+4
* Fixes a few PLC/DTX bugs due to the recent decode API changeJean-Marc Valin2011-03-161-2/+2
* Adding constrained VBR modeJean-Marc Valin2011-03-141-0/+5
* Automatic bandwidth selectionJean-Marc Valin2011-03-081-24/+4
* CleanupJean-Marc Valin2011-03-081-25/+0
* Simple mode selection logicJean-Marc Valin2011-03-081-7/+7
* Update for in-band FECKoen Vos2011-02-141-34/+63
* Relicensing to simplified (2-clause) BSD licenseJean-Marc Valin2011-02-101-4/+0