summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* test_unit_dft: Add nfft = 60, 240, 480 testsViswanath Puttagunta2015-10-071-0/+6
* armv7(float): Optimize decode usecase using NE10 libraryViswanath Puttagunta2015-10-0713-19/+211
* armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta2015-10-0731-143/+1492
* Move the external ARM asm to a separate library.Timothy B. Terriberry2015-10-071-7/+7
* Add entcode.c to the dump_modes binary.Timothy B. Terriberry2015-10-071-1/+1
* Fixes compile problems for MIPSRhishikesh Agashe2015-10-078-34/+27
* trivial_example: Fix error messageMark Harris2015-10-071-3/+3
* Extra safety against NaNs in surround_analysis()Mark Harris2015-10-071-1/+1
* Preventing NaNs from crashing surround_analysis()Jean-Marc Valin2015-10-072-0/+17
* Remove spurious ACLOCAL_FLAGS variable from autogen.sh.Ralph Giles2015-09-251-1/+0
* Make it possible to pass in paths to opus_demo and opus_compare.jon_patchesJonathan Lennox2015-09-011-2/+2
* Create OPUS_FAST_INT64 macro, to abstract conditions where opus_int64 should ...Jonathan Lennox2015-09-011-5/+8
* Use ProjectReference rather than AdditionalDependencies for test programs, so...Jonathan Lennox2015-09-015-20/+68
* Add intrinsics support to Visual Studio build.Jonathan Lennox2015-09-018-20/+119
* Reorganize x86 SSE intrinsics code.Jonathan Lennox2015-09-0122-202/+503
* Move SSE2 and SSE4.1 intrinsics functions to separate files, to be compiled w...Jonathan Lennox2015-09-018-229/+372
* Remove some unnecessary #includes from x86cpu.c.Jonathan Lennox2015-09-011-3/+0
* Fix struct initialization of CPU_Feature structure.Jonathan Lennox2015-09-011-1/+5
* Fix cpuid asm on 32-bit PIC.Jonathan Lennox2015-09-011-1/+15
* Fix instruction used for cpuid test.Jonathan Lennox2015-09-011-1/+1
* In optimized mode, don't force Clang to use explicit load/store for _mm_cvtep...Jonathan Lennox2015-09-011-8/+12
* Reorganize configure's detection of intrinsics functions:Jonathan Lennox2015-09-017-132/+209
* Fixes bitrate statistics for decode-only operation and inband FECKoen Vos2015-08-201-11/+15
* Fix for flutter with FECKoen Vos2015-08-105-11/+21
* Fix const struct to work with C++ compilationMark Harris2015-08-072-2/+2
* Silence clang -Wcast-align warningsMark Harris2015-08-071-2/+4
* Eliminate signed division overhead in align()Mark Harris2015-08-041-1/+1
* Simplify and generalize implementation of align(). Should be very efficient o...Jonathan Lennox2015-08-041-9/+9
* Make align() work even on machines with 32-bit charsJean-Marc Valin2015-08-041-2/+7
* More conservative alignmentJean-Marc Valin2015-08-031-2/+5
* Update the oggopus draft.Timothy B. Terriberry2015-07-071-27/+45
* Improve OPUS_GET_LSB_DEPTH documentation.Timothy B. Terriberry2015-06-231-0/+3
* Add release checksums.Ralph Giles2015-05-081-0/+45
* oggopus: Bump draft date and version for 07 publication.Timothy B. Terriberry2015-04-281-2/+2
* rtp draft -11Jean-Marc Valin2015-04-211-16/+10
* rtp draft -10 (deleting text)Jean-Marc Valin2015-04-141-14/+3
* IESG RTP draft updateJean-Marc Valin2015-04-101-10/+66
* Ogg Opus draft: Address chair review comments.Timothy B. Terriberry2015-03-131-3/+7
* Avoiding the term "mode" in opus_demoJean-Marc Valin2015-02-271-3/+3
* Wrap _mm_cvtepi...() intrinsics in macros on clang.Timothy B. Terriberry2015-02-271-2/+8
* opus_demo: remove unused but set valuesTristan Matthews2015-02-241-5/+2
* Document how to tell if your build is fixed-point.Timothy B. Terriberry2015-02-202-0/+7
* Adds MIPS files to the make dist tarballJean-Marc Valin2015-02-113-1/+14
* Addressing Gen-ART comments on the RTP draftJean-Marc Valin2015-02-061-19/+24
* RTP draft: chair reviewJean-Marc Valin2015-01-131-15/+19
* Update ISO Base Media Format draft to version 0.6.6.Ralph Giles2015-01-101-27/+9
* Update ISO Base Media Format draft to version 0.6.2.Ralph Giles2015-01-091-463/+357
* RTP: the return of maxaveragebitrateJean-Marc Valin2015-01-061-5/+25
* Fix silk_VQ_WMat_EC_sse4_1().Timothy B. Terriberry2015-01-022-9/+17
* Fix warnings in pedantic build.Timothy B. Terriberry2014-12-262-1/+17