summaryrefslogtreecommitdiff
path: root/src/chunk.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-18Whitespace.Erik de Castro Lopo1-1/+1
2012-03-18Reworking of custom chunk handling code.Erik de Castro Lopo1-13/+18
2012-03-17Whitespace and ChangeLog.Erik de Castro Lopo1-0/+3
2012-03-16store ID even when using psf_store_read_chunk_u32IOhannes m zmoelnig1-0/+3
2012-03-16initialize iterator to first element matching markerIOhannes m zmoelnig1-0/+3
2012-03-16properly increment iteratorIOhannes m zmoelnig1-3/+3
2012-03-16added myself as copyright holderIOhannes m zmoelnig1-0/+1
2012-03-16formatting & docsIOhannes m zmoelnig1-3/+2
2012-03-16chunk helper functionsIOhannes m zmoelnig1-0/+65
2012-03-16use "const" READ_CHUNKS fpr the find_read_chunk() functionsIOhannes m zmoelnig1-2/+2
2012-03-16store the full id in the RCHUNKIOhannes m zmoelnig1-1/+7
2012-03-05src/ : Refactor chunk storage so it work on big as well as little endian CPUs.Erik de Castro Lopo1-19/+88
2012-02-29src/chunk.c : Fix buffer overrun introduced in recently added chunk logging.Erik de Castro Lopo1-2/+5
2011-12-31Make custom chunks work on AIFF files.Erik de Castro Lopo1-12/+43
2011-12-28More chunk logging tweaks.Erik de Castro Lopo1-4/+17
2011-12-28Add chunk logging for AIFF files.Erik de Castro Lopo1-11/+11
2011-01-19Update copyright dates.Erik de Castro Lopo1-1/+1
2009-02-07Update copyright notices.Erik de Castro Lopo1-1/+1
2008-01-26src/chunk.c : Remove debug.Erik de Castro Lopo1-7/+0
2008-01-24New file for storing and retrieving info about header chunks. Hook into build.Erik de Castro Lopo1-0/+61