26 Commits (b1a9a2c4ffb87004ef5947d64bbfb34544793278)

Author SHA1 Message Date
Tim Walker 08797c599d flac: don't check the number of channels before setting the channel layout 12 years ago
Tim Walker 41244e13d5 flac: don't check the number of channels before setting the channel layout. 12 years ago
Justin Ruggles aef5150719 flac: only set channel layout if not previously set or on channel count change 12 years ago
Justin Ruggles 90fcac0e95 flacdec: allow mid-stream channel layout change 12 years ago
Michael Chinen c73b1a1d80 flac_parser.c: fix issue with looping output for small files. 12 years ago
Michael Niedermayer 8d45c001a8 flac_parser: fix fifo ptr wrap check 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 555e2921dd flac_parser: speedup fifo realloc 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Justin Ruggles c7f3f1c91e flac parser: set duration instead of frame_size 13 years ago
Anton Khirnov 5511ad14fe lavc: use designated initialisers for parsers. 13 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Justin Ruggles b3f5c21a91 Use %td instead of %PRIdPTR. The argument has type ptrdiff_t. 14 years ago
Justin Ruggles 281bf84fbd Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch. 14 years ago
Michael Chinen 4b5d4720c1 flac_parser: loop append buffer when the default size is not enough to get 14 years ago
Justin Ruggles 92b818eb9e cosmetics: vertical alignment after last commit 14 years ago
Michael Chinen 7edbd5361c flac_parser: only buffer the estimated amount of input needed. 14 years ago
Michael Chinen 97f7fe687a Make FLAC parser return frames when it has the required amount 14 years ago
Michael Chinen 475ae04a27 Add a FLAC parser. 14 years ago