Skip to content

libcue 2.0.0

Choose a tag to compare

@lipnitsk lipnitsk released this 16 Feb 01:06
· 66 commits to master since this release
    [John Lindgren]
    * Parse REM GENRE lines

    [Svyatoslav Mishyn]
    * Clean up time conversion functions

    [Ilya Lipnitskiy]
    * Add Travis-CI support

    * Move exported function declarations to libcue.h. Change default
      symbol visibility to hidden. Only export parsing and accessor
      functions. Make functions more const-correct

    * Add support for noncompliant CUEs produced by EAC

    * Return -1 instead of 0 for unknown values

    * Refactor CUE INDEX parsing to set pregap and previous track length
      correctly

    * Add tests for various CUE formats

    * Move the project from automake to cmake

    * Clean up the changelog