index
:
delta/flac.git
1.3.x
gitlab-ci-squash
master
topic/aarch64
topic/cmake-dist
topic/fix-damn-cpp-goop
topic/get-decoder
topic/oss-fuzz
topic/release-1.3.4
topic/test-1.3.3
topic/travis
wip/cpu
gitlab.xiph.org: xiph/flac.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libFLAC
/
metadata_object.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some OOM metadata bugs, disable OOM checking in metadata fuzzing
Martijn van Beurden
2022-08-20
1
-2
/
+6
*
Leave metadata items untouched if resize function fails
Martijn van Beurden
2022-08-20
1
-11
/
+25
*
Add and use _nofree variants of safe_realloc functions
Martijn van Beurden
2022-08-20
1
-1
/
+1
*
Also add trailing nul to empty vorbis comment entries
Martijn van Beurden
2022-07-28
1
-7
/
+25
*
Bulk update copyright dates to 2022
Martijn van Beurden
2022-07-26
1
-1
/
+1
*
Silence a bunch of MSVC warnings
Martijn van Beurden
2022-04-30
1
-1
/
+1
*
Purge usage of `unsigned` type
Erik de Castro Lopo
2017-01-14
1
-69
/
+69
*
libFLAC/metadata_object.c: Fix typo in number
Erik de Castro Lopo
2016-12-06
1
-1
/
+1
*
Bulk update copyright dates
Erik de Castro Lopo
2016-12-05
1
-1
/
+1
*
libFLAC/metadata_object.c: Clean up
Erik de Castro Lopo
2016-07-10
1
-296
/
+294
*
metadata_object.c: Remove un-needed asserts
Erik de Castro Lopo
2016-07-10
1
-4
/
+0
*
flac/metaflac: Limit the size of metadata blocks
Erik de Castro Lopo
2016-05-01
1
-3
/
+0
*
Error out when asked to store an picture that is too large
Erik de Castro Lopo
2016-01-09
1
-0
/
+3
*
libFLAC: Fix memory leak
Erik de Castro Lopo
2015-08-22
1
-3
/
+7
*
libFLAC: Add function safe_realloc_()
Erik de Castro Lopo
2015-08-22
1
-28
/
+9
*
libFLAC: Fix potential meory leaks
Erik de Castro Lopo
2015-08-09
1
-9
/
+28
*
libFLAC/metadata_object.c: Assign NULL after free()
Erik de Castro Lopo
2015-07-06
1
-0
/
+4
*
libFLAC: More comment validation
Erik de Castro Lopo
2015-07-05
1
-1
/
+4
*
libFLAC: Improve fix in bc5113007a
Erik de Castro Lopo
2015-07-05
1
-0
/
+1
*
libFLAC: Remove un-needed assert
Erik de Castro Lopo
2015-07-04
1
-1
/
+0
*
libFLAC: Remove un-needed test for NULL before free
Erik de Castro Lopo
2015-07-04
1
-30
/
+15
*
libFLAC/metadata_object.c : Fix typo in comment.
Erik de Castro Lopo
2015-02-21
1
-1
/
+1
*
libFLAC : Put upper bound on number of seek points.
Erik de Castro Lopo
2015-02-18
1
-0
/
+7
*
Update copyright years to include 2014.
Erik de Castro Lopo
2014-11-25
1
-1
/
+1
*
Fix clang compiler warnings.
Erik de Castro Lopo
2014-04-09
1
-1
/
+1
*
Fix all instances of '#if HAVE_CONFIG_H'.
Erik de Castro Lopo
2014-03-24
1
-1
/
+1
*
metadata_object.c : Fix handling of zero length vorbis comment string.
Erik de Castro Lopo
2014-03-23
1
-1
/
+1
*
Set version to 1.3.0 and update coyprights throughout.
Erik de Castro Lopo
2013-05-26
1
-1
/
+2
*
Rename all parameters and locals from 'index' to 'indx'.
Erik de Castro Lopo
2013-04-05
1
-15
/
+15
*
Move code inside #ifdef _MSC_VER to compat.h.
Erik de Castro Lopo
2012-06-22
1
-6
/
+1
*
Fix building when configured with --disable-shared.
Erik de Castro Lopo
2012-06-22
1
-2
/
+6
*
Remove casting of return value from *alloc() functions.
Erik de Castro Lopo
2012-04-04
1
-17
/
+17
*
Fix a bunch of -Wtype-limits warnings.
Erik de Castro Lopo
2012-02-17
1
-6
/
+6
*
Patch from Dave Yeo to remove more CPP hackery.
Erik de Castro Lopo
2012-02-08
1
-1
/
+1
*
add 2009 copyright
Josh Coalson
2009-01-07
1
-1
/
+1
*
fix bug in FLAC__metadata_object_vorbiscomment_replace_comment()
Josh Coalson
2008-09-15
1
-6
/
+11
*
update copyright for 2008
Josh Coalson
2008-02-28
1
-1
/
+1
*
minor comments
Josh Coalson
2007-09-13
1
-0
/
+1
*
extra checking on memory allocation sizes to prevent a class of overflow attacks
Josh Coalson
2007-09-11
1
-20
/
+49
*
fix compiler warnings
Josh Coalson
2007-02-22
1
-1
/
+1
*
add 2007 copyright
Josh Coalson
2007-02-02
1
-1
/
+1
*
convert C prototypes for functions with no args from () to (void)
Josh Coalson
2007-01-31
1
-1
/
+1
*
patch: support for borland c++ compile (SF#1599018: http://sourceforge.net/tr...
Josh Coalson
2006-11-21
1
-1
/
+1
*
minor syntax
Josh Coalson
2006-10-03
1
-2
/
+2
*
add number-of-colors field to PICTURE metadata block
Josh Coalson
2006-09-23
1
-0
/
+5
*
add support for new PICTURE metadata block
Josh Coalson
2006-09-23
1
-7
/
+236
*
merge down from merged-API-layer branch: cvs -q up -dP -j API_LAYER_MERGING_B...
Josh Coalson
2006-09-13
1
-1
/
+34
*
complete largefile support
Josh Coalson
2006-05-24
1
-0
/
+4
*
add 2206 to copyright notice
Josh Coalson
2006-04-25
1
-1
/
+1
*
add FLAC__metadata_get_cuesheet() and FLAC__metadata_object_cuesheet_calculat...
Josh Coalson
2006-04-10
1
-0
/
+46
[next]