]> git.sesse.net Git - nageru/shortlog
nageru
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.
2017-03-10 Steinar H.... Fix a fence that was not waited on correctly in the...
2017-03-08 Steinar H.... Support switching Y'CbCr coefficients midway, which...
2017-03-08 Steinar H.... Display a copy of the Y'CbCr images instead of an RGB56...
2017-03-01 Steinar H.... Remove a dead code line.
2017-02-27 Steinar H.... Make the API for begin_frame()/end_frame() in VideoEnco...
2017-02-27 Steinar H.... Correct a comment.
2017-02-26 Steinar H.... Make QuickSync surfaces be allocated dynamically.
2017-02-26 Steinar H.... In QuickSyncEncoderImpl, make RefPicList* local variabl...
2017-02-26 Steinar H.... bmusb 0.6.0 is in experimental.
2017-02-26 Steinar H.... Fix an issue where our v210 texture would be too narrow...
2017-02-26 Steinar H.... Unbreak 10-bit input on NVIDIA.
2017-02-26 Steinar H.... Fix an issue where the v210 input texture would have...
2017-02-26 Steinar H.... Make sure we do not ask for sRGB backbuffers when rende...
2017-02-26 Steinar H.... Do not try to stop and restart on DeckLink mode switch...
2017-02-25 Steinar H.... Add a copy of the right-click HDMI/SDI output video...
2017-02-21 Steinar H.... Support 10-bit capture, both on bmusb and on DeckLink...
2017-02-21 Steinar H.... Remove an assert that no longer holds.
2017-02-19 Steinar H.... Refactor upload_func by splitting out some helper funct...
2017-02-19 Steinar H.... Set num_levels correctly on the input format.
2017-02-19 Steinar H.... Make DeckLinkCapture work with non-interleaved buffers.
2017-02-14 Steinar H.... Make ImageInput shutdown immediate, instead of waiting...
2017-02-14 Steinar H.... Fix so one can use images with other resolutions than...
2017-02-12 Steinar H.... If we get a buffer underrun on resampling, reset the...
2017-02-12 Steinar H.... Add a switch for writing a timecode to the stream;...
2017-02-11 Steinar H.... Fix --input-mapping= crashing on startup.
2017-02-11 Steinar H.... Fix an issue with the correction factor locking to...
next