- Use the existing bitstream_t type to give access to the bitstream. We can extend it later to make it a linked list like I was planning to do with the payload type. - The main encoder now also stores the bitstream in memory.
- Api->encoder_encode can now be called repeatedly to start encoder jobs and to retrieve the results. Conflicts: src/encmain.c
- Move encoder initialization from main to kvazaar.c. - Have main use the API for initialization. Conflicts: src/encmain.c