lp:cdemu
- Get this branch:
- bzr branch lp:cdemu
Branch merges
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.code.sf.net/p/cdemu/code.
Last successful import was 5 hours ago.
Recent revisions
- 1824. By Rok Mandeljc on 2020-11-13
-
libMirage: MirageWriter: disambiguate open_image() method
The mirage_
writer_ open_image( ) method overlaps with the virtual
open_image() method provided by the children classes, and the
arguments between the two differ - the virtual method does not
take parameters hash table, because that's handled in the
mirage_writer_ open_image( ). This may confuse introspection- generated
bindings, so we should disambiguate the two, by renaming the virtual
method to open_image_impl().Fixes the warning about conflicting method with the same name when
building VAPI file for Vala bindings. - 1823. By Rok Mandeljc on 2020-11-13
-
libMirage: docs: fix missing link warnings
By fixing the referenced enum names, which need to be singular,
not plural. - 1822. By Rok Mandeljc on 2020-11-13
-
libMirage: docs: add docs for look-up tables
Add a short documentation block for the newly added doc entries
belonging to the global look-up table buffers. - 1821. By Rok Mandeljc on 2020-11-13
-
libMirage: docs: add the unused entries to libmirage-
sections. txt When we marked the global lookup-table variables (crc16_1021_lut,
crc32_d8018001_lut, and ecma_130_scrambler_ lut) as external, they
began being picked up by gtk-doc. Add them to the Utilities section
in the docs in order to silence the warning about unused entries. - 1818. By Rok Mandeljc on 2020-06-28
-
libMirage: NRG parser: avoid using strlen() to determine if MCN/ISRC is set
The MCN and ISRC fields in the NRG image are fixed-width (i.e., *not*
NULL terminated), so if they are set, strlen() tends to run across
the array boundary (but it then stops at subsequent fields, which
is why this behavior tends to go unnoticed).Replaced the strlen() check with checking only the first byte of
the string field. - 1817. By Rok Mandeljc on 2020-06-28
-
libMirage: NRG parser: do not try to validate/set empty ISRC
Fixes spurious validation warnings when no ISRC is present.
- 1816. By Robert Short <email address hidden> on 2020-06-14
-
libmirage: Fix crash caused by buffer overrun in the cdtext codepath.
The suggested strnlen() function was not adopted since it is strangely not C99,
and Glib equally strangely didn't provide one either.Closes bug #124.
- 1815. By Henrik Stokseth <email address hidden> on 2020-06-14
-
vhba: Exporting functions' symbols allows them to be instrumented with ftrace.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)