Comment 10 for bug 799200

Revision history for this message
Didier Barvaux (didier-barvaux) wrote :

rev 845: Define new type rohc_cid_t for CID and MAX_CID.
rev 846: API: add rohc_comp_new() and rohc_comp_free().
rev 848: Replace rohc_mode type by rohc_mode_t.
rev 849: API: add rohc_decomp_new() and rohc_decomp_free().
rev 856: API: add new rohc_decomp_get_max_cid() function.
rev 857: API: add new rohc_decomp_get_cid_type() function.
rev 858: API: deprecate rohc_decomp_set_cid_type() and rohc_decomp_set_max_cid().
rev 859: API: deprecate rohc_c_set_large_cid() and rohc_c_set_max_cid().
rev 860: API: add new rohc_decomp_get_mrru() function.
rev 861: API: deprecate rohc_c_using_small_cid()
rev 862: API: deprecate rohc_c_set_header()
rev 864: API: deprecate rohc_c_set_enable() and rohc_c_is_enabled()
rev 869: API: install public headers in the rohc/ subdirectory
rev 870: API: add rohc/ prefix for includes in public headers.
rev 871: API: build an additional librohc.so to aggregate librohc_*.so