summaryrefslogtreecommitdiff
path: root/libopenjpeg/function_list.h
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-09-27clean function_list functionsMickael Savinaud
2012-08-17remove deprecated v1 style function dwt_encode; rename dwt_encode_v2 to ↵Mickael Savinaud
opj_dwt_encode remove deprecated v1 style function dwt_decode; rename dwt_decode_v2 to opj_dwt_decode remove deprecated v1 style function dwt_getgain; rename dwt_getgain_v2 to opj_dwt_getgain add opj_dwt_getnorm, opj_dwt_getnorm_real functions remove deprecated v1 style function dwt_encode_real; rename dwt_encode_real_v2 to opj_dwt_encode_real remove deprecated v1 style function dwt_getgain_real; rename dwt_getgain_real_v2 to opj_dwt_getgain_real rename dwt_calc_explicit_stepsizes to opj_dwt_calc_explicit_stepsizes
2012-03-17[trunk] Fix numerous warnings about signed vs unsigned comparison. Adapt ↵Mathieu Malaterre
opj_procedure type to what it should hev been IMHO. Start using PRIi64 for printf and int64_t
2012-03-02[trunk] Fix a bunch of warning about C++ comments in C code.Mathieu Malaterre
2011-12-03Apply doxygen fixes suggested by Brad Hards on opj mailing list.Mathieu Malaterre
2011-09-19WIP: insert elements from V2 framework into the trunk (add missing files)Mickael Savinaud