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
2015-12-25using "hybrid" flag instead of start != 0hybrid_vbr3hybrid_vbrJean-Marc Valin
2015-12-25commentJean-Marc Valin
2015-12-24more aggressive at using wider bandwidthsJean-Marc Valin
2015-12-24Adds SILK rate interpolation functionJean-Marc Valin
2015-12-24Make strong transients in hybrid mode use foldingJean-Marc Valin
2015-12-24more fixingJean-Marc Valin
2015-12-24fixes min_allowed for hybridJean-Marc Valin
2015-12-24cleanupJean-Marc Valin
2015-12-24something seems to workJean-Marc Valin
2015-12-24Work in progress -- doesn't workJean-Marc Valin
2015-12-24Forces trim to 5 on hybrid modeJean-Marc Valin
2015-12-24Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin
2015-12-24Quality: removes VBR attenuation at low bitrateJean-Marc Valin
2015-12-24Fixes patch_transient_decision() for hybrid modeJean-Marc Valin
2015-12-24Oops, fixes max_decay for LFE in fixed-pointJean-Marc Valin
2015-12-12oggopus: Revert SHOULD->MUST for reserved mappings.Timothy B. Terriberry
2015-12-11oggopus: Fix typo.Timothy B. Terriberry
2015-12-11oggopus: First pass updates for AD review comments.Timothy B. Terriberry
2015-12-05Make the CELT background noise estimator adapt more quickly on DTX updateJean-Marc Valin
2015-12-04opus_demo: fixes potential division by zero on files with no active frameJean-Marc Valin
2015-12-04Fixes memory leak in some CELT unit testsJean-Marc Valin
2015-12-04Always use the max of the decaying PLC energy and the background noiseJean-Marc Valin
2015-12-04Fixes the transient detector on silenceJean-Marc Valin
2015-11-26update sha256 in repoJean-Marc Valin
2015-11-26bump libtool revisionJean-Marc Valin
2015-11-24oggopus: Fix spellingMark Harris
2015-11-24Bump draft version and date for submission.Timothy B. Terriberry
2015-11-24Additional edits from Mark Harris.Timothy B. Terriberry
2015-11-24Address remaining document shepherd review comments.Timothy B. Terriberry
2015-11-24Remove normative references to encoder or decoder.Timothy B. Terriberry
2015-11-23Fix x86 build if we presume SSE4.1 (and earlier), but not AVX.Jonathan Lennox
2015-11-18oggopus: further cleanup in response to review.Ralph Giles
2015-11-18oggopus: Add IANA considerations.Ralph Giles
2015-11-18oggopus: Add Opus RTP as an informative reference.Ralph Giles
2015-11-17oggopus: remove <spanx style="strong"> markup.Ralph Giles
2015-11-17oggopus: Consolidate granulepos description.Ralph Giles
2015-11-17oggopus: Convert mentions of 'encoder' to 'muxer'.Ralph Giles
2015-11-05Adding AVX config switchesRadu Velea
2015-11-05Naming convention for AVXRadu Velea
2015-11-03Suppress generation of comb_filter_const_c when not used; avoid warning.Jonathan Lennox
2015-11-03Fix unit tests on ARM without RTCD (e.g. aarch64 or iOS).Jonathan Lennox
2015-11-03Declare silk_warped_LPC_analysis_filter_FIX_c in silk/fixed/main_FIX.h.Jonathan Lennox
2015-10-23Updating links for both https and new versionsv1.1.1-rcMark Harris
2015-10-23Corrections to docMark Harris
2015-10-16configure: Remove empty else clauses from AS_IFTimothy B. Terriberry
2015-10-08Adds "arch" argument to MIPS MDCTRhishikesh Agashe
2015-10-08Fix dump_modes output for fixed-point NE10.Timothy B. Terriberry
2015-10-08armv7: Enable NE10's fixed-point FFT for the MDCTViswanath Puttagunta
2015-10-08armv7: Optimize fixed point FFT using NE10 libraryViswanath Puttagunta
2015-10-08test_unit_dft: Add nfft = 60, 240, 480 testsViswanath Puttagunta