summaryrefslogtreecommitdiff
path: root/src/opus_demo.c
Commit message (Expand)AuthorAgeFilesLines
* Only decode the DRED frames we needJean-Marc Valin2023-01-201-1/+6
* Controlling DRED on the encode sideJean-Marc Valin2022-12-211-0/+9
* reenable DREDJean-Marc Valin2022-12-201-1/+1
* Should handle mixes of PLC and DREDJean-Marc Valin2022-12-191-1/+1
* Adds -lossfile option to opus_demoJean-Marc Valin2022-12-131-2/+18
* DRED: First version that (kinda) worksJean-Marc Valin2022-12-091-1/+4
* Make FEC handling in opus_demo more generalJean-Marc Valin2022-12-081-55/+56
* Avoiding leaks when opus_demo exits with an errorJean-Marc Valin2018-05-291-46/+36
* Fix divide-by-zeros in opus_demo stats codeJean-Marc Valin2018-02-201-11/+20
* Fix compiler warningsMark Harris2017-02-261-9/+12
* opus_demo: remove obsolete option from usageMark Harris2016-12-171-1/+0
* Remove commented-out DEBUG_STORE_DATA calls. r=keonRalph Giles2016-11-101-2/+0
* Removes OPUS_FRAMESIZE_VARIABLEJean-Marc Valin2016-11-041-26/+19
* Support encoding 80/100/120 ms frame lengthsFelicia Lim2016-10-271-3/+15
* Fixing some opus_int vs opus_int32 mismatchesJean-Marc Valin2016-10-051-1/+1
* Quality: Retrained classifier MLP with better dataJean-Marc Valin2016-07-171-1/+2
* Addressing more issues from scan-buildJean-Marc Valin2016-06-291-2/+3
* opus_demo: fixes potential division by zero on files with no active frameJean-Marc Valin2015-12-041-1/+1
* Fixes bitrate statistics for decode-only operation and inband FECKoen Vos2015-08-201-11/+15
* Avoiding the term "mode" in opus_demoJean-Marc Valin2015-02-271-3/+3
* opus_demo: remove unused but set valuesTristan Matthews2015-02-241-5/+2
* Fix type conversion warning.Ralph Giles2014-05-141-1/+1
* Validate channel count in opus_demo.Gregory Maxwell2013-11-191-7/+15
* Adds a simple padding test to opus_demo (disabled by default)Jean-Marc Valin2013-11-151-0/+12
* Remove now-unused check_decoder_option.Gregory Maxwell2013-10-281-9/+0
* Make -loss valid for opus_demo -eMark Harris2013-10-121-1/+0
* Fixes some return without va_end in the api, adds tests.Gregory Maxwell2013-06-291-1/+1
* Adds a quick hack to replace the normal calls with the multistream version.Jean-Marc Valin2013-06-131-0/+30
* Fixes FEC issues introduced in 7fcd66cJean-Marc Valin2013-04-231-0/+2
* Adds support for delayed decisionJean-Marc Valin2013-02-201-4/+29
* First attempt at varying the frame size depending on the audio (float only)Jean-Marc Valin2013-02-101-0/+7
* Makes opus_demo rubust to the encoder using variable frame durationJean-Marc Valin2013-02-101-6/+25
* Implements OPUS_GET_LAST_FRAME_DURATION decoder ctl()Jean-Marc Valin2012-12-041-3/+7
* opus_demo: mark tables as static constants.Diego Elio Pettenò2012-09-121-8/+8
* Implements OPUS_{GET,SET}_LSB_DEPTHJean-Marc Valin2012-08-061-0/+1
* Fix bkp/s -> kb/s in opus_demo.Gregory Maxwell2012-07-271-1/+1
* Remove unnecessary and not-very-portable opus_demo case insensitivity.Gregory Maxwell2012-06-041-28/+21
* int vs opus_int32 consistencyJean-Marc Valin2012-05-181-1/+1
* Make opus_demo r/w little-endian PCM independent of host byte-order.Gregory Maxwell2012-04-301-3/+21
* Fix negative write bug in opus_demo and add some fwrite() error handling.Gregory Maxwell2012-04-231-5/+20
* s/FOUNDATION/COPYRIGHT OWNER/ in CELT code and "glue code"Jean-Marc Valin2012-04-201-2/+2
* Last updates for draft -11v0.9.9Jean-Marc Valin2012-02-171-1/+163
* Adds -random_fec option to randomly add FEC to some frames.Jean-Marc Valin2011-10-311-0/+9
* Adds -random_framesize and -sweep_max options to opus_demoJean-Marc Valin2011-10-301-1/+46
* Fix some inconsequential file descriptor leaks in the demo tools to silence c...Gregory Maxwell2011-10-301-0/+9
* Newly introduced check_encoder_option failed unconditionally instead of only ...Gregory Maxwell2011-10-291-2/+2
* Checking that encoder options aren't used for decoding in opus_demoJean-Marc Valin2011-10-281-15/+43
* opus_demo now returns 1 on mismatchJean-Marc Valin2011-10-281-1/+1
* Convert tabs to spaces in the opus and celt code.Ralph Giles2011-10-261-18/+40
* Renames test_opus to opus_demo and adds the test_opus_api, test_opus_encode, ...Gregory Maxwell2011-10-261-0/+486