]> git.sesse.net Git - bmusb/history - bmusb.cpp
Release 0.7.7 (no code changes, Makefile only).
[bmusb] / bmusb.cpp
2023-11-30 Steinar H. GundersonRelease 0.7.7 (no code changes, Makefile only). master 0.7.7
2020-04-12 Steinar H. GundersonRelease 0.7.6 (no code changes, Makefile only). 0.7.6
2020-04-07 Steinar H. GundersonRelease 0.7.5. 0.7.5
2019-03-29 Steinar H. GundersonRelease v0.7.4. 0.7.4
2018-11-11 Steinar H. GundersonRelease v0.7.3. 0.7.3
2018-11-07 Steinar H. GundersonWork around a GCC warning.
2018-11-07 Steinar H. GundersonAdd another non-interleaved data copy (intended for...
2018-11-07 Steinar H. GundersonAdd another 720p50 mode we discovered.
2018-04-29 Steinar H. GundersonRelease v0.7.2. 0.7.2
2018-04-29 Steinar H. GundersonLoosen up the frequency sample rate check a bit; a...
2018-04-29 Steinar H. GundersonMake shutdown faster for the case where we have zero...
2018-03-18 Steinar H. GundersonRelease v0.7.1. 0.7.1
2017-05-29 Steinar H. GundersonRelease v0.7.0. 0.7.0
2017-05-12 Steinar H. GundersonAdd a missing 576p50 mode.
2017-05-12 Steinar H. GundersonFix a frame leak (leading to freeze) when getting an...
2017-04-28 Steinar H. GundersonIf we get a broken audio frame, keep the previous sampl...
2017-04-28 Steinar H. GundersonSupport other sample rates than 48 kHz.
2017-04-21 Steinar H. GundersonFix a syntax error in some commented-out code.
2017-02-25 Steinar H. GundersonRelease v0.6.0. 0.6.0
2017-02-21 Steinar H. GundersonSupport 10-bit capture.
2017-02-21 Steinar H. GundersonYet more 1080p mode corrections.
2017-02-19 Steinar H. GundersonAdd a stride field to VideoFormat.
2017-01-25 Steinar H. GundersonGive all of our threads meaningful names, to aid with...
2017-01-15 Steinar H. GundersonRelease v0.5.4. 0.5.4
2017-01-15 Steinar H. GundersonCorrect modelines for a bunch of 1080i and 1080p modes.
2016-12-10 Steinar H. GundersonRelease v0.5.3. 0.5.3
2016-12-10 Steinar H. GundersonAdd timestamps on each received frame.
2016-09-29 Steinar H. GundersonRelease v0.5.2. 0.5.2
2016-09-20 Steinar H. GundersonExplicitly declare both versions of add_to_frame_fastpa...
2016-07-30 Steinar H. GundersonRelease v0.5.1. 0.5.1
2016-07-30 Steinar H. GundersonMake a better error message on LIBUSB_ERROR_NOT_FOUND.
2016-07-27 Steinar H. GundersonRelease v0.5. 0.5
2016-07-27 Steinar H. GundersonSet libusb timeout to one second, to help shutdown...
2016-07-27 Steinar H. GundersonProperly initialize libusb in num_cards().
2016-07-27 Steinar H. GundersonFix int -> unsigned.
2016-07-27 Steinar H. GundersonAdd a function to get the number of USB cards.
2016-07-27 Steinar H. GundersonSupport hotplugging existing devices.
2016-07-26 Steinar H. GundersonMove include files to bmusb/.
2016-07-26 Steinar H. GundersonRelease v0.4, and add a pkg-config file. 0.4
2016-07-25 Steinar H. GundersonPut everything in namespace bmusb; it was getting too...
2016-07-25 Steinar H. GundersonMake decode_video_format() private.
2016-07-25 Steinar H. GundersonUse GCC multiversionining instead of #ifdefs and -march...
2016-07-22 Steinar H. GundersonSupport card hotplugging (both add and remove).
2016-06-07 Steinar H. GundersonAdd support for persistent USB device memory.
2016-05-02 Steinar H. GundersonStop leaking memory allocators.
2016-05-02 Steinar H. GundersonStop opening dummy audio.raw file by default.
2016-04-02 Steinar H. GundersonClearly mark card type in the description.
2016-04-01 Steinar H. GundersonAllow setting the video and audio inputs runtime.
2016-03-04 Steinar H. GundersonAdd a way to get the current video mode.
2016-03-04 Steinar H. GundersonTweak get_available_video_modes() interface.
2016-03-03 Steinar H. GundersonMake drivers capable of delivering a list of modes...
2016-02-28 Steinar H. GundersonNever send in a frame rate of 0/0.
2016-02-27 Steinar H. GundersonExpose MallocFrameAllocator.
2016-02-27 Steinar H. GundersonSend the audio format explicitly down, not just the ID.
2016-02-27 Steinar H. GundersonMake an explicit flag for whether we have input signal...
2016-02-26 Steinar H. GundersonSend the video format in directly to the video frame...
2016-01-22 Steinar H. GundersonAdd an option to get a textual description of each...
2016-01-10 Steinar H. GundersonMore video modes, from the D4.
2015-12-30 Steinar H. GundersonAdd a 720x576p mode.
2015-12-23 Steinar H. GundersonCorrect 1080i second field offset.
2015-12-23 Steinar H. GundersonAdd yet another PAL mode.
2015-11-23 Steinar H. GundersonAdd a missing PAL mode.
2015-11-22 Steinar H. GundersonCorrect data for 480i.
2015-11-22 Steinar H. GundersonCorrect field start for 576i.
2015-11-22 Steinar H. GundersonInterlaced resolution data fixes, especially for 576i.
2015-11-21 Steinar H. GundersonReturn second field offset for interlaced modes (1080i...
2015-11-21 Steinar H. GundersonConvert decode_video_format to return unsigned quantities.
2015-11-18 Steinar H. GundersonReduce the verbosity somewhat.
2015-11-17 Steinar H. GundersonAdd extra_lines information for 1080i.
2015-11-17 Steinar H. GundersonAdd some extra height information to decode_video_format().
2015-11-17 Steinar H. GundersonFix parameter order.
2015-11-17 Steinar H. GundersonFix (sort of) the dimensions for mode 0x0800.
2015-11-17 Steinar H. GundersonAuto-tune the USB buffers based on the previous frame...
2015-11-16 Steinar H. GundersonAdd a function to get video format details.
2015-11-16 Steinar H. GundersonSmall cleanup.
2015-11-14 Steinar H. GundersonFix a crash during shutdown.
2015-11-14 Steinar H. GundersonFix a queue access not under a mutex.
2015-11-09 Steinar H. GundersonUse even smaller transfers since evidently the kernel...
2015-10-31 Steinar H. GundersonIf libusb_submit_transfer() fails, output the actual...
2015-10-25 Steinar H. GundersonBetter multi-card support; index them by number instead...
2015-10-25 Steinar H. GundersonFix an error message.
2015-10-13 Steinar H. GundersonDefault to queueing up more audio than video frames.
2015-10-13 Steinar H. GundersonFix wraparound in some timecode comparisons.
2015-10-13 Steinar H. GundersonIf we have an audio block with no video, send it on...
2015-10-12 Steinar H. GundersonFix issues with the queue locking up when there is...
2015-10-12 Steinar H. GundersonBe less verbose on overflow.
2015-10-12 Steinar H. GundersonIncrease number of queued frames to 16.
2015-10-12 Steinar H. GundersonAdd support for stopping the dequeue thread.
2015-10-12 Steinar H. GundersonAdd support for callbacks in the dequeue thread.
2015-10-05 Steinar H. GundersonDocument alternates 3 and 4.
2015-10-05 Steinar H. GundersonRemove a debug printf.
2015-10-05 Steinar H. GundersonRun include-what-you-use.
2015-10-05 Steinar H. GundersonSwitch __SSE2__ defines over to __SSE4_1__, as we use...
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.
next