Slow work on colourspace decoding
[jirac.git] / TODO
blob510b48394a1773f9e731af054d097c4e351bd691
1 * Fix the (integer) colourspace conversion
2 * Make jirac accept the GOP structure of libdirac output
3   1: make the condition of reference availability checkable
4   2: create a queue interface and implementations
5   3: arrange for the input queue to select decodable pictures first at
6      a pop() call.
7 * control decoder blocking using wait() and notify()
8 * Fix decoding of motion vectors
9 * Create a memory (Block) pool class to avoid allocation 
10 * and a block Cache class for upscaled component caching 
11   (this implies reference counting)