Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-29Avoiding leaks when opus_demo exits with an errorJean-Marc Valin
2018-02-20Fix divide-by-zeros in opus_demo stats codeJean-Marc Valin
2017-02-27Fix compiler warningsMark Harris
2016-12-18opus_demo: remove obsolete option from usageMark Harris
2016-11-11Remove commented-out DEBUG_STORE_DATA calls. r=keonRalph Giles
2016-11-05Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin
2016-10-28Support encoding 80/100/120 ms frame lengthsFelicia Lim
2016-10-05Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin
2016-07-17Quality: Retrained classifier MLP with better dataJean-Marc Valin
2016-06-30Addressing more issues from scan-buildJean-Marc Valin
2015-12-04opus_demo: fixes potential division by zero on files with no active frameJean-Marc Valin
2015-08-20Fixes bitrate statistics for decode-only operation and inband FECKoen Vos
2015-02-27Avoiding the term "mode" in opus_demoJean-Marc Valin
2015-02-24opus_demo: remove unused but set valuesTristan Matthews
2014-05-14Fix type conversion warning.Ralph Giles
2013-11-19Validate channel count in opus_demo.Gregory Maxwell
2013-11-15Adds a simple padding test to opus_demo (disabled by default)Jean-Marc Valin
2013-10-28Remove now-unused check_decoder_option.Gregory Maxwell
2013-10-12Make -loss valid for opus_demo -eMark Harris
2013-06-30Fixes some return without va_end in the api, adds tests.Gregory Maxwell
2013-06-13Adds a quick hack to replace the normal calls with the multistream version.Jean-Marc Valin
2013-04-23Fixes FEC issues introduced in 7fcd66cJean-Marc Valin
2013-02-20Adds support for delayed decisionJean-Marc Valin
2013-02-10First attempt at varying the frame size depending on the audio (float only)Jean-Marc Valin
2013-02-10Makes opus_demo rubust to the encoder using variable frame durationJean-Marc Valin
2012-12-05Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin
2012-09-12opus_demo: mark tables as static constants.Diego Elio Pettenò
2012-08-07Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin
2012-07-27Fix bkp/s -> kb/s in opus_demo.Gregory Maxwell
2012-06-05Remove unnecessary and not-very-portable opus_demo case insensitivity.Gregory Maxwell
2012-05-18int vs opus_int32 consistencyJean-Marc Valin
2012-04-30Make opus_demo r/w little-endian PCM independent of host byte-order.Gregory Maxwell
2012-04-23Fix negative write bug in opus_demo and add some fwrite() error handling.Gregory Maxwell
2012-04-21s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin
2012-02-18Last updates for draft -11v0.9.9Jean-Marc Valin
2011-10-31Adds -random_fec option to randomly add FEC to some frames.Jean-Marc Valin
2011-10-31Adds -random_framesize and -sweep_max options to opus_demoJean-Marc Valin
2011-10-30Fix some inconsequential file descriptor leaks in the demo tools to silence c...Gregory Maxwell
2011-10-29Newly introduced check_encoder_option failed unconditionally instead of only ...Gregory Maxwell
2011-10-29Checking that encoder options aren't used for decoding in opus_demoJean-Marc Valin
2011-10-28opus_demo now returns 1 on mismatchJean-Marc Valin
2011-10-27Convert tabs to spaces in the opus and celt code.Ralph Giles
2011-10-27Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell