platform/upstream/libaec.git
2014-07-25 Mathis RosenhauerWindows install fixes.
2014-07-25 Mathis RosenhauerMove some CMake chunks as macros in separate file
2014-07-25 Mathis RosenhauerFixed Windows static lib buid.
2014-07-24 Mathis Rosenhauer(Re)add test for libsz.
2014-07-24 Mathis RosenhauerAdd some ChangeLog.
2014-07-24 Mathis RosenhauerDLL support for Windows.
2014-07-23 Mathis RosenhauerRemove stdout support since it creates problems on...
2014-07-23 Mathis RosenhauerSupport CLZ intrinsic for VC.
2014-07-17 Mathis RosenhauerDon't color Windows.
2014-07-17 Mathis RosenhauerRemove more unistd.h.
2014-07-16 Mathis RosenhauerExport symbols for Windows dlls.
2014-07-16 Mathis RosenhauerNo benchmarking on Windows for now.
2014-07-16 Mathis RosenhauerRemove getopt for Windows compatibility.
2014-07-16 Mathis RosenhauerRemove unistd.h from coders.
2014-07-16 Mathis RosenhauerCMake checks for inline and restrict. Toupper.
2014-07-16 Mathis RosenhauerDrop C99 requirement and test for inline and restrict...
2014-07-16 Mathis RosenhauerAdd missing file to dist.
2014-07-15 Mathis RosenhauerCheck and enable CLZ intrinsic for decoding.
2014-07-15 Mathis RosenhauerAdd benchmake target.
2014-07-15 Mathis RosenhauerAdd CMake files to dist.
2014-07-14 Mathis RosenhauerInitial CMake support.
2014-07-14 Mathis RosenhauerShut up Wmaybe-uninitialized.
2014-03-03 Thomas JahnsAdd simple program to measure run-time.
2014-03-03 Thomas JahnsAllow benchmarks in VPATH builds.
2014-03-03 Thomas JahnsFix use of macro.
2014-02-24 Mathis RosenhauerDownload compressed sample data
2014-02-19 Mathis Rosenhauerreference performance number from haswell
2014-02-18 Mathis Rosenhauerbenchmarking for encoding and decoding
2014-02-13 Mathis Rosenhaueroption for pp disable
2014-02-13 Mathis Rosenhaueradditional testing for encoding sample data
2014-02-12 Mathis RosenhauerOnly encode full and partial blocks of last RSI
2014-02-12 Mathis Rosenhauerversion bump
2014-02-12 Mathis Rosenhauerlarger default buffer
2014-02-11 Mathis Rosenhauertest encoding for some files
2014-02-11 Mathis Rosenhaueronly assess splitting for id_len>1
2014-02-11 Mathis Rosenhauercorrect lenght calculation for SE
2014-02-11 Mathis Rosenhauerdocs update
2014-02-10 Mathis RosenhauerMake RSI padding for encoding compile time option as...
2014-02-10 Mathis RosenhauerFix encoding long fs + check. Only relevant for j=64
2014-02-10 Mathis RosenhauerRSI padding for encoding and decoding
2014-02-07 Mathis Rosenhauerremove sentence about fs limitation
2014-02-07 Mathis Rosenhauercheck long fs
2014-02-06 Mathis Rosenhauer56 bits for FS are not enough for lage block situations...
2014-02-06 Mathis Rosenhauertypos
2014-02-05 Mathis Rosenhauerversion bump (beta)
2014-02-05 Mathis Rosenhauertest with NASA's sample data
2014-02-04 Mathis Rosenhauerbetter error handling in case of corrupt data
2014-02-04 Mathis Rosenhaueroption to pad RSI to byte boundary
2014-02-04 Mathis Rosenhaueradd support for restricted coding options
2014-02-04 Mathis Rosenhauerreformatting, option renaming and help
2014-02-04 Mathis Rosenhauerdrop .aec extension in favor of ccsds .rz
2013-08-12 Mathis Rosenhauerse_table now has static size
2013-08-12 Mathis Rosenhauervectorized more accessors
2013-08-01 Mathis RosenhauerAllow output files >2GB
2013-08-01 Mathis RosenhauerRequire C99
2013-07-31 Mathis Rosenhaueradditional vectorization
2013-07-24 Mathis Rosenhauerconvert to for loop for vectorization
2013-05-21 Mathis Rosenhauerupdated link
2013-04-26 Mathis RosenhauerAdd logo to dist
2013-03-15 Mathis RosenhauerNo dynamic allocation of cds_buffer. Struct member...
2013-02-27 Mathis Rosenhauerunused var and trivial function
2013-02-26 Mathis RosenhauerFix crash when input data isn't a multiple of the stora...
2013-02-19 Mathis Rosenhauerturn emitblock_fs macro into function
2013-02-19 Mathis Rosenhauerturn emitblock macro into function
2013-02-19 Moritz Hankeunrolling
2013-02-19 Mathis RosenhauerRevert "Let compiler decide how to unroll"
2013-02-19 Mathis RosenhauerLet compiler decide how to unroll
2013-02-19 Mathis Rosenhauerslight speed-up for simpler code
2013-02-19 Mathis Rosenhauerclean up
2013-02-19 Mathis RosenhauerUse AC_CHECK_DECLS, suggestion by Thomas J.
2013-02-19 Mathis Rosenhauerfixed C&P omission
2013-02-19 Moritz Hankeunrolling in fill_acc
2013-02-19 Mathis RosenhauerUse gcc intrinsic for BSR. TODO: look into gcc sources...
2013-02-19 Moritz Hankefaster postprocessing
2013-02-19 Mathis Rosenhauercalculate uncompressed length only when it changes
2013-02-19 Mathis Rosenhauerno need for 64bit here
2013-02-19 Mathis Rosenhauerkilled loop + other simplifications
2013-02-19 Mathis Rosenhauerzero avail_out is legal after buffer_encode
2013-02-19 Mathis RosenhauerUpdate total_* only once per aec_encode()
2013-02-19 Mathis RosenhauerAvoid double zero-checking block after zero blocks
2013-02-19 Mathis Rosenhauerclean up
2013-02-19 Mathis RosenhauerRenaming and removal of redundant members
2013-02-19 Mathis RosenhauerCheck coloring
2013-02-19 Mathis Rosenhauerunfilter speedup by Moritz
2013-02-19 Mathis RosenhauerWrite directly to output buffer
2013-02-19 Mathis RosenhauerSmall PP improvement, avoid buffer copy
2013-02-19 Mathis RosenhauerLess CPP abuse
2013-02-19 Mathis RosenhauerSlightly faster bit and fs getters, more forced inlining
2013-02-19 Mathis RosenhauerMake autotools happy
2013-02-19 Mathis RosenhauerShut up Wuninitialized
2013-02-19 Mathis RosenhauerRemove casting of uint8_t buffer to uint16_t to avoid...
2013-02-19 Mathis Rosenhauerremove casts from malloc
2013-02-19 Mathis Rosenhauertypos and additional explanations
2013-02-19 Mathis RosenhauerKeep logo readable under shrinkage
2013-02-19 Mathis Rosenhauerclarifications
2013-02-19 Mathis Rosenhauerexpanded docs
2013-02-19 Mathis RosenhauerAdd license to source files
2013-02-19 Mathis RosenhauerOnly copy options actually set
2013-02-19 Mathis RosenhauerCheck output availability
2013-02-19 Mathis Rosenhauerpluralization
next