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.04Sep32131Aug302928272625242322201918171615141312111087532131Jul302925987517Jun16141130May2726252420191613109543230Apr29282725211331Mar302928232221181716141312111098732128Feb252423222120171615141211109876432131Jan3029282726252423222120191817131211109830Dec292723212019181716Fixes a buffering bug introduced in 2f0ca7618Make opus_decode() reject crazy decode_fec values.Prevents OPUS_RESET_STATE from causing segfault.Prevent double free on encoder/decoder init failure.Make opus_decoder_create set its error code.Fix the 'distclean' target.Use alloca() for dynamic storage in the draft makefile.Avoid left-shift by 32 on int32 in ectest.Some doc on spreadingAvoids signed overflow in ectest random number generation.Fix tarball builds.Merge remote-tracking branch 'greg/master'Minor draft updates.Improved mode/channel/bandwidth control mechanismCorrects many places where int was used where opus_int32 was needed.Merge branch 'exp-highpass'Removes code that became useless with the Opus-level highpassexp-highpassexp-highpasspassing self_delimited flag to opus_packet_parse_impl() in decoderFirst attempt at global high-pass filterVarious minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter.Simplifying buffering to make an Opus-level highpass possibleFix compile errors with g++Only export the CELT calls when CUSTOM_MODES is definedFix dump_modes for the api change and move it into a subdirectoryRemoves c64_fft.[ch] -- hadn't been updated for agesopus_strerror() and opus_get_version_string() moved to libceltRenamed some funciton that were likely to clash with other (non-Opus) codetestcelt replaced by test_opus_customImplements the OpusCustom modes (mostly) properlySharing more macros between the Opus code and the CELT low-level codeMakes the CELT init() functions behave just like the Opus ones.Opus now only uses the _with_ec() calls to CELTFurther 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> operations
Loading