]> git.sesse.net Git - bmusb/shortlog
bmusb
2016-07-26 Steinar H.... Release v0.4, and add a pkg-config file. 0.4
2016-07-26 Steinar H.... Build and install a static library.
2016-07-25 Steinar H.... Update README.
2016-07-25 Steinar H.... Move FakeCapture from Nageru, and make it a little...
2016-07-25 Steinar H.... Put everything in namespace bmusb; it was getting too...
2016-07-25 Steinar H.... Make decode_video_format() private.
2016-07-25 Steinar H.... Unbreak the test program.
2016-07-25 Steinar H.... Use GCC multiversionining instead of #ifdefs and -march...
2016-07-22 Steinar H.... Support card hotplugging (both add and remove).
2016-07-21 Steinar H.... Add an is_connected member to VideoFormat, for use...
2016-06-07 Steinar H.... Add support for persistent USB device memory.
2016-05-02 Steinar H.... Stop leaking memory allocators.
2016-05-02 Steinar H.... Stop opening dummy audio.raw file by default.
2016-04-02 Steinar H.... Clearly mark card type in the description.
2016-04-01 Steinar H.... Allow setting the video and audio inputs runtime.
2016-03-04 Steinar H.... Add a way to get the current video mode.
2016-03-04 Steinar H.... Tweak get_available_video_modes() interface.
2016-03-03 Steinar H.... Make drivers capable of delivering a list of modes...
2016-02-28 Steinar H.... Never send in a frame rate of 0/0.
2016-02-27 Steinar H.... Expose MallocFrameAllocator.
2016-02-27 Steinar H.... Send the audio format explicitly down, not just the ID.
2016-02-27 Steinar H.... Make an explicit flag for whether we have input signal...
2016-02-26 Steinar H.... Send the video format in directly to the video frame...
2016-02-17 Steinar H.... Update email address.
2016-01-22 Steinar H.... Add an option to get a textual description of each...
2016-01-10 Steinar H.... More video modes, from the D4.
2015-12-30 Steinar H.... Add a 720x576p mode.
2015-12-23 Steinar H.... Correct 1080i second field offset.
2015-12-23 Steinar H.... Add yet another PAL mode.
2015-11-23 Steinar H.... Add a missing PAL mode.
2015-11-22 Steinar H.... Correct data for 480i.
2015-11-22 Steinar H.... Correct field start for 576i.
2015-11-22 Steinar H.... Interlaced resolution data fixes, especially for 576i.
2015-11-21 Steinar H.... Return second field offset for interlaced modes (1080i...
2015-11-21 Steinar H.... Convert decode_video_format to return unsigned quantities.
2015-11-18 Steinar H.... Reduce the verbosity somewhat.
2015-11-17 Steinar H.... Add extra_lines information for 1080i.
2015-11-17 Steinar H.... Add some extra height information to decode_video_format().
2015-11-17 Steinar H.... Fix parameter order.
2015-11-17 Steinar H.... Fix (sort of) the dimensions for mode 0x0800.
2015-11-17 Steinar H.... Auto-tune the USB buffers based on the previous frame...
2015-11-16 Steinar H.... Add a function to get video format details.
2015-11-16 Steinar H.... Small cleanup.
2015-11-14 Steinar H.... Fix a crash during shutdown.
2015-11-14 Steinar H.... Fix a queue access not under a mutex.
2015-11-09 Steinar H.... Use even smaller transfers since evidently the kernel...
2015-11-08 Steinar H.... Add a simple .gitignore.
2015-10-31 Steinar H.... If libusb_submit_transfer() fails, output the actual...
2015-10-25 Steinar H.... Better multi-card support; index them by number instead...
2015-10-25 Steinar H.... Fix an error message.
2015-10-13 Steinar H.... Default to queueing up more audio than video frames.
2015-10-13 Steinar H.... Fix wraparound in some timecode comparisons.
2015-10-13 Steinar H.... If we have an audio block with no video, send it on...
2015-10-12 Steinar H.... Fix issues with the queue locking up when there is...
2015-10-12 Steinar H.... Small format update.
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.