openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
CDEmu
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 6 hours
ago.
Jun 20, 2024 — Jun 20, 2025
Showing page 19 of 64
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
libMirage: writer: replace XML-based parameter sheet by structure-based one, as it will alleviate the need for XML parser on user's side and allow us to implement parameter validation and default value retrieval mechanism (the latter is already in place)
Rok Mandeljc
More...
over 11 years ago
libMirage: ISO writer: when finalizing the image, if there is more than one track in the image, rename the first track's file to include track number (= "-01") in its name. Similarly, if there is more than one session in the image, rename the track files for all tracks in the first session to include session number ("-01") in their name.
Rok Mandeljc
More...
over 11 years ago
libMirage: stream & file/filter stream: implemented mirage_stream_move_file() function, which allows a stream (filter chain) to move its file. Works only on streams that are opened as writable.
Rok Mandeljc
More...
over 11 years ago
libMirage: ISO writer: removed "image_name_format" parameter; instead, we'll use fixed one - %b-%02s-%02t.%e, where we will omit session number for tracks in first session, and track number for first track in first session. TODO: modify finalize_image() to check number of sessions and tracks and adjust the name of image file for first track/all tracks in first session, if necessary
Rok Mandeljc
More...
over 11 years ago
libMirage: context: when removing a stream from cache, make sure to remove all instances; usually, there should be only one, but we might need more at some point (e.g., stream renaming)
Rok Mandeljc
More...
over 11 years ago
libMirage: utils: created dictionary version of mirage_helper_format_string() function
Rok Mandeljc
More...
over 11 years ago
libMirage: utils: made general-purpose string formatter a bit smarter; when matching a replacement token, it now in addition captures all word characters preceding the % sign, back to the first non-word character. If replacement token is valid, this prefix is left as is; but if replacement token is invalid, then the prefix is removed together with the replacement token. For example, %b-%t.iso with %b=test and %t=3 => test-3.iso, whereas %b-%t.iso with %b=test => test.iso
Rok Mandeljc
More...
over 11 years ago
Daemon: mode pages: set SAO/DAO as default recording mode and return error if recording mode is to be changed to unimplemented incremental/packet (0x00)
Rok Mandeljc
More...
over 11 years ago
gCDEmu: implemented support for blank disc image creation, including automatic construction of writer parameters GUI based on writer's parameter sheet
Rok Mandeljc
More...
over 11 years ago
Client: create-blank command accepts single filename
Rok Mandeljc
More...
over 11 years ago
Daemon: DeviceCreateBlank should accept a single filename, which serves as a basename
Rok Mandeljc
More...
over 11 years ago
gCDEmu: small cleanup - replaced some one-line-callbacks with lambda functions
Rok Mandeljc
More...
over 11 years ago
gCDEmu: added "Create blank" button on device's property page
Rok Mandeljc
More...
over 11 years ago
gCDEmu: fixed a typo
Rok Mandeljc
More...
over 11 years ago
libMirage: ISO writer: if we have subchannel, its size should be 96, not 0
Rok Mandeljc
More...
over 11 years ago
Daemon: device: fixed a typo that caused all received writer parameters to be dropped
Rok Mandeljc
More...
over 11 years ago
Client: implemented writer parameter validation using writer's parameter sheet; the parameters are now properly converted from string to their corresponding type and sent to daemon
Rok Mandeljc
More...
over 11 years ago
Client: fixed writer parameter enumeration
Rok Mandeljc
More...
over 11 years ago
Client: proof-of-concept implementation of create-blank command
Rok Mandeljc
More...
over 11 years ago
Daemon: device: moved blank disc loading into a separate method, called DeviceCreateBlank
Rok Mandeljc
More...
over 11 years ago
libMirage: writer: mirage_writer_open_image() now takes writer parameters in a form of hash table (instead of taking parameters from context) libMirage: ISO writer: take parameters from supplied hash table. Also, in mirage_writer_iso_finalize_image(), do not unref the disc, since we don't keep reference to it anymore
Rok Mandeljc
More...
over 11 years ago
Client: big rewrite: moved from getopt to argparse; refactored code to use callable command objects (each implementing its command-line subparser) instead of using one central object; moved from C-style error reporting via boolean return values to exception-based one
Rok Mandeljc
More...
over 11 years ago
Client: fixed a bug that caused us to print full usage info when user entered command+help combination
Rok Mandeljc
More...
over 11 years ago
libMirage: ISO writer: fill in the parameters sheet
Rok Mandeljc
More...
over 11 years ago
Client: added support for displaying writer's parameters
Rok Mandeljc
More...
over 11 years ago
libMirage: SNDFILE filter stream: added MIME types for WAV, AIFF, FLAC and OGG to filter stream info
Rok Mandeljc
More...
over 11 years ago
Daemon: when enumerating filter streams, include information about writing support. Daemon: updated interface description in README Client & gCDEmu: account for included information about writing support in filter stream information.
Rok Mandeljc
More...
over 11 years ago
Client: tweaked output of parser and filter stream enumeration a bit, to be more structured
Rok Mandeljc
More...
over 11 years ago
Client: updated bash completion to use enum-filter-streams instead of enum-file-filters, and to support enum-writers
Rok Mandeljc
More...
over 11 years ago
Client: implemented enumeration of supported writers
Rok Mandeljc
More...
over 11 years ago
←
1
2
…
15
16
17
18
19
20
21
22
23
…
63
64
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree