aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/flac_parser.c
AgeCommit message (Expand)Author
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-12-30Use %td instead of %PRIdPTR. The argument has type ptrdiff_t.Justin Ruggles
2010-12-30Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch.Justin Ruggles
2010-12-30flac_parser: loop append buffer when the default size is not enough to getMichael Chinen
2010-12-12cosmetics: vertical alignment after last commitJustin Ruggles
2010-12-12flac_parser: only buffer the estimated amount of input needed.Michael Chinen
2010-12-12Make FLAC parser return frames when it has the required amountMichael Chinen
2010-12-07Add a FLAC parser.Michael Chinen