2017-05-28 |
Steinar H. Gunderson | Redo the FFmpeg RAII helpers to not store function...
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | In FFmpegCapture, refactor command queue processing...
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | Fix an outdated comment.
|
commit | commitdiff | tree |
2017-05-28 |
Steinar H. Gunderson | Expose choosing video pixel format to Lua.
|
commit | commitdiff | tree |
2017-05-23 |
Steinar H. Gunderson | Fix a crash with interlaced DeckLink inputs.
|
commit | commitdiff | tree |
2017-05-23 |
Steinar H. Gunderson | Nitpick: Add a little const.
|
commit | commitdiff | tree |
2017-05-23 |
Steinar H. Gunderson | Be slightly clearer about what happens when we try...
|
commit | commitdiff | tree |
2017-05-21 |
Steinar H. Gunderson | Add support for decoding video as Y'CbCr. Not activated...
|
commit | commitdiff | tree |
2017-05-21 |
Steinar H. Gunderson | Remove some redundant bmusb::.
|
commit | commitdiff | tree |
2017-05-21 |
Steinar H. Gunderson | Tiny comment pickiness.
|
commit | commitdiff | tree |
2017-05-20 |
Steinar H. Gunderson | Remove an obsolete comment, now that we have proper...
|
commit | commitdiff | tree |
2017-05-20 |
Steinar H. Gunderson | Correct some comments.
|
commit | commitdiff | tree |
2017-05-19 |
Steinar H. Gunderson | Reduce a little console spam.
|
commit | commitdiff | tree |
2017-05-17 |
Steinar H. Gunderson | Removed a label that probably isn't going to be used...
|
commit | commitdiff | tree |
2017-05-15 |
Steinar H. Gunderson | Make it possible to set input Y'CbCr interpretation...
|
commit | commitdiff | tree |
2017-05-14 |
Steinar H. Gunderson | Support automatically grabbing frames at regular intervals...
|
commit | commitdiff | tree |
2017-05-13 |
Steinar H. Gunderson | Make it possible for the user to select Rec. 601/709...
|
commit | commitdiff | tree |
2017-05-13 |
Steinar H. Gunderson | Upgrade bmusb.
|
commit | commitdiff | tree |
2017-05-13 |
Steinar H. Gunderson | Fix the channel names in the analyzer.
|
commit | commitdiff | tree |
2017-05-13 |
Steinar H. Gunderson | Fix the context menus in the analyzer.
|
commit | commitdiff | tree |
2017-05-13 |
Steinar H. Gunderson | Implement the coordinate display in the analyzer.
|
commit | commitdiff | tree |
2017-05-11 |
Steinar H. Gunderson | Make the analyzer UI responsive.
|
commit | commitdiff | tree |
2017-05-10 |
Steinar H. Gunderson | Fix issues with shutdown happening without a context.
|
commit | commitdiff | tree |
2017-05-10 |
Steinar H. Gunderson | Fix crashes on exit.
|
commit | commitdiff | tree |
2017-05-10 |
Steinar H. Gunderson | Give the analyzer window a close button and such.
|
commit | commitdiff | tree |
2017-05-10 |
Steinar H. Gunderson | Fix the initial histogram display.
|
commit | commitdiff | tree |
2017-05-10 |
Steinar H. Gunderson | Implement the RGB histograms in the frame analyzer.
|
commit | commitdiff | tree |
2017-05-09 |
Steinar H. Gunderson | Make the sublabel under the grabbed frame a bit more...
|
commit | commitdiff | tree |
2017-05-09 |
Steinar H. Gunderson | Upgrade to a version of bmusb with fixed FakeCapture...
|
commit | commitdiff | tree |
2017-05-09 |
Steinar H. Gunderson | Make it possible to hover over the grabbed image to...
|
commit | commitdiff | tree |
2017-05-08 |
Steinar H. Gunderson | Add a display of the grabbed frame to the analyzer...
|
commit | commitdiff | tree |
2017-05-08 |
Steinar H. Gunderson | Add a preview display to the frame analyzer window.
|
commit | commitdiff | tree |
2017-05-08 |
Steinar H. Gunderson | Start working on a frame analyzer.
|
commit | commitdiff | tree |
2017-04-29 |
Steinar H. Gunderson | Expose the video input signals to the theme, so that...
|
commit | commitdiff | tree |
2017-04-29 |
Steinar H. Gunderson | When we get an FFmpeg error, send a blank frame to...
|
commit | commitdiff | tree |
2017-04-28 |
Steinar H. Gunderson | Support other audio sample rates than 48000 Hz from...
|
commit | commitdiff | tree |
2017-04-23 |
Steinar H. Gunderson | Give the x264 thread a name.
|
commit | commitdiff | tree |
2017-04-22 |
Steinar H. Gunderson | Fix an assertion failure when moving an input from...
|
commit | commitdiff | tree |
2017-04-22 |
Steinar H. Gunderson | Add an option to record to another directory than the...
|
commit | commitdiff | tree |
2017-04-21 |
Steinar H. Gunderson | Initialize FFmpeg networking correctly.
|
commit | commitdiff | tree |
2017-04-21 |
Steinar H. Gunderson | Fix an issue where RGBA videos would flicker.
|
commit | commitdiff | tree |
2017-04-21 |
Steinar H. Gunderson | Change from RGBA to BGRA; slightly more Intel GPU-friendly...
|
commit | commitdiff | tree |
2017-04-20 |
Steinar H. Gunderson | Don't crash on invalid frame rates from FFmpeg.
|
commit | commitdiff | tree |
2017-04-14 |
Steinar H. Gunderson | Move some common FFmpeg utilities out into a shared...
|
commit | commitdiff | tree |
2017-04-14 |
Steinar H. Gunderson | Support changing video files underway, just like images.
|
commit | commitdiff | tree |
2017-04-14 |
Steinar H. Gunderson | Factor out rewinding code in its own member function.
|
commit | commitdiff | tree |
2017-04-14 |
Steinar H. Gunderson | Make some more sleeps interruptable.
|
commit | commitdiff | tree |
2017-04-14 |
Steinar H. Gunderson | Remove a now obsolete comment.
|
commit | commitdiff | tree |
2017-04-14 |
Steinar H. Gunderson | Add support for changing the playback rate.
|
commit | commitdiff | tree |
2017-04-13 |
Steinar H. Gunderson | Add a Lua function to rewind the video.
|
commit | commitdiff | tree |
2017-04-12 |
Steinar H. Gunderson | Add support for FFmpeg inputs.
|
commit | commitdiff | tree |
2017-04-12 |
Steinar H. Gunderson | Make search_for_file() understand URLs.
|
commit | commitdiff | tree |
2017-04-12 |
Steinar H. Gunderson | Replace the is_fake_capture parameter with a more descriptiv...
|
commit | commitdiff | tree |
2017-04-12 |
Steinar H. Gunderson | Make sure our uploaded RGBA textures can deal with...
|
commit | commitdiff | tree |
2017-04-12 |
Steinar H. Gunderson | Move NonBouncingYCbCrInput into its own header file.
|
commit | commitdiff | tree |
2017-04-12 |
Steinar H. Gunderson | Add support for RGBA frame types.
|
commit | commitdiff | tree |
2017-04-12 |
Steinar H. Gunderson | Give frames a pixel format.
|
commit | commitdiff | tree |
2017-04-12 |
Steinar H. Gunderson | Make search_for_file() understand absolute paths.
|
commit | commitdiff | tree |
2017-04-12 |
Steinar H. Gunderson | Make search_for_file (in ImageInput) available to the...
|
commit | commitdiff | tree |
2017-04-11 |
Steinar H. Gunderson | Remove the declaration of a nonexisting member function.
|
commit | commitdiff | tree |
2017-04-08 |
Steinar H. Gunderson | Comment LiveInputWrapper slightly better.
|
commit | commitdiff | tree |
2017-04-05 |
Steinar H. Gunderson | Release Nageru 1.5.0.
|
commit | commitdiff | tree |
2017-04-05 |
Steinar H. Gunderson | Spelling fix.
|
commit | commitdiff | tree |
2017-04-05 |
Steinar H. Gunderson | Make the mixer much less noisy when dealing with frame...
|
commit | commitdiff | tree |
2017-04-01 |
Steinar H. Gunderson | Make a friendlier error message if OpenGL initialization...
|
commit | commitdiff | tree |
2017-03-22 |
Steinar H. Gunderson | Movit 1.5.0 is released.
|
commit | commitdiff | tree |
2017-03-17 |
Steinar H. Gunderson | Fix secondary output from TimecodeRenderer; it was...
|
commit | commitdiff | tree |
2017-03-17 |
Steinar H. Gunderson | Fix timecode rendering for 10-bit output.
|
commit | commitdiff | tree |
2017-03-16 |
Steinar H. Gunderson | If not using VA-API zerocopy, don't write extra copy...
|
commit | commitdiff | tree |
2017-03-15 |
Steinar H. Gunderson | Support CRF for x264, similar to the CQP mode we already...
|
commit | commitdiff | tree |
2017-03-15 |
Steinar H. Gunderson | Support 4:2:2 v210 (10-bit) output for DeckLink.
|
commit | commitdiff | tree |
2017-03-13 |
Steinar H. Gunderson | Support 10-bit x264 output.
|
commit | commitdiff | tree |
2017-03-13 |
Steinar H. Gunderson | Support loading 10-bit x264 dynamically.
|
commit | commitdiff | tree |
2017-03-13 |
Steinar H. Gunderson | Add support for recording the x264 video to disk.
|
commit | commitdiff | tree |
2017-03-11 |
Steinar H. Gunderson | Removed an obsolete TODO.
|
commit | commitdiff | tree |
2017-03-10 |
Steinar H. Gunderson | Fix a fence that was not waited on correctly in the...
|
commit | commitdiff | tree |
2017-03-08 |
Steinar H. Gunderson | Support switching Y'CbCr coefficients midway, which...
|
commit | commitdiff | tree |
2017-03-08 |
Steinar H. Gunderson | Display a copy of the Y'CbCr images instead of an RGB565...
|
commit | commitdiff | tree |
2017-03-01 |
Steinar H. Gunderson | Remove a dead code line.
|
commit | commitdiff | tree |
2017-02-27 |
Steinar H. Gunderson | Make the API for begin_frame()/end_frame() in VideoEncoder...
|
commit | commitdiff | tree |
2017-02-27 |
Steinar H. Gunderson | Correct a comment.
|
commit | commitdiff | tree |
2017-02-26 |
Steinar H. Gunderson | Make QuickSync surfaces be allocated dynamically.
|
commit | commitdiff | tree |
2017-02-26 |
Steinar H. Gunderson | In QuickSyncEncoderImpl, make RefPicList* local variables...
|
commit | commitdiff | tree |
2017-02-26 |
Steinar H. Gunderson | bmusb 0.6.0 is in experimental.
|
commit | commitdiff | tree |
2017-02-26 |
Steinar H. Gunderson | Fix an issue where our v210 texture would be too narrow...
|
commit | commitdiff | tree |
2017-02-26 |
Steinar H. Gunderson | Unbreak 10-bit input on NVIDIA.
|
commit | commitdiff | tree |
2017-02-26 |
Steinar H. Gunderson | Fix an issue where the v210 input texture would have...
|
commit | commitdiff | tree |
2017-02-26 |
Steinar H. Gunderson | Make sure we do not ask for sRGB backbuffers when rendering...
|
commit | commitdiff | tree |
2017-02-26 |
Steinar H. Gunderson | Do not try to stop and restart on DeckLink mode switch...
|
commit | commitdiff | tree |
2017-02-25 |
Steinar H. Gunderson | Add a copy of the right-click HDMI/SDI output video...
|
commit | commitdiff | tree |
2017-02-21 |
Steinar H. Gunderson | Support 10-bit capture, both on bmusb and on DeckLink...
|
commit | commitdiff | tree |
2017-02-21 |
Steinar H. Gunderson | Remove an assert that no longer holds.
|
commit | commitdiff | tree |
2017-02-19 |
Steinar H. Gunderson | Refactor upload_func by splitting out some helper functions.
|
commit | commitdiff | tree |
2017-02-19 |
Steinar H. Gunderson | Set num_levels correctly on the input format.
|
commit | commitdiff | tree |
2017-02-19 |
Steinar H. Gunderson | Make DeckLinkCapture work with non-interleaved buffers.
|
commit | commitdiff | tree |
2017-02-14 |
Steinar H. Gunderson | Make ImageInput shutdown immediate, instead of waiting...
|
commit | commitdiff | tree |
2017-02-14 |
Steinar H. Gunderson | Fix so one can use images with other resolutions than...
|
commit | commitdiff | tree |
2017-02-12 |
Steinar H. Gunderson | If we get a buffer underrun on resampling, reset the...
|
commit | commitdiff | tree |
2017-02-12 |
Steinar H. Gunderson | Add a switch for writing a timecode to the stream;...
|
commit | commitdiff | tree |
2017-02-11 |
Steinar H. Gunderson | Fix --input-mapping= crashing on startup.
|
commit | commitdiff | tree |
next |