summaryrefslogtreecommitdiff
path: root/src/libFLAC/stream_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* libFLAC: Rename get_client_data_from_decoder functiontopic/get-decoderErik 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
* src/libFLAC/stream_decoder.c : Fix buffer read overflow.Erik de Castro Lopo2014-11-201-1/+5
* Improve malformed vorbiscomment handling.Erik de Castro Lopo2014-09-271-40/+70
* lpc_intrin_sse41.c : Optimize decoding 24 bit files on 32 bit platforms.Erik de Castro Lopo2014-09-211-2/+6
* lpc_intrin* : Remove unused code.Erik de Castro Lopo2014-09-211-1/+1
* Remove old/broken PPC/Altivec code.Erik de Castro Lopo2014-09-171-21/+2
* libFLAC/bitreader : Remove un-needed FLAC__CPUInfo field from FLAC__BitReader.Erik de Castro Lopo2014-07-271-1/+1
* libFLAC : Remove FLAC__bitreader_read_rice_signed_block_asm_ia32_bswap().Erik de Castro Lopo2014-07-061-7/+1
* src/ : Remove un-needed MSVC6 workaround.Erik de Castro Lopo2014-07-041-10/+0
* stream_decoder : Two read_metadata() fixes from 1.2.1 maintenance branch.Erik de Castro Lopo2014-06-281-11/+16
* libFLAC/ : Refactoring and add comments.Erik de Castro Lopo2014-05-141-3/+3
* Fix clang compiler warnings.Erik de Castro Lopo2014-04-091-5/+5