Dirac Encoder AND Decoder: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
Line 35: Line 35:


Decoder implementation reach the point you can see something on screen (I frames)
Decoder implementation reach the point you can see something on screen (I frames)
Links for you
http://www.mgerards.net/blog/?cat=3
https://sourceforge.net/forum/forum.php?thread_id=1778358&forum_id=353618
(I'll clean up later)

Revision as of 14:42, 21 July 2007

Summer of Code - Dirac Encoder AND Decoder status page

This page is meant to track the progress of dirac implementation in ffmpeg. It will be updated from time to time, for further inquiries contact lu_zero on irc.

- Mentor : lu_zero - Student : Marco Gerards

Phase 1: Learning - (in which mess you had thrown yourself this summer)

This first phase will just help understanding the topic and watching what's already there, no point in reinventing a wheel if there are already some round you can use.

Expected results: getting a better grasp on what's going on, prepare a cluebat just in case the student is faster than the mentor...

ARCHIVED

Useful links

Specifications at dirac site: http://dirac.sourceforge.net/DiracSpec1.0.0_pre7.pdf

Misc wavelet theory : http://www.amara.com/current/wavelet.html | http://www.wavelet.org/

Dirac implementations : C++ reference code | C gstreamer implementation

Wavelets implementations: liboil (dirac's, jpeg2k's) | ffmpeg's snow (modified 97, 53)

Phase 2: Implementing the foundation - (of your salvation or your despair)

Decoder implementation starts

Expected results: Start working on the code and refine the knowledge gathered (asking about unclear point in the spec and so on)

ARCHIVED

Phase 3: Building upon it - (your madhouse)

Decoder implementation reach the point you can see something on screen (I frames)

Links for you

http://www.mgerards.net/blog/?cat=3

https://sourceforge.net/forum/forum.php?thread_id=1778358&forum_id=353618

(I'll clean up later)