summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove invalid definitions of IPECAMERA_IMAGE_CSuren A. Chilingaryan2012-07-053-3/+0
|
* Increase default size of DMA buffer to accept a full UFO5 frameSuren A. Chilingaryan2012-07-051-1/+1
|
* UFO5 size estimationSuren A. Chilingaryan2012-07-054-23/+41
|
* MergeSuren A. Chilingaryan2012-07-041-1/+1
|\
| * merge gcc-verification and update to linux-3.2Suren A. Chilingaryan2012-07-042-2/+22
| |\
| * | Adapt to new ufodecode (just compiling, no fixes for actual ufo5 changes)Suren A. Chilingaryan2012-04-191-1/+1
| | |
* | | Fix pcitool.h includesSuren A. Chilingaryan2012-07-043-3/+3
| |/ |/|
* | Compilation with Linux-3.2Suren A. Chilingaryan2012-02-111-1/+1
| |
* | Verify gcc versionSuren A. Chilingaryan2012-02-111-1/+21
|/
* mergeSuren A. Chilingaryan2012-02-071-0/+3
|\
| * Link pci with pthreadSuren A. Chilingaryan2012-02-041-0/+3
| |
* | Portable pthreads detectionSuren A. Chilingaryan2012-02-071-2/+5
|/
* Add script to debug incomplete framesSuren A. Chilingaryan2012-02-031-0/+37
|
* Support infinite timeouts in the get_next_frameSuren A. Chilingaryan2012-02-021-3/+15
|
* Link fastwriter to pcitool, not a librarySuren A. Chilingaryan2011-12-151-2/+2
|
* build scripts: allow to build the library without pcitoolSuren A. Chilingaryan2011-12-141-7/+17
|
* small cleanupSuren A. Chilingaryan2011-12-143-12/+16
|
* Quite modeSuren A. Chilingaryan2011-12-141-5/+7
|
* few demo scriptsSuren A. Chilingaryan2011-12-146-14/+86
|
* Synchronize kernel buffers during the read-kernel-memory and while accessing ↵Suren A. Chilingaryan2011-12-146-26/+40
| | | | via sysfs
* Store with additional header containing timestmap, sequential number, etc.Suren A. Chilingaryan2011-12-131-5/+26
|
* Do event counting when rawcallback is used to stream the dataSuren A. Chilingaryan2011-12-134-78/+115
|
* Print more statisticsSuren A. Chilingaryan2011-12-132-50/+170
|
* Do not call the normall callback in the raw-data-only modeSuren A. Chilingaryan2011-12-132-18/+29
|
* Send padding data to rawdata_callbackSuren A. Chilingaryan2011-12-131-0/+18
|
* fixes in pcitoolSuren A. Chilingaryan2011-12-131-3/+4
|
* Initial support of fastwritter librarySuren A. Chilingaryan2011-12-131-42/+59
|
* Add install targets to cmakeSuren A. Chilingaryan2011-12-133-1/+23
|
* Fix errors preventing time-limited grabbingSuren A. Chilingaryan2011-12-122-1/+5
|
* Handle SIGINT signal in pcitoolSuren A. Chilingaryan2011-12-122-0/+17
|
* Stop reader thread on pcilib_stopSuren A. Chilingaryan2011-12-121-1/+1
|
* Verbose grabbing modeSuren A. Chilingaryan2011-12-122-13/+82
|
* Allow to configure the number of preprocessing threadsSuren A. Chilingaryan2011-12-125-4/+57
|
* Handle properly more of trigger-and-grab options in pcitoolSuren A. Chilingaryan2011-12-123-47/+51
|
* In preprocessing mode, announce the events only after reconstruction is doneSuren A. Chilingaryan2011-12-122-3/+19
|
* Minor fixes and improvementsSuren A. Chilingaryan2011-12-127-14/+29
|
* Increase event timeout for large trigger timesSuren A. Chilingaryan2011-12-121-0/+6
|
* Declare volatile differentlySuren A. Chilingaryan2011-12-122-12/+11
|
* Add volatile keyword to prevent problematic optimizationsSuren A. Chilingaryan2011-12-121-8/+10
|
* Fix handling of return values from frame decoder and event callbackSuren A. Chilingaryan2011-12-122-6/+7
|
* Reverts r99 and fixes inheritance of kernel buffers properlySuren A. Chilingaryan2011-12-122-12/+16
|
* multithread preprocessing of ipecamera frames and code reorganizationSuren A. Chilingaryan2011-12-1243-1266/+1699
|
* Send proper event id to get_data functionSuren A. Chilingaryan2011-12-091-2/+2
|
* Image frames decodingSuren A. Chilingaryan2011-12-095-48/+121
|
* Parse required event & data_typeSuren A. Chilingaryan2011-12-095-11/+57
|
* Gathering a bit of statisticsSuren A. Chilingaryan2011-12-093-12/+62
|
* Few fixesSuren A. Chilingaryan2011-12-091-3/+7
|
* Print proper addresses for register range read/writesSuren A. Chilingaryan2011-12-091-6/+8
|
* Initial support of event streaming in cliSuren A. Chilingaryan2011-12-099-84/+327
|
* Support multiple frames sharing a single DMA packetSuren A. Chilingaryan2011-12-081-9/+44
|