]> git.sesse.net Git - nageru/shortlog
nageru
2017-06-11 Steinar H.... Add exported metrics for all the latency measurements.
2017-06-11 Steinar H.... Make the histograms more flexible.
2017-06-11 Steinar H.... Add a histogram of output crf values from x264.
2017-06-11 Steinar H.... Add some base x264 metrics.
2017-06-11 Steinar H.... Export some metrics from x264 speed control.
2017-06-09 Steinar H.... Fix that metrics are being called nageru_nageru_*.
2017-06-09 Steinar H.... Add some memory metrics.
2017-06-09 Steinar H.... Rework metrics serialization.
2017-06-09 Steinar H.... Streamline the metrics member function names a bit.
2017-06-09 Steinar H.... Print out int metrics in full precision, not as doubles.
2017-06-09 Steinar H.... Add some input metrics.
2017-06-09 Steinar H.... Mark the appropriate metrics as gauges.
2017-06-09 Steinar H.... Rename some mixer metrics.
2017-06-08 Steinar H.... Add an exported metrics for number of connected clients.
2017-06-08 Steinar H.... Fix a leak when getting metrics.
2017-06-08 Steinar H.... Add some exported metrics for the EBU R128 measurements.
2017-06-08 Steinar H.... Prefix all metrics with nageru_ automatically.
2017-06-08 Steinar H.... Properly initialize metrics.
2017-06-08 Steinar H.... Add the first beginnings of Prometheus metrics.
2017-06-04 Steinar H.... Fix an issue where video frames would not be properly...
2017-05-29 Steinar H.... Release Nageru 1.6.0. 1.6.0
2017-05-28 Steinar H.... Fix some more issues in rate change.
2017-05-28 Steinar H.... Fix a problem where change_rate() would hang until...
2017-05-28 Steinar H.... More refactoring in FFmpegCapture.
2017-05-28 Steinar H.... In FFmpegCapture, frame decoding into its own function.
2017-05-28 Steinar H.... Redo the FFmpeg RAII helpers to not store function...
2017-05-28 Steinar H.... In FFmpegCapture, refactor command queue processing...
2017-05-28 Steinar H.... Fix an outdated comment.
2017-05-28 Steinar H.... Expose choosing video pixel format to Lua.
2017-05-23 Steinar H.... Fix a crash with interlaced DeckLink inputs.
2017-05-23 Steinar H.... Nitpick: Add a little const.
2017-05-23 Steinar H.... Be slightly clearer about what happens when we try...
2017-05-21 Steinar H.... Add support for decoding video as Y'CbCr. Not activated...
2017-05-21 Steinar H.... Remove some redundant bmusb::.
2017-05-21 Steinar H.... Tiny comment pickiness.
2017-05-20 Steinar H.... Remove an obsolete comment, now that we have proper...
2017-05-20 Steinar H.... Correct some comments.
2017-05-19 Steinar H.... Reduce a little console spam.
2017-05-17 Steinar H.... Removed a label that probably isn't going to be used...
2017-05-15 Steinar H.... Make it possible to set input Y'CbCr interpretation...
2017-05-14 Steinar H.... Support automatically grabbing frames at regular interv...
2017-05-13 Steinar H.... Make it possible for the user to select Rec. 601/709...
2017-05-13 Steinar H.... Upgrade bmusb.
2017-05-13 Steinar H.... Fix the channel names in the analyzer.
2017-05-13 Steinar H.... Fix the context menus in the analyzer.
2017-05-13 Steinar H.... Implement the coordinate display in the analyzer.
2017-05-11 Steinar H.... Make the analyzer UI responsive.
2017-05-10 Steinar H.... Fix issues with shutdown happening without a context.
2017-05-10 Steinar H.... Fix crashes on exit.
2017-05-10 Steinar H.... Give the analyzer window a close button and such.
2017-05-10 Steinar H.... Fix the initial histogram display.
2017-05-10 Steinar H.... Implement the RGB histograms in the frame analyzer.
2017-05-09 Steinar H.... Make the sublabel under the grabbed frame a bit more...
2017-05-09 Steinar H.... Upgrade to a version of bmusb with fixed FakeCapture...
2017-05-09 Steinar H.... Make it possible to hover over the grabbed image to...
2017-05-08 Steinar H.... Add a display of the grabbed frame to the analyzer...
2017-05-08 Steinar H.... Add a preview display to the frame analyzer window.
2017-05-08 Steinar H.... Start working on a frame analyzer.
2017-04-29 Steinar H.... Expose the video input signals to the theme, so that...
2017-04-29 Steinar H.... When we get an FFmpeg error, send a blank frame to...
2017-04-28 Steinar H.... Support other audio sample rates than 48000 Hz from...
2017-04-23 Steinar H.... Give the x264 thread a name.
2017-04-22 Steinar H.... Fix an assertion failure when moving an input from...
2017-04-22 Steinar H.... Add an option to record to another directory than the...
2017-04-21 Steinar H.... Initialize FFmpeg networking correctly.
2017-04-21 Steinar H.... Fix an issue where RGBA videos would flicker.
2017-04-21 Steinar H.... Change from RGBA to BGRA; slightly more Intel GPU-frien...
2017-04-20 Steinar H.... Don't crash on invalid frame rates from FFmpeg.
2017-04-14 Steinar H.... Move some common FFmpeg utilities out into a shared...
2017-04-14 Steinar H.... Support changing video files underway, just like images.
2017-04-14 Steinar H.... Factor out rewinding code in its own member function.
2017-04-14 Steinar H.... Make some more sleeps interruptable.
2017-04-14 Steinar H.... Remove a now obsolete comment.
2017-04-14 Steinar H.... Add support for changing the playback rate.
2017-04-13 Steinar H.... Add a Lua function to rewind the video.
2017-04-12 Steinar H.... Add support for FFmpeg inputs.
2017-04-12 Steinar H.... Make search_for_file() understand URLs.
2017-04-12 Steinar H.... Replace the is_fake_capture parameter with a more descr...
2017-04-12 Steinar H.... Make sure our uploaded RGBA textures can deal with...
2017-04-12 Steinar H.... Move NonBouncingYCbCrInput into its own header file.
2017-04-12 Steinar H.... Add support for RGBA frame types.
2017-04-12 Steinar H.... Give frames a pixel format.
2017-04-12 Steinar H.... Make search_for_file() understand absolute paths.
2017-04-12 Steinar H.... Make search_for_file (in ImageInput) available to the...
2017-04-11 Steinar H.... Remove the declaration of a nonexisting member function.
2017-04-08 Steinar H.... Comment LiveInputWrapper slightly better.
2017-04-05 Steinar H.... Release Nageru 1.5.0. 1.5.0
2017-04-05 Steinar H.... Spelling fix.
2017-04-05 Steinar H.... Make the mixer much less noisy when dealing with frame...
2017-04-01 Steinar H.... Make a friendlier error message if OpenGL initializatio...
2017-03-22 Steinar H.... Movit 1.5.0 is released.
2017-03-17 Steinar H.... Fix secondary output from TimecodeRenderer; it was...
2017-03-17 Steinar H.... Fix timecode rendering for 10-bit output.
2017-03-16 Steinar H.... If not using VA-API zerocopy, don't write extra copy...
2017-03-15 Steinar H.... Support CRF for x264, similar to the CQP mode we alread...
2017-03-15 Steinar H.... Support 4:2:2 v210 (10-bit) output for DeckLink.
2017-03-13 Steinar H.... Support 10-bit x264 output.
2017-03-13 Steinar H.... Support loading 10-bit x264 dynamically.
2017-03-13 Steinar H.... Add support for recording the x264 video to disk.
2017-03-11 Steinar H.... Removed an obsolete TODO.
next