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
2014-01-18Use 'pre-skip' consistently with the hyphen.draft-ietf-codec-oggopus-02Ralph Giles
2014-01-18Missed another 'preskip flag'.Ralph Giles
2014-01-18Preskip isn't a flag.Ralph Giles
2014-01-18Add 'surname' to WAVE reference.Ralph Giles
2014-01-18Fix markup and note needing to renable-prediction.Ralph Giles
2014-01-18Show how to turn off prediction with libopusRon
2014-01-18SILK and CELT mode are singularRon
2014-01-18Try to improve wikipedia citation formatting.Ralph Giles
2014-01-18Reference vorbis source code for lpc coefficient calculation.Ralph Giles
2014-01-18Reference wikipedia for LPC prediction.Ralph Giles
2014-01-18Try to clarify frame packing.Ralph Giles
2014-01-18Use SILK/CELT everywhere describing modes.Ralph Giles
2014-01-18Drop the oddball hyphenation of MDCT-modeRon
2014-01-18Clarify that MB->WB is better than MB->NBRon
2014-01-18Remove line about undefined speaker configurations.Ralph Giles
2014-01-18Bump Ogg draft version and date.Ralph Giles
2014-01-18Replace MAY with SHOULD in the gap-filling guidelines.Ralph Giles
2014-01-17Update Ralph's phone number.Ralph Giles
2014-01-17Update authors in RTP draftJean-Marc Valin
2014-01-16Another nit in the update draftMark Harris
2014-01-15Bump the static version string in version.mk.Ralph Giles
2014-01-15Reword framing bit ommission, again.Ralph Giles
2014-01-15Be a bit less ambiguous about the comment framing bitRon
2014-01-15Rewrite gap filling section.Ralph Giles
2014-01-15Add Tim's gap repair text.Ralph Giles
2014-01-14Fix malloc_hook warning on glibc 2.17 and later.Ralph Giles
2014-01-14Minor nits on update draftMark Harris
2014-01-14Update draft accepted as WG documentJean-Marc Valin
2014-01-08Fix declaration after statement in fixed point.Gregory Maxwell
2014-01-08Add tests/test_ to Makefile.unix.Gregory Maxwell
2014-01-08Fixes the decode_fec case for b76888dMark Harris
2014-01-08pseudostack instrumentation (off by default)Jean-Marc Valin
2014-01-08Minor refactoring of the SILK PLC code to save more stackJean-Marc Valin
2014-01-08Preventing unnecessary stack use when using a large decode bufferJean-Marc Valin
2014-01-08Fixes SMALL_FOOTPRINT for floatJean-Marc Valin
2014-01-08Another aliasing hack in the SILK PLC with SMALL_FOOTPRINTJean-Marc Valin
2014-01-08Don't allocate pulses on the stack when calling the SILK PLC.Jean-Marc Valin
2014-01-08Moves CELT PLC pitch search to a separate function to reduce peak stackJean-Marc Valin
2014-01-07Delaying allocation of the SILK temporary output buffer to reduce peak stackJean-Marc Valin
2014-01-07Adds SMALL_FOOTPRINT hack to the CELT PLC tooJean-Marc Valin
2014-01-07Moves deemphasis() call out of celt_decode_lost() to reduce peak stackJean-Marc Valin
2014-01-07Store decoded SILK pulses as 16-bit vectorJean-Marc Valin
2014-01-07Cleaning up leftovers of "freq" in celt_decode_with_ec()Jean-Marc Valin
2014-01-07Reduces the decoder stack use by removing the pcm_silk buffer in fixed-pointJean-Marc Valin
2014-01-06Moves the remains of compute_inv_mdcts() to celt_synthesis()Jean-Marc Valin
2014-01-06Hack that makes the SMALL_FOOTPRINT CELT decoder use only 4.25 kB of stack.Jean-Marc Valin
2014-01-06Reduces decoder stack usage by only storing one channel of denormalized MDCTJean-Marc Valin
2014-01-06Some cleaning up of the synthesis code.Jean-Marc Valin
2014-01-05Making exp_rotation1() use MAC16_16(), which saves a few cycles on ARMJean-Marc Valin
2014-01-04Silences unused parameter warningJean-Marc Valin