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
path: root/src
AgeCommit message (Expand)Author
2022-05-10Force library to be statically built only (#51)matt335672
2022-05-09Progressive RFX for EGFX protocolJay Sorg
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
2019-04-19fix yuv typeoJay Sorg
2017-11-18move yuv functionsJay Sorg
2017-10-26add access to internal functionsJay Sorg
2017-09-15Merge branch 'asm-elf-pie' of https://github.com/mirabilos/librfxcodec into m...Jay Sorg
2017-04-06rename rfxcompose to rfxencode_composeJay Sorg
2017-04-02clear trailing bits in rlgr1/3 old and newJay Sorg
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-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-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
2017-02-26add faster rlgr1 and rlgr3 functionsJay Sorg
2017-02-24use const for input dataJay Sorg
2017-02-24use const for input dataJay Sorg
2017-02-24use const for input dataJay Sorg
2017-02-22Include config_ac.h from architecture specific sourcesPavel Roskin
2017-02-22Fix indentation in src/amd64/Makefile.amPavel Roskin
2017-02-07Convert i386 asm code to ELF PICmirabilos
2017-02-07Free the ebx register from use by the assembly codemirabilos
2017-02-04Split architecture-specific code into separate filesPavel Roskin
2017-02-04Create makefiles in architecture-specific directoriesPavel Roskin
2017-02-04Fix formatting to match coding standardsPavel Roskin
2017-02-04Use calloc() to allocate zeroed memoryPavel Roskin
2017-02-04Don't add ../include to the include pathPavel Roskin
2017-02-04Define RFX_USE_ACCEL_AMD64 and RFX_USE_ACCEL_X86 in config_ac.hPavel Roskin