Commit Graph

34 Commits

Author SHA1 Message Date
Adrian Siekierka ed4821fcac chore: update CI ffmpeg to 7.1.1 2025-03-08 07:38:56 +01:00
Adrian Siekierka 96cc5fc5c0
Merge pull request #8 from spicyjpeg/bs-v3-update
BS v3 support, SPU-ADPCM loop flag fixes and general refactoring
2025-03-08 07:21:49 +01:00
spicyjpeg 801d70e22e
Disable unimplemented formats, add missing const qualifiers 2025-03-08 01:10:42 +01:00
spicyjpeg 60cbaca2b2
Fix str subheader corruption, update README 2025-03-05 01:32:35 +01:00
spicyjpeg 24d37145c6
Bugfixes, add -T and -A options 2025-03-02 20:15:06 +01:00
spicyjpeg 7d537edffb
Clean up, implement new SPU-ADPCM looping options 2025-03-02 12:12:51 +01:00
spicyjpeg 4a0d0c55fd
Add BS v3 encoding support 2025-02-28 11:42:23 +01:00
spicyjpeg a39f159aaf
Refactor and get rid of common.h 2025-02-28 02:15:21 +01:00
spicyjpeg 7b5953322f
Add new argument parser 2025-02-28 01:26:41 +01:00
spicyjpeg 982fad256e
Add .editorconfig, .gitignore and FFmpeg deprecation note 2025-02-25 18:54:53 +01:00
Adrian Siekierka b6c8a1c7b6 chore: enable LTO in CI builds 2025-02-16 16:29:34 +01:00
Adrian Siekierka 744aab19e5 Add str2v format 2025-02-16 16:09:17 +01:00
spicyjpeg 302989badf Optimize MDEC encoder, use ffmpeg DCT implementation 2025-02-16 16:00:08 +01:00
Adrian Siekierka 87b0fe3f2a
libpsxav: fix EOF flag being misapplied in xa/xacd output (#7)
* libpsxav: fix EOF flag being misapplied in xa/xacd output

* psxavenc: refactor str2/str2cd output to match xa/xacd output cleanup

* psxavenc: fix EDC not being calculated in 2336-byte sector mode
2025-02-16 16:00:41 +01:00
Adrian Siekierka 3478a92512 chore: fix GitHub CI 2025-02-16 15:56:09 +01:00
Adrian Siekierka 8712e4e9fd Work around SPU loop flag update bug
Co-authored-by: spicyjpeg <thatspicyjpeg@gmail.com>
2025-02-16 15:34:29 +01:00
Adrian Siekierka 145aa5ac65 add version information 2025-02-16 15:32:42 +01:00
spicyjpeg f127a72f11 Add -a option for spu/vag formats, better defaults 2025-02-16 15:23:31 +01:00
Adrian Siekierka bea15ca01f increase permissible frame rate range to 1..60 FPS 2025-02-15 22:56:57 +01:00
Adrian Siekierka f8e44a59c3 re-enable colorspace conversion 2025-02-15 22:52:17 +01:00
Adrian Siekierka 703bb67393 chore: update ffmpeg in Windows build to 7.1 2025-02-15 22:45:53 +01:00
Adrian Siekierka ac8280cd85 chore: fix GitHub CI 2025-02-15 22:44:33 +01:00
Adrian Siekierka 306615b2b1
Merge pull request #3 from spicyjpeg/sector-size-fix
Fix wrong output sector size in .STR encoder
2023-06-26 19:14:53 +02:00
spicyjpeg ecfdebc37d
Fix wrong sector size in str2 mode 2023-06-26 19:02:08 +02:00
Adrian Siekierka d524746dc0
Merge pull request #2 from spicyjpeg/colorspace-fix
.STR black video fix, Windows and Linux CI
2023-06-20 23:25:22 +02:00
spicyjpeg 13d8afd6a0
Fix CI artifact uploading 2023-06-20 23:21:15 +02:00
spicyjpeg 21aed2cd6b
Add GitHub Actions CI script 2023-06-20 22:51:45 +02:00
spicyjpeg 67746af7b4
Fix colorspace conversion and sbs2 frame rate issues 2023-05-16 10:30:59 +02:00
Adrian Siekierka 4419132326 fix implicit fileno warning 2023-05-15 18:55:53 +02:00
Adrian Siekierka 2482bc14db
Merge pull request #1 from spicyjpeg/old-pr
.STR conversion bugfix, support for generating mono and interleaved .VAG files
2023-05-15 18:52:34 +02:00
spicyjpeg e31da8a4a6
Fix compile errors and warnings, update readme 2023-05-15 18:12:07 +02:00
spicyjpeg e457d59bb1
Move changes over from old PR 2023-05-15 16:47:58 +02:00
Adrian Siekierka 07b8eed300 add initial README 2023-05-15 16:26:00 +02:00
Adrian Siekierka aad1340bf4 first commit 2023-05-15 16:17:16 +02:00