2016-04-02 |
Steinar H. Gunderson | More splitting of functions out of thread_func(). |
blob | commitdiff | raw |
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 a symbolic constant for master_card_index, instead... |
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 | Fix crashes when cards deliver empty audio frames ... |
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-02-27 |
Steinar H. Gunderson | Add audio support for the DeckLink inputs. |
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 | Use the new has_signal flag. |
blob | commitdiff | raw | diff to current |
2016-02-27 |
Steinar H. Gunderson | Add support for DeckLink PCI cards through the official... |
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 | The card copy does not need to have a copy of the usb... |
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-02-23 |
Steinar H. Gunderson | Unbind the FBO after we are done with it, since reusing... |
blob | commitdiff | raw | diff to current |
2016-02-07 |
Steinar H. Gunderson | Add support for opening VA-API via DRM instead of X11. |
blob | commitdiff | raw | diff to current |
2016-02-03 |
Steinar H. Gunderson | Properly reset the PBO setting in Mixer::bm_frame(... |
blob | commitdiff | raw | diff to current |
2016-02-03 |
Steinar H. Gunderson | Make the YCbCr shader stop using features that are... |
blob | commitdiff | raw | diff to current |
2016-02-02 |
Steinar H. Gunderson | Fix some compilation errors with Movit from packages. |
blob | commitdiff | raw | diff to current |
2016-01-31 |
Steinar H. Gunderson | Fix an issue where you needed to install a .vert file... |
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-18 |
Steinar H. Gunderson | Work around some false positives found by Coverity... |
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 | Give frel=1.0 to peak resampler; supposedly faster... |
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-11 |
Steinar H. Gunderson | Remove redundant constant declaration. |
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 |
2016-01-06 |
Steinar H. Gunderson | Remove more std:: instances. |
blob | commitdiff | raw | diff to current |
2015-12-30 |
Steinar H. Gunderson | Also show the frame rate. |
blob | commitdiff | raw | diff to current |
2015-12-30 |
Steinar H. Gunderson | Ease debugging of new video modes a bit. |
blob | commitdiff | raw | diff to current |
2015-12-23 |
Steinar H. Gunderson | Transparently send signals through a deinterlacer as... |
blob | commitdiff | raw | diff to current |
2015-12-22 |
Steinar H. Gunderson | Whitespace fix. |
blob | commitdiff | raw | diff to current |
2015-12-21 |
Steinar H. Gunderson | Update the commented-out phase timing code for some... |
blob | commitdiff | raw | diff to current |
2015-12-15 |
Steinar H. Gunderson | Switch to memory barriers, now that Mesa 11.1 has them... |
blob | commitdiff | raw | diff to current |
2015-12-13 |
Steinar H. Gunderson | Deal with a Movit change. |
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 | Fix another uninitialized sound data issue. |
blob | commitdiff | raw | diff to current |
2015-11-22 |
Steinar H. Gunderson | A small #include fix. |
blob | commitdiff | raw | diff to current |
2015-11-22 |
Steinar H. Gunderson | Send on the interlaced flag properly. |
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-21 |
Steinar H. Gunderson | Unify the texture upload paths a bit. |
blob | commitdiff | raw | diff to current |
2015-11-21 |
Steinar H. Gunderson | Open up for inputs that are different from the native... |
blob | commitdiff | raw | diff to current |
2015-11-18 |
Steinar H. Gunderson | Reduce the verbosity somewhat. |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Steinar H. Gunderson | Fix y_offset calculation if we should change the PBO... |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Steinar H. Gunderson | Adapt to the new decode_video_format() prototype. |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Steinar H. Gunderson | Some restructuring in the offsets to make it less cryptic. |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Steinar H. Gunderson | Fix a hard-coded offset constant. |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Steinar H. Gunderson | If we reset the resampling queue, do not try to add... |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Steinar H. Gunderson | Add a paranoia assert. |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Steinar H. Gunderson | Rework silence handling a bit; in particular, if num_sa... |
blob | commitdiff | raw | diff to current |
2015-11-17 |
Steinar H. Gunderson | Better diagnostics when the time code is changing. |
blob | commitdiff | raw | diff to current |
2015-11-16 |
Steinar H. Gunderson | Use the new decode_video_format() function from bmusb. |
blob | commitdiff | raw | diff to current |
2015-11-16 |
Steinar H. Gunderson | Rename a local variable for clarity. |
blob | commitdiff | raw | diff to current |
2015-11-16 |
Steinar H. Gunderson | Make the implausible audio length check work with lower... |
blob | commitdiff | raw | diff to current |
2015-11-16 |
Steinar H. Gunderson | Add an extra byte of headroom to the buffer so that... |
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-16 |
Steinar H. Gunderson | Move WIDTH/HEIGHT #defines into defs.h. |
blob | commitdiff | raw | diff to current |
2015-11-15 |
Steinar H. Gunderson | Reduce the default cutoff a bit; we have no instruments... |
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-14 |
Steinar H. Gunderson | Kill the H.264 encoder a bit earlier during shutdown... |
blob | commitdiff | raw | diff to current |
2015-11-14 |
Steinar H. Gunderson | Move some muxing parameters out into defs.h. |
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 | Move the limiter after the compressor; since it is... |
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 | 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 | Tweak the limiter a bit. |
blob | commitdiff | raw | diff to current |
2015-11-08 |
Steinar H. Gunderson | Correct a dB comment. |
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 | Make the level compressor much slower. |
blob | commitdiff | raw | diff to current |
2015-11-08 |
Steinar H. Gunderson | Remove a sort-of obsolete TODO. |
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-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 | Finally add defines for sample rate and fps (although... |
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 | Some small restructuring in the audio code. |
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-05 |
Steinar H. Gunderson | Set pixel format on contexts we create; fixes issues... |
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-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-11-01 |
Steinar H. Gunderson | Move the audio conversion to a slightly more logical... |
blob | commitdiff | raw | diff to current |
2015-11-01 |
Steinar H. Gunderson | Use the new texture bounce override instead of relying... |
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 some more check_error() calls, for debugging Mesa... |
blob | commitdiff | raw | diff to current |
2015-10-31 |
Steinar H. Gunderson | Use true peak, not sample peak (EBU R128 compliance). |
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 |
next |