summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-22Call RESTORE_STACK on error paths where it was missingbuffer-sizeVincent Penquerc'h2-0/+28
2011-11-22Guard against pathologically small bufferVincent Penquerc'h1-0/+2
2011-11-08Minor anti-collapse state fixJean-Marc Valin1-21/+49
2011-10-31draft version updateJean-Marc Valin1-1/+1
2011-10-31version bumpJean-Marc Valin2-2/+2
2011-10-31Fixes a minor issue on CELT->SILK switchingJean-Marc Valin3-187/+175
2011-10-31version number bumpJean-Marc Valin1-1/+1
2011-10-31More last-minute typosJean-Marc Valin1-3/+3
2011-10-31TyposJean-Marc Valin1-2/+2
2011-10-31Fixes sha1 of test1_monoJean-Marc Valin1-3/+3
2011-10-31draft version/date changeJean-Marc Valin1-2/+2
2011-10-31Test vectors updateJean-Marc Valin2-8/+29
2011-10-31Adds -random_fec option to randomly add FEC to some frames.Jean-Marc Valin1-0/+9
2011-10-31Minor draft edits.Timothy B. Terriberry1-18/+30
2011-10-31Clean up whitespace in the draft makefile.Ralph Giles1-10/+10
2011-10-31Multi-stream now checks that each stream at least contains a ToC.Jean-Marc Valin1-1/+6
2011-10-31Test vector warningJean-Marc Valin1-1/+3
2011-10-31Adds -random_framesize and -sweep_max options to opus_demoJean-Marc Valin1-1/+46
2011-10-31Fixes a redundancy bug in glitchless SILK-SILK switchingJean-Marc Valin1-1/+1
2011-10-30Fix multistream packet corruption, implement GET_FINAL_RANGE for multistream,...Gregory Maxwell4-34/+142
2011-10-30draft: s/LSb/LSB/Jean-Marc Valin1-21/+21
2011-10-30Fix a number of multistream decoder bugs; add some very basic multistream dec...Gregory Maxwell3-85/+273
2011-10-30draft: Better description of the CELT allocation and stereo decisionsJean-Marc Valin1-2/+92
2011-10-30Fix some inconsequential file descriptor leaks in the demo tools to silence c...Gregory Maxwell3-0/+17
2011-10-30SILK encoder descriptionKoen Vos2-333/+715
2011-10-29Minor changes to test_opus_encode to improve coverage a little bit.Gregory Maxwell1-9/+10
2011-10-29Removes "set but never used" variablesJean-Marc Valin2-9/+2
2011-10-29Silences a gcc warningJean-Marc Valin1-4/+3
2011-10-29Newly introduced check_encoder_option failed unconditionally instead of only ...Gregory Maxwell1-2/+2
2011-10-29Removes unused order 14 in silk_LPC_analysis_filter_FLP()Jean-Marc Valin1-40/+0
2011-10-29Considers the case where SILK busts its budget in hybrid modeJean-Marc Valin1-18/+23
2011-10-29fixes a mixup between decoder and PLC statesKoen Vos2-4/+3
2011-10-29Fixes PLC initialization bugKoen Vos1-1/+1
2011-10-29oops, bad copy-pasteJean-Marc Valin1-1/+1
2011-10-29Disabling some unused SILK functions from the float buildJean-Marc Valin2-1/+7
2011-10-29Update test_opus_encode / test_opus_decode for better LBRR/PLC testing and to...Gregory Maxwell2-2/+24
2011-10-29draft wipJean-Marc Valin2-0/+24
2011-10-29Checking that encoder options aren't used for decoding in opus_demoJean-Marc Valin1-15/+43
2011-10-29oops, forgot to update the source listJean-Marc Valin1-1/+1
2011-10-29commentKoen Vos1-1/+1
2011-10-29Fixes two SILK PLC issuesKoen Vos5-18/+25
2011-10-28Reformatting changes with an update to the MSVC project filesKoen Vos151-4099/+3744
2011-10-28test vector wip, nothing to see hereJean-Marc Valin2-0/+9
2011-10-28Use the fallback __GNUC_PREREQ from arch.h in ecintrin.h.Ralph Giles1-9/+8
2011-10-28Remove relative paths to opus.h.Ralph Giles3-3/+3
2011-10-28Remove the define check for __GNUC_PREREQ.Ralph Giles1-3/+2
2011-10-28Fix the test for gcc version >= 4.6 to work for gcc 5 and up.Ralph Giles1-2/+3
2011-10-28Move opus_apps inside the MALLOC_FAIL block.Ralph Giles1-2/+4
2011-10-28Make the MALLOC_FAIL test solely dependent on HAVE___MALLOC_HOOK.Ralph Giles1-1/+1
2011-10-28Use #pragma GCC diagnostic push/pop only on gcc 4.6 and later.Ralph Giles1-0/+6