]> git.sesse.net Git - nageru/history - Makefile
Write 1.4.0 changelog.
[nageru] / Makefile
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...
2015-10-04 Steinar H. GundersonTake the Movit shader directory from pkg-config.
2015-10-03 Steinar H. GundersonAdd a clean target.
2015-10-03 Steinar H. GundersonIntroduce a rudimentary main GUI (not wired up yet).
2015-10-03 Steinar H. GundersonInitial checkin.