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
/
bitwriter.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add and use _nofree variants of safe_realloc functions
Martijn van Beurden
2022-08-20
1
-1
/
+1
*
Bulk update copyright dates to 2022
Martijn van Beurden
2022-07-26
1
-1
/
+1
*
Increase max bitreader size to max metadata block size
Martijn van Beurden
2022-06-26
1
-3
/
+5
*
Add 32-bit encoding, including limiting of residual to 32-bit int
Martijn van Beurden
2022-06-12
1
-0
/
+10
*
Limit maximum size of bitwriter buffer
Martijn van Beurden
2022-04-17
1
-0
/
+7
*
Speed up FLAC__bitwriter_write_byte_block (metadata writing)
Robert Kausch
2019-03-08
1
-0
/
+4
*
Fix cppcheck warnings
Rosen Penev
2017-01-19
1
-2
/
+2
*
Purge usage of `unsigned` type
Erik de Castro Lopo
2017-01-14
1
-58
/
+58
*
Bulk update copyright dates
Erik de Castro Lopo
2016-12-05
1
-1
/
+1
*
bitwrite.c: Tweaks
Erik de Castro Lopo
2016-05-01
1
-5
/
+4
*
bitwriter: Add overflow check
Erik de Castro Lopo
2016-01-09
1
-62
/
+73
*
configure.ac: Add --enable-64-bit-words option
Erik de Castro Lopo
2016-01-04
1
-1
/
+1
*
libFLAC: Support 64bit brword/bwword
Erik de Castro Lopo
2016-01-04
1
-16
/
+35
*
bitwriter.c: Cleanups and fixups
Erik de Castro Lopo
2015-12-31
1
-13
/
+14
*
bitwriter.c: Fix undefined behaviour
Erik de Castro Lopo
2015-12-20
1
-2
/
+6
*
libFLAC: Fix an out-of-bounds heap read
Erik de Castro Lopo
2015-09-28
1
-3
/
+5
*
libFLAC/bitwriter.c: Fix undefined behaviour
Erik de Castro Lopo
2015-08-31
1
-1
/
+1
*
libFLAC/bitwriter.c: Fix undefined behaviour
Erik de Castro Lopo
2015-08-23
1
-1
/
+3
*
Update copyright years to include 2014.
Erik de Castro Lopo
2014-11-25
1
-1
/
+1
*
Fix all instances of '#if HAVE_CONFIG_H'.
Erik de Castro Lopo
2014-03-24
1
-1
/
+1
*
Fix typos in comments.
Erik de Castro Lopo
2014-02-24
1
-2
/
+2
*
src/libFLAC/bitwriter.c : Remove dead code.
Erik de Castro Lopo
2013-07-17
1
-25
/
+0
*
Sun Studio can not include static function from extern inline
Dagobert Michelsen
2013-05-27
1
-1
/
+4
*
Set version to 1.3.0 and update coyprights throughout.
Erik de Castro Lopo
2013-05-26
1
-1
/
+2
*
bitwriter.c : Add missing "extern" declaration
Robert Kausch
2013-05-26
1
-0
/
+1
*
MS VS inline/extern fix from Ben Alison plus comments.
Erik de Castro Lopo
2013-03-12
1
-0
/
+13
*
Move all definitions of FLAC__U64L to one place.
Erik de Castro Lopo
2012-06-22
1
-7
/
+1
*
Update and improve autotools build
Cristian Rodríguez
2012-04-08
1
-10
/
+6
*
V2: Use a single definition of MIN and MAX in sources
Cristian Rodríguez
2012-04-06
1
-6
/
+2
*
remove unnecesary typedef in bitwriter.c
Cristian Rodríguez
2012-04-06
1
-16
/
+15
*
Remove casting of return value from *alloc() functions.
Erik de Castro Lopo
2012-04-04
1
-3
/
+3
*
Rename ENDSWAP_INT to ENDSWAP_32.
Erik de Castro Lopo
2012-03-05
1
-1
/
+1
*
Improve endswapping (especially purge ntohl).
Erik de Castro Lopo
2012-02-05
1
-31
/
+4
*
add 2009 copyright
Josh Coalson
2009-01-07
1
-1
/
+1
*
fixes for windows builds (SF#1676822: https://sourceforge.net/tracker2/?func=...
Josh Coalson
2009-01-02
1
-4
/
+7
*
update copyright for 2008
Josh Coalson
2008-02-28
1
-1
/
+1
*
extra checking on memory allocation sizes to prevent a class of overflow attacks
Josh Coalson
2007-09-11
1
-1
/
+2
*
Some MinGW fixes (SF#1684879: https://sourceforge.net/tracker/index.php?func=...
Josh Coalson
2007-07-31
1
-0
/
+2
*
minor OPT tweaks
Josh Coalson
2007-07-23
1
-2
/
+2
*
comment out some optimized branch
Josh Coalson
2007-07-16
1
-2
/
+2
*
fix optimization bug in FLAC__bitwriter_write_rice_signed_block()
Josh Coalson
2007-07-07
1
-2
/
+4
*
minor cosmetics
Josh Coalson
2007-06-20
1
-1
/
+1
*
optimize special case in FLAC__bitwriter_write_rice_signed_block()
Josh Coalson
2007-04-04
1
-47
/
+80
*
minor optimizations to FLAC__bitwriter_write_rice_signed_block()
Josh Coalson
2007-04-04
1
-9
/
+11
*
fix MSVC check for ntohl()
Josh Coalson
2007-02-17
1
-1
/
+1
*
Darwin fix for ntohl()
Josh Coalson
2007-02-13
1
-0
/
+2
*
remove some debugging output
Josh Coalson
2007-02-08
1
-6
/
+0
*
use inline byte-swapping function for MSVC
Josh Coalson
2007-02-04
1
-0
/
+13
*
minor asserts
Josh Coalson
2007-02-03
1
-7
/
+2
*
add 2007 copyright
Josh Coalson
2007-02-02
1
-1
/
+1
[next]