]> git.sesse.net Git - bmusb/history - bmusb.cpp
Use even smaller transfers since evidently the kernel has problems allocating 512...
[bmusb] / bmusb.cpp
2015-11-09 Steinar H. GundersonUse even smaller transfers since evidently the kernel...
2015-10-31 Steinar H. GundersonIf libusb_submit_transfer() fails, output the actual...
2015-10-25 Steinar H. GundersonBetter multi-card support; index them by number instead...
2015-10-25 Steinar H. GundersonFix an error message.
2015-10-13 Steinar H. GundersonDefault to queueing up more audio than video frames.
2015-10-13 Steinar H. GundersonFix wraparound in some timecode comparisons.
2015-10-13 Steinar H. GundersonIf we have an audio block with no video, send it on...
2015-10-12 Steinar H. GundersonFix issues with the queue locking up when there is...
2015-10-12 Steinar H. GundersonBe less verbose on overflow.
2015-10-12 Steinar H. GundersonIncrease number of queued frames to 16.
2015-10-12 Steinar H. GundersonAdd support for stopping the dequeue thread.
2015-10-12 Steinar H. GundersonAdd support for callbacks in the dequeue thread.
2015-10-05 Steinar H. GundersonDocument alternates 3 and 4.
2015-10-05 Steinar H. GundersonRemove a debug printf.
2015-10-05 Steinar H. GundersonRun include-what-you-use.
2015-10-05 Steinar H. GundersonSwitch __SSE2__ defines over to __SSE4_1__, as we use...
2015-09-30 Steinar H. GundersonAdd a (commented-out) useful AVX2 debugging function.
2015-09-30 Steinar H. GundersonSupport multiple cards at the same time (although curre...
2015-09-30 Steinar H. GundersonReduce the transfer size a bit, for better cache effici...
2015-09-30 Steinar H. GundersonRemove a lot of control transfers (they were from the...
2015-09-22 Steinar H. GundersonYet more small AVX2 tweaks.
2015-09-22 Steinar H. GundersonMake AVX2 code a bit cleaner.
2015-09-20 Steinar H. GundersonSome corrections about firmware upgrade.
2015-09-19 Steinar H. GundersonSome musings about firmware versions.
2015-09-19 Steinar H. GundersonSmall, quite irrelevant fix for some debugging output.
2015-09-19 Steinar H. GundersonRefactor from global variables into class members.
2015-09-18 Steinar H. GundersonAdd an interleaved mode to split UYVY into YV and YY...
2015-09-17 Steinar H. GundersonAdd an SSE2/AVX2 fast path to fuse the memmem() into...
2015-09-17 Steinar H. GundersonFix a typo.
2015-09-17 Steinar H. GundersonSimplify decode_packs() through some pointer arithmetic.
2015-09-17 Steinar H. GundersonMove to -Wall, and fix all -Wall warnings.
2015-09-17 Steinar H. GundersonUnify the audio and video add_frame functions.
2015-09-15 Steinar H. GundersonAdd very rudimentary stopping support.
2015-09-01 Steinar H. GundersonInitial checkin.