Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
flac
/
1178a14884dc8ce729222b3918c552f2547ab264
« Previous
7e40e6d
use float instead of double for basic FP type
by Josh Coalson
· 23 years ago
5157f7c
fix bug where gcc gets shifting wrong
by Josh Coalson
· 23 years ago
1830194
fix deallocation bugs
by Josh Coalson
· 23 years ago
0c0fed6
revert to original FLAC__fixed_compute_residual()
by Josh Coalson
· 23 years ago
376807d
fix LOCAL_FABS bug
by Josh Coalson
· 23 years ago
9de0942
fix section defs
by Josh Coalson
· 23 years ago
a151f2c
minor wording
by Josh Coalson
· 23 years ago
b787e2a
don't try and outsmart the compiler on constant multplies
by Josh Coalson
· 23 years ago
c59638e
use local fabs() routine
by Josh Coalson
· 23 years ago
2d5aae0
remove debug printouts
by Josh Coalson
· 23 years ago
9f50738
minor tweaks
by Josh Coalson
· 23 years ago
d98c43d
use new FLAC__memory_alloc_* routines to alloc aligned data
by Josh Coalson
· 24 years ago
3392382
add -DFLAC__ALIGN_MALLOC_DATA
by Josh Coalson
· 24 years ago
02f3900
add type-specific allocators
by Josh Coalson
· 24 years ago
d8deb2c
add memory.h
by Josh Coalson
· 24 years ago
139d768
add memory.o
by Josh Coalson
· 24 years ago
de469cf
initial import
by Josh Coalson
· 24 years ago
b2014f4
update comments
by Josh Coalson
· 24 years ago
c0785cd
speed up FLAC__lpc_compute_autocorrelation()
by Josh Coalson
· 24 years ago
fc205cc
fix bug where decoder was closing stdout
by Josh Coalson
· 24 years ago
56eba71
roll back the unrolled loop
by Josh Coalson
· 24 years ago
b224440
more fixes to the -# settings
by Josh Coalson
· 24 years ago
dd2ef53
minor table fix of summary table
by Josh Coalson
· 24 years ago
89aa472
add decode time to summary table
by Josh Coalson
· 24 years ago
ca0db24
minor improvement with byte_bit_to_mask_
by Josh Coalson
· 24 years ago
3ca2712
minor improvement in FLAC__bitbuffer_write_raw_uint32
by Josh Coalson
· 24 years ago
2bbbcf6
cosmetic changes
by Josh Coalson
· 24 years ago
6b8fa86
remove asm stuff from default build
by Josh Coalson
· 24 years ago
df0b870
add asm version of lpc routines
by Josh Coalson
· 24 years ago
87f5a56
initial import
by Josh Coalson
· 24 years ago
955a767
add nasm targets
by Josh Coalson
· 24 years ago
cc78fb5
fix script to work with new flac command line
by Josh Coalson
· 24 years ago
6904e6a
make PRECOMPUTE_PARTITION_SUMS the default
by Josh Coalson
· 24 years ago
9c03c19
*** empty log message ***
by Josh Coalson
· 24 years ago
6f8134b
update -# settings
by Josh Coalson
· 24 years ago
d474a24
update default values for compression levels
by Josh Coalson
· 24 years ago
ade1825
update docs with new argument handling, new -r and -R options
by Josh Coalson
· 24 years ago
24836a0
skip allowed for analyze mode
by Josh Coalson
· 24 years ago
e73a51c
revert to 1.25
by Josh Coalson
· 24 years ago
bae9ce5
massive changes to command line parsing to act like gzip
by Josh Coalson
· 24 years ago
b472e26
oops, move message to correct place
by Josh Coalson
· 24 years ago
5c5c068
fix some error messages
by Josh Coalson
· 24 years ago
9fa1ad5
mods to allow main.c to pass in the opened file
by Josh Coalson
· 24 years ago
f489bf6
remove some unused code
by Josh Coalson
· 24 years ago
af96ccf
add support for guessing input file type by looking at the first 4 bytes
by Josh Coalson
· 24 years ago
8e92f21
*** empty log message ***
by Josh Coalson
· 24 years ago
698fb13
update S/W links
by Josh Coalson
· 24 years ago
034dfab
fix bugs in encoder_set_partitioned_rice_()
by Josh Coalson
· 24 years ago
f932bc7
fix bug in inlined version of ...read_unary...()
by Josh Coalson
· 24 years ago
72222ca
minor optimization
by Josh Coalson
· 24 years ago
682b88c
oops, put handling for --a-rtext option in
by Josh Coalson
· 24 years ago
2d6645c
remove statement that can't be reached
by Josh Coalson
· 24 years ago
d4eef96
improve error message if file not found
by Josh Coalson
· 24 years ago
1a7a684
add S/W that uses FLAC section to links box
by Josh Coalson
· 24 years ago
7863cbb
add CAFE link
by Josh Coalson
· 24 years ago
b3a4c3d
initial import
by Josh Coalson
· 24 years ago
25e34e3
add verbiage about upcoming beta
by Josh Coalson
· 24 years ago
60f77d7
-r now takes min,max and is called min/max_residual_partition order, new -R option is rice_parameter_search_dist
by Josh Coalson
· 24 years ago
decfad3
const-ize some args
by Josh Coalson
· 24 years ago
a5ef177
add some more read optimizations
by Josh Coalson
· 24 years ago
608b7f2
parenthesize macro arguments
by Josh Coalson
· 24 years ago
bb6712e
FLAC__ize all the #defines
by Josh Coalson
· 24 years ago
f4035ba
remove the code that printed out the seek points before encoding
by Josh Coalson
· 24 years ago
894ae6b
add baudline to the list of progs that use flac
by Josh Coalson
· 24 years ago
2d64790
add verbiage to bug submit
by Josh Coalson
· 24 years ago
64f4fbc
start some read optimizations
by Josh Coalson
· 24 years ago
9661108
#ifdef mallocs of optimization buffers
by Josh Coalson
· 24 years ago
aef013c
rearrange some of the latest optimizations
by Josh Coalson
· 24 years ago
677622a
fix some compile bugs related to RESERVOIR_TEST
by Josh Coalson
· 24 years ago
afcd877
ifdef out the precompute-partition-sums and partition-escape-search stuff
by Josh Coalson
· 24 years ago
f76a361
break out the partition sum precomputation to its own function
by Josh Coalson
· 24 years ago
6994dd8
minor speed optimization
by Josh Coalson
· 24 years ago
d4e0ddb
speed up rice partitioning by precomputing the partition sums
by Josh Coalson
· 24 years ago
36da89c
parameterize the number of samples per write
by Josh Coalson
· 24 years ago
671fadb
fix bug with samples_decoded
by Josh Coalson
· 24 years ago
a8b35a9
add -S docs
by Josh Coalson
· 24 years ago
99b44c2
add -S options
by Josh Coalson
· 24 years ago
a79c4fa
fix -b usage
by Josh Coalson
· 24 years ago
4de0541
fix -b usage printout
by Josh Coalson
· 24 years ago
ababc22
fix syntax error
by Josh Coalson
· 24 years ago
d50cd49
80-columnize the usage printout
by Josh Coalson
· 24 years ago
2989634
remove debug printout
by Josh Coalson
· 24 years ago
dc83928
add documentation of SEEKTABLE and escape codes in Rice partition
by Josh Coalson
· 24 years ago
eae4dde
document GCC compiler bug that produces false warning
by Josh Coalson
· 24 years ago
5c3d00c
fix usage
by Josh Coalson
· 24 years ago
61eb682
fix bug with the default -S setting
by Josh Coalson
· 24 years ago
7531b00
fix bug where sample number is incorrectly calculated for the last block
by Josh Coalson
· 24 years ago
3585ece
fix bug to deal with case when user requests to skip more samples that the stream contains
by Josh Coalson
· 24 years ago
5a06806
fix more bugs with seek table stuff
by Josh Coalson
· 24 years ago
1d937c0
fix bug where seek point was hit during metadata write_callback time
by Josh Coalson
· 24 years ago
760f7fd
minor bug fix
by Josh Coalson
· 24 years ago
67db5da
fix bug with incorrect seek point separator
by Josh Coalson
· 24 years ago
211736a
mark seek points when hit by write callback; write seek points back during metadata_callback()
by Josh Coalson
· 24 years ago
9e1e2ab
change to ignore PLACEHODLERs when checking seek points
by Josh Coalson
· 24 years ago
6a071f7
add marking of the seek point when hit in the write callback
by Josh Coalson
· 24 years ago
49eb5db
add total samples to seek point printout
by Josh Coalson
· 24 years ago
6e59029
add printing of seek points in verbose mode
by Josh Coalson
· 24 years ago
d77a1cf
add support for specifying seek points
by Josh Coalson
· 24 years ago
bbe8b46
minor fixes
by Josh Coalson
· 24 years ago
0a72e18
add support for writing SEEKTABLE block
by Josh Coalson
· 24 years ago
Next »