Commit graph

43 commits

Author SHA1 Message Date
DataHoarder ba11f91599
Added decoder sanity checks for bitDepth, channels
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-23 16:52:21 +02:00
DataHoarder 03a8d373b7
Check frame length bounds and samplerate
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-22 19:55:14 +02:00
DataHoarder 8294d09f7f
Require frameLength to be greater than 0
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-22 19:23:05 +02:00
DataHoarder c2f4ea84d2
Do bounds checking on BitBuffer read
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-22 19:19:30 +02:00
DataHoarder 68745685f4
Enforce numSamples to be lesser than max frame length on decode, security issue
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-22 18:51:29 +02:00
DataHoarder 70b76cc688
Remove the same includes on decoder
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-22 16:49:39 +02:00
DataHoarder 36183648ff
Remove cstdio include
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-22 16:49:05 +02:00
DataHoarder 24a644245e
Remove vector include
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-22 16:48:23 +02:00
DataHoarder 50e084c919
Added channels to decoder output size
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-21 12:32:29 +02:00
DataHoarder 4ca37a9ff3
Fix BitBufferInit for decoder
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-21 12:15:54 +02:00
DataHoarder d4fe18abce
Added libalac.h decoder exports
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-21 11:06:53 +02:00
DataHoarder 0f8ce49da1
Add build dependencies
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-21 11:03:36 +02:00
DataHoarder 2ace9b3ecb
Added Encoder support
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-21 10:59:48 +02:00
DataHoarder 109921d57b
Added Drone CI
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-21 10:53:01 +02:00
DataHoarder eec1c7d041
Added frames per packet export 2022-04-20 22:37:27 +02:00
DataHoarder bb7e91682e
Export alac_encoder_get_magic_cookie 2022-04-20 22:10:03 +02:00
DataHoarder cef0bc38e6
Added magic cookie, fixed Encode 2022-04-20 21:47:45 +02:00
DataHoarder abddc2592b
Add C libalac interface for encoder 2022-04-20 20:18:57 +02:00
Mike Brady 5d6d836ee5
Merge pull request #7 from olgeni/fix-example
Unbreak build of sample conversion utility.
2019-02-13 13:11:40 +00:00
olgeni c86990a999 Unbreak build of sample conversion utility. 2019-02-11 17:46:55 +01:00
Mike Brady c9085ac04a
Update README.md 2018-08-17 15:18:27 +01:00
Mike Brady ae873e47cb
Update README.md 2018-08-17 15:15:17 +01:00
Mike Brady 1588be3a83 Update 2017-05-24 11:48:09 +01:00
Mike Brady ce8b0e1e01 Update README.md 2017-05-24 11:47:29 +01:00
Mike Brady 7f49d68da8 Update README.md 2017-05-24 11:43:21 +01:00
Mike Brady 45d20bd214 Update README.md 2017-04-16 20:12:07 +01:00
Mike Brady 725b18406a Update README.md 2017-04-16 20:11:15 +01:00
Mike Brady 9c33501311 Update README.md 2017-04-16 20:09:04 +01:00
Mike Brady 5f3e5a29b8 It's okay to get an aclocal warning... 2017-03-04 19:35:31 +00:00
Mike Brady d94f668213 Update README.md 2016-07-04 15:57:49 +01:00
Mike Brady 7a71687a9b Update README.md 2016-07-04 09:33:13 +01:00
Mike Brady a22f899f54 Update README.md 2016-07-04 09:29:26 +01:00
Mike Brady 460c0ce76b Update README.md 2016-07-04 09:26:52 +01:00
Mike Brady 8249006191 Update README.md 2016-07-04 09:19:58 +01:00
Mike Brady 8d488b44ea Update README.md 2016-07-04 09:19:35 +01:00
Mike Brady fe2a56746c Merge branch 'master' of https://github.com/mikebrady/alac
Forgot.
2016-07-03 21:18:03 +01:00
Mike Brady 6f4268cee2 Add in the alac.pc/in file 2016-07-03 21:17:39 +01:00
Mike Brady 873d3c5865 Create README.md 2016-07-03 19:59:13 +01:00
Mike Brady 4638e582f5 Disable check for booleans 2016-07-03 19:55:02 +01:00
Mike Brady b4500a074d Initial set of autotools files 2016-07-03 19:44:12 +01:00
ealdrich@apple.com 35e1d01a8d Initial check in
git-svn-id: http://svn.macosforge.org/repository/alac/trunk@3 92fd1c79-0083-48bf-97f5-1a84ada3fd0a
2011-10-26 19:54:09 +00:00
ealdrich@apple.com 8e6e1963a2 Initial check in
git-svn-id: http://svn.macosforge.org/repository/alac/trunk@2 92fd1c79-0083-48bf-97f5-1a84ada3fd0a
2011-10-26 19:31:06 +00:00
wsiegrist@apple.com 6dce6466c1 Initial branch layout.
git-svn-id: http://svn.macosforge.org/repository/alac/trunk@1 92fd1c79-0083-48bf-97f5-1a84ada3fd0a
2011-10-25 23:40:49 +00:00