index
:
libraw1394
master
Fork of libraw1394 that allows for externally managed buffers
Peter McGoron
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce nesting depth in new_handle dispatchers
Stefan Richter
2008-10-28
1
-47
/
+49
*
Address some compiler warnings
Stefan Richter
2008-10-28
5
-10
/
+5
*
Makes extra sure strings are not overrun.
Erik Hovland
2008-10-28
1
-13
/
+19
*
Makes sure a value is returned by the function.
Erik Hovland
2008-10-28
1
-0
/
+1
*
Make sure that we have the right types.
Erik Hovland
2008-10-28
2
-7
/
+8
*
Compare unsigned values instead of subtracting them.
Erik Hovland
2008-10-28
1
-2
/
+3
*
Protect against resource leaks.
Erik Hovland
2008-10-28
2
-4
/
+11
*
Make sure variables are initialized before used.
Erik Hovland
2008-10-28
1
-1
/
+2
*
dispatch.c: fix a memory leak on not deleting the raw1394 wrapper handle.
Dan Dennedy
2008-07-21
1
-1
/
+2
*
Change handle validation to prevent segfault and be more informative.
Dan Dennedy
2008-07-06
5
-69
/
+314
*
Fix raw1394_read_cycle_timer after juju integration
Stefan Richter
2008-07-05
4
-1
/
+33
*
Plug dir leak and initialize data structs
Philippe Troin
2008-07-05
2
-1
/
+16
*
Move the source code files in the juju directory into the src directory and
Dan Dennedy
2008-04-30
6
-5
/
+2162
*
libraw1394.sgml, raw1394.h: remove information about deprecated isochronous
Dan Dennedy
2008-04-29
1
-2
/
+2
*
First cut at integrating juju
Dan Dennedy
2008-04-23
11
-416
/
+905
*
eventloop.c: apply patch from Jonas Bonn to retry read when failed with EINTR.
Dan Dennedy
2008-03-27
1
-2
/
+3
*
fix documentation on raw1394_update_config_rom
ddennedy
2007-10-14
1
-1
/
+1
*
Apply patch from Jon Schewe <jon.schewe@honeywell.com> to make valgrind happy...
ddennedy
2007-05-30
1
-4
/
+26
*
add documentation about existence of RAW1394DEV
ddennedy
2007-02-17
1
-2
/
+12
*
add support for RAW1394DEV environment variable to override default /dev/raw1...
ddennedy
2007-02-17
1
-5
/
+20
*
added raw1394_read_cycle_timer, contributed by Pieter Palmers
ddennedy
2007-02-14
5
-14
/
+51
*
bugfix segfault in raw1394_iso_shutdown on no iso activity due to not initial...
ddennedy
2006-10-17
1
-2
/
+3
*
apply optimization patch from Pieter Palmers that removes modulo operator fro...
ddennedy
2006-05-09
1
-4
/
+16
*
cleanup some compiler warnings
ddennedy
2006-04-09
1
-1
/
+1
*
lock allocated isochronous packet tracking memory
ddennedy
2006-04-09
1
-1
/
+16
*
remove memory allocations for isochronous operations from the libraw1394 even...
ddennedy
2006-04-09
2
-8
/
+19
*
Added a new callback response for iso_xmit handlers: RAW1394_ISO_AGAIN.
ddennedy
2006-03-04
2
-0
/
+13
*
Fix raw1394_iso_xmit_write() to work with recent kernel change to raw1394
ddennedy
2005-07-04
1
-1
/
+1
*
add sanity check to queuing of packets in rawiso xmit
ddennedy
2005-07-04
2
-6
/
+15
*
Add a comment that libraw does not allocate channels and bandwidth. This
ddennedy
2005-07-01
1
-0
/
+1
*
bugfix stalling on iso transmission underflow
ddennedy
2005-06-23
1
-1
/
+1
*
documentation and header comment corrections from Stefan Richter
ddennedy
2005-06-02
1
-19
/
+23
*
add functions for allocating and releasing bandwidth and channels
ddennedy
2005-02-16
3
-1
/
+164
*
add comment about assumptions made in raw1394_get_port_info
ddennedy
2004-11-26
1
-0
/
+5
*
apply patch from Matthias Hanel to fix uninitialized buffer and remove unnces...
ddennedy
2004-11-25
1
-6
/
+1
*
improve reference documentation
ddennedy
2004-11-25
1
-75
/
+192
*
port iso examples to rawiso API
ddennedy
2004-11-18
1
-1
/
+1
*
reorganize and update documentation; fix compiler warning
ddennedy
2004-11-11
9
-678
/
+802
*
revert kernel protocol version
ddennedy
2004-10-31
1
-1
/
+1
*
bump versions, build fixes, and doc updates
ddennedy
2004-10-30
3
-7
/
+4
*
Patch from Jim Radford. Other half of packet_per_buffer ABI cleanup.
bencollins
2003-12-09
1
-3
/
+3
*
Patch from Alexander Neundorf to support differing ISO rx modes. Currently
bencollins
2003-11-20
3
-3
/
+18
*
sync with driver
weihs
2003-11-09
3
-0
/
+94
*
sync with driver version of this file
weihs
2003-11-09
1
-2
/
+6
*
Patch from Alexander Neundorf to add proto for raw1394_iso_recv_flush()
bencollins
2003-10-07
1
-0
/
+3
*
Fixup async_stream to use same local req variable for reentrancy.
bencollins
2003-09-26
1
-10
/
+10
*
Async stream support from Jim Radford.
bencollins
2003-09-11
3
-0
/
+42
*
Patch from Stephen Tiedemann to allow reentrancy in raw1394's usage of
bencollins
2003-07-22
7
-200
/
+199
*
Patch from Dan Maas to add raw1394_iso_recv_flush() call to API, using the
bencollins
2003-07-17
2
-3
/
+25
*
Remove trailing whitespace, which automake chokes on.
bencollins
2003-07-17
1
-1
/
+1
[next]