aboutsummaryrefslogtreecommitdiffstats
path: root/src/aac_decode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix a bug, due to not resetting decodeType in playerSeek when the file toWarren Dukes2004-03-231-14/+15
| | | | | seek isn't the same as the current playing file git-svn-id: https://svn.musicpd.org/mpd/trunk@409 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* a few aac/mp4 minor fixesWarren Dukes2004-03-221-9/+15
| | | | | don't set audioFormat till decode first frame git-svn-id: https://svn.musicpd.org/mpd/trunk@359 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* print error messages for faad2Warren Dukes2004-03-221-0/+3
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@358 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* implement acc-raw decoding, no seeking for aacWarren Dukes2004-03-221-62/+60
| | | git-svn-id: https://svn.musicpd.org/mpd/trunk@357 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* aac decoding!Warren Dukes2004-03-221-99/+50
| | | | | | | | need to work on seeking for AAC also, don't reset cb->begin on seek to 0, instead just set cb->end=cb->begin, works much better for disabling seeking (like ADIF AAC's) git-svn-id: https://svn.musicpd.org/mpd/trunk@356 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* add aac_decode.[ch] and start working on itWarren Dukes2004-03-211-0/+460
also, if locale is C or POSIX, set fs charset to iso-8859-1 git-svn-id: https://svn.musicpd.org/mpd/trunk@347 09075e82-0dd4-0310-85a5-a0d7c8717e4f