]> git.sesse.net Git - nageru/shortlog
nageru
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...
2018-06-13 Steinar H.... Hook up the fourth camera display.
2018-06-13 Steinar H.... Make it possible to play an entire playlist of clips.
2018-06-13 Steinar H.... Allow playing from the playlist.
2018-06-12 Steinar H.... Some refactoring of the player code, and begin working...
2018-06-11 Steinar H.... Support playing back arbitrary camera angles.
2018-06-11 Steinar H.... Make an enum for the view columns.
2018-06-11 Steinar H.... Add some very basic playback.
2018-06-10 Steinar H.... Hook up some more clip modifications.
2018-06-10 Steinar H.... Start working on a clip list.
2018-06-09 Steinar H.... Add a script for grabbing some example multiangle data...
2018-06-06 Steinar H.... Make the layout responsive.
2018-06-06 Steinar H.... Make the JPEG frames update on demand.
2018-06-05 Steinar H.... Actually start showing JPEGs on the screen.
2018-06-05 Steinar H.... Throw up some widgets.
2018-06-04 Steinar H.... Initial checkin.