2
I Use This!
Low Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
libMirage: update parsers & docs 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 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... More... almost 13 years ago
libMirage: Sector: added a sync pattern variable, so we don't have to keep redeclaring it everywhere... More... almost 13 years ago
libMirage: updated docs More... almost 13 years ago
Daemon: silence a warning 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) More... almost 13 years ago
libMirage: XCDROAST Parser: keep up with changes in libMirage. No data stream caching is needed by this parser More... almost 13 years ago
libMirage: NRG Parser: forgot to make use of the dispose function More... almost 13 years ago
libMirage: TOC Parser: keep up with changes in library. Implemented data stream caching via mirage_parser_get_cached_stream() 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. 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. 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 More... almost 13 years ago
All: Deprecate manual changelog. 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() 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... More... almost 13 years ago
libMirage: DAA Parser: keep up with changes in library More... almost 13 years ago
libMirage: CUE Parser: keep up with changes in library. Implemented data stream caching via mirage_parser_get_cached_stream() 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! 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. 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. 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. More... almost 13 years ago
libMirage: Parser: forgot to make use of dispose function 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(). More... almost 13 years ago
Daemon: removed a g_error_free() that I overlooked during last cleanup 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 More... almost 13 years ago
libMirage: Fragment: in libmirage_create_fragment() and mirage_fragment_can_handle_data_format(), use stream object instead of filename 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. More... almost 13 years ago
libMirage: added proof-of-concept gzip file filter More... almost 13 years ago
libMirage: ECM Filter: fixed a typo and added a debug message at the end of index building More... almost 13 years ago