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-11-25bump version for upcoming 1.1.1v1.1.11.1.1Jean-Marc Valin
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
2015-10-08armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta
2015-10-08armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta
2015-10-08Move the external ARM asm to a separate library.Timothy B. Terriberry
2015-10-08Add entcode.c to the dump_modes binary.Timothy B. Terriberry
2015-10-07Fixes compile problems for MIPSRhishikesh Agashe
2015-10-07trivial_example: Fix error messageMark Harris
2015-10-07Extra safety against NaNs in surround_analysis()Mark Harris
2015-10-07Preventing NaNs from crashing surround_analysis()Jean-Marc Valin
2015-09-26Remove spurious ACLOCAL_FLAGS variable from autogen.sh.Ralph Giles
2015-09-02Make it possible to pass in paths to opus_demo and opus_compare.jon_patchesJonathan Lennox
2015-09-02Create OPUS_FAST_INT64 macro, to abstract conditions where opus_int64 should ...Jonathan Lennox
2015-09-02Use ProjectReference rather than AdditionalDependencies for test programs, so...Jonathan Lennox
2015-09-02Add intrinsics support to Visual Studio build.Jonathan Lennox
2015-09-02Reorganize x86 SSE intrinsics code.Jonathan Lennox
2015-09-02Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled w...Jonathan Lennox
2015-09-02Remove some unnecessary #includes from x86cpu.c.Jonathan Lennox
2015-09-02Fix struct initialization of CPU_Feature structure.Jonathan Lennox
2015-09-02Fix cpuid asm on 32-bit PIC.Jonathan Lennox
2015-09-02Fix instruction used for cpuid test.Jonathan Lennox
2015-09-02In optimized mode, don't force Clang to use explicit load/store for _mm_cvtep...Jonathan Lennox
2015-09-02Reorganize configure's detection of intrinsics functions:Jonathan Lennox
2015-08-20Fixes bitrate statistics for decode-only operation and inband FECKoen Vos
2015-08-10Fix for flutter with FECKoen Vos
2015-08-07Fix const struct to work with C++ compilationMark Harris
2015-08-07Silence clang -Wcast-align warningsMark Harris
2015-08-05Eliminate signed division overhead in align()Mark Harris
2015-08-04Simplify and generalize implementation of align(). Should be very efficient o...Jonathan Lennox
2015-08-04Make align() work even on machines with 32-bit charsJean-Marc Valin
2015-08-04More conservative alignmentJean-Marc Valin
2015-07-07Update the oggopus draft.Timothy B. Terriberry
2015-06-23Improve OPUS_GET_LSB_DEPTH documentation.Timothy B. Terriberry
2015-05-09Add release checksums.Ralph Giles
2015-04-28oggopus: Bump draft date and version for 07 publication.Timothy B. Terriberry
2015-04-22rtp draft -11Jean-Marc Valin
2015-04-15rtp draft -10 (deleting text)Jean-Marc Valin
2015-04-11IESG RTP draft updateJean-Marc Valin
2015-03-14Ogg Opus draft: Address chair review comments.Timothy B. Terriberry
2015-02-27Avoiding the term "mode" in opus_demoJean-Marc Valin