Dirac Encoder AND Decoder: Difference between revisions

From MultimediaWiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Summer of Code - Dirac Encoder AND Decoder status page ==
== 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.
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 or follow the ffmpeg-soc mailing list.


- Mentor : lu_zero
- Mentor : lu_zero
- Student : Marco Gerards
- Student : Marco Gerards


Line 16: Line 17:
==== Useful links ====
==== Useful links ====


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


Misc wavelet theory : http://www.amara.com/current/wavelet.html | http://www.wavelet.org/
Misc wavelet theory : http://www.amara.com/current/wavelet.html | http://www.wavelet.org/
Line 34: Line 35:
=== Phase 3: Building upon it - (your madhouse) ===
=== Phase 3: Building upon it - (your madhouse) ===


Decoder implementation is fully implemented
Decoder is fully implemented


Encoder getting in shape (no quantization, encoded files work with ffdirac decoder but not the reference one)
Encoder is getting in shape (no quantization, encoded files work with ffdirac decoder but not the reference one)


Links for you
<b>Expected results:</b> Getting the decoder working
 
<b>ARCHIVED</b>
 
==== Useful links ====


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


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

Latest revision as of 20:13, 20 August 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 or follow the ffmpeg-soc mailing list.

- 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_pre8.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 is fully implemented

Encoder is getting in shape (no quantization, encoded files work with ffdirac decoder but not the reference one)

Expected results: Getting the decoder working

ARCHIVED

Useful links

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

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