summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* NLSF VQ now uses absolute error, and predictionKoen Vos2016-06-294-19/+28
* NLSF decoding now uses tables for NLSF weightsKoen Vos2016-06-298-21/+109
* sum_sqr_shift: reduced headroom (ie more preserved resolution); shift increme...Koen Vos2016-06-291-13/+13
* Simplifying fast_atan2f()Jean-Marc Valin2016-06-291-14/+8
* Quality: Increase CELT rate for voiced frames in hybrid modeJean-Marc Valin2016-06-295-1/+39
* Better modeling of the effect of CBR and complexityJean-Marc Valin2016-06-291-13/+42
* Re-enabling high-band attenuation for hybrid modeJean-Marc Valin2016-06-291-5/+1
* Quality: Retrained classifier MLP with better dataJean-Marc Valin2016-06-294-110/+118
* Using "hybrid" flag instead of "start!=0"Jean-Marc Valin2016-06-291-5/+5
* Quality: Making the encoder more aggressive at using wider bandwidthsJean-Marc Valin2016-06-291-14/+14
* Quality: Removes high-band attenuation in hybrid mode -- at least for nowJean-Marc Valin2016-06-291-0/+1
* Quality: Adds SILK rate interpolation functionJean-Marc Valin2016-06-291-12/+45
* Quality: Makes real CELT VBR work for hybrid tooJean-Marc Valin2016-06-292-9/+52
* Quality: Forces trim to 5 on hybrid modeJean-Marc Valin2016-06-291-2/+5
* Quality: Encoding music in full-band stereo from 32 kb/sJean-Marc Valin2016-06-291-5/+5
* Quality: removes VBR attenuation at low bitrateJean-Marc Valin2016-06-291-14/+4
* Add static bitrate allocation and force CELT-only for ambisonics encodingMichael Graczyk2016-06-291-10/+93
* Add experimental support for ambisonic encodingMichael Graczyk2016-06-292-16/+64
* Fixes an invalid read in compute_stereo_width() for 2.5 ms frames at 12 kHzJean-Marc Valin2016-06-271-1/+4
* Fixes minor code quality issues in CELTJean-Marc Valin2016-06-207-9/+8
* Fixes potential overflow on 16-bit platformsJean-Marc Valin2016-06-201-4/+4
* Fixes signed integer overflow in fixed-point BurgJean-Marc Valin2016-06-191-2/+5
* Fixes a fixed-point precision issue in remove_doubling()Jean-Marc Valin2016-06-181-26/+39
* Fixes an overflow in the constrained VBR code for bitrate>64000Jean-Marc Valin2016-06-171-3/+6
* Saturate when adding prediction to LPC excitation to avoid integer overflowFelicia Lim2016-06-042-2/+3
* Update ISO Base Media Format draft to version 0.6.8.Ralph Giles2016-06-021-23/+19
* List intrinsics flags being tested after existing cflags, so they override ot...Jonathan Lennox2016-05-311-1/+1
* Modify autoconf tests for intrinsics to stop clang from optimizing them away.Jonathan Lennox2016-05-311-9/+21
* Add remaining generated files to gitignoreRicardo Constantino (:RiCON)2016-05-181-0/+4
* Clean doxygen_sqlite3.dbRicardo Constantino (:RiCON)2016-05-182-0/+2
* Move .exe back to root .gitignore for mingw buildsRicardo Constantino (:RiCON)2016-05-182-1/+1
* Update EXTRA_DIST to ship the VS2015 project files.Ralph Giles2016-05-181-19/+19
* Remove VS2010 project files.Ralph Giles2016-05-1819-3030/+0
* Move Visual Studio GitIgnores to own fileOrestes Zoupanos2016-05-172-22/+25
* Fix DLL errors and Additional Library DirectoriesOrestes Zoupanos2016-05-172-8/+8
* Fix VS2015 dynamic builds by adding DLL_EXPORT to CFLAGSRicardo Constantino (:RiCON)2016-05-111-4/+4
* Remove redundant .gitignore entries.Ralph Giles2016-05-111-3/+0
* Better Git Ignores for Visual Studio. r=rillianOrestes Zoupanos2016-05-111-0/+21
* Don't ignore win32.Ralph Giles2016-05-111-1/+0
* fix build settings for DLL project, runtime library must be linked to DLL too...uraymeiviar2016-05-1110-90/+91
* Added Visual Studio 2015 solution and added ReleaseDLL and DebugDLL Project s...uraymeiviar2016-05-1120-0/+5890
* Fixes floating-point bug introduced in be9e747bcc542c277d30f6c78a57b0940e0c5b5eJean-Marc Valin2016-04-221-1/+1
* win32: only use dllexport when building DLLDaniel Verkamp2016-04-201-1/+1
* Turn on CELT's PLC only if there are >=2 packets received consecutively.Felicia Lim2016-04-151-3/+7
* cng exitation signal can saturate. Use same scaling as PLC and normal decodingSoren Skak Jensen2016-04-151-29/+32
* Fix valgrind unaddressable mem read errorFelicia Lim2016-03-301-2/+3
* Fixes overflows on CPUs with 16-bit intsJean-Marc Valin2016-03-243-6/+6
* fix for divide by zeroFelicia Lim2016-03-221-6/+8
* oggopus: Update version and date for -14Timothy B. Terriberry2016-02-221-2/+2
* oggopus: Address Barry Leiba's IESG comments.Timothy B. Terriberry2016-02-171-22/+30