]> git.sesse.net Git - bmusb/shortlog
bmusb
2018-04-29 Steinar H.... Release v0.7.2. 0.7.2
2018-04-29 Steinar H.... Loosen up the frequency sample rate check a bit; a...
2018-04-29 Steinar H.... Make shutdown faster for the case where we have zero...
2018-03-18 Steinar H.... Release v0.7.1. 0.7.1
2018-03-14 Steinar H.... Add some more fake input colors.
2017-07-07 Steinar H.... Add some pixel formats for private use.
2017-05-29 Steinar H.... Release v0.7.0. 0.7.0
2017-05-22 Steinar H.... Add a new planar pixel mode.
2017-05-12 Steinar H.... Add a missing 576p50 mode.
2017-05-12 Steinar H.... Fix a frame leak (leading to freeze) when getting an...
2017-05-07 Steinar H.... Correct FakeCapture color values.
2017-04-28 Steinar H.... If we get a broken audio frame, keep the previous sampl...
2017-04-28 Steinar H.... Support other sample rates than 48 kHz.
2017-04-21 Steinar H.... Change from RGBA to BGRA; slightly more Intel GPU-frien...
2017-04-21 Steinar H.... Fix a syntax error in some commented-out code.
2017-04-09 Steinar H.... Add an RGBA pixel type.
2017-02-25 Steinar H.... Bump version name in pkg-config file.
2017-02-25 Steinar H.... Release v0.6.0. 0.6.0
2017-02-25 Steinar H.... Bump soname due to changed ABI.
2017-02-21 Steinar H.... Support 10-bit capture.
2017-02-21 Steinar H.... Yet more 1080p mode corrections.
2017-02-19 Steinar H.... Add a stride field to VideoFormat.
2017-02-01 Steinar H.... Make the received timestamps in FakeCapture much more...
2017-01-25 Steinar H.... Give all of our threads meaningful names, to aid with...
2017-01-15 Steinar H.... Release v0.5.4. 0.5.4
2017-01-15 Steinar H.... Correct modelines for a bunch of 1080i and 1080p modes.
2017-01-15 Steinar H.... Add a specification for how the official DeckLink drive...
2016-12-10 Steinar H.... Release v0.5.3. 0.5.3
2016-12-10 Steinar H.... Add timestamps on each received frame.
2016-09-29 Steinar H.... Release v0.5.2. 0.5.2
2016-09-29 Steinar H.... Build and install a shared library.
2016-09-20 Steinar H.... Explicitly declare both versions of add_to_frame_fastpa...
2016-09-11 Steinar H.... Make FakeCapture output 8-channel sound, to match the...
2016-07-30 Steinar H.... Release v0.5.1. 0.5.1
2016-07-30 Steinar H.... Make a better error message on LIBUSB_ERROR_NOT_FOUND.
2016-07-29 Steinar H.... Make FakeCapture capable of outputting audio (a simple...
2016-07-29 Steinar H.... Fix a typo.
2016-07-27 Steinar H.... Release v0.5. 0.5
2016-07-27 Steinar H.... Set libusb timeout to one second, to help shutdown...
2016-07-27 Steinar H.... Properly initialize libusb in num_cards().
2016-07-27 Steinar H.... Fix int -> unsigned.
2016-07-27 Steinar H.... Add a function to get the number of USB cards.
2016-07-27 Steinar H.... Support hotplugging existing devices.
2016-07-27 Steinar H.... Move include files to bmusb/.
2016-07-26 Steinar H.... Move include files to 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.
next