OpusTodo: Difference between revisions

From XiphWiki
Jump to navigation Jump to search
(→‎Future work: stack stuff.)
No edit summary
Line 1: Line 1:
== IETF draft ==
* <s>New comparison tool</s> done in draft-11
* <s>Update test vectors</s> done in draft-11
== Spec ==
== Spec ==
 
* Ogg mapping
* <s>Finish codec draft</s>
* Get draft through the RFC process
* <s>Ogg mapping (including multi-channel)</s>. See: [[OggOpus]]
* Matroska mapping. See: [[MatroskaOpus]]
* Matroska mapping. See: [[MatroskaOpus]]
* RTP payload format
* RTP payload format


== 1.0 Launch ==
== Website ==
* De-uglify webpage
* De-uglify webpage
* <s>Add logo</s>
* FAQ (In progress: [[OpusFAQ]])
* Promotional material
* Promotional material
* <s>Opus tools releases</s>


== Other ==
== Other ==


* <s>Logo See: [https://bugzilla.mozilla.org/show_bug.cgi?id=689261 Mozilla bug 689261] for some discussion</s>
* Test vectors
* Listening tests
* Documentation (at a minimum every exported symbol should have complete and accurate documentation)
* Add content to opus-codec.org
** The above documentation
** Presentations
** Examples and test results  (hyperlink to Monty's demo, gmaxwell's HA results page, etc)
* Oggz-validate (should also validate opus toc)
* Oggz-validate (should also validate opus toc)


== Opus-tools ==
== Opus-tools ==
* Build infrastructure (e.g. autotools)
* A simple real time streaming example tool
* A simple real time streaming example tool
* <s>Multichannel support</s> doneish.
* Replaygain (half done— needs a gain tool)
* Replaygain (half done— needs a gain tool)
* <s>Testing (incl. jenkins automation)</s> doneish


== Future work ==
== Future work ==

Revision as of 18:36, 14 November 2012

Spec

  • Ogg mapping
  • Matroska mapping. See: MatroskaOpus
  • RTP payload format

Website

  • De-uglify webpage
  • Promotional material

Other

  • Oggz-validate (should also validate opus toc)

Opus-tools

  • A simple real time streaming example tool
  • Replaygain (half done— needs a gain tool)

Future work

  • Smart automatic mode decision
  • psymodel based VBR
  • Remove copy in inverse MDCT
  • Save some float<->int conversions
  • Improvements to LP mode CBR (greg has some code)
  • Reduce stack usage in SILK, make it use the heapstack when set[1]