]> git.sesse.net Git - nageru/shortlog
nageru
2017-01-23 Steinar H.... Remove a FIXME; practical loopback testing showed this...
2017-01-23 Steinar H.... Make the default input mapping ignore the output card.
2017-01-22 Steinar H.... The DeckLink manual recommends pause + flush over stop...
2017-01-22 Steinar H.... Enable input mode autodetection for DeckLink cards...
2017-01-22 Steinar H.... Up the timebase so that it can handle 23.976 fps accura...
2017-01-22 Steinar H.... Make for clean shutdown of the output cards.
2017-01-21 Steinar H.... If a DeckLink card has multiple subdevices, label them.
2017-01-19 Steinar H.... Support DeckLink cards that don't have an HDMI connector.
2017-01-18 Steinar H.... Add support for DeckLink HDMI/SDI output.
2017-01-15 Steinar H.... Add a flag to output Y'CbCr using Rec. 709 coefficients.
2017-01-15 Steinar H.... Split DeckLink mode summarization into a separate share...
2017-01-15 Steinar H.... Move find_received_timestamp() into print_latency.h...
2017-01-15 Steinar H.... Add UYVY support to ChromaSubsampler.
2017-01-15 Steinar H.... Upgrade bmusb to one with more working 1080i/1080p...
2017-01-15 Steinar H.... Add a tiny explanatory comment.
2017-01-15 Steinar H.... Rename bmusb_mutex to card_mutex; it is not really...
2017-01-15 Steinar H.... Support interlaced inputs with the official DeckLink...
2017-01-15 Steinar H.... Make scan speed much more aggressive; seemingly there...
2017-01-15 Steinar H.... Make for cleaner on/off transitions in DeckLinkCapture.
2017-01-09 Steinar H.... Move chroma subsampling into its own class.
2016-12-26 Steinar H.... If running with unlimited amounts of lockable memory...
2016-12-24 Steinar H.... Prepare get_one_frame_from_each_card() interface for...
2016-12-24 Steinar H.... bmusb 0.5.3 is now in stretch.
2016-12-23 Steinar H.... Start capturing only when the mixer is ready.
2016-12-23 Steinar H.... Make the resampling audio queue length adjustable with...
2016-12-23 Steinar H.... Fix a bug where we would give wrong pts to the QuickSyn...
2016-12-16 Steinar H.... Correct/improve output chroma subsampling; it turned...
2016-12-16 Steinar H.... Set the right texture sampler for the subsampling shade...
2016-12-12 Steinar H.... Wait for frames in render order, not QuickSync order.
2016-12-11 Steinar H.... Move QuickSyncEncoderImpl's definition into its own...
2016-12-10 Steinar H.... Move mixer latency measurement to after buffer map.
2016-12-10 Steinar H.... Add a switch to print video latency.
2016-12-04 Steinar H.... Make it possible to set width/height on the command...
2016-12-04 Steinar H.... Make the aspect calculations follow from WIDTH/HEIGHT...
2016-11-24 Steinar H.... Release Nageru 1.4.2. 1.4.2
2016-11-22 Steinar H.... Don't bother making AVPackets if x264 has no data for us.
2016-11-22 Steinar H.... Fix a thread race that would sometimes cause x264 strea...
2016-11-09 Steinar H.... Fix a window title.
2016-11-06 Steinar H.... Release Nageru 1.4.1. 1.4.1
2016-11-06 Steinar H.... Recommend Movit 1.4.0 in the README (fixes some threadi...
2016-11-05 Steinar H.... Fix a race during startup.
2016-11-01 Steinar H.... Update on the libusb status; much better now.
2016-10-31 Steinar H.... If EGL initialization fails, print a friendlier error...
2016-10-31 Steinar H.... Fix an issue with streaming the NUT mux to HTTP.
2016-10-31 Steinar H.... Fix a segfault on bmusb hotplug in simple audio mode.
2016-10-26 Steinar H.... Release Nageru 1.4.0. 1.4.0
2016-10-25 Steinar H.... Fix a missing break in a switch.
2016-10-25 Steinar H.... Check the return value of writing to the eventfd.
2016-10-25 Steinar H.... Fix some missing targets in clean.
2016-10-25 Steinar H.... Add some missing non-implicit dependencies to the Makefile.
2016-10-25 Steinar H.... Various Makefile tweaks (mostly related to cleaning...
2016-10-25 Steinar H.... Clean .pb.{cc,h} files on make clean.
2016-10-25 Steinar H.... Final touch before release: Remove the MIDI controller...
2016-10-25 Steinar H.... Make the compression meter nonlinear.
2016-10-25 Steinar H.... Split out the piecewise linear interpolation code into...
2016-10-25 Steinar H.... Fix some UI work being done on the non-UI thread.
2016-10-25 Steinar H.... Allow using control 0.
2016-10-25 Steinar H.... Don't try to set up MIDI mapper highlights before the...
2016-10-25 Steinar H.... Change the auto-gain stopping criterion to be on correc...
2016-10-25 Steinar H.... Give the makeup gain control a bit more useful range...
2016-10-25 Steinar H.... Re-run include-what-you-use.
2016-10-25 Steinar H.... Update the README for the new sound features.
2016-10-25 Steinar H.... Add a sample MIDI mapping for Akai MIDImix.
2016-10-25 Steinar H.... Add mute buttons.
2016-10-25 Steinar H.... Fix an issue where silent buses were only partially...
2016-10-25 Steinar H.... Add scroll bars to the audio strips if needed.
2016-10-25 Steinar H.... Don't highlight any controllers if no MIDI controller...
2016-10-25 Steinar H.... Make the master peak display clickable, like all the...
2016-10-25 Steinar H.... Add support for feedback lights (LEDs) on MIDI controllers.
2016-10-25 Steinar H.... Add the two final missing MIDI mappings, namely buttons...
2016-10-25 Steinar H.... Highlight which controllers have currently active MIDI...
2016-10-25 Steinar H.... When having guessed a bus, focus on the next one.
2016-10-22 Steinar H.... Make sure MIDI mapping extrapolation doesn't give out...
2016-10-22 Steinar H.... Support group-local extrapolation in the MIDI mapping...
2016-10-22 Steinar H.... Make the guess button work.
2016-10-22 Steinar H.... Implement auto-training controllers in the MIDI input...
2016-10-22 Steinar H.... Make the save and load buttons in the MIDI mapping...
2016-10-22 Steinar H.... Add an editor for the MIDI mappings.
2016-10-22 Steinar H.... Listen on all MIDI ports (including hotplug).
2016-10-22 Steinar H.... Rewrite the ALSA sequencer input loop.
2016-10-19 Steinar H.... Add support for controlling the audio using a MIDI...
2016-10-19 Steinar H.... Shut down the ALSA inotify thread using an eventfd...
2016-10-19 Steinar H.... Make NonlinearFader work with fixed 0..1000 range,...
2016-10-19 Steinar H.... Interpolate gain changes smoothly, reusing the gain...
2016-10-19 Steinar H.... Reenable simple audio.
2016-10-19 Steinar H.... Make it possible to use PgUp/PgDown to switch audio...
2016-10-19 Steinar H.... Do not use the timing of dropped frames as part of...
2016-10-19 Steinar H.... Interpolate EQ changes smoothly, just like volume changes.
2016-10-19 Steinar H.... Shut down the ALSA probe retry threads cleanly on exit.
2016-10-19 Steinar H.... Shut down the ALSA inotify thread cleanly on exit.
2016-10-19 Steinar H.... Move ALSAPool into its own file; it is pretty large...
2016-10-19 Steinar H.... Let settings follow buses when editing the mapping.
2016-10-19 Steinar H.... Actually set the fader positions when making the views...
2016-10-19 Steinar H.... Make it possible to load an audio input mapping on...
2016-10-19 Steinar H.... Make it possible to load/save input mappings.
2016-10-19 Steinar H.... Move InputMapping and friends into its own header file.
2016-10-19 Steinar H.... Rename “name” to “display name”.
2016-10-19 Steinar H.... Make sure AudioDevice::name is set for ALSA cards,...
2016-10-19 Steinar H.... Update to a bmusb version where fake cards output 8...
2016-10-19 Steinar H.... Update the UI with state changes and new ALSA cards...
next