| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Provide information on device location (bus,device,function) | Suren A. Chilingaryan | 2012-11-13 | 3 | -1/+4 | |
| | | | ||||||
| * | | DMA-independent IRQ functions | Suren A. Chilingaryan | 2012-11-13 | 3 | -51/+112 | |
| | | | ||||||
| * | | Allow IRQs without DMA engine | Suren A. Chilingaryan | 2012-11-12 | 2 | -3/+6 | |
| | | | ||||||
| * | | Kernel memory allocation | Suren A. Chilingaryan | 2012-11-12 | 4 | -13/+195 | |
| | | | ||||||
| * | | Do not verify BAR writes by default | Suren A. Chilingaryan | 2012-11-12 | 1 | -4/+13 | |
| |/ | ||||||
| * | Do not return DMA buffer in streaming read if the callback returns error | Suren A. Chilingaryan | 2012-10-29 | 1 | -1/+1 | |
| | | ||||||
| * | Report errors during DMA read in cli | Suren A. Chilingaryan | 2012-10-29 | 1 | -0/+4 | |
| | | ||||||
| * | Handle broken frames in ipecamera | Suren A. Chilingaryan | 2012-10-23 | 1 | -3/+6 | |
| | | ||||||
| * | Consider RESERVE_BUFFERS while computing buffer size required for ipecamera ↵ | Suren A. Chilingaryan | 2012-10-23 | 1 | -2/+2 | |
| | | | | | fast reject | |||||
| * | Provide information on failed triggers | Suren A. Chilingaryan | 2012-10-23 | 1 | -15/+28 | |
| | | ||||||
| * | More fixes to frame separation in multiframe mode; debugging mode | Suren A. Chilingaryan | 2012-10-23 | 3 | -23/+37 | |
| | | ||||||
| * | Fix splitting of frames in case of MULTIFRAME_PACKETS camera bug | Suren A. Chilingaryan | 2012-10-23 | 1 | -7/+39 | |
| | | ||||||
| * | Fix re-computation of first processable frame_id | Suren A. Chilingaryan | 2012-10-23 | 2 | -4/+4 | |
| | | ||||||
| * | Skip non-informative packets on DMA | Suren A. Chilingaryan | 2012-10-22 | 2 | -1/+6 | |
| | | ||||||
| * | Fixes 2 bugs in NWL DMA initalization: DMA engine was not restarted in case ↵ | Suren A. Chilingaryan | 2012-10-22 | 1 | -3/+8 | |
| | | | | | of incosistency leading to possibility of data loss on DMA; Persistent mode was not respected after re-initalization (stop/start dma) | |||||
| * | For the sake of FR-revision, don't clean DMA before recording and always set ↵ | Suren A. Chilingaryan | 2012-10-20 | 1 | -1/+4 | |
| | | | | | frame height to 1088 | |||||
| * | Decrease size of DMA buffer (bigger sizes limit DMA bandwidth) | Suren A. Chilingaryan | 2012-10-20 | 1 | -1/+1 | |
| | | ||||||
| * | Detect firmware version during initialization | Suren A. Chilingaryan | 2012-10-19 | 1 | -12/+14 | |
| | | ||||||
| * | Merge fixes to build system | Suren A. Chilingaryan | 2012-10-09 | 3 | -6/+14 | |
| |\ | ||||||
| | * | Fixes building in non-standard dirs | Suren A. Chilingaryan | 2012-08-18 | 2 | -3/+12 | |
| | | | ||||||
| | * | Use add_library to link against pthread | Suren A. Chilingaryan | 2012-08-18 | 1 | -2/+1 | |
| | | | ||||||
| | * | Don't use gawk for gcc detection | Suren A. Chilingaryan | 2012-08-18 | 1 | -2/+2 | |
| | | | ||||||
| * | | print results even if no frames grabbed | Suren A. Chilingaryan | 2012-10-09 | 2 | -4/+3 | |
| | | | ||||||
| * | | Support both UFO4 and UFO5 frame formats | Suren A. Chilingaryan | 2012-10-09 | 3 | -9/+34 | |
| |/ | ||||||
| * | Check for free space in camera DDR buffer before triggering event | Suren A. Chilingaryan | 2012-07-27 | 4 | -5/+20 | |
| | | ||||||
| * | Bail out from ipecamera_get_next_event if camera is stopped during the wait | Suren A. Chilingaryan | 2012-07-27 | 1 | -5/+6 | |
| | | ||||||
| * | Fix names of cmosis registers in scripts | Suren A. Chilingaryan | 2012-07-26 | 8 | -30/+7 | |
| | | ||||||
| * | Fix temperature register of ipecamera and prepend all cmosis registers with ↵ | Suren A. Chilingaryan | 2012-07-26 | 3 | -60/+61 | |
| | | | | | _cmosis prefix | |||||
| * | Check UfoDecode version | Suren A. Chilingaryan | 2012-07-24 | 1 | -1/+1 | |
| | | ||||||
| * | Pass through the ipecamera metadata | Suren A. Chilingaryan | 2012-07-24 | 2 | -2/+4 | |
| | | ||||||
| * | Support 12-bit modes | Suren A. Chilingaryan | 2012-07-24 | 5 | -5/+35 | |
| | | ||||||
| * | Respect --format parameter in cli | Suren A. Chilingaryan | 2012-07-24 | 1 | -5/+14 | |
| | | ||||||
| * | Support for new ufodecode and updated register model in ipecamera | Suren A. Chilingaryan | 2012-07-24 | 6 | -12/+973 | |
| | | ||||||
| * | Minor fix for frame partitioning | Suren A. Chilingaryan | 2012-07-05 | 1 | -2/+4 | |
| | | ||||||
| * | Remove invalid definitions of IPECAMERA_IMAGE_C | Suren A. Chilingaryan | 2012-07-05 | 3 | -3/+0 | |
| | | ||||||
| * | Increase default size of DMA buffer to accept a full UFO5 frame | Suren A. Chilingaryan | 2012-07-05 | 1 | -1/+1 | |
| | | ||||||
| * | UFO5 size estimation | Suren A. Chilingaryan | 2012-07-05 | 4 | -23/+41 | |
| | | ||||||
| * | Merge | Suren A. Chilingaryan | 2012-07-04 | 1 | -1/+1 | |
| |\ | ||||||
| | * | merge gcc-verification and update to linux-3.2 | Suren A. Chilingaryan | 2012-07-04 | 2 | -2/+22 | |
| | |\ | ||||||
| | * | | Adapt to new ufodecode (just compiling, no fixes for actual ufo5 changes) | Suren A. Chilingaryan | 2012-04-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix pcitool.h includes | Suren A. Chilingaryan | 2012-07-04 | 3 | -3/+3 | |
| | |/ |/| | ||||||
| * | | Compilation with Linux-3.2 | Suren A. Chilingaryan | 2012-02-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Verify gcc version | Suren A. Chilingaryan | 2012-02-11 | 1 | -1/+21 | |
| |/ | ||||||
| * | merge | Suren A. Chilingaryan | 2012-02-07 | 1 | -0/+3 | |
| |\ | ||||||
| | * | Link pci with pthread | Suren A. Chilingaryan | 2012-02-04 | 1 | -0/+3 | |
| | | | ||||||
| * | | Portable pthreads detection | Suren A. Chilingaryan | 2012-02-07 | 1 | -2/+5 | |
| |/ | ||||||
| * | Add script to debug incomplete frames | Suren A. Chilingaryan | 2012-02-03 | 1 | -0/+37 | |
| | | ||||||
| * | Support infinite timeouts in the get_next_frame | Suren A. Chilingaryan | 2012-02-02 | 1 | -3/+15 | |
| | | ||||||
| * | Link fastwriter to pcitool, not a library | Suren A. Chilingaryan | 2011-12-15 | 1 | -2/+2 | |
| | | ||||||
| * | build scripts: allow to build the library without pcitool | Suren A. Chilingaryan | 2011-12-14 | 1 | -7/+17 | |
| | | ||||||
