| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/flac_parser: export sample_rate also when PARSER_FLAG_COMPLETE_FRAMES... | Michael Niedermayer | 2013-10-07 | 1 | -1/+4 |
* | flac_parser: check return value of av_fifo_alloc() | Paul B Mahol | 2013-06-30 | 1 | -0/+2 |
* | flac_parser.c: fix case when final frame is a false positive | Michael Chinen | 2013-06-29 | 1 | -14/+40 |
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -1/+2 |
|\ |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7' | Michael Niedermayer | 2013-05-04 | 1 | -1/+1 |
|\| |
|
| * | silly typo fixes | Diego Biurrun | 2013-05-03 | 1 | -1/+1 |
| * | flac: don't check the number of channels before setting the channel layout. | Tim Walker | 2013-02-06 | 1 | -1/+1 |
* | | flac: don't check the number of channels before setting the channel layout | Tim Walker | 2013-02-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-12-22 | 1 | -2/+5 |
|\| |
|
| * | flac: only set channel layout if not previously set or on channel count change | Justin Ruggles | 2012-12-22 | 1 | -2/+5 |
* | | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff' | Michael Niedermayer | 2012-11-02 | 1 | -0/+1 |
|\| |
|
| * | flacdec: allow mid-stream channel layout change | Justin Ruggles | 2012-11-01 | 1 | -0/+1 |
* | | flac_parser.c: fix issue with looping output for small files. | Michael Chinen | 2012-10-14 | 1 | -5/+9 |
* | | flac_parser: fix fifo ptr wrap check | Michael Niedermayer | 2012-09-22 | 1 | -1/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | flac_parser: speedup fifo realloc | Michael Niedermayer | 2012-05-14 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 1 | -2/+1 |
|\| |
|
| * | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -4/+6 |
|\| |
|
| * | flac parser: set duration instead of frame_size | Justin Ruggles | 2012-02-20 | 1 | -4/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -5/+5 |
|\| |
|
| * | lavc: use designated initialisers for parsers. | Anton Khirnov | 2011-11-02 | 1 | -5/+5 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Use %td instead of %PRIdPTR. The argument has type ptrdiff_t. | Justin Ruggles | 2010-12-30 | 1 | -1/+1 |
* | Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch. | Justin Ruggles | 2010-12-30 | 1 | -1/+1 |
* | flac_parser: loop append buffer when the default size is not enough to get | Michael Chinen | 2010-12-30 | 1 | -14/+27 |
* | cosmetics: vertical alignment after last commit | Justin Ruggles | 2010-12-12 | 1 | -2/+2 |
* | flac_parser: only buffer the estimated amount of input needed. | Michael Chinen | 2010-12-12 | 1 | -11/+18 |
* | Make FLAC parser return frames when it has the required amount | Michael Chinen | 2010-12-12 | 1 | -1/+15 |
* | Add a FLAC parser. | Michael Chinen | 2010-12-07 | 1 | -0/+648 |