bnnm
|
80c8791288
|
Improve init_seek: don't add existing index, find packet size (for M4A)
|
2016-12-03 01:56:27 +01:00 |
|
bnnm
|
8cdce2c196
|
Check on init if seek to 0 works (buggier demuxers may fail)
|
2016-12-02 22:33:51 +01:00 |
|
bnnm
|
609bfb5d61
|
Minor fixes and cleanup
|
2016-12-01 23:49:00 +01:00 |
|
bnnm
|
47be992b4b
|
Fix for demuxers that can't seek to 0 (FFmpeg bugs, see init_seek)
|
2016-12-01 20:11:17 +01:00 |
|
Christopher Snowhill
|
fa4498d964
|
Merge pull request #44 from bnnm/ffmpeg-fixes2
FFmpeg fixes
|
2016-11-27 14:10:09 -08:00 |
|
bnnm
|
f5e8e8ad8e
|
Open key using streamFile, needed to allow user-defined callbacks
|
2016-11-27 22:42:42 +01:00 |
|
bnnm
|
088fb4a480
|
Add Gunhound EX PSP key; try to get key from external file
Needed for files which incorrectly guess its XOR key (like Gunhound).
The format for ADX keyfiles is 6 bytes with start/mult/add (ex.
0x111122223333).
|
2016-11-27 19:41:36 +01:00 |
|
bnnm
|
69116cb6ad
|
Fix VGM_USE_MPEG #ifdef
|
2016-11-26 15:15:50 +01:00 |
|
bnnm
|
75dd0d0d8b
|
FFmpeg fixes
- add samplesPerBlock to FFmpeg struct (for clarity)
- delete functions defs already in meta.h
- comments as I tried to understand the code better
|
2016-11-26 13:43:59 +01:00 |
|
bnnm
|
eb491e0e1b
|
Added WMSF variation; AT3/MP3 support via FFMPEG
|
2016-11-25 22:29:07 +01:00 |
|
bnnm
|
a359dd1816
|
Null FFMpeg codecdata pointer on failure to avoid segfault
|
2016-11-25 19:35:52 +01:00 |
|
bnnm
|
ae5d71e377
|
Allow FFMPEG and MAIATRAC3PLUS to coexist
|
2016-11-14 22:20:00 +01:00 |
|
bnnm
|
ec2a652b29
|
Document AINF header
|
2016-11-13 21:08:11 +01:00 |
|
bnnm
|
eddd789222
|
Add loop support for Zero Time Dilemma (PC)
|
2016-11-13 21:08:11 +01:00 |
|
bnnm
|
5cd11594e2
|
Merge remote-tracking branch 'upstream/master'
|
2016-10-31 00:37:17 +01:00 |
|
Christopher Snowhill
|
82609f8cf6
|
Merge pull request #37 from bnnm/format-ps2-svag-snk
Support for PS2 SNK SVAG
|
2016-10-30 15:07:32 -07:00 |
|
bnnm
|
3c96211b06
|
LF was actually ok (they where CRLF previously but this is a unix file)
|
2016-10-30 18:59:09 +01:00 |
|
bnnm
|
ef8653569b
|
attemp to fix LF
|
2016-10-30 12:53:34 +01:00 |
|
bnnm
|
5d9b186625
|
Less C99
|
2016-10-30 10:36:29 +01:00 |
|
bnnm
|
5ff5f8adf9
|
support for looping and v2 format (GANTZ)
|
2016-10-29 10:20:45 +02:00 |
|
Chris Moeller
|
94309292d9
|
Remove C99-isms for MSVC 2010.
|
2016-10-28 16:50:39 -07:00 |
|
bnnm
|
b5a9db8ae2
|
support for PS2 SNK SVAG
|
2016-10-27 23:21:12 +02:00 |
|
bnnm
|
f1b0b0ea82
|
fixed AT3plus sample count (needed for non-looped files)
|
2016-10-26 23:53:58 +02:00 |
|
Christopher Snowhill
|
713883d9bc
|
Merge branch 'master' of github.com:kode54/vgmstream
|
2016-08-24 17:34:13 -07:00 |
|
Christopher Snowhill
|
36aa6bf9cd
|
Add .sgb extension for RIFF WAV parser.
|
2016-08-10 18:31:06 -07:00 |
|
Christopher Snowhill
|
8337395ba9
|
Fix bitrate reporting for FFmpeg.
|
2016-08-10 18:30:48 -07:00 |
|
Arne Morten Kvarving
|
e6a8e8890d
|
fixed: coding_FFmeg is conditionally defined
|
2016-07-31 14:54:57 +02:00 |
|
Arne Morten Kvarving
|
e3666934c1
|
fixed: move #endif into proper position
|
2016-07-31 14:51:47 +02:00 |
|
Christopher Snowhill
|
add0dba4eb
|
Fix for compiling without FFmpeg.
|
2016-07-25 20:41:26 -07:00 |
|
Chris Moeller
|
cbe9bc3d6b
|
Added FFmpeg support, and fixed a long standing issue with broken loops locking up the decoder.
|
2016-07-16 23:02:27 -07:00 |
|
Chris Moeller
|
b31ee39a95
|
Merge branch 'master' of gitlab.kode54.net:kode54/vgmstream
|
2016-06-30 15:48:12 -07:00 |
|
Christopher Snowhill
|
ecff4c7a28
|
Merge branch 'dbzdokkan_key' into 'master'
Add Dragon Ball Z: Dokkan Battle ADX key
See merge request !2
|
2016-06-30 18:47:48 -04:00 |
|
Chris Moeller
|
800a3da0da
|
Undo an erroneous change to MP4 and HCA meta handlers that could crash.
|
2016-06-30 15:34:40 -07:00 |
|
Chris Moeller
|
5200ed4a91
|
Fixed file handle leak in HCA and MP4 decoders. Minor casting fixes.
|
2016-06-28 19:27:30 -07:00 |
|
Chris Moeller
|
33563f4e7c
|
Add HCA support.
|
2016-06-28 00:20:37 -07:00 |
|
Adam Gashlin
|
d3b3b9623d
|
Add Dragon Ball Z: Dokkan Battle ADX key
|
2016-05-03 02:25:43 -04:00 |
|
Adam Gashlin
|
fa6c98696b
|
Accept 0x00010102 in header for CWAV
This is supposedly in files from Fire Emblem Fates and
Hyrule Warriors Legends.
|
2016-04-26 11:02:11 -04:00 |
|
Chris Moeller
|
961e57d8d0
|
Updated to reflect actual mp4v2 API
|
2015-08-01 05:45:19 +00:00 |
|
Chris Moeller
|
833a7a20a5
|
Fix inline array declaration for MSVC
|
2015-07-14 08:01:46 +00:00 |
|
Chris Moeller
|
6e4be8dafd
|
Merge pull request #20 from soneek/master
Update to fix PCM16 decoding in BCSTM and BFSTM
|
2015-07-07 21:23:16 -07:00 |
|
Joseph Gibbs
|
9600e5f7d1
|
Fix typo
|
2015-07-07 15:54:23 -07:00 |
|
Joseph Gibbs
|
50bf81d269
|
Updated reading of sections for bcstm and bfstm. Fixed start offset for PCM16 b(c/f)stms
|
2015-07-07 15:46:08 -07:00 |
|
smt
|
e101fc8dc8
|
Add new ADX key.
|
2015-07-06 09:06:41 -07:00 |
|
Joseph Gibbs
|
51dfc3339a
|
Added support for Xenoblade Chronicles 3D adx
|
2015-05-16 15:30:15 -07:00 |
|
Chris Moeller
|
f6367fb0a8
|
Fixed a .JOE file with 0 dataInterleave, assuming 16 byte interleave for such files.
|
2015-04-10 13:00:08 -07:00 |
|
Chris Moeller
|
64be1ead91
|
Crash fix for random files passing into this function and attempting to allocate negative channel count arrays
|
2015-01-24 21:09:00 -08:00 |
|
Chris Moeller
|
1ad884287b
|
Added G.719 decoding support to BNSF input
|
2015-01-24 21:08:25 -08:00 |
|
Chris Moeller
|
a4f8a09541
|
Change the first use of variable length array declarations to use a xiph.org stack_alloc.h header, and define how to use it for MinGW, Unix (-DVAR_ARRAYS) and for MSVC (-DUSE_ALLOCA)
|
2015-01-21 17:50:27 -08:00 |
|
Chris Moeller
|
758615222f
|
Removed C99-isms for old compilers
|
2015-01-21 17:31:44 -08:00 |
|
soneek
|
b015ae9982
|
Merge branch 'master' of github.com:soneek/vgmstream
|
2015-01-21 19:29:12 -05:00 |
|