Theora:Beta1ToDo: Difference between revisions
Jump to navigation
Jump to search
(update) |
(update2) |
||
Line 7: | Line 7: | ||
**implement per-block qi switching as per the spec | **implement per-block qi switching as per the spec | ||
**API updates. clean up api to add theora_ctl() for setting codec options, and move non-info-header data out of the theora_info struct into theora_state | **API updates. clean up api to add theora_ctl() for setting codec options, and move non-info-header data out of the theora_info struct into theora_state | ||
*4:2:2 and 4:4:4 pixel format support in the reference codec | *4:2:2 and 4:4:4 pixel format support in the reference codec | ||
*<acolwell> the encoder/decoder inloop filter mismatch should probably be fixed before Beta 1 as well | |||
**this is already [http://trac.xiph.org/cgi-bin/trac.cgi/file/trunk/theora/lib/dct_decode.c?rev=7026 done] in alpha4. | |||
---- | ---- | ||
'''this can wait for the next beta''' | '''this can wait for the next beta''' | ||
Line 19: | Line 18: | ||
*Is beta1 supposed to ship with a decoder supporting the whole spec (comparison: Vorbis rc1/rc2)? | *Is beta1 supposed to ship with a decoder supporting the whole spec (comparison: Vorbis rc1/rc2)? | ||
**Yes. See [http://trac.xiph.org/cgi-bin/trac.cgi/ticket/589 here] | **Yes. See [http://trac.xiph.org/cgi-bin/trac.cgi/ticket/589 here]. |
Revision as of 01:52, 28 September 2005
- Spec is finished
Open for Beta1
- Main things from rillian's todo are:
- implement non-vp3 qi matrix support in the reference decoder
- implement per-block qi switching as per the spec
- API updates. clean up api to add theora_ctl() for setting codec options, and move non-info-header data out of the theora_info struct into theora_state
- 4:2:2 and 4:4:4 pixel format support in the reference codec
- <acolwell> the encoder/decoder inloop filter mismatch should probably be fixed before Beta 1 as well
- this is already done in alpha4.
this can wait for the next beta
- add some sort of mmx(?) wims,VP3HoSwiYO or rodolphes sugestion?
complete decoder?
- Is beta1 supposed to ship with a decoder supporting the whole spec (comparison: Vorbis rc1/rc2)?
- Yes. See here.