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 5 hours
ago.
Jun 25, 2024 — Jun 25, 2025
Showing page 39 of 64
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
libMirage: update parsers & docs
Rok Mandeljc
More...
almost 13 years ago
libMirage: Track: remove 'index' argument from mirage_track_add_index(), since there's no point of having externally-supplied indices
Rok Mandeljc
More...
almost 13 years ago
libMirage: in various *_add_* functions, removed the possibility to pass NULL and get object created. From now on, object must be explicitly created by the caller...
Rok Mandeljc
More...
almost 13 years ago
libMirage: Sector: added a sync pattern variable, so we don't have to keep redeclaring it everywhere...
Rok Mandeljc
More...
almost 13 years ago
libMirage: updated docs
Rok Mandeljc
More...
almost 13 years ago
Daemon: silence a warning
Rok Mandeljc
More...
almost 13 years ago
libMirage: Parser: mirage_parser_get_cached_data_stream() should increase the reference count on stream. (Mainly for consistency with code in parsers)
Rok Mandeljc
More...
almost 13 years ago
libMirage: XCDROAST Parser: keep up with changes in libMirage. No data stream caching is needed by this parser
Rok Mandeljc
More...
almost 13 years ago
libMirage: NRG Parser: forgot to make use of the dispose function
Rok Mandeljc
More...
almost 13 years ago
libMirage: TOC Parser: keep up with changes in library. Implemented data stream caching via mirage_parser_get_cached_stream()
Rok Mandeljc
More...
almost 13 years ago
libMirage: READCD Parser: keep up with changes in library. Implemented data stream caching by directly storing pointer to stream object in the private structure.
Rok Mandeljc
More...
almost 13 years ago
libMirage: NRG Parser: keep up with changes in library. Implemented data stream caching by directly storing pointer to stream object in the private structure.
Rok Mandeljc
More...
almost 13 years ago
libMirage: MDX Parser: keep up with changes in library. Reuse the data stream for MDX file by storing it in private structure
Rok Mandeljc
More...
almost 13 years ago
All: Deprecate manual changelog.
Henrik Stokseth
More...
almost 13 years ago
libMirage: MDS Parser: keep up with changes in library. Implemented data stream caching via mirage_parser_get_cached_data_stream()
Rok Mandeljc
More...
almost 13 years ago
libMirage: ISO Parser: keep up with changes in library. Implemented data stream caching via mirage_parser_get_cached_stream(). Directly storing the pointer would work as well, but with the current structure of the code, caching function is cleaner...
Rok Mandeljc
More...
almost 13 years ago
libMirage: DAA Parser: keep up with changes in library
Rok Mandeljc
More...
almost 13 years ago
libMirage: CUE Parser: keep up with changes in library. Implemented data stream caching via mirage_parser_get_cached_stream()
Rok Mandeljc
More...
almost 13 years ago
libMirage: CIF Parser: keep up with changes in library. Implemented data stream caching by directly storing pointer to stream object in the private structure. TODO: since this is the only parser that creates tracks while reading descriptor, make sure the position in stream does not get messed up by subchannel data scanning code in tracks!
Rok Mandeljc
More...
almost 13 years ago
libMirage: CDI Parser: keep up with changes in library. Implemented data stream caching by directly storing pointer to stream object in the private structure.
Rok Mandeljc
More...
almost 13 years ago
libMirage: CCD Parser: keep up with changes in library. Implemented stream caching by directly storing pointers to both streams in private structure.
Rok Mandeljc
More...
almost 13 years ago
libMirage: C2D Parser: keep up with changes in library. Implemented data stream caching, by directly storing pointer in private data.
Rok Mandeljc
More...
almost 13 years ago
libMirage: Parser: forgot to make use of dispose function
Rok Mandeljc
More...
almost 13 years ago
libMirage: B6T Parser: keep up with changes in libMirage. Implemented data file stream caching via mirage_parser_get_cached_stream().
Rok Mandeljc
More...
almost 13 years ago
Daemon: removed a g_error_free() that I overlooked during last cleanup
Rok Mandeljc
More...
almost 13 years ago
libMirage: Parser: implemented data stream caching on parser level (we do not really want it on libMirage level due to all possible complications...), in form of mirage_parser_get_cached_data_stream() function
Rok Mandeljc
More...
almost 13 years ago
libMirage: Fragment: in libmirage_create_fragment() and mirage_fragment_can_handle_data_format(), use stream object instead of filename
Rok Mandeljc
More...
almost 13 years ago
libMirage: Fragment: when setting a file, allow the caller to optionally pass an already-opened stream to be (re)used. This is the first step in stream recycling. Unfortunately, we cannot retrieve filename from a #GFileInputStream (since it's based on file descriptor and doesn't explicitly store the filename...), so we require callers to pass filename as well.
Rok Mandeljc
More...
almost 13 years ago
libMirage: added proof-of-concept gzip file filter
Rok Mandeljc
More...
almost 13 years ago
libMirage: ECM Filter: fixed a typo and added a debug message at the end of index building
Rok Mandeljc
More...
almost 13 years ago
←
1
2
…
35
36
37
38
39
40
41
42
43
…
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