summaryrefslogtreecommitdiff
path: root/src/libFLAC/ogg_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* Purge usage of `unsigned` typeErik de Castro Lopo2017-01-141-4/+4
| | | | | | | As pointed out by Ozkan Sezer, on some platforms `int32_t` is actually a typedef for `long` so `unsigned` cannot be used interchangably with `FLAC__uint32`. Fix is to switch from `unsigned` to explicit sized ISO C types defined in <stdint.h>.
* Bulk update copyright datesErik de Castro Lopo2016-12-051-1/+1
|
* Update copyright years to include 2014.Erik de Castro Lopo2014-11-251-1/+1
|
* Fix all instances of '#if HAVE_CONFIG_H'.Erik de Castro Lopo2014-03-241-1/+1
| | | | | | Should be '#ifdef HAVE_CONFIG_H'. Closes: https://sourceforge.net/p/flac/bugs/410/
* Set version to 1.3.0 and update coyprights throughout.Erik de Castro Lopo2013-05-261-1/+2
|
* Remove casting of return value from *alloc() functions.Erik de Castro Lopo2012-04-041-2/+2
|
* add 2009 copyrightJosh Coalson2009-01-071-1/+1
|
* update copyright for 2008Josh Coalson2008-02-281-1/+1
|
* extra checking on memory allocation sizes to prevent a class of overflow attacksJosh Coalson2007-09-111-2/+3
|
* add 2007 copyrightJosh Coalson2007-02-021-1/+1
|
* fix a bug where missing STREAMINFO fields (min/max framesize, total samples, ↵Josh Coalson2006-11-151-1/+5
| | | | MD5 sum) and seek point offsets were not getting rewritten back to Ogg FLAC file (SF#1338969 https://sourceforge.net/tracker/index.php?func=detail&amp;aid=1338969&amp;group_id=13478&amp;atid=113478)
* change "bytes" parameter of all read callbacks from "unsigned" to "size_t"Josh Coalson2006-10-151-2/+2
|
* merge libOggFLAC into libFLAC and libOggFLAC++ into FLAC++; documentation ↵Josh Coalson2006-10-151-0/+204
still needs work