xiph
/
opus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Simplifying buffering to make an Opus-level highpass possible
[opus.git]
/
src
/
opus_decoder.c
2011-09-01
Jean-Marc Valin
Implements the OpusCustom modes (mostly) properly
blob
|
commitdiff
2011-08-31
Jean-Marc Valin
Sharing more macros between the Opus code and the CELT...
blob
|
commitdiff
|
diff to current
2011-08-31
Jean-Marc Valin
Makes the CELT init() functions behave just like the...
blob
|
commitdiff
|
diff to current
2011-08-31
Jean-Marc Valin
Opus now only uses the _with_ec() calls to CELT
blob
|
commitdiff
|
diff to current
2011-08-30
Jean-Marc Valin
Implements OPUS_RESET_STATE for the decoder (untested)
blob
|
commitdiff
|
diff to current
2011-08-30
Jean-Marc Valin
Using OPUS_ macros for <string.h> operations
blob
|
commitdiff
|
diff to current
2011-08-29
Jean-Marc Valin
Fixes minor issues from the previous allocation wrapper...
blob
|
commitdiff
|
diff to current
2011-08-29
Jean-Marc Valin
Wrapping all allocation within opus_alloc() and opus_free()
blob
|
commitdiff
|
diff to current
2011-08-29
Jean-Marc Valin
Better error handling in the Opus API
blob
|
commitdiff
|
diff to current
2011-08-27
Jean-Marc Valin
Adds support for multi-stream encoding/decoding
blob
|
commitdiff
|
diff to current
2011-08-22
Jean-Marc Valin
Moves align() to a single header
blob
|
commitdiff
|
diff to current
2011-08-20
Jean-Marc Valin
Better handling of DTX for range coder state checks
blob
|
commitdiff
|
diff to current
2011-08-19
Jean-Marc Valin
Final range coder state now exposed through the ctl...
blob
|
commitdiff
|
diff to current
2011-08-19
Jean-Marc Valin
Including redundant frames in the final range coder...
blob
|
commitdiff
|
diff to current
2011-08-19
Jean-Marc Valin
Removes opus_encoder.h and opus_decoder.h
blob
|
commitdiff
|
diff to current
2011-08-19
Timothy B. Terriberry
Adds code for parsing self-delimited packets
blob
|
commitdiff
|
diff to current
2011-08-18
Jean-Marc Valin
Renaming "mode" option to "application"
blob
|
commitdiff
|
diff to current
2011-08-18
Jean-Marc Valin
opus_packet_parse() now returns the payload offset...
blob
|
commitdiff
|
diff to current
2011-08-18
Jean-Marc Valin
Making sure the decoder always outputs at least 2.5 ms
blob
|
commitdiff
|
diff to current
2011-08-18
Jean-Marc Valin
Changing the encoder to output the ToC in DTX mode
blob
|
commitdiff
|
diff to current
2011-08-17
Jean-Marc Valin
Adds a floating-point API to Opus
blob
|
commitdiff
|
diff to current
2011-08-15
Jean-Marc Valin
Fixes an encoder bugg when requesting a CBR rate over...
blob
|
commitdiff
|
diff to current
2011-08-08
Jean-Marc Valin
Refactoring the decoder to create opus_packet_parse()
blob
|
commitdiff
|
diff to current
2011-08-02
Ralph Giles
Regularize whitespace in the src directory.
blob
|
commitdiff
|
diff to current
2011-07-30
Jean-Marc Valin
Making use of the opus_int* types in the toplevel Opus...
blob
|
commitdiff
|
diff to current
2011-07-29
Jean-Marc Valin
Renamed celt_word* to opus_val*
blob
|
commitdiff
|
diff to current
2011-07-29
Jean-Marc Valin
Renamed SKP_[u]int* to opus_[u]int*
blob
|
commitdiff
|
diff to current
2011-07-29
Ralph Giles
Always enable OPUS_TEST_RANGE_CODER_STATE.
blob
|
commitdiff
|
diff to current
2011-07-29
Ralph Giles
Fix a comment in frame count byte decoding.
blob
|
commitdiff
|
diff to current
2011-07-08
Jean-Marc Valin
Ensures that the end band is always set for redundant...
blob
|
commitdiff
|
diff to current
2011-07-05
Jean-Marc Valin
proper stereo handling for multiple frames per packet
blob
|
commitdiff
|
diff to current
2011-07-05
Jean-Marc Valin
More decoder corner case fixes
blob
|
commitdiff
|
diff to current
2011-07-05
Jean-Marc Valin
Fixes a bunch of valgrind errors when decoding random...
blob
|
commitdiff
|
diff to current
2011-06-14
Jean-Marc Valin
Better error checking, getting 60 ms to work again
blob
|
commitdiff
|
diff to current
2011-06-11
Jean-Marc Valin
Merge remote branch 'repo/master'
blob
|
commitdiff
|
diff to current
2011-05-27
Jean-Marc Valin
Fixes a crash in silk prefill (used for mode switching)
blob
|
commitdiff
|
diff to current
2011-05-26
Jean-Marc Valin
Fixes an issue when triggering PLC before receiving...
blob
|
commitdiff
|
diff to current
2011-05-26
Koen Vos
Removes auto mode and fixes a force_mono issue
blob
|
commitdiff
|
diff to current
2011-05-19
Jean-Marc Valin
Fixes a bug in the init() functions where were weren...
blob
|
commitdiff
|
diff to current
2011-05-19
Jean-Marc Valin
Squashed commit of the following:
blob
|
commitdiff
|
diff to current
2011-05-10
Timothy B. Terriberry
Reject more invalid packets in the decoder.
blob
|
commitdiff
|
diff to current
2011-05-06
Jean-Marc Valin
Adds opus_{en|de}coder_init() and opus_{en|de|coder_get...
blob
|
commitdiff
|
diff to current
2011-05-05
Jean-Marc Valin
Removes pointers from the Opus state
blob
|
commitdiff
|
diff to current
2011-04-28
Jean-Marc Valin
Merge commit 'silk-repo/master'
blob
|
commitdiff
|
diff to current
2011-04-28
Jean-Marc Valin
Merge commit 'celt-repo/master'
blob
|
commitdiff
|
diff to current
2011-04-27
Koen Vos
SILK update
blob
|
commitdiff
|
diff to current
2011-03-30
Jean-Marc Valin
Implementing bit-stream padding
blob
|
commitdiff
|
diff to current
2011-03-21
Jean-Marc Valin
Making mode switching use the same window as CELT ...
blob
|
commitdiff
|
diff to current
2011-03-18
Jean-Marc Valin
Simplifying PLC switching to have an overlap of 2.5...
blob
|
commitdiff
|
diff to current
2011-03-18
Jean-Marc Valin
Minor code simplifications
blob
|
commitdiff
|
diff to current
2011-03-18
Jean-Marc Valin
Minor redundant frame fixes
blob
|
commitdiff
|
diff to current
2011-03-18
Jean-Marc Valin
CELT update
blob
|
commitdiff
|
diff to current
2011-03-17
Jean-Marc Valin
Fixes a few PLC/DTX bugs due to the recent decode API...
blob
|
commitdiff
|
diff to current
2011-03-14
Jean-Marc Valin
More error handling
blob
|
commitdiff
|
diff to current
2011-03-14
Jean-Marc Valin
Error handling
blob
|
commitdiff
|
diff to current
2011-03-14
Jean-Marc Valin
Code for handling multiple frames per packet
blob
|
commitdiff
|
diff to current
2011-03-13
Jean-Marc Valin
Adding some packet parsing code
blob
|
commitdiff
|
diff to current
2011-03-11
Jean-Marc Valin
Disable newly introduced CELT signalling
blob
|
commitdiff
|
diff to current
2011-03-09
Jean-Marc Valin
Updating the build of the draft and adding fixed-point...
blob
|
commitdiff
|
diff to current
2011-03-09
Jean-Marc Valin
Automatic bandwidth selection
blob
|
commitdiff
|
diff to current
2011-03-08
Jean-Marc Valin
Simple mode selection logic
blob
|
commitdiff
|
diff to current
2011-03-08
Jean-Marc Valin
Fixes a few issues with PLC-based mode switching
blob
|
commitdiff
|
diff to current
2011-03-08
Jean-Marc Valin
Support for glitchles mode switching
blob
|
commitdiff
|
diff to current
2011-03-03
Jean-Marc Valin
Fix PLC-based mode transition code.
blob
|
commitdiff
|
diff to current
2011-03-02
Jean-Marc Valin
Implementing decoder-side support for redundant mode...
blob
|
commitdiff
|
diff to current
2011-03-02
Jean-Marc Valin
Revert de32a5bf617f782f6a478c5cd50fb040b0fbffe9
blob
|
commitdiff
|
diff to current
2011-02-21
Jean-Marc Valin
Splitting the resampler buffering between encode and...
blob
|
commitdiff
|
diff to current
2011-02-16
Jean-Marc Valin
Makes sure there's a PLC-only region in the mode transition
blob
|
commitdiff
|
diff to current
2011-02-16
Jean-Marc Valin
Fixes infinite loop for frame size <= 5 ms
blob
|
commitdiff
|
diff to current
2011-02-15
Jean-Marc Valin
Improved transitions between the different modes
blob
|
commitdiff
|
diff to current
2011-02-15
Koen Vos
CELT/Hybrid fix for in-band FEC.
blob
|
commitdiff
|
diff to current
2011-02-14
Koen Vos
Update for in-band FEC
blob
|
commitdiff
|
diff to current
2011-02-11
Jean-Marc Valin
Relicensing to simplified (2-clause) BSD license
blob
|
commitdiff
|
diff to current
2011-02-04
Jean-Marc Valin
Better handling of the bandwidth
blob
|
commitdiff
|
diff to current
2011-02-04
Timothy B. Terriberry
Update Opus range coder due to CELT refactoring.
blob
|
commitdiff
|
diff to current
2011-02-03
Koen Vos
Testing the range coder final state
blob
|
commitdiff
|
diff to current
2011-02-02
Jean-Marc Valin
PLC fix
blob
|
commitdiff
|
diff to current
2011-01-31
Jean-Marc Valin
Koen's decoder updates
blob
|
commitdiff
|
diff to current
2011-01-31
Jean-Marc Valin
Handling auto-detecting of frame size in decoder
blob
|
commitdiff
|
diff to current
2011-01-31
Jean-Marc Valin
Fixes resampling in CELT-only mode
blob
|
commitdiff
|
diff to current
2011-01-31
Jean-Marc Valin
Got stereo support to work in CELT-only mode
blob
|
commitdiff
|
diff to current
2011-01-31
Jean-Marc Valin
More stereo work
blob
|
commitdiff
|
diff to current
2011-01-31
Jean-Marc Valin
Some initial work on stereo support (not complete)
blob
|
commitdiff
|
diff to current
2011-01-31
Jean-Marc Valin
Updated to CELT's new API
blob
|
commitdiff
|
diff to current
2010-11-11
Jean-Marc Valin
Updated to follow changes in SILK API
blob
|
commitdiff
|
diff to current
2010-10-18
Jean-Marc Valin
API renamed to Opus
blob
|
commitdiff
|
diff to current