]> git.sesse.net Git - bmusb/history - bmusb.cpp
Add a (commented-out) useful AVX2 debugging function.
[bmusb] / bmusb.cpp
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.