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

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-24Release 0.4.24orc-0.4.24Sebastian Dröge
2015-06-22parse: increase array sizeWim Taymans
2015-06-22program: only reuse constants of the same size and valueWim Taymans
2015-05-22testsuite: fix reading .orc files with win32 line endings on windowsTim-Philipp Müller
2015-05-22testsuite: add parsing test case for win32 line endingsTim-Philipp Müller
2015-05-22orcc: fix reading .orc files with win32 line endings on windowsTim-Philipp Müller
2015-05-22orcparse: handle win32 \r\n line endingsTim-Philipp Müller
2015-04-10tests: use AM_TESTS_ENVIRONMENTTim-Philipp Müller
2015-03-12test: protect against out-of-boundsLuis de Bethencourt
2015-03-12test: protect against going out of boundsLuis de Bethencourt
2015-03-08orcc: Remove duplicate codepathEdward Hervey
2015-02-27testsuite: Put a limit to the memcpy testEdward Hervey
2015-01-30orccodemem: fix mmap leak on error pathVincent Penquerc'h
2014-12-17Back to developmentSebastian Dröge
2014-12-17Release 0.4.23orc-0.4.230.4.23Sebastian Dröge
2014-12-10neon: add support for all constantsWim Taymans
2014-12-09neon: add support for 64 bit parametersWim Taymans
2014-12-09neon: vtrn and vzip are undefined when src == destWim Taymans
2014-12-05orcc: allow setting custom backup functionWim Taymans
2014-12-03Fix high-order bit of first register in VPUSH/VPOP generationJerome Laheurte
2014-11-27Preserve NEON/VFP registers across subroutines according to ARM PCS (5.1.2.1)Jerome Laheurte
2014-11-08orcc: program-c: fix 64-bit parameter loading (loadpq) on big-endian systemsTim-Philipp Müller
2014-09-26orc: include orcprogram only onceWim Taymans
2014-09-26opcode: mark copy opcodes and don't emit mov for themWim Taymans
2014-09-26compiler: use src register as dest2Wim Taymans
2014-09-26compiler: update max_used_temp_reg before useWim Taymans
2014-09-26sse: improve splitXX on sse3Wim Taymans
2014-09-22parse: cleanupWim Taymans
2014-09-22test: add more testsWim Taymans
2014-09-20compiler: keep track of temp variables that contain param/constWim Taymans
2014-09-20Revert reuse constantsWim Taymans
2014-09-19parse: make contants per sizeWim Taymans
2014-09-19parse: fix opcode arg sizeWim Taymans
2014-09-19executor: use the size of the opcode arg to get multiplierWim Taymans
2014-09-19executor: fully expand const vars into the temp registerWim Taymans
2014-09-19parse: register constants with the right sizeWim Taymans
2014-09-18program-c: handle X2 and X4 with size < 2 variablesWim Taymans
2014-09-18compiler: generate only 1 temp for constantsWim Taymans
2014-09-18compiler: reuse _try_get_constant in _get_constantWim Taymans
2014-09-17opcodes: avoid undefined operations on signed intsWim Taymans
2014-09-17compiler: do << and | on unsigned ints onlyWim Taymans
2014-09-17compiler: avoid nagative array indexWim Taymans
2014-09-17utils: convert to uin32 before doing |Wim Taymans
2014-09-17docs: remove old env variableWim Taymans
2014-09-04TMPDIR becomes the last optionFabian Deutsch
2014-08-27Back to developmentSebastian Dröge
2014-08-27Release 0.4.22orc-0.4.22Sebastian Dröge
2014-08-26Add fallback CPU feature detection for AndroidJan Schmidt
2014-08-26Remove declarations for deleted functions from orcutils.hJan Schmidt
2014-08-26Detect android liblog and use android's log functions for debug outputJan Schmidt