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
M
morituri
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
23 days
ago. based on code collected
24 days
ago.
Jan 29, 2024 — Jan 29, 2025
Showing page 27 of 33
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
add a test that doesn't work yet
Thomas Vander Stichele
More...
almost 16 years ago
fix bug caught by pychecker
Thomas Vander Stichele
More...
almost 16 years ago
fix bugs caught by pychecker
Thomas Vander Stichele
More...
almost 16 years ago
fix bug caught by pychecker
Thomas Vander Stichele
More...
almost 16 years ago
use constants
Thomas Vander Stichele
More...
almost 16 years ago
* AUTHORS: * Makefile.am: * NEWS: * TODO: * autogen.sh: * configure.ac: * examples/ARcalibrate.py: * misc/Makefile.am: * misc/morituri-uninstalled: * morituri.spec.in: * morituri/Makefile.am: * morituri/common/Makefile.am: * morituri/common/logcommand.py: * morituri/extern/Makefile.am: * morituri/rip/Makefile.am: * morituri/rip/__init__.py: * morituri/rip/main.py: * morituri/test/Makefile: * morituri/test/Makefile.am: * configure.ac (added): * AUTHORS (added): * morituri.spec.in (added): * Makefile.am (added): * morituri/test/Makefile.am (added): * morituri/extern/Makefile.am (added): * morituri/common/logcommand.py (added): * morituri/common/Makefile.am (added): * morituri/Makefile.am (added): * morituri/rip (added): * morituri/rip/__init__.py (added): * morituri/rip/Makefile.am (added): * morituri/rip/main.py (added): * misc/Makefile.am (added): * misc/morituri-uninstalled (added): * autogen.sh (added): * NEWS (added): Start autotooling. Add a command-line application.
Thomas Vander Stichele
More...
almost 16 years ago
add changes
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/program/cdrdao.py: read all sessions by reading session 9. * morituri/image/toc.py: Parse ZERO statements properly. Also set absolute offsets when we know them from the .toc file. Properly set audio flag on tracks. FIXME: probably doesn't work if the .toc does not have lengths. * morituri/image/table.py: Add some debug to cddb disc id calculation. Fix absolutize function, it was going one index too far. raise ValueError when overriding .absolute with a wrong value. * examples/readdisc.py: Show CDDB disc id at the start. Assert when toc and table have different disc id's (to be fixed) * morituri/test/test_image_cue.py: Update for having the table already with absolute values. * morituri/test/test_image_toc.py: Add Ladyhawke CDDB test, it has a data track.
Thomas Vander Stichele
More...
almost 16 years ago
add toc file with two sessions for testing
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py: Move constants to common
Thomas Vander Stichele
More...
almost 16 years ago
update docs
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py: * examples/readhtoa.py: * examples/readtoc.py: Rename IndexTable to Table.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/image/cue.py: * morituri/image/image.py: * morituri/image/table.py: * morituri/image/toc.py: * morituri/program/cdparanoia.py: * morituri/program/cdrdao.py: * morituri/test/test_image_cue.py: * morituri/test/test_image_table.py: Rename IndexTable to Table.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/image/cue.py: * morituri/image/image.py: * morituri/image/table.py: * morituri/image/toc.py: * morituri/program/cdrdao.py: * morituri/test/test_image_cue.py: * morituri/test/test_image_table.py: Rename ITTrack to Track.
Thomas Vander Stichele
More...
almost 16 years ago
one more symbol
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/common/common.py: * morituri/image/cue.py: Use FRAMES_PER_SECOND where appropriate.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/common/checksum.py: * morituri/common/common.py: * morituri/image/image.py: * morituri/image/table.py: * morituri/program/cdparanoia.py: Move constants to common
Thomas Vander Stichele
More...
almost 16 years ago
add another constant before we move
Thomas Vander Stichele
More...
almost 16 years ago
add a test file
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py: Get our metadata only from the toc.
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py: Also work for discs without htoa.
Thomas Vander Stichele
More...
almost 16 years ago
add a debug line
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py: Write .m3u file.
Thomas Vander Stichele
More...
almost 16 years ago
tell us when we're wrong
Thomas Vander Stichele
More...
almost 16 years ago
* examples/readdisc.py: Rip HTOA as well. Add disc-template parameter.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/image/table.py: Fix a subtle bug in our CDDB disc id calculation. The length of the audio should be calculated as the delta between leadout and start already converted (and truncated) to seconds. * morituri/test/bloc.cue: * morituri/test/test_image_toc.py: Fix up tests for this.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/program/cdparanoia.py: Fix up track counting so HTOA can be ripped again. * examples/readhtoa.py: Fix up example so it works again, tested on Silent Alarm.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/test/test_image_toc.py: * morituri/test/bloc.cue (added): Add an expected .cue file for the bloc party toc.
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/image/toc.py: Calculate the leadout from the sum of the track lengths. * morituri/test/breeders.cue: * morituri/test/cure.cue: Adapt expected results for DISCID. * morituri/image/table.py: Add an assert for hasTOC() when doing .cue() * morituri/test/test_image_toc.py: * morituri/test/test_image_cue.py: absolutize before cue()
Thomas Vander Stichele
More...
almost 16 years ago
* morituri/image/table.py: Only add DISCID if our table is a TOC (which it isn't with our current .toc file parsing) * morituri/test/test_image_cue.py: * morituri/test/test_image_toc.py: Fix up tests; testsuite passes again.
Thomas Vander Stichele
More...
almost 16 years ago
←
1
2
…
23
24
25
26
27
28
29
30
31
32
33
→
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