]> git.sesse.net Git - nageru/shortlog
nageru
2018-07-25 Steinar H.... Sample gradient as zero outside the image, instead...
2018-07-25 Steinar H.... Small syntactic tweak.
2018-07-24 Steinar H.... Fix the patch out-of-bounds check in motion search...
2018-07-24 Steinar H.... Fix a problem with visualizing flow that goes exactly...
2018-07-24 Steinar H.... Use asynchronous readback when doing many flows. Speeds...
2018-07-23 Steinar H.... Fix some uniforms not getting through to the motion...
2018-07-23 Steinar H.... Add a debugging flag to disable/ignore variational...
2018-07-23 Steinar H.... Change the discard condition for motion search.
2018-07-23 Steinar H.... Fix a typo.
2018-07-23 Steinar H.... Make motion search happen mostly in pixels; a bit less...
2018-07-23 Steinar H.... Print EPE on stdout, since it is not an error.
2018-07-23 Steinar H.... Make flow writing a bit faster.
2018-07-23 Steinar H.... Print out the first flow pair, too.
2018-07-23 Steinar H.... Add a --disable-timing flag (less spew, less GPU waiting).
2018-07-23 Steinar H.... Add support for computing many flows sequentially ...
2018-07-23 Steinar H.... Refactor the flow writing.
2018-07-23 Steinar H.... Reuse textures between flow invocations.
2018-07-23 Steinar H.... Make a wrapper class for all the flow logic.
2018-07-23 Steinar H.... Refactor FBO creation. A step on the way to persistent...
2018-07-23 Steinar H.... Small cleanup.
2018-07-22 Steinar H.... Make the eval tool capable of taking the average over...
2018-07-22 Steinar H.... Make it possible to set alpha/delta/gamma on the comman...
2018-07-22 Steinar H.... Add in the relative weighting of the variational refine...
2018-07-22 Steinar H.... Fix a comment.
2018-07-21 Steinar H.... Add another missing clear.
2018-07-21 Steinar H.... Deal with buggy GPU timers that go backwards.
2018-07-21 Steinar H.... If needed, resize the flow up (bilinearly) to the final...
2018-07-21 Steinar H.... Hack around a convergence problem in the SOR code,...
2018-07-21 Steinar H.... Fix a typo.
2018-07-21 Steinar H.... Support giving in file names on the command line.
2018-07-21 Steinar H.... Load arbitrary images through SDL_image, instead of...
2018-07-21 Steinar H.... Pack the two b values in the equations with shared...
2018-07-21 Steinar H.... Fix an algebra error in the E_I term.
2018-07-21 Steinar H.... Fix some errors in the smoothness term.
2018-07-20 Steinar H.... Small notational tweak.
2018-07-20 Steinar H.... Add some missing clears.
2018-07-20 Steinar H.... Update .gitignore.
2018-07-20 Steinar H.... In the variational refinement, change the flow unit...
2018-07-20 Steinar H.... Add a FIXME on the scissor.
2018-07-20 Steinar H.... Add much more detailed GPU timers.
2018-07-20 Steinar H.... Fix flow output after we did normalization in the add...
2018-07-20 Steinar H.... Avoid infinities in a uniform.
2018-07-20 Steinar H.... Finish up the variational refinement, conceptually...
2018-07-20 Steinar H.... Implement SOR.
2018-07-19 Steinar H.... Calculate smoothness and set up the equations. Still...
2018-07-19 Steinar H.... Also calculate beta_0 when calculating derivatives.
2018-07-18 Steinar H.... Fix some indentation.
2018-07-18 Steinar H.... Use textureOffset() wherever possible to save some...
2018-07-17 Steinar H.... Calculate I_x and I_y for variational refinement.
2018-07-11 Steinar H.... Start working on variational refinement.
2018-07-11 Steinar H.... Reduce the spam in apitrace a bit.
2018-07-07 Steinar H.... Do patch normalization in densification.
2018-07-07 Steinar H.... In densification, grow the patch a bit. Seemingly helps...
2018-07-07 Steinar H.... Correct the sampling of the flow in the densification...
2018-07-07 Steinar H.... Remove an unused sampler.
2018-07-07 Steinar H.... Fix the texel centers for motion search. Helps a whole...
2018-07-06 Steinar H.... Remove some duplicate vertex attributes.
2018-07-06 Steinar H.... Use fp16 for the densification output texture; evidentl...
2018-07-06 Steinar H.... Remove an unused uniform.
2018-07-06 Steinar H.... Check uniform locations ahead-of-time, for slightly...
2018-07-06 Steinar H.... Add some utility functions for working with .flo files.
2018-07-06 Steinar H.... Write a .flo file for easier evaluation.
2018-07-05 Steinar H.... Reject motion search if we go beyond the image boundary...
2018-07-05 Steinar H.... Show GPU time used.
2018-07-05 Steinar H.... Visualize the flow consistently with .flo files (which...
2018-07-05 Steinar H.... Fix a sign error in the motion search. (The paper is...
2018-07-05 Steinar H.... Add mean normalization for patches.
2018-07-05 Steinar H.... Fix normalization in the Sobel calculation.
2018-07-04 Steinar H.... Update some comments.
2018-07-04 Steinar H.... Factor out the RGB conversion code into a header file.
2018-07-04 Steinar H.... Make image width/height consistently a vec2.
2018-07-03 Steinar H.... Implement coarse-to-fine. Still too buggy.
2018-07-03 Steinar H.... Some refactoring in flow.cpp.
2018-07-03 Steinar H.... Various fixes to flow visualization. Still broken.
2018-07-03 Steinar H.... Add the densification step, in theory now providing...
2018-07-02 Steinar H.... Start implementing motion search.
2018-07-02 Steinar H.... Be slightly more DSA.
2018-07-01 Steinar H.... Add some beginning flow computation code (currently...
2018-06-20 Steinar H.... Fix so that when editing a field, the previous value...
2018-06-19 Steinar H.... Make it possible to change the camera angle in the...
2018-06-19 Steinar H.... When scrubbing in the playlist, show the right camera.
2018-06-18 Steinar H.... Add some playlist manipulation controls.
2018-06-18 Steinar H.... Fix a crash.
2018-06-17 Steinar H.... Make it possible to switch camera angles for previews...
2018-06-17 Steinar H.... Move some lambdas out into functions.
2018-06-17 Steinar H.... Implement scrubbing for the playlist.
2018-06-17 Steinar H.... Make it possible to edit the description in the play...
2018-06-17 Steinar H.... Add functionality for scrubbing in/out points in the...
2018-06-16 Steinar H.... Fix yet more Y'CbCr crashes.
2018-06-16 Steinar H.... Fix crashes with 4:2:2 JPEGs.
2018-06-16 Steinar H.... Support editing descriptions.
2018-06-16 Steinar H.... Split ClipList and PlayList.
2018-06-16 Steinar H.... Fix some crashes.
2018-06-16 Steinar H.... Support JPEGs that are not 4:2:2.
2018-06-16 Steinar H.... Convert Y'CbCr using Movit instead of in software with...
2018-06-15 Steinar H.... Write some drop counters to stderr.
2018-06-15 Steinar H.... Fix a bug where we would try to decode a nonexistent...
2018-06-14 Steinar H.... Make the grid display a bit better formatted.
2018-06-14 Steinar H.... Make it possible to start a new clip before the previou...
2018-06-14 Steinar H.... Make the JPEG decoding run asynchronously, in a separat...
next