projects
/
platform
/
upstream
/
libaec.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
removes on loop in FLUSH
[platform/upstream/libaec.git]
/
src
/
decode.c
2014-10-24
Moritz Hanke
removes on loop in FLUSH
blob
|
commitdiff
2014-10-24
Moritz Hanke
replace "<" in FLUSH with "&"
blob
|
commitdiff
|
diff to current
2014-10-24
Moritz Hanke
replaces subtraction with XOR in FLUSH
blob
|
commitdiff
|
diff to current
2014-10-24
Moritz Hanke
makes last_out int32_t
blob
|
commitdiff
|
diff to current
2014-10-24
Moritz Hanke
removes "int32_t xmin" from FLUSH
blob
|
commitdiff
|
diff to current
2014-10-24
Moritz Hanke
uses 32bit Operations in FLUSH
blob
|
commitdiff
|
diff to current
2014-10-24
Moritz Hanke
replaces if statement in FLUSH with a little bit hack
blob
|
commitdiff
|
diff to current
2014-08-06
Mathis Rosenhauer
License reformatting for proportional fonts.
blob
|
commitdiff
|
diff to current
2014-08-06
Mathis Rosenhauer
Set uncomp_len and ref during init. Important for no PP.
blob
|
commitdiff
|
diff to current
2014-08-06
Mathis Rosenhauer
Fix -pedantic warnings.
blob
|
commitdiff
|
diff to current
2014-08-01
Mathis Rosenhauer
More explicit casting to shup up VS.
blob
|
commitdiff
|
diff to current
2014-07-30
Mathis Rosenhauer
Shut off clang warnings.
blob
|
commitdiff
|
diff to current
2014-07-24
Mathis Rosenhauer
DLL support for Windows.
blob
|
commitdiff
|
diff to current
2014-07-23
Mathis Rosenhauer
Support CLZ intrinsic for VC.
blob
|
commitdiff
|
diff to current
2014-07-16
Mathis Rosenhauer
Remove unistd.h from coders.
blob
|
commitdiff
|
diff to current
2014-03-03
Thomas Jahns
Fix use of macro.
blob
|
commitdiff
|
diff to current
2014-02-11
Mathis Rosenhauer
docs update
blob
|
commitdiff
|
diff to current
2014-02-10
Mathis Rosenhauer
Make RSI padding for encoding compile time option as...
blob
|
commitdiff
|
diff to current
2014-02-10
Mathis Rosenhauer
RSI padding for encoding and decoding
blob
|
commitdiff
|
diff to current
2014-02-07
Mathis Rosenhauer
remove sentence about fs limitation
blob
|
commitdiff
|
diff to current
2014-02-06
Mathis Rosenhauer
56 bits for FS are not enough for lage block situations...
blob
|
commitdiff
|
diff to current
2014-02-05
Mathis Rosenhauer
version bump (beta)
blob
|
commitdiff
|
diff to current
2014-02-04
Mathis Rosenhauer
better error handling in case of corrupt data
blob
|
commitdiff
|
diff to current
2014-02-04
Mathis Rosenhauer
option to pad RSI to byte boundary
blob
|
commitdiff
|
diff to current
2014-02-04
Mathis Rosenhauer
add support for restricted coding options
blob
|
commitdiff
|
diff to current
2013-08-12
Mathis Rosenhauer
se_table now has static size
blob
|
commitdiff
|
diff to current
2013-02-27
Mathis Rosenhauer
unused var and trivial function
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
clean up
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Use AC_CHECK_DECLS, suggestion by Thomas J.
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
fixed C&P omission
blob
|
commitdiff
|
diff to current
2013-02-19
Moritz Hanke
unrolling in fill_acc
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Use gcc intrinsic for BSR. TODO: look into gcc sources...
blob
|
commitdiff
|
diff to current
2013-02-19
Moritz Hanke
faster postprocessing
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Renaming and removal of redundant members
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
unfilter speedup by Moritz
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Write directly to output buffer
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Small PP improvement, avoid buffer copy
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Less CPP abuse
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Slightly faster bit and fs getters, more forced inlining
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
remove casts from malloc
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Add license to source files
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
pluralization
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
less pathetic FS getter
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Renaming and redundant variable removal
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
buffer output and filter in one go
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Buffer too small
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Create SE decoding table on the fly
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Decoder: turn FSM switch into functions
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Fix another zero block bug with check
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Fix name mismatch
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
lib functions for simple buffer encoding/decoding
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Remove dependency on stdint in API
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Reformatting
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Rename everything to aec
blob
|
commitdiff
|
diff to current
2013-02-19
Mathis Rosenhauer
Merged encode and decode into aec
blob
|
commitdiff
2013-02-19
Mathis Rosenhauer
Working 3 byte datatype support.
blob
|
commitdiff
|
diff to current
2012-09-15
Mathis Rosenhauer
Accessors for all data types. Implemented with macros...
blob
|
commitdiff
|
diff to current
2012-09-13
Mathis Rosenhauer
fix signed handling
blob
|
commitdiff
|
diff to current
2012-09-03
Mathis Rosenhauer
int64_t casts to make 32Bit samples work again
blob
|
commitdiff
|
diff to current
2012-09-03
Mathis Rosenhauer
Additions from 121x0b2: option selection, larger blocks.
blob
|
commitdiff
|
diff to current
2012-08-24
Mathis Rosenhauer
Obvious performance enhancements for encoding
blob
|
commitdiff
|
diff to current
2012-08-22
Mathis Rosenhauer
Szip decompression error be gone
blob
|
commitdiff
|
diff to current
2012-08-15
Mathis Rosenhauer
More options for encode/decode to aid in testing
blob
|
commitdiff
|
diff to current
2012-08-14
Mathis Rosenhauer
Allow > 64bit FS for large segment sizes
blob
|
commitdiff
|
diff to current
2012-08-13
Mathis Rosenhauer
getopt cmd line parsing in examples
blob
|
commitdiff
|
diff to current