]> git.sesse.net Git - nageru/history - Makefile
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / Makefile
2018-02-26 Steinar H. GundersonCopy and install CEF pack dependencies together with...
2018-02-26 Steinar H. GundersonMake compiling with CEF optional.
2018-02-26 Steinar H. GundersonImplement basic support for CEF.
2018-02-19 Steinar H. GundersonFix a dependency.
2018-02-15 Steinar H. GundersonAdd an HTTP endpoint for enumerating channels and one...
2017-11-10 Steinar H. GundersonSwitch to LuaJIT; faster, less allocation-heavy and...
2017-07-10 Steinar H. GundersonFix some potential memory leaks in FFmpegCapture.
2017-07-10 Steinar H. GundersonFactor the basic metrics (memory, uptime, etc.) into...
2017-07-08 Steinar H. GundersonInstall kaeru on make install.
2017-07-08 Steinar H. GundersonBuild Kaeru by default.
2017-07-07 Steinar H. GundersonInitial check-in of Kaeru, a simple transcoder based...
2017-06-08 Steinar H. GundersonAdd some exported metrics for the EBU R128 measurements.
2017-06-08 Steinar H. GundersonAdd the first beginnings of Prometheus metrics.
2017-05-10 Steinar H. GundersonImplement the RGB histograms in the frame analyzer.
2017-05-08 Steinar H. GundersonStart working on a frame analyzer.
2017-04-21 Steinar H. GundersonFix an issue where RGBA videos would flicker.
2017-04-14 Steinar H. GundersonMove some common FFmpeg utilities out into a shared...
2017-04-12 Steinar H. GundersonAdd support for FFmpeg inputs.
2017-03-13 Steinar H. GundersonSupport loading 10-bit x264 dynamically.
2017-02-25 Steinar H. GundersonAdd a copy of the right-click HDMI/SDI output video...
2017-02-21 Steinar H. GundersonSupport 10-bit capture, both on bmusb and on DeckLink...
2017-02-12 Steinar H. GundersonAdd a switch for writing a timecode to the stream;...
2017-01-18 Steinar H. GundersonAdd support for DeckLink HDMI/SDI output.
2017-01-15 Steinar H. GundersonSplit DeckLink mode summarization into a separate share...
2017-01-09 Steinar H. GundersonMove chroma subsampling into its own class.
2016-12-10 Steinar H. GundersonAdd a switch to print video latency.
2016-10-31 Steinar H. GundersonIf EGL initialization fails, print a friendlier error...
2016-10-25 Steinar H. GundersonFix some missing targets in clean.
2016-10-25 Steinar H. GundersonAdd some missing non-implicit dependencies to the Makefile.
2016-10-25 Steinar H. GundersonVarious Makefile tweaks (mostly related to cleaning...
2016-10-25 Steinar H. GundersonClean .pb.{cc,h} files on make clean.
2016-10-25 Steinar H. GundersonMake the compression meter nonlinear.
2016-10-25 Steinar H. GundersonSplit out the piecewise linear interpolation code into...
2016-10-25 Steinar H. GundersonAdd a sample MIDI mapping for Akai MIDImix.
2016-10-22 Steinar H. GundersonAdd an editor for the MIDI mappings.
2016-10-19 Steinar H. GundersonAdd support for controlling the audio using a MIDI...
2016-10-19 Steinar H. GundersonMove ALSAPool into its own file; it is pretty large...
2016-10-19 Steinar H. GundersonMake it possible to load/save input mappings.
2016-10-19 Steinar H. GundersonMake it possible to click the bus peak label to reset it.
2016-10-19 Steinar H. GundersonAdd a benchmark for a simple audio chain; easier than...
2016-10-19 Steinar H. GundersonCreate buses in the expanded view. (Still inert.)
2016-10-19 Steinar H. GundersonMake a non-linear fader for dB use. Not perfect yet...
2016-10-19 Steinar H. GundersonAdd a class for ALSA audio input. (No enumeration yet.)
2016-10-19 Steinar H. GundersonAdd a beginning UI for mapping inputs. No logic connect...
2016-10-19 Steinar H. GundersonMove most of the audio processing logic from Mixer...
2016-10-19 Steinar H. GundersonStart adding some faders for the miniview (they don...
2016-09-28 Steinar H. GundersonMake the UI show free disk space, and a rough estimatio...
2016-07-27 Steinar H. GundersonRemove -Wno-deprecated-declarations; we have no depreca...
2016-07-27 Steinar H. GundersonMove all the FFmpeg RAII helpers into its own file.
2016-07-27 Steinar H. GundersonDo not link to -lGL -lEGL; epoxy is enough.
2016-07-27 Steinar H. GundersonMakefile tweaks to be nicer to external build systems.
2016-07-27 Steinar H. GundersonSearch for images in all directories in --theme-dirs...
2016-07-27 Steinar H. GundersonMove to new bmusb, which moves header files into bmusb...
2016-07-26 Steinar H. GundersonInstall the theme on make install.
2016-07-26 Steinar H. GundersonUpdate bmusb to a version that does not need to be...
2016-07-25 Steinar H. GundersonRemove -march=native; it is no longer really needed...
2016-07-25 Steinar H. GundersonMove FakeCapture into bmusb, and make it a little more...
2016-07-24 Steinar H. GundersonAdd a make install target.
2016-07-24 Steinar H. GundersonFix make clean; it forgot some newly added files.
2016-07-24 Steinar H. GundersonRemove -Werror again; it keeps creeping in.
2016-07-22 Steinar H. GundersonAllow hotplugging of USB cards, instead of just exiting...
2016-07-11 Steinar H. GundersonAdd an option to add fake capture cards, for easier...
2016-05-02 Steinar H. GundersonImplement x264 speedcontrol.
2016-04-23 Steinar H. GundersonMove audio encoding from QuickSyncEncoder into its...
2016-04-23 Steinar H. GundersonStart pulling video orchestration logic into VideoEncoder.
2016-04-23 Steinar H. GundersonMake more consistent filenames for QuickSyncEncoder...
2016-04-23 Steinar H. GundersonRename H264Encoder to QuickSyncEncoder, since we will...
2016-04-18 Steinar H. GundersonAdd Metacube stream output (for Cubemap).
2016-04-17 Steinar H. GundersonMore fixes for non-PCM HTTP audio codecs.
2016-04-17 Steinar H. GundersonSupport encoding the HTTP stream with x264. Highly...
2016-04-17 Steinar H. GundersonPull the Mux class out of HTTPD. (First step towards...
2016-02-27 Steinar H. GundersonAdd support for DeckLink PCI cards through the official...
2016-02-02 Steinar H. GundersonAdd epoxy to PKG_MODULES.
2016-01-31 Steinar H. GundersonFix Lua compilation issues under Arch Linux. Patch...
2016-01-15 Steinar H. GundersonAdd a stereo correlation meter.
2016-01-13 Steinar H. GundersonRemove -Werror; great for development, not so much...
2016-01-12 Steinar H. GundersonAdd a class for measuring L/R correlation (not used...
2016-01-12 Steinar H. GundersonAdd an about dialog with licenses, as per GPLv3 require...
2015-11-10 Steinar H. GundersonAdd a soundcard output via ALSA.
2015-11-08 Steinar H. GundersonRename Resampler to ResamplingQueue, to avoid conflicts...
2015-11-07 Steinar H. GundersonAdd a 150 Hz lo-cut filter in front of the compressor.
2015-11-06 Steinar H. GundersonAdd a compressor (kindly relicensed by Rune Holm)....
2015-11-04 Steinar H. GundersonAdd a static image input (fixed to 1280x720 for now...
2015-11-02 Steinar H. GundersonMake some labels and a white balance button per preview...
2015-11-01 Steinar H. GundersonMake NUM_CARDS into a command-line flag.
2015-10-31 Steinar H. GundersonReplace libebur128 with the R128 code from ebumeter.
2015-10-31 Steinar H. GundersonSome refactoring of common VU functions.
2015-10-31 Steinar H. GundersonAdd the beginnings of a loudness range meter.
2015-10-29 Steinar H. GundersonRemove obsolete class Window.
2015-10-29 Steinar H. GundersonAdd the beginnings of a very simple VU meter, based...
2015-10-24 Steinar H. GundersonAdd a HTTP server for stream output.
2015-10-12 Steinar H. GundersonYet more Makefile tweaks.
2015-10-12 Steinar H. GundersonVarious fixes to the Makefile.
2015-10-12 Steinar H. GundersonSwitch to getting bmusb from a submodule.
2015-10-11 Steinar H. GundersonCompile with -Werror.
2015-10-10 Steinar H. GundersonAdd a resampler module, as start of sound support.
2015-10-07 Steinar H. GundersonInitial implementation of moving the theming logic...
2015-10-06 Steinar H. GundersonRefcount the input frames directly instead of trying...
2015-10-04 Steinar H. GundersonMakefile cleanups.
2015-10-04 Steinar H. GundersonUse QGLWidget instead of QOpenGLWidget, as the latter...
next