summaryrefslogtreecommitdiff
path: root/src/flac/decode.c
Commit message (Expand)AuthorAgeFilesLines
* Bulk update copyright dates to 2022Martijn van Beurden2022-07-261-1/+1
* Improve foreign metadata handlingMartijn van Beurden2022-06-281-4/+35
* Add 32-bit decoding capabilityMartijn van Beurden2022-06-121-4/+30
* Enable flac to skip extra STREAMINFO and check number of samplesMartijn van Beurden2022-04-271-0/+19
* Avoid creating a new variable in md5 gcc workaroundTill Schäfer2022-04-191-2/+1
* Fix size of first frame when using analyze functionMartijn van Beurden2022-04-171-2/+4
* Change sourceforge URL in flac error messages to githubMartijn van Beurden2022-02-131-1/+1
* Change analyse function to support >4Gbit framesMartijn van Beurden2021-03-151-2/+2
* flac: Work around gcc bug to prevent false unset MD5 signature warningNotTsunami2021-03-151-1/+2
* Move CreateFile_utf8 function to a more logical placelvqcl2018-08-251-2/+2
* move CreateFile function outside of libFLAClvqcl2018-08-191-4/+4
* flac: Use WAVEFORMATEXTENSIBLE when bps != (8|16)Erik de Castro Lopo2017-05-271-1/+1
* Yet more purging of `unsigned` typeErik de Castro Lopo2017-01-151-35/+35
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
* Fix compiler warning from gcc-6.1.1Erik de Castro Lopo2016-09-081-1/+2
* flac: Error out if decoding RAW with bits != (8|16|24)Erik de Castro Lopo2015-10-041-0/+6
* flac/decode.c: Fix undefined behaviourErik de Castro Lopo2015-09-041-1/+1
* src/flac/decode.c : Add WAVEFORMATEXTENSIBLE to WAV files as needed.Erik de Castro Lopo2014-12-141-2/+1
* Remove traiing whitespace (mostly .c and .h files).Erik de Castro Lopo2014-12-051-2/+2
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
* src/flac/decode.c : Decoder buffering improvements on Windows.Erik de Castro Lopo2014-10-031-0/+43
* src/ : Remove un-needed MSVC6 workaround.Erik de Castro Lopo2014-07-041-5/+0
* src/flac/decode.c : Add comment about ubuf union.Erik de Castro Lopo2014-06-301-1/+2
* flac: Fix channel order for mono files.Erik de Castro Lopo2014-06-281-1/+1
* flac: Fix encoder and decode progress messages with --ogg.Erik de Castro Lopo2014-06-281-1/+1
* Update URLs as nedeed.Erik de Castro Lopo2014-06-281-1/+1
* src/flac/decode.c : Fix a cast-align warning from GCC.Erik de Castro Lopo2014-06-271-39/+43
* src/flac/decode.c : Decode WAVEFORMATEXTENSIBLE_CHANNEL_MASK.Erik de Castro Lopo2014-04-281-1/+1
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
* Fix -Wshadow warnings when compiling with mingw-gcc.Erik de Castro Lopo2013-04-211-24/+26
* A set of windows utf8 patches fromJanne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-211-14/+17
* Another windows utf8 I/O patch from Janne Hyvärinen <cse@sci.fi>.Erik de Castro Lopo2013-04-021-2/+2
* Huge Windows utf8 I/O patch.Erik de Castro Lopo2013-03-291-3/+3
* Wave64 patch from Janne Hyvrinen <cse@sci.fi>.Erik de Castro Lopo2013-03-171-4/+4
* Fix a couple of Windows 2Gig file size issues.Erik de Castro Lopo2013-03-141-1/+1
* src/flac/decode.c : Remove repeated code block.Erik de Castro Lopo2013-03-021-6/+0
* Add appropriate WAV channel masks for 7 and 8 channel files.Erik de Castro Lopo2013-03-021-0/+12
* Hoist a repeated conditional in the channel mapping code.Ralph Giles2013-01-181-15/+9
* Update FSF address.Miroslav Lichvar2012-12-061-3/+3
* Fix misuse of \r (potentially) in flac -d or -t output.Erik de Castro Lopo2012-02-121-1/+8
* Add file include/share/compat.h and start moving CPP hackery into it.Erik de Castro Lopo2012-02-041-17/+1
* Patch from JonY to suppress redefinition warnings with mingw-w64 lfs64 warnings.Erik de Castro Lopo2012-02-041-0/+4
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
* Improved error message when user attempts to decode a non-FLAC file (SF#22227...Josh Coalson2009-01-071-3/+20
* fix handling of aiff ssnd offset; do not try and recreate offset or block ali...Josh Coalson2008-09-131-17/+6
* add support for Wave64 (SF#1769582: https://sourceforge.net/tracker/index.php...Josh Coalson2008-09-091-51/+133
* add support for RF64Josh Coalson2008-09-091-139/+122
* update copyright for 2008Josh Coalson2008-02-281-1/+1
* fixed bug compiling flac without ogg support (SF#1760786: http://sourceforge....Josh Coalson2007-09-101-2/+2