summaryrefslogtreecommitdiff
path: root/src/flac/decode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* finish foreign metadata implemetationJosh Coalson2007-08-211-52/+173
* initial support for new --keep-foreign-metadata options, saving done, restori...Josh Coalson2007-08-141-9/+40
* add more things reported in analyze modeJosh Coalson2007-06-161-1/+1
* special version of sample formatting for common casesJosh Coalson2007-03-221-18/+60
* add --warnings-as-errors option to flac; for picture importing, allow MIME ty...Josh Coalson2007-02-061-2/+16
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
* fix problem in frame size calculation in analysis mode on first frameJosh Coalson2007-02-021-5/+13
* add support for passing frame size to analyzer; analyzer also print qlp coeffsJosh Coalson2007-02-011-1/+9
* bump requisite _MSC_VER to <=1600 for fseeko/ftello hackJosh Coalson2007-01-311-1/+1
* make "#if FLAC__HAS_OGG" checking consistentJosh Coalson2006-11-161-6/+6
* fix bug where sync error at end-of-stream was not being caught (SF#1244071 ht...Josh Coalson2006-11-141-4/+13
* fix bug: wave header fixup was being tried even in test modeJosh Coalson2006-11-101-1/+1
* minor syntaxJosh Coalson2006-11-091-1/+1
* rename set_serial_number to set_ogg_serial_number everywhereJosh Coalson2006-10-151-1/+1