]> git.sesse.net Git - bmusb/history - bmusb.h
Add a way to get the current video mode.
[bmusb] / bmusb.h
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-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...
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-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. GundersonAuto-tune the USB buffers based on the previous frame...
2015-11-16 Steinar H. GundersonAdd a function to get video format details.
2015-10-25 Steinar H. GundersonBetter multi-card support; index them by number instead...
2015-10-12 Steinar H. GundersonBe less verbose on overflow.
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. GundersonAdd a missing forward declaration.
2015-09-30 Steinar H. GundersonSupport multiple cards at the same time (although curre...
2015-09-19 Steinar H. GundersonRefactor from global variables into class members.
2015-09-18 Steinar H. GundersonAdd an interleaved mode to split UYVY into YV and YY...
2015-09-15 Steinar H. GundersonAdd very rudimentary stopping support.
2015-09-01 Steinar H. GundersonInitial checkin.