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
2023-12-22Add simulated loss to opus_demoJean-Marc Valin
2023-12-20Merge LACE/NoLACE under OSCE frameworkopus-ng-lace-integration5Jan Buethe
2023-10-19Support OPUS_SET_COMPLEXITY() on decoder sideJean-Marc Valin
2023-10-15Fix PLC in opus_demo when DRED is not presentJean-Marc Valin
2023-06-16Add blob loading for DRED encoder and decoderJean-Marc Valin
2023-06-16Fix units for dred_offset in APIJean-Marc Valin
2023-06-16Add blob loading support to decoderJean-Marc Valin
2023-06-16DRED API updateJean-Marc Valin
2023-06-16Update the API to add an OpusDREDDecoderJean-Marc Valin
2023-06-16Fix dred object leak in opus_demo.cJean-Marc Valin
2023-06-16Add API doc, change DRED offsets to be samplesJean-Marc Valin
2023-06-16Complete switching to DRED objectJean-Marc Valin
2023-06-16More DRED refactoringJean-Marc Valin
2023-06-16DRED refactoring/renamingJean-Marc Valin
2023-06-16Fix extensions padding for CBRJean-Marc Valin
2023-06-16Only decode the DRED frames we needJean-Marc Valin
2023-06-16Controlling DRED on the encode sideJean-Marc Valin
2023-06-16reenable DREDJean-Marc Valin
2023-06-16Should handle mixes of PLC and DREDJean-Marc Valin
2023-06-16Adds -lossfile option to opus_demoJean-Marc Valin
2023-06-16DRED: First version that (kinda) worksJean-Marc Valin
2023-06-16Make FEC handling in opus_demo more generalJean-Marc Valin
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