]> git.sesse.net Git - nageru/shortlog
nageru
2016-08-02 Steinar H.... Release Nageru 1.3.4. 1.3.4
2016-08-02 Steinar H.... Run IWYU on quicksync_encoder.{cpp,h}.
2016-08-01 Steinar H.... Fix an issue with changing video bitrate when x264...
2016-08-01 Steinar H.... Make the compressor constants single-precision; saves...
2016-08-01 Steinar H.... Fix an endianness issue.
2016-07-31 Steinar H.... Unbreak build.
2016-07-31 Steinar H.... Make ResamplingQueue work as expected for output freque...
2016-07-31 Steinar H.... Remove the -C flag from the getopt string.
2016-07-30 Steinar H.... Add a missing entry to .gitignore.
2016-07-30 Steinar H.... Update README with the current bmusb situation.
2016-07-30 Steinar H.... Correct an include guard.
2016-07-29 Steinar H.... Move peak finding to after makeup gain (it should reall...
2016-07-29 Steinar H.... Fix a 3 dB offset in audio conversion.
2016-07-29 Steinar H.... Support the new audio output from FakeCapture, with...
2016-07-29 Steinar H.... Unbreak the short option for --va-display.
2016-07-28 Steinar H.... Fix compilation for systems without SSE.
2016-07-27 Steinar H.... Release Nageru 1.3.3. 1.3.3
2016-07-27 Steinar H.... Remove unused field.
2016-07-27 Steinar H.... Update embedded bmusb to v0.5.
2016-07-27 Steinar H.... Rework handling of fake cards.
2016-07-27 Steinar H.... Remove -Wno-deprecated-declarations; we have no depreca...
2016-07-27 Steinar H.... Handle error messages from nice(); fixes a warning.
2016-07-27 Steinar H.... Move all the FFmpeg RAII helpers into its own file.
2016-07-27 Steinar H.... Remove the last use of the AVStream::codec parameter.
2016-07-27 Steinar H.... Change to new libavcodec audio encoding API. Fixes...
2016-07-27 Steinar H.... Change to new libavcodec video decoding API. Fixes...
2016-07-27 Steinar H.... Do not link to -lGL -lEGL; epoxy is enough.
2016-07-27 Steinar H.... Remove some use of the AVStream::codec parameter (not...
2016-07-27 Steinar H.... Makefile tweaks to be nicer to external build systems.
2016-07-27 Steinar H.... Search for images in all directories in --theme-dirs...
2016-07-27 Steinar H.... Move to new bmusb, which moves header files into bmusb...
2016-07-26 Steinar H.... Install the theme on make install.
2016-07-26 Steinar H.... Support searching for the theme in multiple directories.
2016-07-26 Steinar H.... Update bmusb to a version that does not need to be...
2016-07-25 Steinar H.... Remove -march=native; it is no longer really needed...
2016-07-25 Steinar H.... Move FakeCapture into bmusb, and make it a little more...
2016-07-25 Steinar H.... Upgrade to newer bmusb, with namespacing.
2016-07-24 Steinar H.... Add missing QtOpenGL package from apt line.
2016-07-24 Steinar H.... Update README for changed file names.
2016-07-24 Steinar H.... Add a make install target.
2016-07-24 Steinar H.... Fix make clean; it forgot some newly added files.
2016-07-24 Steinar H.... Remove -Werror again; it keeps creeping in.
2016-07-23 Steinar H.... Use an enum for long options instead of manually mainta...
2016-07-22 Steinar H.... Release Nageru 1.3.2. 1.3.2
2016-07-22 Steinar H.... Add some more command-line flags for initial audio...
2016-07-22 Steinar H.... Clean up the logging of memory usage, including if...
2016-07-22 Steinar H.... Add a menu option to change x264 video bitrate while...
2016-07-22 Steinar H.... Fix a typo.
2016-07-22 Steinar H.... Allow hotplugging of USB cards, instead of just exiting...
2016-07-22 Steinar H.... libusb 1.0.21-rc1 has been released.
2016-07-21 Steinar H.... Remove unused struct member.
2016-07-21 Steinar H.... SSE2-optimize the memset2 and memset4 routines in FakeC...
2016-07-21 Steinar H.... Let the theme distinguish between fake and real inputs...
2016-07-21 Steinar H.... Make the framerate of the fake cards much more precise.
2016-07-19 Steinar H.... Fix mouse wheel behavior on the two gain knobs, through...
2016-07-19 Steinar H.... ffmpeg 3.1 is in testing.
2016-07-19 Steinar H.... Add Metacube timestamping to every keyframe, for easier...
2016-07-16 Steinar H.... Add a printout of mlockall() memory used, from bitter...
2016-07-13 Steinar H.... Spelling fix.
2016-07-13 Steinar H.... Document what we mean by recent kernel, now that the...
2016-07-13 Steinar H.... The avformat marker API entered ffmpeg in 3.1.
2016-07-13 Steinar H.... 4.6.0 is now the default stretch kernel.
2016-07-13 Steinar H.... Fixed x264 has hit stretch.
2016-07-12 Steinar H.... Rework how transitions are handled in the theme.
2016-07-12 Steinar H.... Make make_sbs_chain() take type instead of a yes/no...
2016-07-12 Steinar H.... Fix crash on exit when there are no USB cards.
2016-07-11 Steinar H.... Some refactoring in prepare_sbs_chain(). (Another Solsk...
2016-07-11 Steinar H.... Reduce the code duplication in the plain inputs (backpo...
2016-07-11 Steinar H.... Factor out a repeated if test in the theme to an is_pla...
2016-07-11 Steinar H.... Fix some broken culling code in the theme (no idea...
2016-07-11 Steinar H.... Add an option to add fake capture cards, for easier...
2016-07-11 Steinar H.... Add some asserts that will trigger if a driver gives...
2016-07-11 Steinar H.... Add missing short options.
2016-07-01 Steinar H.... Release Nageru 1.3.1. 1.3.1
2016-07-01 Steinar H.... Fix --flat-audio; add the gain staging auto knob, and...
2016-07-01 Steinar H.... Force vsync off; fixes jittery display on the NVIDIA...
2016-07-01 Steinar H.... Fix the display of the transition names again.
2016-06-26 Steinar H.... Release Nageru 1.3.0. 1.3.0
2016-06-25 Steinar H.... Fix a crash when not encoding to x264.
2016-06-25 Steinar H.... Use the new libavformat functionality for marking keyfr...
2016-06-14 Steinar H.... Add support for arbitrary x264 parameters.
2016-06-14 Steinar H.... Document that you need a specific x264 patch.
2016-06-09 Steinar H.... Document the mlockall() change in NEWS.
2016-06-07 Steinar H.... Take out the persistent device memory patches, as the...
2016-06-06 Steinar H.... Fix a possible int32 overload with huge framerate denom...
2016-06-06 Steinar H.... Initialize stats buffers in speed control correctly
2016-06-06 Steinar H.... Fix an off-by-one copy in memcpy_interleaved_fastpath().
2016-05-30 Steinar H.... Mesa 11.2.2 is now in stretch.
2016-05-16 Steinar H.... Lock everything in system memory for better realtime...
2016-05-16 Steinar H.... The EQ is low-cut (highpass), not lowpass.
2016-05-16 Steinar H.... Update patch situation in README.
2016-05-09 Steinar H.... Fix an embarrassing messup with the new ResamplingQueue...
2016-05-08 Steinar H.... Fix a situation where first_output would never get...
2016-05-07 Steinar H.... Make the audio resampler panic message slightly more...
2016-05-05 Steinar H.... Remove the Mesa patch; replace with a recommendation...
2016-05-05 Steinar H.... Fix a memory leak in interleaving.
2016-05-05 Steinar H.... Turn on filler bits to cap the x264 bitrate from below...
2016-05-05 Steinar H.... Flush after writing each frame, so that we do not get...
2016-05-04 Steinar H.... Add back manual interleaving, but this time in Mux.
2016-05-04 Steinar H.... Fix packet sorting in Mux.
next