2016-10-19 |
Steinar H. Gunderson | Some minor IWYU work in mixer.h. |
blob | commitdiff | raw |
2016-10-19 |
Steinar H. Gunderson | Move most of the audio processing logic from Mixer... |
blob | commitdiff | raw | diff to current |
2016-09-23 |
Steinar H. Gunderson | Do not use the timing of dropped frames as part of... |
blob | commitdiff | raw | diff to current |
2016-09-10 |
Steinar H. Gunderson | Use std::chrono for (almost) all time keeping. |
blob | commitdiff | raw | diff to current |
2016-07-25 |
Steinar H. Gunderson | Upgrade to newer bmusb, with namespacing. |
blob | commitdiff | raw | diff to current |
2016-07-22 |
Steinar H. Gunderson | Add some more command-line flags for initial audio... |
blob | commitdiff | raw | diff to current |
2016-07-22 |
Steinar H. Gunderson | Add a menu option to change x264 video bitrate while... |
blob | commitdiff | raw | diff to current |
2016-07-22 |
Steinar H. Gunderson | Allow hotplugging of USB cards, instead of just exiting... |
blob | commitdiff | raw | diff to current |
2016-07-21 |
Steinar H. Gunderson | Remove unused struct member. |
blob | commitdiff | raw | diff to current |
2016-07-16 |
Steinar H. Gunderson | Add a printout of mlockall() memory used, from bitter... |
blob | commitdiff | raw | diff to current |
2016-07-12 |
Steinar H. Gunderson | Fix crash on exit when there are no USB cards. |
blob | commitdiff | raw | diff to current |
2016-07-01 |
Steinar H. Gunderson | Fix --flat-audio; add the gain staging auto knob, and... |
blob | commitdiff | raw | diff to current |
2016-05-02 |
Steinar H. Gunderson | Filter Qt signals about updated names and colors. |
blob | commitdiff | raw | diff to current |
2016-05-01 |
Steinar H. Gunderson | Upload the textures from the main thread. |
blob | commitdiff | raw | diff to current |
2016-04-23 |
Steinar H. Gunderson | Start pulling video orchestration logic into VideoEncoder. |
blob | commitdiff | raw | diff to current |
2016-04-23 |
Steinar H. Gunderson | Make more consistent filenames for QuickSyncEncoder... |
blob | commitdiff | raw | diff to current |
2016-04-23 |
Steinar H. Gunderson | Rename H264Encoder to QuickSyncEncoder, since we will... |
blob | commitdiff | raw | diff to current |
2016-04-19 |
Steinar H. Gunderson | Set duration for all video frames. |
blob | commitdiff | raw | diff to current |
2016-04-04 |
Steinar H. Gunderson | Add red and green borders around channels to mark them... |
blob | commitdiff | raw | diff to current |
2016-04-02 |
Steinar H. Gunderson | Tweak queue length policy to avoid pointless safe point... |
blob | commitdiff | raw | diff to current |
2016-04-02 |
Steinar H. Gunderson | Cleanup: Remove the last case of non-refcounted fences. |
blob | commitdiff | raw | diff to current |
2016-04-02 |
Steinar H. Gunderson | Make it possible to choose which card is the master... |
blob | commitdiff | raw | diff to current |
2016-04-02 |
Steinar H. Gunderson | Another split-out from thread_func; this time schedule_... |
blob | commitdiff | raw | diff to current |
2016-04-02 |
Steinar H. Gunderson | More splitting of functions out of thread_func(). |
blob | commitdiff | raw | diff to current |
2016-04-02 |
Steinar H. Gunderson | A little refactoring in render_one_frame(). |
blob | commitdiff | raw | diff to current |
2016-04-02 |
Steinar H. Gunderson | Add a system for queue length policies, so that we... |
blob | commitdiff | raw | diff to current |
2016-04-02 |
Steinar H. Gunderson | Make the internal frame queue multiframe. |
blob | commitdiff | raw | diff to current |
2016-04-01 |
Steinar H. Gunderson | Allow setting the video and audio inputs runtime. |
blob | commitdiff | raw | diff to current |
2016-03-04 |
Steinar H. Gunderson | Add an option to scan through all possible modes for... |
blob | commitdiff | raw | diff to current |
2016-03-04 |
Steinar H. Gunderson | Add a menu option where the user can change the input... |
blob | commitdiff | raw | diff to current |
2016-02-27 |
Steinar H. Gunderson | Send the audio format explicitly down, not just the ID. |
blob | commitdiff | raw | diff to current |
2016-02-27 |
Steinar H. Gunderson | Refactor card setup into its own function. |
blob | commitdiff | raw | diff to current |
2016-02-27 |
Steinar H. Gunderson | Interact with BMUSBCapture through CaptureInterface. |
blob | commitdiff | raw | diff to current |
2016-02-27 |
Steinar H. Gunderson | Send the video format in directly to the video frame... |
blob | commitdiff | raw | diff to current |
2016-02-24 |
Steinar H. Gunderson | Make CbCr subsampling VBO permanent, mostly to reduce... |
blob | commitdiff | raw | diff to current |
2016-01-25 |
Steinar H. Gunderson | Make audio input source selectable. |
blob | commitdiff | raw | diff to current |
2016-01-22 |
Steinar H. Gunderson | Make signal mapping changeable by right-clicking on... |
blob | commitdiff | raw | diff to current |
2016-01-17 |
Steinar H. Gunderson | Make the locut filter possible to disable. |
blob | commitdiff | raw | diff to current |
2016-01-15 |
Steinar H. Gunderson | Add a stereo correlation meter. |
blob | commitdiff | raw | diff to current |
2016-01-12 |
Steinar H. Gunderson | Add a final makeup gain, trying to set the level straig... |
blob | commitdiff | raw | diff to current |
2016-01-11 |
Steinar H. Gunderson | Make it possible to override the level compressor with... |
blob | commitdiff | raw | diff to current |
2016-01-11 |
Steinar H. Gunderson | Hook up the level compressor auto checkbox. |
blob | commitdiff | raw | diff to current |
2016-01-10 |
Steinar H. Gunderson | Add a menu item to start a new video segment (cut/cue... |
blob | commitdiff | raw | diff to current |
2015-11-23 |
Steinar H. Gunderson | Redo frame buffering again. |
blob | commitdiff | raw | diff to current |
2015-11-22 |
Steinar H. Gunderson | Fix a race on the r128 object. |
blob | commitdiff | raw | diff to current |
2015-11-22 |
Steinar H. Gunderson | Rework signal connection in preparations for deinterlacing. |
blob | commitdiff | raw | diff to current |
2015-11-21 |
Steinar H. Gunderson | Split interlaced frames into two fields that are sent... |
blob | commitdiff | raw | diff to current |
2015-11-16 |
Steinar H. Gunderson | Support true variable input frame rate instead of hard... |
blob | commitdiff | raw | diff to current |
2015-11-15 |
Steinar H. Gunderson | Move audio processing into a thread, since it seems... |
blob | commitdiff | raw | diff to current |
2015-11-10 |
Steinar H. Gunderson | Add a soundcard output via ALSA. |
blob | commitdiff | raw | diff to current |
2015-11-09 |
Steinar H. Gunderson | Tweak the limiter by ear; increase the headroom so... |
blob | commitdiff | raw | diff to current |
2015-11-09 |
Steinar H. Gunderson | Fetch default threshold displays from the mixer. |
blob | commitdiff | raw | diff to current |
2015-11-09 |
Steinar H. Gunderson | Add some GUI elements (hooked up) to help tuning the... |
blob | commitdiff | raw | diff to current |
2015-11-08 |
Steinar H. Gunderson | Implement oversampled peak detection. |
blob | commitdiff | raw | diff to current |
2015-11-08 |
Steinar H. Gunderson | Rename Resampler to ResamplingQueue, to avoid conflicts... |
blob | commitdiff | raw | diff to current |
2015-11-08 |
Steinar H. Gunderson | Hook up the reset meters button. |
blob | commitdiff | raw | diff to current |
2015-11-08 |
Steinar H. Gunderson | Include the limiter and the main compressor. Still... |
blob | commitdiff | raw | diff to current |
2015-11-08 |
Steinar H. Gunderson | Hook up the lo-cut knob. A bit crude for now, though. |
blob | commitdiff | raw | diff to current |
2015-11-08 |
Steinar H. Gunderson | Display auto-gain-staging in the UI. |
blob | commitdiff | raw | diff to current |
2015-11-08 |
Steinar H. Gunderson | Name the parameters in audio_level_callback_t. |
blob | commitdiff | raw | diff to current |
2015-11-07 |
Steinar H. Gunderson | Add a 150 Hz lo-cut filter in front of the compressor. |
blob | commitdiff | raw | diff to current |
2015-11-06 |
Steinar H. Gunderson | Rename compressor to level_compressor. |
blob | commitdiff | raw | diff to current |
2015-11-06 |
Steinar H. Gunderson | Add a compressor (kindly relicensed by Rune Holm).... |
blob | commitdiff | raw | diff to current |
2015-11-05 |
Steinar H. Gunderson | Remove an unused member. |
blob | commitdiff | raw | diff to current |
2015-11-05 |
Steinar H. Gunderson | Some the audio handling into its own function. |
blob | commitdiff | raw | diff to current |
2015-11-03 |
Steinar H. Gunderson | Hook up white balance into the theme. |
blob | commitdiff | raw | diff to current |
2015-11-02 |
Steinar H. Gunderson | Make some labels and a white balance button per preview... |
blob | commitdiff | raw | diff to current |
2015-11-02 |
Steinar H. Gunderson | Generalize NUM_OUTPUTS a bit. |
blob | commitdiff | raw | diff to current |
2015-11-02 |
Steinar H. Gunderson | Create the previews dynamically, in a number determined... |
blob | commitdiff | raw | diff to current |
2015-11-01 |
Steinar H. Gunderson | Re-run IWYU, again with lots of manual cleanup. |
blob | commitdiff | raw | diff to current |
2015-11-01 |
Steinar H. Gunderson | Add some primitive emergency card mapping. Useful for... |
blob | commitdiff | raw | diff to current |
2015-11-01 |
Steinar H. Gunderson | Make NUM_CARDS into a command-line flag. |
blob | commitdiff | raw | diff to current |
2015-10-31 |
Steinar H. Gunderson | Replace libebur128 with the R128 code from ebumeter. |
blob | commitdiff | raw | diff to current |
2015-10-31 |
Steinar H. Gunderson | Add the beginnings of a loudness range meter. |
blob | commitdiff | raw | diff to current |
2015-10-29 |
Steinar H. Gunderson | Add a peak display. |
blob | commitdiff | raw | diff to current |
2015-10-29 |
Steinar H. Gunderson | Add the beginnings of a very simple VU meter, based... |
blob | commitdiff | raw | diff to current |
2015-10-24 |
Steinar H. Gunderson | Add a HTTP server for stream output. |
blob | commitdiff | raw | diff to current |
2015-10-13 |
Steinar H. Gunderson | Rework entire pts handling. |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Steinar H. Gunderson | Switch to getting bmusb from a submodule. |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Steinar H. Gunderson | Make quitting a tad bit more robust. |
blob | commitdiff | raw | diff to current |
2015-10-11 |
Steinar H. Gunderson | Send audio all the way through to the encoder and muxer. |
blob | commitdiff | raw | diff to current |
2015-10-10 |
Steinar H. Gunderson | Add a resampler module, as start of sound support. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Wire the transition names through to the UI. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Hook up the channel click events. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Hook up a third input, the SBS mix. Required hooking... |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Yet more quitting fixes. Still not quite there. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Fix a crash on exit. |
blob | commitdiff | raw | diff to current |
2015-10-08 |
Steinar H. Gunderson | Hook up some timers for the Lua theme, and make a more... |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Hook up the cut button to Lua, so that it actually... |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Hook up the rest of the chains from Lua, too. |
blob | commitdiff | raw | diff to current |
2015-10-07 |
Steinar H. Gunderson | Initial implementation of moving the theming logic... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Steinar H. Gunderson | Hook up the last previews. |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Steinar H. Gunderson | Remove the now unused preview size setting. |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Steinar H. Gunderson | Use Movit also for the display logic; a bit more setup... |
blob | commitdiff | raw | diff to current |
2015-10-06 |
Steinar H. Gunderson | Refcount the input frames directly instead of trying... |
blob | commitdiff | raw | diff to current |
2015-10-05 |
Steinar H. Gunderson | Hook up the preview window to a different chain. |
blob | commitdiff | raw | diff to current |
2015-10-04 |
Steinar H. Gunderson | Prepare for multiple output channels from the mixer. |
blob | commitdiff | raw | diff to current |
2015-10-04 |
Steinar H. Gunderson | Make the Mixer own the resource pool, as we will be... |
blob | commitdiff | raw | diff to current |
2015-10-04 |
Steinar H. Gunderson | Clean up the surface stuff in Mixer, now that we have... |
blob | commitdiff | raw | diff to current |
2015-10-04 |
Steinar H. Gunderson | Move chroma subsampling into its own function. |
blob | commitdiff | raw | diff to current |
next |