2016-10-19 |
Steinar H. Gunderson | Pick out the right channels when resampling.
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Rename InputMapping::Input to InputMapping::Bus; it...
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Make AudioMixer respect the input mapping.
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Populate the audio miniview from the mapping.
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Make most of the input mapping dialog actually work.
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Tweak the look of the input mapping dialog box a bit.
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Store an input mapping, and show it in the UI.
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Add a beginning UI for mapping inputs. No logic connected...
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Make the final makeup gain adjustment a little faster...
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Fix a bug where the automatic makeup gain adjustment...
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Actually activate the faders.
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Make some common decibel macros.
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Some minor IWYU work in mixer.h.
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Move most of the audio processing logic from Mixer...
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Mix all channels instead of just picking one (very...
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | Start adding some faders for the miniview (they don...
|
commit | commitdiff | tree |
2016-10-19 |
Steinar H. Gunderson | libbmusb-dev has been in testing for a while.
|
commit | commitdiff | tree |
2016-09-28 |
Steinar H. Gunderson | Make the UI show free disk space, and a rough estimation...
|
commit | commitdiff | tree |
2016-09-26 |
Steinar H. Gunderson | Don't call avio_closep() unless we actually have an...
|
commit | commitdiff | tree |
2016-09-26 |
Steinar H. Gunderson | Remove an obsolete comment.
|
commit | commitdiff | tree |
2016-09-23 |
Steinar H. Gunderson | Fix a file descriptor leak.
|
commit | commitdiff | tree |
2016-09-23 |
Steinar H. Gunderson | Do not use the timing of dropped frames as part of...
|
commit | commitdiff | tree |
2016-09-17 |
Steinar H. Gunderson | Add the missing -I short option.
|
commit | commitdiff | tree |
2016-09-10 |
Steinar H. Gunderson | Use std::chrono for (almost) all time keeping.
|
commit | commitdiff | tree |
2016-08-28 |
Steinar H. Gunderson | More tweaks to the dB formatting.
|
commit | commitdiff | tree |
2016-08-28 |
Steinar H. Gunderson | Fix another bug in ResamplingQueue::get_output_samples...
|
commit | commitdiff | tree |
2016-08-23 |
Steinar H. Gunderson | Remove the last use of non-monotonic time.
|
commit | commitdiff | tree |
2016-08-23 |
Steinar H. Gunderson | Add unified functions for formatting dB values.
|
commit | commitdiff | tree |
2016-08-13 |
Steinar H. Gunderson | Make the VU meters less ugly at lower sizes, by antialiasing...
|
commit | commitdiff | tree |
2016-08-13 |
Steinar H. Gunderson | Simplify draw_vu_meter().
|
commit | commitdiff | tree |
2016-08-13 |
Steinar H. Gunderson | In ResamplingQueue::get_output_samples(), zero out...
|
commit | commitdiff | tree |
2016-08-13 |
Steinar H. Gunderson | Deal better with the HTTP port being busy.
|
commit | commitdiff | tree |
2016-08-02 |
Steinar H. Gunderson | ffmpeg #includes need to be in extern blocks.
|
commit | commitdiff | tree |
2016-08-02 |
Steinar H. Gunderson | Release Nageru 1.3.4.
|
commit | commitdiff | tree |
2016-08-02 |
Steinar H. Gunderson | Run IWYU on quicksync_encoder.{cpp,h}.
|
commit | commitdiff | tree |
2016-08-01 |
Steinar H. Gunderson | Fix an issue with changing video bitrate when x264...
|
commit | commitdiff | tree |
2016-08-01 |
Steinar H. Gunderson | Make the compressor constants single-precision; saves...
|
commit | commitdiff | tree |
2016-08-01 |
Steinar H. Gunderson | Fix an endianness issue.
|
commit | commitdiff | tree |
2016-07-31 |
Steinar H. Gunderson | Unbreak build.
|
commit | commitdiff | tree |
2016-07-31 |
Steinar H. Gunderson | Make ResamplingQueue work as expected for output frequencies...
|
commit | commitdiff | tree |
2016-07-31 |
Steinar H. Gunderson | Remove the -C flag from the getopt string.
|
commit | commitdiff | tree |
2016-07-30 |
Steinar H. Gunderson | Add a missing entry to .gitignore.
|
commit | commitdiff | tree |
2016-07-30 |
Steinar H. Gunderson | Update README with the current bmusb situation.
|
commit | commitdiff | tree |
2016-07-30 |
Steinar H. Gunderson | Correct an include guard.
|
commit | commitdiff | tree |
2016-07-29 |
Steinar H. Gunderson | Move peak finding to after makeup gain (it should really...
|
commit | commitdiff | tree |
2016-07-29 |
Steinar H. Gunderson | Fix a 3 dB offset in audio conversion.
|
commit | commitdiff | tree |
2016-07-29 |
Steinar H. Gunderson | Support the new audio output from FakeCapture, with...
|
commit | commitdiff | tree |
2016-07-29 |
Steinar H. Gunderson | Unbreak the short option for --va-display.
|
commit | commitdiff | tree |
2016-07-28 |
Steinar H. Gunderson | Fix compilation for systems without SSE.
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Release Nageru 1.3.3.
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Remove unused field.
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Update embedded bmusb to v0.5.
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Rework handling of fake cards.
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Remove -Wno-deprecated-declarations; we have no deprecations...
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Handle error messages from nice(); fixes a warning.
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Move all the FFmpeg RAII helpers into its own file.
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Remove the last use of the AVStream::codec parameter.
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Change to new libavcodec audio encoding API. Fixes...
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Change to new libavcodec video decoding API. Fixes...
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Do not link to -lGL -lEGL; epoxy is enough.
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Remove some use of the AVStream::codec parameter (not...
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Makefile tweaks to be nicer to external build systems.
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Search for images in all directories in --theme-dirs...
|
commit | commitdiff | tree |
2016-07-27 |
Steinar H. Gunderson | Move to new bmusb, which moves header files into bmusb...
|
commit | commitdiff | tree |
2016-07-26 |
Steinar H. Gunderson | Install the theme on make install.
|
commit | commitdiff | tree |
2016-07-26 |
Steinar H. Gunderson | Support searching for the theme in multiple directories.
|
commit | commitdiff | tree |
2016-07-26 |
Steinar H. Gunderson | Update bmusb to a version that does not need to be...
|
commit | commitdiff | tree |
2016-07-25 |
Steinar H. Gunderson | Remove -march=native; it is no longer really needed...
|
commit | commitdiff | tree |
2016-07-25 |
Steinar H. Gunderson | Move FakeCapture into bmusb, and make it a little more...
|
commit | commitdiff | tree |
2016-07-25 |
Steinar H. Gunderson | Upgrade to newer bmusb, with namespacing.
|
commit | commitdiff | tree |
2016-07-24 |
Steinar H. Gunderson | Add missing QtOpenGL package from apt line.
|
commit | commitdiff | tree |
2016-07-24 |
Steinar H. Gunderson | Update README for changed file names.
|
commit | commitdiff | tree |
2016-07-24 |
Steinar H. Gunderson | Add a make install target.
|
commit | commitdiff | tree |
2016-07-24 |
Steinar H. Gunderson | Fix make clean; it forgot some newly added files.
|
commit | commitdiff | tree |
2016-07-24 |
Steinar H. Gunderson | Remove -Werror again; it keeps creeping in.
|
commit | commitdiff | tree |
2016-07-23 |
Steinar H. Gunderson | Use an enum for long options instead of manually maintained...
|
commit | commitdiff | tree |
2016-07-22 |
Steinar H. Gunderson | Release Nageru 1.3.2.
|
commit | commitdiff | tree |
2016-07-22 |
Steinar H. Gunderson | Add some more command-line flags for initial audio...
|
commit | commitdiff | tree |
2016-07-22 |
Steinar H. Gunderson | Clean up the logging of memory usage, including if...
|
commit | commitdiff | tree |
2016-07-22 |
Steinar H. Gunderson | Add a menu option to change x264 video bitrate while...
|
commit | commitdiff | tree |
2016-07-22 |
Steinar H. Gunderson | Fix a typo.
|
commit | commitdiff | tree |
2016-07-22 |
Steinar H. Gunderson | Allow hotplugging of USB cards, instead of just exiting...
|
commit | commitdiff | tree |
2016-07-22 |
Steinar H. Gunderson | libusb 1.0.21-rc1 has been released.
|
commit | commitdiff | tree |
2016-07-21 |
Steinar H. Gunderson | Remove unused struct member.
|
commit | commitdiff | tree |
2016-07-21 |
Steinar H. Gunderson | SSE2-optimize the memset2 and memset4 routines in FakeCapture.
|
commit | commitdiff | tree |
2016-07-21 |
Steinar H. Gunderson | Let the theme distinguish between fake and real inputs...
|
commit | commitdiff | tree |
2016-07-21 |
Steinar H. Gunderson | Make the framerate of the fake cards much more precise.
|
commit | commitdiff | tree |
2016-07-19 |
Steinar H. Gunderson | Fix mouse wheel behavior on the two gain knobs, through...
|
commit | commitdiff | tree |
2016-07-19 |
Steinar H. Gunderson | ffmpeg 3.1 is in testing.
|
commit | commitdiff | tree |
2016-07-19 |
Steinar H. Gunderson | Add Metacube timestamping to every keyframe, for easier...
|
commit | commitdiff | tree |
2016-07-16 |
Steinar H. Gunderson | Add a printout of mlockall() memory used, from bitter...
|
commit | commitdiff | tree |
2016-07-13 |
Steinar H. Gunderson | Spelling fix.
|
commit | commitdiff | tree |
2016-07-13 |
Steinar H. Gunderson | Document what we mean by recent kernel, now that the...
|
commit | commitdiff | tree |
2016-07-13 |
Steinar H. Gunderson | The avformat marker API entered ffmpeg in 3.1.
|
commit | commitdiff | tree |
2016-07-13 |
Steinar H. Gunderson | 4.6.0 is now the default stretch kernel.
|
commit | commitdiff | tree |
2016-07-13 |
Steinar H. Gunderson | Fixed x264 has hit stretch.
|
commit | commitdiff | tree |
2016-07-12 |
Steinar H. Gunderson | Rework how transitions are handled in the theme.
|
commit | commitdiff | tree |
2016-07-12 |
Steinar H. Gunderson | Make make_sbs_chain() take type instead of a yes/no...
|
commit | commitdiff | tree |
2016-07-12 |
Steinar H. Gunderson | Fix crash on exit when there are no USB cards.
|
commit | commitdiff | tree |
2016-07-11 |
Steinar H. Gunderson | Some refactoring in prepare_sbs_chain(). (Another Solskogen...
|
commit | commitdiff | tree |
next |