| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/flac_parser: avoid returning too negative number | Paul B Mahol | 2022-09-13 | 1 | -2/+5 |
* | avcodec/flac_parser: add missed opportunity to check crc | Paul B Mahol | 2022-09-08 | 1 | -2/+16 |
* | avcodec/flac_parser: ensure there are more headers for scoring | Paul B Mahol | 2022-09-08 | 1 | -2/+2 |
* | avcodec/flac: Move decoder+parser stuff into a new header, flac_parse.h | Andreas Rheinhardt | 2022-09-02 | 1 | -1/+1 |
* | flac: convert to new channel layout API | Anton Khirnov | 2022-03-15 | 1 | -5/+2 |
* | lavc/flac_parser: use a custom FIFO implementation | Anton Khirnov | 2022-01-10 | 1 | -38/+156 |
* | avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZE | Michael Niedermayer | 2021-10-22 | 1 | -2/+3 |
* | libavcodec/flac_parser: Validate subframe zero bit and type | Mattias Wadman | 2021-10-18 | 1 | -2/+28 |
* | avcodec: Constify all the AVCodecParsers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/flac_parser: Do not lose header count in find_headers_search() | Michael Niedermayer | 2020-04-16 | 1 | -4/+8 |
* | avcodec/flac_parser: Make expected_frame_num, expected_sample_num 64bit | Michael Niedermayer | 2019-10-08 | 1 | -1/+1 |
* | avcodec/flac_parser: Cosmetics | Andreas Rheinhardt | 2019-10-07 | 1 | -18/+17 |
* | avcodec/flac_parser: Don't leave stale pointer in memory | Andreas Rheinhardt | 2019-10-07 | 1 | -0/+1 |
* | avcodec/flac_parser: Don't modify size of the input buffer | Andreas Rheinhardt | 2019-10-07 | 1 | -2/+0 |
* | avcodec/flac_parser: Remove superfluous checks | Andreas Rheinhardt | 2019-10-07 | 1 | -9/+8 |
* | avcodec/flac_parser: Fix number of buffered headers | Andreas Rheinhardt | 2019-10-07 | 1 | -1/+0 |
* | avcodec/flac_parser: Fix off-by-one error | Andreas Rheinhardt | 2019-10-07 | 1 | -2/+2 |
* | avcodec/flac_parser: Don't allocate array separately | Andreas Rheinhardt | 2019-10-07 | 1 | -14/+3 |
* | avcodec/flac_parser: Use native endianness when possible | Andreas Rheinhardt | 2019-10-07 | 1 | -1/+1 |
* | avcodec/flac_parser: Fix infinite loop | Michael Niedermayer | 2018-05-05 | 1 | -2/+7 |
* | Merge commit '800d91d348c89fc8ca3fbec7696ab1ec8787acc6' | James Almer | 2017-03-31 | 1 | -1/+1 |
|\ |
|
| * | Drop pointless void* casts | Diego Biurrun | 2016-11-13 | 1 | -1/+1 |
* | | avcodec/flac_parser: Update nb_headers_buffered | Michael Niedermayer | 2016-11-30 | 1 | -0/+2 |
* | | avcodec/flac_parser: Increase FLAC_MAX_SEQUENTIAL_HEADERS by 1 | Michael Niedermayer | 2016-06-24 | 1 | -1/+1 |
* | | avcodec/flac_parser: Raise threshold for detecting invalid data | Michael Niedermayer | 2016-06-22 | 1 | -2/+2 |
* | | Merge commit 'b18346817d57c96cc47811cf78b26653e96bd304' | Michael Niedermayer | 2015-04-20 | 1 | -0/+9 |
|\| |
|
| * | flac: fix realloc loop with invalid flac files | Thomas Guillem | 2015-04-20 | 1 | -0/+9 |
* | | avcodec/flac_parser: fix handling EOF if no headers are found | Michael Niedermayer | 2015-01-17 | 1 | -1/+1 |
* | | avcodec/flac_parser: print error messages in case of errors | Michael Niedermayer | 2015-01-17 | 1 | -1/+6 |
* | | avcodec/flac_parser: Check for av_malloc() failure | Michael Niedermayer | 2015-01-15 | 1 | -0/+5 |
* | | avcodec/flac_parser: Use sizeof(variable) instead of sizeof(type) | Michael Niedermayer | 2015-01-15 | 1 | -1/+1 |
* | | avcodec/flac_parser: use av_freep(), do not leave stale pointers in memory | Michael Niedermayer | 2014-10-14 | 1 | -1/+1 |
* | | avcodec/flac_parser: remove duplicate assignent | Michael Niedermayer | 2014-07-31 | 1 | -1/+0 |
* | | lavc/flac_parser: use av_fifo_alloc_array | Lukasz Marek | 2014-05-20 | 1 | -1/+1 |
* | | lavc: use av_fifo_freep | Lukasz Marek | 2014-05-07 | 1 | -1/+1 |
* | | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2014-04-24 | 1 | -1/+1 |
* | | flac demuxer: improve seeking | Rainer Hochecker | 2014-04-14 | 1 | -0/+13 |
* | | 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 |