Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/librfxcodec.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-07Bump autoconf ver (#55)HEADdevelmatt335672
2022-05-10Force library to be statically built only (#51)matt335672
2022-05-09Merge pull request #50 from Nexarian/egfx_mainline_mergemetalefty
2022-05-09Progressive RFX for EGFX protocolJay Sorg
2022-01-06bump version to v0.1.6v0.1.6masterKoichiro IWAO
2022-01-05Add function prologue and epilogue in debug mode (#49)Roland Kaufmann
2022-01-05Define TILE_SIZE_UPPER_LIMIT for buffer overflow checksmatt335672
2022-01-05Address possible uninitialised variablematt335672
2022-01-05RFX: check for space in output buffer before writing tilesmatt335672
2021-12-02Replace 'which' with 'command -v' (#47)matt335672
2019-08-19bump version to v0.1.5v0.1.5Koichiro IWAO
2019-04-24Merge pull request #44 from jsorg71/yuv1jsorg71
2019-04-19fix yuv typeoJay Sorg
2017-12-14bump version to v0.1.4v0.1.4Koichiro IWAO
2017-11-18move yuv functionsJay Sorg
2017-10-26add access to internal functionsJay Sorg
2017-09-26bump version to v0.1.3v0.1.3Koichiro IWAO
2017-09-15Merge branch 'mirabilos-asm-elf-pie' into develJay Sorg
2017-09-15Merge branch 'asm-elf-pie' of https://github.com/mirabilos/librfxcodec into m...Jay Sorg
2017-06-28bump version to v0.1.2v0.1.2Koichiro IWAO
2017-04-06rename rfxcompose to rfxencode_composeJay Sorg
2017-04-02clear trailing bits in rlgr1/3 old and newJay Sorg
2017-03-30bump version numberv0.1.1speidy
2017-03-28change diff_rlgr1/3 to match rlgr1/3 on ending bitsJay Sorg
2017-03-26add EOF alignment for OSX linker; also simplify PREPARE_RODATAmirabilos
2017-03-26add new END_OF_FILE macro; use it to place the small i386 PIC code latemirabilos
2017-03-25remove useless semicolons and undesirable 'align 16' at end of filemirabilos
2017-03-25move all (now read-only) data to the text section on all architecturesmirabilos
2017-03-25use i386 label-relative mechanism also for non-ELF formatsmirabilos
2017-03-25use label-relative, not GOT, access for local data in i386 ELF PICmirabilos
2017-03-25move the i386 ELF PIC init code into PREPARE_RODATAmirabilos
2017-03-25new macro PREPARE_RODATA to denote the begin of (soon to be read-only) datamirabilos
2017-03-25rename get_GOT to RETRIEVE_RODATA; don’t define it on amd64 (since we donâ€...mirabilos
2017-03-25lsym() for amd64mirabilos
2017-03-25move i386 ELF PIC stuff to common.asmmirabilos
2017-03-25define a macro to make the current architecture known to common.asmmirabilos
2017-03-25let common.asm end in the .text sectionmirabilos
2017-03-25Merge remote-tracking branch 'upstream/devel' into asm-elf-piemirabilos
2017-03-24Change email address to mailing listKoichiro IWAO
2017-03-23no logic change, update copyrightsJay Sorg
2017-03-17Move macros to common.asm, make PROC macro easier to usePavel Roskin
2017-03-17Write "section" in lowercase for consistency with other keywordsPavel Roskin
2017-03-17Pass -Wall and -Wwrite-strings option to the compiler if supportedPavel Roskin
2017-03-04Include config_ac.h from tests/rfxencode.cPavel Roskin
2017-02-26some cleanup for diff_rlgr1/rlgr3Jay Sorg
2017-02-26coding style changeJay Sorg
2017-02-26remove some functions from header fileJay Sorg
2017-02-26add HAVE_CONFIG_H to .c filesJay Sorg
2017-02-26remove some unused filesJay Sorg
2017-02-26fix a commentJay Sorg