-
Notifications
You must be signed in to change notification settings - Fork 461
Roadmap2_0
Antonin Descampe edited this page Apr 28, 2015
·
1 revision
Operation Commando: ceinture & bretelle
Team:
- Mickael Savinaud
- Julien Malik
- Julien Michel
- Nicolas BERTRAND Avail june( end of ) / July
- Manuel Grizonnet
- Mathieu Malaterre. Avail.: July / ~4days
- Antonin Descampe
Equipement
- emacs or vi
- night vision google (optional)
Fix remaining test tile decoders (ctest -R ttd)Add several encoding tests to verify class-1 compliance- incorporate diff into convert.c (j2k codecs)
- fix cinema test with extra byte
-
fix MJ2 to use new API ?*copy/paste opj 1.5 branch -
move JPIP code within openjpip / jpip directories*move back jpip file level into openjp2 reorder libs/directory see [FolderReorgProposal]. cmake reorder/cleanup.-
add ABI handling (gcc hidden stuff, dllexport for win32).(need CFLAGS=-fvisibility=hidden) - remove tabs (emacs/vi/sed). Use hjonshon uncrustify
- remove old v1 symbols
- rename symbols (remove
_v2
if any), preprendopj_
to everything - fix compilation with -Wsign-conversion -Wconversion
rename int.h/fix.h & j2k_lib.hopenjpwl: need to use opj 1.5fix callconv and function pointer- what is the minimum cmake version required for openjpeg ? 2.8.2 or earlier ?
- release v2.0.0 !
- remove svn/branches/v2 !
filename | tasks |
---|---|
bio.h/.c | why include stddef only in bio.h and not in opj_include directly : For the moment we will keep as it |
cio.c/.h | remove cio~~(marked as deprecated)~~ |
|
|
dwt.c/.h | clean comments and reorganize local/exported functions (style so later) -> ok |
event./h |
|
funtion_list.c/.h | |
image.h/.c | status of opj_image_create0. We can keep it until full opaque pointer is realized. see http://en.wikipedia.org/wiki/Opaque_pointer#C |
rename opj_image_tile_create /merge with opj_image_create | |
j2k.c |
2 TODO LH + |
j2k.h |
|
jp2.c/.h | clean/remove/adapt the dump fonctions ? + |
jpt.c/.h | |
mct.h/c | ok |
mqc.c/.h |
|
openjpeg.c | |
opj_clock.c/.h | ok |
pi.h | change the opj_pi_iterator.first to opj_bool |
pi.c | ok |
raw.h/.c | ok |
t1.h | clean opj_t1 (remove opj_common_ptr) |
t1.c |
|
t2.c/.h | clean opj_t2 (remove opj_common_ptr) |
tcd.c/.h | remove tcd dump ? Or adapt it |
tgt.c | manage the frpintf (issue #184) |