Dirac Encoder AND Decoder: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 6: Line 6:
- Student : Marco Gerards
- Student : Marco Gerards


=== Phase 1: Learning - or "in which mess you had thrown yourself this summer" ===
=== 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.
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.

Revision as of 00:01, 18 May 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...

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)