summaryrefslogtreecommitdiffstats
path: root/libavcodec/flac_parser.c
Commit message (Expand)AuthorAgeFilesLines
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use %td instead of %PRIdPTR. The argument has type ptrdiff_t.Justin Ruggles2010-12-301-1/+1
* Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch.Justin Ruggles2010-12-301-1/+1
* flac_parser: loop append buffer when the default size is not enough to getMichael Chinen2010-12-301-14/+27
* cosmetics: vertical alignment after last commitJustin Ruggles2010-12-121-2/+2
* flac_parser: only buffer the estimated amount of input needed.Michael Chinen2010-12-121-11/+18
* Make FLAC parser return frames when it has the required amountMichael Chinen2010-12-121-1/+15
* Add a FLAC parser.Michael Chinen2010-12-071-0/+648
OpenPOWER on IntegriCloud