]> git.sesse.net Git - bmusb/shortlog
bmusb
2023-11-30 Steinar H.... Release 0.7.7 (no code changes, Makefile only). master 0.7.7
2021-08-29 Steinar H.... Support (partially) overriding CXXFLAGS and LDFLAGS...
2021-04-14 Steinar H.... Remove -o root -g root from the Makefile.
2021-04-14 Steinar H.... Change libusb-1.0 from Requires.private to Requires.
2021-04-05 Steinar H.... Bump version number in bmusb.pc.
2020-04-12 Steinar H.... Release 0.7.6 (no code changes, Makefile only). 0.7.6
2020-04-11 Steinar H.... Make UDEVDIR configurable.
2020-04-11 Steinar H.... Make LIBDIR configurable, for multiarch.
2020-04-07 Steinar H.... Release 0.7.5. 0.7.5
2020-04-07 Steinar H.... Remove v4l2proxy on clean.
2020-04-07 Steinar H.... Add udev rules so that local users automatically get...
2020-04-06 Steinar H.... Fix v4l2proxy when stride != width * 2.
2020-04-06 Steinar H.... Fix v4l2proxy compilation without SSE2.
2020-04-05 Steinar H.... Add a little program to proxy from bmusb to a V4L2...
2019-07-25 Steinar H.... Support overriding pkg-config.
2019-03-29 Steinar H.... Release v0.7.4. 0.7.4
2019-03-17 Steinar H.... Add a call create_frame() to help performance in VA...
2018-11-11 Steinar H.... Release v0.7.3. 0.7.3
2018-11-10 Steinar H.... Fix 8-bit noninterleaved encoding for fake colors;...
2018-11-08 Steinar H.... Unbreak 8-bit fake inputs.
2018-11-07 Steinar H.... Work around a GCC warning.
2018-11-07 Steinar H.... Add another non-interleaved data copy (intended for...
2018-11-07 Steinar H.... Add another 720p50 mode we discovered.
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.
next