summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates opus_demoexp_delayed_decisionJean-Marc Valin2013-02-202-3/+27
* Implements new frame size APIJean-Marc Valin2013-02-205-22/+85
* Variable duration option renamed to OPUS_SET_EXPERT_FRAME_DURATIONJean-Marc Valin2013-02-204-17/+24
* Moves tonality_get_info() with the analysisJean-Marc Valin2013-02-185-96/+108
* Move analysis upJean-Marc Valin2013-02-163-14/+43
* patch 7Jean-Marc Valin2013-02-165-51/+189
* 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
* Fixes a SILK fixed-point encoder issue reported by Cliff Parris <cliff@espico...Jean-Marc Valin2013-02-071-1/+1
* Fixes a minor CELT->SILK switching glitch in the decoderJean-Marc Valin2013-02-061-0/+3
* Adds a ramp up in the SILK prefillJean-Marc Valin2013-02-061-0/+14
* Fixes a hybrid stereo encoder issueJean-Marc Valin2013-02-051-1/+1
* Split mapping families into sections and add dowmix matrices.Ralph Giles2013-01-161-15/+156
* Improve Content Type figure placement.Ralph Giles2013-01-161-6/+8
* Minor clarifications to the channel mapping section.Ralph Giles2013-01-111-5/+8
* Use 'front center' in the channel mapping table.Ralph Giles2013-01-111-4/+4
* Fix a typo.Ralph Giles2013-01-111-1/+1
* Add HTTPS to make gmaxwell happy.Timothy B. Terriberry2013-01-101-1/+1
* Flesh out the Implementation Status section a bit.Timothy B. Terriberry2013-01-101-33/+105
* Clarify how grouped streams are not "Ogg Opus files".Ralph Giles2013-01-101-5/+11
* Add an 'Implementation Status' section to the Ogg Opus draft.Ralph Giles2013-01-101-0/+128
* Trim an irrelevant clause.Ralph Giles2013-01-101-3/+2
* RTP draft adopted as WG itemJean-Marc Valin2013-01-101-2/+2
* Fixes stupid preprocessor-related bug introduced in e368e6209.Jean-Marc Valin2013-01-092-4/+2
* Fixes a seed issue introduced in 5367dacJean-Marc Valin2013-01-031-0/+2
* Remove condition in pre/de-emphasis when not building with custom modesJean-Marc Valin2013-01-032-22/+30
* Use AC_CONFIG_HEADERS.Ralph Giles2013-01-021-1/+1
* seed and remaining_bits moved to band contextJean-Marc Valin2012-12-221-58/+62
* Using a band context to reduce the number of arguments being passed around.Jean-Marc Valin2012-12-221-69/+128
* more bands.c cleaning upJean-Marc Valin2012-12-221-40/+26
* collapse mask cleanupJean-Marc Valin2012-12-221-4/+4
* Removes useless parameters and re-indents the codeJean-Marc Valin2012-12-221-251/+235
* Splitting off the recursion in quant_partition()Jean-Marc Valin2012-12-221-116/+123
* stereo part of quant_band() moved to quant_band_stereo()Jean-Marc Valin2012-12-221-95/+204
* Moves the split angle code to compute_theta()Jean-Marc Valin2012-12-221-142/+179
* First step in quant_band() cleanup: N=1 case.Jean-Marc Valin2012-12-221-23/+36
* Fixes MSVC warnings for double->float and float->int conversionv1.1-alphaJean-Marc Valin2012-12-213-84/+83
* Add float literal suffixes to mlp_data.c.Ralph Giles2012-12-212-56/+56
* Add float suffix to tansig_table literals.Ralph Giles2012-12-211-41/+41
* Add tansig_table.h to the MSVC project files.Ralph Giles2012-12-212-0/+4
* missing comment in win32/config.hJean-Marc Valin2012-12-211-1/+1