search for: api__release_versioning

Displaying 2 results from an estimated 2 matches for "api__release_versioning".

2012 May 06
2
[PATCH] Add missing functions to SeekTable class
...? Lately I've only been able to follow along. The soname is a good point: the flac release numbers are tied to the format and I rely on the sonames to manage binary compatibility.? Some maintainers don't like it but I think it's important for users: http://flac.sourceforge.net/faq.html#api__release_versioning
2012 May 05
3
[PATCH] Add missing functions to SeekTable class
The attached patch adds the missing FLAC__metadata_object_seektable_*() functions from FLAC's metadata object methods (FLAC/metadata.h) to FLAC++'s SeekTable class. Of the 11 functions in the C API, only 4 are currently in the C++ API, this patch adds the missing 7. If this patch is ok, VorbisComment will be next. A quick look tells me only 5 out of 13