summaryrefslogtreecommitdiff
path: root/src/opus_encoder.c
Commit message (Expand)AuthorAgeFilesLines
* Actually fix pedantic build bustage.Timothy B. Terriberry2015-12-311-1/+1
* Fix pedantic build bustage.Timothy B. Terriberry2015-12-311-1/+2
* Add tonality_analysis_reset().Ralph Giles2015-12-311-7/+8
* Add an initializer for TonalityAnalysisState.Ralph Giles2015-12-311-1/+8
* Remove unused encoder field analysis_offsetMark Harris2015-12-301-1/+0
* Avoids having the Opus-level "arch" be set to 0 on encoder/decoder resetJean-Marc Valin2015-12-301-1/+1
* armv7(float): Optimize encode usecase using NE10 libraryViswanath Puttagunta2015-10-071-1/+1
* Preventing NaNs from crashing surround_analysis()Jean-Marc Valin2015-10-071-0/+3
* Fix warnings in pedantic build.Timothy B. Terriberry2014-12-261-1/+12
* There are no tabs in source code.Timothy B. Terriberry2014-10-031-2/+2
* Cisco optimization for x86 & fixed pointxiangmingzhu2014-10-031-1/+1
* Fixes code that was doing arithmetic on a void pointer.Jean-Marc Valin2013-12-101-4/+5
* More NaN hardening in the analysis codeJean-Marc Valin2013-12-101-1/+1
* Making NaN detection more robust to -ffast-math.Jean-Marc Valin2013-12-091-1/+1
* Using celt_inner_prod() for input sanity check.Jean-Marc Valin2013-12-091-3/+3
* Replaces inline copies and initialization with OPUS_*() macros.Jean-Marc Valin2013-12-091-11/+12
* Optimizes encoder NaN detection and clipping by only running them when neededJean-Marc Valin2013-12-091-7/+22
* Makes SILK surround masking a bit more aggressive in both directionsJean-Marc Valin2013-11-251-4/+8
* Using a more reasonably SILK surround calibration valueJean-Marc Valin2013-11-241-1/+1
* Reducing the thresholds for enabling stereo and higher audio bandwidthsJean-Marc Valin2013-11-241-14/+14
* Applies padding to all CBR packets, including PLC and CELT silenceJean-Marc Valin2013-11-211-1/+1
* Don't attenuate hybrid high-band for surroundJean-Marc Valin2013-11-181-5/+8
* Adds Neon assembly for correlation/convolutionTimothy B. Terriberry2013-11-181-5/+5
* Fixes SILK surround calibration while fixing other MSVC warningsJean-Marc Valin2013-11-171-2/+2
* Adds OPUS_SET_PREDICTION_DISABLED() ctl to force "independent" framesJean-Marc Valin2013-11-151-2/+22
* Fixes a bug where the encoder was trying to use redundancy in CELT modeJean-Marc Valin2013-11-151-4/+3
* Adds packet padding that works for all codes and fixes 40/60 ms CBR.Jean-Marc Valin2013-11-131-40/+8
* Fixes max_redundancy so that hybrid CBR can fill all bytesJean-Marc Valin2013-11-131-1/+1
* Variable frame size fixes (still not exposed in the API)Jean-Marc Valin2013-11-131-8/+9
* Taking into account the frame size in more encoder decisionsJean-Marc Valin2013-11-081-7/+8
* Fixes DISABLE_FLOAT_API buildJean-Marc Valin2013-10-281-2/+12
* Fixes weird LFE bugJean-Marc Valin2013-10-141-3/+2
* Surround encoder can now produce hard CBR streams again.Jean-Marc Valin2013-10-141-1/+1
* Fixes scaling of downmix_float() for fixed-point.Jean-Marc Valin2013-10-011-3/+8
* Avoids unnecessary copying in opus_encode for delayed decisionexp_surround1Jean-Marc Valin2013-09-281-2/+2
* Makes analysis work when encoding more than 20 ms at a timeJean-Marc Valin2013-09-281-2/+11
* run_analysis() doesn't need to return the frame size anymoreJean-Marc Valin2013-09-281-10/+2
* Makes the fixed-point build only run the float analysis at complexity 10Jean-Marc Valin2013-09-161-3/+10
* Moves frame size selection back out of opus_encode_native()Jean-Marc Valin2013-09-161-15/+75
* Very basic surround rate calibrationJean-Marc Valin2013-09-141-1/+1
* More surround masking tuningJean-Marc Valin2013-09-131-1/+8
* Adds surround masking to SILKJean-Marc Valin2013-09-101-2/+34
* Fixes delayed decision for fixed-pointJean-Marc Valin2013-09-091-12/+0
* Analysis scaling fixesJean-Marc Valin2013-09-091-20/+19
* First pass at making the analysis code run with FIXED_POINTJean-Marc Valin2013-09-061-13/+36
* Moves the analysis back to opus_encode_native() to it runs for all streams.Jean-Marc Valin2013-09-051-108/+84
* Surround masking rewriteJean-Marc Valin2013-08-301-10/+0
* Fixes a denorm issue in the VoIP mode high-pass filterJean-Marc Valin2013-08-121-1/+1
* Revert "Fixes a number of double promotions and missing casts."Gregory Maxwell2013-07-151-1/+1
* Fixes a number of double promotions and missing casts.Gregory Maxwell2013-07-151-1/+1