Skip to content
Snippets Groups Projects
Select Git revision
  • 1.0.1
  • 1.0.x
  • 1.1.1
  • 1.1.2
  • 1.1.x
  • analysis_fix1
  • analysis_fix2
  • burg_optimization
  • cng_fix
  • cng_fix2
  • draft
  • draft_wip
  • exp-highpass
  • exp_24k_analysis1
  • exp_24k_analysis2
  • exp_24k_analysis3
  • exp_24k_analysis4
  • exp_24k_analysis5
  • exp_analysis
  • exp_analysis6
  • v1.3.1
  • v1.3
  • v1.3-rc2
  • v1.3-rc
  • v1.3-beta
  • v1.2.1
  • v1.2
  • v1.2-rc1
  • v1.2-beta
  • v1.1.5
  • v1.1.4
  • v1.2-alpha2
  • v1.2-alpha
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.1-rc
  • draft-ietf-codec-oggopus-06
  • draft-ietf-codec-oggopus-05
  • v1.1.1-beta
40 results
You can move around the graph by using the arrow keys.
Created with Raphaël 2.2.031Aug302928272625242322201918171615141312111087532131Jul302925987517Jun16141130May2726252420191613109543230Apr29282725211331Mar302928232221181716141312111098732128Feb252423222120171615141211109876432131Jan3029282726252423222120191817131211109830Dec292723212019181716151413109865432130NovFurther copyediting of draft.Adds many syntactically unnecessary parentheses to silence GCC -Wparentheses.Fix up various mixed unsigned/signed comparisons.Implements OPUS_RESET_STATE for the encoder (untested as well)Implements OPUS_RESET_STATE for the decoder (untested)Adds many syntactically unnecessary casts to silence MSVC C4244; fix an MDCT encoder reset bug.Adds many syntactically unnecessary parentheses to silence MSVC C4554.Using OPUS_ macros for <string.h> operationsCustom modes fixes (got broken by the s/celt_alloc/opus_alloc/)Adds missing RESTORE_STACK to Opus encoderFixes a bug introduced in 8fe8b8e0bMakes the allocation more C++-friendlyoops, opus_free() shouldn't be using opus_free()Fixes warningsFixes minor issues from the previous allocation wrapper patchWrapping all allocation within opus_alloc() and opus_free()Using malloc() rather than calloc() as generic allocatorAdds error code to multistream APIBetter error handling in the Opus APIRemoves // from win32/config.hApparently C89 doens't like unnecessary semicolonsThis should remove the last // commentss/INBAND_FEC_FLAG/INBAND_FEC/Making sure that everything in opus.h has a opus prefixAdd pkg-config support files.Add new public headers to the install targets.Fixes a trivial multistream fixed-point bugMore // comments changed to /*Changing some // comments into /*more multistream ctl()sAdds support for multi-stream encoding/decodingDisable the LPC mode highpass filter when set to APPLICATION_AUDIO.More precise CELT/SILK delay compensation to reduce mode switching glitchesMore spec updates.Fixes mathops-test for pseudo-stackAddresses a bitstream bug for stereo FEC and minor fixes that make Opus compile again with Visual Studio.Remove directories added by 86476906ec9711cdd1d74ae35bfb9bd0ba60f0d9.fixes a build issue introduced in the s/signal/frame/ patchExpand tabs and regularize some conditionals.More spec additions.
Loading