- 08192e3 ietf doc: more source code formatting changes, got rid of float_cast.h by Jean-Marc Valin · 15 years ago
- 4d12a82 ietf doc: cleaning up the build by Jean-Marc Valin · 15 years ago
- 7d8803b Some unusual frame sizes could run the pseudo-stack out of memory in fixed point mode. by Gregory Maxwell · 15 years ago
- cd29b02 fixed-point: fixing two overflows that didn't really affect quality by Jean-Marc Valin · 15 years ago
- 7c42265 Fix compilation of test cases with fixed-debug enabled by Gregory Maxwell · 15 years ago
- da1156a fixing a floating point bug for very small signals by Jean-Marc Valin · 15 years ago
- 63396f3 ietf doc: misc by Jean-Marc Valin · 15 years ago
- 8496695 Update valgrind support to match the latest valgrind API. by Gregory Maxwell · 15 years ago
- c57475b ietf doc: range coder by Jean-Marc Valin · 15 years ago
- 17ea4b7 For some frame sizes there can be 5 shorts in a frame. by Gregory Maxwell · 15 years ago
- 6d454d8 This fixes a potential assertion failure with some very weak signals by Jean-Marc Valin · 15 years ago
- 02428d6 ietf doc: decoder overview (ASCII art) by Jean-Marc Valin · 15 years ago
- d4a907b ietf doc: encoder overview (ASCII art) by Jean-Marc Valin · 15 years ago
- 224824b ietf doc: pitch description by Jean-Marc Valin · 15 years ago
- 66a57c8 Fixes for celt_header_to_packet / celtdec for bigendian systems. by Gregory Maxwell · 15 years ago
- a80958b Note some more platforms where float-approx is tested, fix a bug in the prediction ctl, by Gregory Maxwell · 15 years ago
- b92dce3 Additional mathops.h tests. by Gregory Maxwell · 15 years ago
- 8d2c51a ietf doc: final fine bits, some fixes to the references by Jean-Marc Valin · 15 years ago
- 065bc15 Numerous autoconf changes. Configure option for FLOAT_APPROX by Gregory Maxwell · 15 years ago
- 6ca7f10 Bump version to 0.6.0 and increase bitstream version. by Jean-Marc Valin · 15 years ago
- 640f7fd Gives an error when trying to create a stereo mode with DISABLE_STEREO defined. by Jean-Marc Valin · 15 years ago
- 2014ca3 Minor simplification to the transient code by Jean-Marc Valin · 15 years ago
- 0dd2cd4 Simplifies the stereo mixing code, throwing away some old code. by Jean-Marc Valin · 15 years ago
- e7dea13 ietf doc: misc corrections by Jean-Marc Valin · 15 years ago
- e2b7616 Fixing a few bugs introduced in the energy interleaving changes and due to by Jean-Marc Valin · 15 years ago
- b0b23a3 Interleaving the left and right final fine energy bits by Jean-Marc Valin · 15 years ago
- fb1b4da Interleaving the left and right fine energy by Jean-Marc Valin · 15 years ago
- 76bda75 ietf doc: security, VBR, stereo by Jean-Marc Valin · 15 years ago
- 1b7e9c4 intealeaving the left and right coarse energy by Jean-Marc Valin · 15 years ago
- 5b9b51b Forced intra now overrides intra avoidance at low rate. Also, using the number by Jean-Marc Valin · 15 years ago
- a20500d ietf doc: stereo description by Jean-Marc Valin · 15 years ago
- 9dff021 Minor stuff: preventing float underflow in celt_exp2(), preventing the use of by Jean-Marc Valin · 15 years ago
- 9edb7b4 This fixes a folding issue with stereo by Jean-Marc Valin · 15 years ago
- 08a82ff More de-interleaving: denormalised MDCT no longer stored with interleaved by Jean-Marc Valin · 15 years ago
- 66fb246 removing redundant calls to exp2() by Jean-Marc Valin · 15 years ago
- 095abaf Simplifying the stereo energy quantisation functions now that energy is by Jean-Marc Valin · 15 years ago
- 83c26e7 Now storing the band energies in de-interleaved format when doing stereo by Jean-Marc Valin · 15 years ago
- 7a56741 removing redundant calls to log2() by Jean-Marc Valin · 15 years ago
- f1ce900 float approximations for log2() and exp2() by Jean-Marc Valin · 15 years ago
- 495ea67 ietf doc: characteristics, bit-stream by Jean-Marc Valin · 15 years ago
- c10565b ietf doc: PVQ search by Jean-Marc Valin · 15 years ago
- 59f6768 ietf doc: better description of the bitstream by Jean-Marc Valin · 15 years ago
- f1b5006 ietf doc: fine energy by Jean-Marc Valin · 15 years ago
- a76a5e8 Better ebits rounding and making it possible to add remaining ebits even to by Jean-Marc Valin · 15 years ago
- eb5aa09 ietf doc: synthesis by Jean-Marc Valin · 15 years ago
- 9ac1673 PVQ doc by Jean-Marc Valin · 15 years ago
- 52cb5fb Adding extra fine bits only when we have rounded down in the allocation by Jean-Marc Valin · 15 years ago
- b469e60 cwrs documentation by Jean-Marc Valin · 15 years ago
- 24c25a2 Folding, coarse energy, source cleanup by Jean-Marc Valin · 15 years ago
- c871c8d The 010101 end of stream pattern is no longer needed now that we use the by Jean-Marc Valin · 15 years ago
- 3971053 This makes it possible to use the bits left after PVQ for fine energy. by Jean-Marc Valin · 15 years ago
- cbc2afb Illustrating the bit-stream by Jean-Marc Valin · 15 years ago
- 6ed927f Describing pitch and short blocks by Jean-Marc Valin · 15 years ago
- 028ba36 Defining mode flags by Jean-Marc Valin · 15 years ago
- 7144200 Add support for interframe prediction control in celtenc. by Gregory Maxwell · 15 years ago
- 6828054 Merge commit 'origin/master' by Jean-Marc Valin · 15 years ago
- 695ab70 Minor simplification to the fine energy code by Jean-Marc Valin · 15 years ago
- d8dcd24 This simplifies the energy quantisation by converting to the log2() scale by Jean-Marc Valin · 15 years ago
- 66a8859 Indent options by Jean-Marc Valin · 15 years ago
- 52b4cb2 Merge commit 'greg/master' by Jean-Marc Valin · 15 years ago
- 56522ad IETF doc update, including better source code formatting by Jean-Marc Valin · 15 years ago
- 2dd3d32 For celt_encoder_ctl CELT_SET_LTP is replaced with CELT_SET_PREDICTION by Gregory Maxwell · 15 years ago
- f43488c Fix non-C90 declaration after statement by Jean-Marc Valin · 15 years ago
- 033e609 Improving code conversion to publishable form. by Jean-Marc Valin · 15 years ago
- dc67fa9 Handle malloc failure in mode_create gracefully without leaking memory. by Gregory Maxwell · 15 years ago
- 1716999 Add paranoid checking for the validity of the encoder and the decoder by Gregory Maxwell · 15 years ago
- 083883e Fixes for the tests in pseudo-stack mode. by Gregory Maxwell · 15 years ago
- dc66347 Updated scripts for converting the source code to something more publishable by Jean-Marc Valin · 15 years ago
- f3b44ef Add get_mode CTL for the encoder and decoder. by Gregory Maxwell · 15 years ago
- 9a44cde Removed support for band-per-band stereo_mode that was never really used by Jean-Marc Valin · 15 years ago
- 7353203 Updating DISABLE_STEREO to the new stereo code (i.e. disabling more stuff) by Jean-Marc Valin · 15 years ago
- dcd580d Disabling K>128 until it can be shown to be useful. by Jean-Marc Valin · 15 years ago
- 445720f It is no longer necessary to have a minimum of one bit for fine energy by Jean-Marc Valin · 15 years ago
- 527db5c Adding a decision mechanism for turning folding on or off depending on the by Jean-Marc Valin · 15 years ago
- d9458cd Add a mode_info call to obtain the sampling rate of the current mode. by Gregory Maxwell · 15 years ago
- e4c05a4 Making the modified transient code work with stereo as well by Jean-Marc Valin · 15 years ago
- 18c1c22 Fix for a mode memory leak -- was still allocating memory for the energy by Jean-Marc Valin · 15 years ago
- aa93625 New transient handling code that weights the MDCTs directly unless there's by Jean-Marc Valin · 15 years ago
- 2b73a27 1024 pulses ought to be enough for everybody by Jean-Marc Valin · 15 years ago
- 6391fe8 Minor optimisation -- using do-while() instead of for() in isqrt32() by Timothy B. Terriberry · 15 years ago
- 7aa0ed4 Make ectest use random random numbers. Add a new test by Gregory Maxwell · 16 years ago
- c4b146c Fixing the encoder's handling of no-folding; with folding enabled by Gregory Maxwell · 15 years ago
- 5aaf123 Enabling more than 128 pulses for N=3 and N=4. by Jean-Marc Valin · 15 years ago
- 8eadcdc Switch the N=5 case of CWRS to also use a binary search. by Gregory Maxwell · 15 years ago
- d98d8ae CWRS clean-ups and optimizations. by Timothy B. Terriberry · 15 years ago
- 1cca151 This fixes a bug in the new stereo code triggered only at ridiculously high by Jean-Marc Valin · 15 years ago
- 331130e Slightly increasing the range of value by making sure the "start fs" is even by Jean-Marc Valin · 15 years ago
- 9540077 Documentation update: removed lookahead from the doxygen comment long after it by Jean-Marc Valin · 15 years ago
- be60725 Making use of previously unused range of the laplace encoder to have a slightly by Jean-Marc Valin · 15 years ago
- ce02e1b Setting ft=32768 instead of 32767 so that implementations can use shifts and by Jean-Marc Valin · 15 years ago
- d1d7405 Should be enough to handle signals with a 144 dB (24-bit) dynamic range by Jean-Marc Valin · 15 years ago
- 6f18d11 Adds support for up to 32767 pulses for the N=3 case (disabled for now) by Jean-Marc Valin · 15 years ago
- 0ac2b2f The change to FLOAT2INT16 in a8734e0f would break float input for by Gregory Maxwell · 15 years ago
- 454d1d0 This code does a very naive reset of the state. It is possible (even likely) by John Ridges · 15 years ago
- a8734e0 Proper use of SCALEIN() as suggested by John Ridges by Jean-Marc Valin · 15 years ago
- 888d8ce VBR support. VBR API and VBR support in celtenc. by Gregory Maxwell · 15 years ago
- 381d05a Make it possible to use more than 255 pulses (not used yet). by Jean-Marc Valin · 15 years ago
- fa4a3bf making codec draft more compliant with IETF submission rules by Jean-Marc Valin · 16 years ago
- 8161f9e Version -01 of the RTP draft by Jean-Marc Valin · 16 years ago
- db5f38e Change to ipr="trust200902" to make the experimental xml2rfc happy. Also, added by Jean-Marc Valin · 16 years ago