summaryrefslogtreecommitdiff
path: root/src/libFLAC/stream_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "libFLAC: Rename get_client_data_from_decoder function"Ralph Giles2022-02-131-1/+1
* Check that blocksize is evenly divisible by 2^(partition order)Martijn van Beurden2022-02-081-2/+4
* Check for predictor order <= blocksize in subframe headerMartijn van Beurden2022-02-081-2/+14
* Mark fixed subframes with bps > 24 as unparsableMartijn van Beurden2022-02-081-0/+6
* Mark 32 bps stream with stereo decorrelation as unparsableMartijn van Beurden2022-02-081-0/+5
* Make decoder more fuzzer-friendly by disabling frame checks on fuzzingMartijn van Beurden2022-02-081-0/+10
* libFLAC/stream_decoder.c: Fix divide by zero error in FLAC__stream_decoder_se...Neelkamal Semwal2021-03-151-2/+4
* libFLAC/stream_decoder.c: Use current position as bound when seekingRobert Kausch2021-03-151-3/+14
* Simplified logic of parsing sizes of rice-partitionsUlrik Mikaelsson2020-05-031-3/+3
* libFLAC: Removed useless comparisonAndrey Astafyev2019-12-081-1/+1
* libFLAC/stream_decoder.c: fix integer overflow on corrupt fileHakan Kvist2019-10-241-0/+2
* libFLAC: Rename get_client_data_from_decoder functionErik de Castro Lopo2019-08-091-1/+1
* Use MMX ASM fucntions instead of SSE4.1 if availablelvqcl2019-03-081-0/+2
* Fix miscellaneous typos.luz.paz2018-05-241-1/+1
* libFLAC : new function returns client_data from decoderChristophe DUMONT2018-01-081-0/+5
* stream_decoder.c: Fix a memory leakErik de Castro Lopo2017-04-081-0/+3
* cpu.c: Merge ia32 and x86_64 CPU info functionsErik de Castro Lopo2017-02-271-2/+2
* stream_decoder.c: CommentsErik de Castro Lopo2017-02-221-8/+8
* SIMD: remove outdated SSE2 codeErik de Castro Lopo2017-02-211-5/+0
* SIMD: Accelerate decoding of 16 bit FLACErik de Castro Lopo2017-02-191-0/+2
* Fix compile with cygwinRosen Penev2017-02-091-3/+0
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-76/+76
* stream_decoder: reset has_seek_table before read_metadata_seektable_()Max Kellermann2016-07-141-0/+3
* stream_decoder: fix memory leak after seek table read errorMax Kellermann2016-07-141-10/+9
* libFLAC: Set decoding status if write callback failedErik de Castro Lopo2016-07-131-1/+3
* stream_decoder: fix integer underflow due to malformed wasted_bitsMax Kellermann2016-07-101-0/+2
* stream_decoder: check state==ABORTED after process_single() for seekMax Kellermann2016-07-101-2/+4
* Fix use of FLAC__HAS_X86INTRIN configure variableErik de Castro Lopo2016-06-201-1/+1
* libFLAC/stream_decoder.c: Fix typoErik de Castro Lopo2016-03-201-1/+1
* libFLAC: Reduce FLAC__HAS_OGG #ifdef crudErik de Castro Lopo2016-03-201-19/+4
* libFLAC/stream_decoder.c: Fix compiling with integer onlyErik de Castro Lopo2016-03-201-1/+1
* stream_decoder.c: Set obj->num_comments before returnErik de Castro Lopo2016-03-201-0/+1
* Retire FLAC__float and FLAC__double typesThomas Zander2016-02-091-3/+3
* libFLAC/stream_decoder.c: Fix undefined behaviourErik de Castro Lopo2015-08-241-3/+5
* libFLAC/stream_decoder: Fix double freeErik de Castro Lopo2015-08-221-7/+0
* libFLAC: Fix potential meory leaksErik de Castro Lopo2015-08-091-0/+7
* decoder: Treat negative qlp_shift as an errorErik de Castro Lopo2015-08-091-0/+5
* libFLAC: Fix decoder_flush with uninitialized decoderErik de Castro Lopo2015-07-131-0/+3
* libFLAC: More comment validationErik de Castro Lopo2015-07-051-0/+1
* libFLAC: Improve fix in bc5113007aErik de Castro Lopo2015-07-051-3/+5
* Remove old incorrect commentErik de Castro Lopo2015-04-251-3/+0
* src/libFLAC/stream_decoder.c : Rework fix for seeking bug.Miroslav Lichvar2015-02-181-18/+12
* src/libFLAC/stream_decoder.c : Fix NULL de-reference.Erik de Castro Lopo2014-12-221-1/+3
* stream_decoder.c : Fix free-ing of unitilialized pointer.Erik de Castro Lopo2014-12-121-4/+9
* src/libFLAC/stream_decoder.c : Fix seek bug.Erik de Castro Lopo2014-12-111-4/+5
* src/libFLAC/stream_decoder.c : Fix another input validation bug.Erik de Castro Lopo2014-11-291-0/+5
* src/libFLAC/stream_decoder.c : Fail safely to avoid a heap overflow.Erik de Castro Lopo2014-11-271-1/+2
* Fix two un-related typos.Erik de Castro Lopo2014-11-261-1/+1
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* src/libFACL/stream_decoder.c : Fail safely to avoid a heap overflow.Erik de Castro Lopo2014-11-251-1/+2