summaryrefslogtreecommitdiff
path: root/libavcodec/flac_parser.c
Commit message (Expand)AuthorAge
* flac: fix realloc loop with invalid flac filesThomas Guillem2015-04-20
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* silly typo fixesDiego Biurrun2013-05-03
* flac: don't check the number of channels before setting the channel layout.Tim Walker2013-02-06
* flac: only set channel layout if not previously set or on channel count changeJustin Ruggles2012-12-22
* flacdec: allow mid-stream channel layout changeJustin Ruggles2012-11-01
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* flac parser: set duration instead of frame_sizeJustin Ruggles2012-02-20
* lavc: use designated initialisers for parsers.Anton Khirnov2011-11-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use %td instead of %PRIdPTR. The argument has type ptrdiff_t.Justin Ruggles2010-12-30
* Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch.Justin Ruggles2010-12-30
* flac_parser: loop append buffer when the default size is not enough to getMichael Chinen2010-12-30
* cosmetics: vertical alignment after last commitJustin Ruggles2010-12-12
* flac_parser: only buffer the estimated amount of input needed.Michael Chinen2010-12-12
* Make FLAC parser return frames when it has the required amountMichael Chinen2010-12-12
* Add a FLAC parser.Michael Chinen2010-12-07