]> git.sesse.net Git - bmusb/shortlog
bmusb
2015-10-12 Steinar H.... Be less verbose on overflow.
2015-10-12 Steinar H.... Increase number of queued frames to 16.
2015-10-12 Steinar H.... Add support for stopping the dequeue thread.
2015-10-12 Steinar H.... Add support for callbacks in the dequeue thread.
2015-10-05 Steinar H.... Add a missing forward declaration.
2015-10-05 Steinar H.... Document alternates 3 and 4.
2015-10-05 Steinar H.... Remove a debug printf.
2015-10-05 Steinar H.... Run include-what-you-use.
2015-10-05 Steinar H.... Switch __SSE2__ defines over to __SSE4_1__, as we use...
2015-09-30 Steinar H.... Add a (commented-out) useful AVX2 debugging function.
2015-09-30 Steinar H.... Support multiple cards at the same time (although curre...
2015-09-30 Steinar H.... Reduce the transfer size a bit, for better cache effici...
2015-09-30 Steinar H.... Remove a lot of control transfers (they were from the...
2015-09-22 Steinar H.... Yet more small AVX2 tweaks.
2015-09-22 Steinar H.... Make AVX2 code a bit cleaner.
2015-09-20 Steinar H.... Some corrections about firmware upgrade.
2015-09-19 Steinar H.... Update README; UltraStudio SDI works fine, if you just...
2015-09-19 Steinar H.... Some musings about firmware versions.
2015-09-19 Steinar H.... Small, quite irrelevant fix for some debugging output.
2015-09-19 Steinar H.... Work around a compilation issue.
2015-09-19 Steinar H.... Refactor from global variables into class members.
2015-09-18 Steinar H.... Add an interleaved mode to split UYVY into YV and YY...
2015-09-17 Steinar H.... Add an SSE2/AVX2 fast path to fuse the memmem() into...
2015-09-17 Steinar H.... Fix a typo.
2015-09-17 Steinar H.... Simplify decode_packs() through some pointer arithmetic.
2015-09-17 Steinar H.... Move to -Wall, and fix all -Wall warnings.
2015-09-17 Steinar H.... Unify the audio and video add_frame functions.
2015-09-15 Steinar H.... Add very rudimentary stopping support.
2015-09-01 Steinar H.... More about performance.
2015-09-01 Steinar H.... Initial checkin.