Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-25Remove directories added by 86476906ec9711cdd1d74ae35bfb9bd0ba60f0d9.Gregory Maxwell
2011-08-24fixes a build issue introduced in the s/signal/frame/ patchJean-Marc Valin
2011-08-24Expand tabs and regularize some conditionals.Ralph Giles
2011-08-24More spec additions.Timothy B. Terriberry
2011-08-24Use 'frame' instead of 'signal' in the silk code.Ralph Giles
2011-08-24Include opus_private.h when building the repacketizer.Ralph Giles
2011-08-24Use standard search path for systems headers in the repacketizer.Ralph Giles
2011-08-24Copyedited draft (up to line 4015).Kat Walsh
2011-08-23In VBR the MDCT modes rate control could dramatically over/undershoot after a...Gregory Maxwell
2011-08-23encode_size() moved out of opus_encoder.cJean-Marc Valin
2011-08-22Moves align() to a single headerJean-Marc Valin
2011-08-20Better handling of DTX for range coder state checksJean-Marc Valin
2011-08-20Final range coder state now exposed through the ctl() interfaceJean-Marc Valin
2011-08-20Including redundant frames in the final range coder stateJean-Marc Valin
2011-08-19Add prototypes for the _float functions to opus.h.Gregory Maxwell
2011-08-19Removes opus_encoder.h and opus_decoder.hJean-Marc Valin
2011-08-19Adds code for parsing self-delimited packetsTimothy B. Terriberry
2011-08-19Renaming "mode" option to "application"Jean-Marc Valin
2011-08-19Using dllimport on Win32 when not building OpusJean-Marc Valin
2011-08-19s/OPUS_SET_VBR_FLAG/OPUS_SET_VBR/Jean-Marc Valin
2011-08-18opus_packet_parse() now returns the payload offset rather than the pointerJean-Marc Valin
2011-08-18Making sure the decoder always outputs at least 2.5 msJean-Marc Valin
2011-08-18Changing the encoder to output the ToC in DTX modeJean-Marc Valin
2011-08-18Prevent spurious "Invalid payload length" on test_opus decode,Gregory Maxwell
2011-08-17Reduce the number of branches around ncwrs* and ucwrs* calls with k==0.Benjamin M. Schwartz
2011-08-17Adds a floating-point API to OpusJean-Marc Valin
2011-08-17Date change on the draftv0.9.6draft-08Jean-Marc Valin
2011-08-17More spec additions and clean-up.Timothy B. Terriberry
2011-08-16Removes useless test in test_opusJean-Marc Valin
2011-08-16Making the CELT bitrate default to "unlimited"Jean-Marc Valin
2011-08-16Update licensing file with current IPR disclosures; remove outdated Skype text.Kat Walsh
2011-08-16Updated README files to reflect current output of tool and tweaked punctuatio...Kat Walsh
2011-08-16Define CELT bitrate=-1 as "unlimited" (i.e. all bytes given)Jean-Marc Valin
2011-08-16Fixes a high bit-rate redundant frame bugJean-Marc Valin
2011-08-16In silk_dec_API.c a memcpy was blindly copying data of differing types (opus_...Gregory Maxwell
2011-08-16Strip off trailing zero bytes when in LPC mode.Gregory Maxwell
2011-08-16Avoid passing 'resynth' argument since resynth is either !encodeGregory Maxwell
2011-08-15Fixes an encoder bugg when requesting a CBR rate over the allowable limitJean-Marc Valin
2011-08-15Make dump_modes.c include the arguments in the output.Gregory Maxwell
2011-08-15Respect the ANSI C89 maximum line length.Gregory Maxwell
2011-08-15Remove two branches from bitexact_cos(). These cases were actuallyGregory Maxwell
2011-08-15Replacing SPK_INLINE by static inlineJean-Marc Valin
2011-08-15Add cwrs32-test coverage for some N which are only usedGregory Maxwell
2011-08-15Including config.h from all the SILK filesJean-Marc Valin
2011-08-15Making the MDCT produce interleaved dataJean-Marc Valin
2011-08-15Making the IMDCT work on interleaved dataJean-Marc Valin
2011-08-15Removes unused functions from cwrs.cJean-Marc Valin
2011-08-15kiss fft cleanupJean-Marc Valin
2011-08-15Renames the kiss FFT implementation to reduce the risk of symbol clashesJean-Marc Valin
2011-08-15Making forward and inverse FFT non-recursiveJean-Marc Valin