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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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