summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revisit surround rate allocationsurroundJean-Marc Valin2013-05-061-12/+24
* Adds spreading to the surround masking computationJean-Marc Valin2013-05-061-1/+11
* Implements basic surround maskingJean-Marc Valin2013-05-055-11/+264
* Adds support for all Vorbis mappingsJean-Marc Valin2013-05-051-30/+65
* More forced decisions in CELT LFE encodingJean-Marc Valin2013-05-051-3/+12
* Surround: Better LFE handlingJean-Marc Valin2013-05-056-16/+48
* Initial surround code with new APIJean-Marc Valin2013-05-053-26/+211
* Fixes missing initialization in OpusMSEncoderJean-Marc Valin2013-05-051-0/+2
* Fixes FEC issues introduced in 7fcd66cJean-Marc Valin2013-04-232-6/+11
* VBR bitrate calibration for variable duration.Jean-Marc Valin2013-04-191-2/+4
* Variable framesize improvementsJean-Marc Valin2013-04-192-9/+26
* Converts the analysis to ALLOC()Jean-Marc Valin2013-04-151-4/+13
* Fixes a minor bug found by valgrind in the bandwidth detectorJean-Marc Valin2013-04-151-1/+1
* Random complexity in the encoder tests.Gregory Maxwell2013-04-051-2/+6
* Fix some 16-bit int issues in the multistream API.Timothy B. Terriberry2013-03-182-4/+4
* Minor soft clipping doc fixJean-Marc Valin2013-03-181-1/+1
* Remove -Wdeclaration-after-statement.Ralph Giles2013-03-121-1/+1
* Makes bandwidth detection less aggressive.Jean-Marc Valin2013-03-122-5/+7
* Fixes a minor glitch on SILK bandwidth changesJean-Marc Valin2013-03-111-0/+1
* Add -Wdeclaration-after-statement.Ralph Giles2013-03-111-3/+4
* High-band attenuation tuning for hybrid modeKoen Vos2013-03-111-2/+3
* Fixes pseudo-stackJean-Marc Valin2013-03-111-2/+0
* Fixes OPUS_SET_EXPERT_FRAME_DURATION_REQUEST for multi-streamTaihei Momma2013-03-111-2/+0
* Fixes C90 issues for obsolete compilersRobert Meakins2013-03-111-5/+9
* Adds stereo width computationJean-Marc Valin2013-03-111-11/+108
* Merge branch 'exp_analysis'Jean-Marc Valin2013-03-0810-196/+936
|\
| * Makes the speech/music probability estimation mode conservativeexp_analysisJean-Marc Valin2013-02-282-6/+37
| * Adds silence probability to speech/music detectorJean-Marc Valin2013-02-223-109/+119
| * oops s/IMAX/IMIN/Jean-Marc Valin2013-02-201-1/+1
| * Adds support for delayed decisionJean-Marc Valin2013-02-207-121/+394
| * Making multistream variable duration work for both the float and int APIJean-Marc Valin2013-02-103-16/+45
| * No need for extra_buffer anymoreJean-Marc Valin2013-02-101-9/+8
| * Better handling of the multistream bitrateJean-Marc Valin2013-02-101-2/+12
| * Multistream support for variable frame durationJean-Marc Valin2013-02-103-31/+95
| * Makes variable framesize less aggressive at lower ratesJean-Marc Valin2013-02-101-0/+4
| * Re-enable analysis for 40- and 60-ms framesJean-Marc Valin2013-02-101-10/+21
| * First attempt at varying the frame size depending on the audio (float only)Jean-Marc Valin2013-02-103-12/+281
| * Makes opus_demo rubust to the encoder using variable frame durationJean-Marc Valin2013-02-101-6/+25
| * Running transient_analysis() even for 2.5 ms framesJean-Marc Valin2013-02-101-7/+9
| * Makes analysis usable for all frame sizesJean-Marc Valin2013-02-104-34/+51
| * Moves analysis to the beginning of opus_encode()Jean-Marc Valin2013-02-103-31/+33
* | Making CELT stereo<->mono transitions gradualJean-Marc Valin2013-03-081-5/+5
* | Documentation fixesJean-Marc Valin2013-03-072-10/+23
* | test_opus_decode: force integer constants unsignedJames Zern2013-03-051-2/+2
* | Oops, fixed API name from previous commitJean-Marc Valin2013-03-011-1/+1
* | Applies soft-clipping to the int decoder API.Jean-Marc Valin2013-03-015-14/+138
* | Fixes a bug introduced in 851f803Jean-Marc Valin2013-02-191-0/+2
* | Fixes two bandwidth decision issuesJean-Marc Valin2013-02-192-1/+10
* | Moves mono downmixing and upsampling to the compute_mdcts()Jean-Marc Valin2013-02-181-56/+23
* | Adds code to revise the transient decision using the band energyJean-Marc Valin2013-02-171-1/+75
|/