2018-09-16 |
Steinar H. Gunderson | Name some threads.
|
commit | commitdiff | tree |
2018-09-16 |
Steinar H. Gunderson | Subsample chroma on the GPU instead of the CPU.
|
commit | commitdiff | tree |
2018-09-16 |
Steinar H. Gunderson | Change from operating point 3 to 2 (more laptop-friendly...
|
commit | commitdiff | tree |
2018-09-16 |
Steinar H. Gunderson | Do deinterleaving on the GPU (subsampling still remains).
|
commit | commitdiff | tree |
2018-09-16 |
Steinar H. Gunderson | Do the interpolation in Y'CbCr instead of RGBA; saves...
|
commit | commitdiff | tree |
2018-09-16 |
Steinar H. Gunderson | Fix so that make clean removes all objects.
|
commit | commitdiff | tree |
2018-09-16 |
Steinar H. Gunderson | Give the VideoStream thread a name.
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Make VideoStream capable of using the shared JPEG cache...
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Release flow textures when we are done with them.
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Make the output actually follow the input in an interpolated...
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Read timebase from the input video.
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Fix some flickering due to YCbCr interpretation.
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Encode JPEGs from the interpolated frames.
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Start hacking in support for interpolated frames in...
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Fix an issue where interpolation would not work, since...
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Editorial changes.
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Split out the flow code from the example driver.
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Make disabling variational refinement somewhat more...
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Parametrize patch size and number of iterations.
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Start parametrizing the operating points for DIS.
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Move flow classes into a header file; first step on...
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Move stream generation into a new class VideoStream...
|
commit | commitdiff | tree |
2018-09-15 |
Steinar H. Gunderson | Actually send the MJPEG frames on to the HTTP stream.
|
commit | commitdiff | tree |
2018-08-18 |
Steinar H. Gunderson | Import a bunch of http/mux code from Nageru.
|
commit | commitdiff | tree |
2018-08-18 |
Steinar H. Gunderson | av_register_all() is deprecated, so do not call it...
|
commit | commitdiff | tree |
2018-08-08 |
Steinar H. Gunderson | Support rendering forward and backward flow in parallel.
|
commit | commitdiff | tree |
2018-08-08 |
Steinar H. Gunderson | 16-bit depth should be plenty.
|
commit | commitdiff | tree |
2018-08-08 |
Steinar H. Gunderson | Use a renderbuffer instead of a depth texture; potentially...
|
commit | commitdiff | tree |
2018-08-07 |
Steinar H. Gunderson | Rename “Total” to something more descriptive.
|
commit | commitdiff | tree |
2018-08-07 |
Steinar H. Gunderson | Fix a warning in motion_search.frag.
|
commit | commitdiff | tree |
2018-08-06 |
Steinar H. Gunderson | Fix patch placement. Again.
|
commit | commitdiff | tree |
2018-08-04 |
Steinar H. Gunderson | Add a warmup option to get somewhat more consistent...
|
commit | commitdiff | tree |
2018-08-04 |
Steinar H. Gunderson | Fix a bug where the first black pass of SOR would read...
|
commit | commitdiff | tree |
2018-08-04 |
Steinar H. Gunderson | Rename du_dv_tex to diff_flow_tex, for consistency.
|
commit | commitdiff | tree |
2018-08-04 |
Steinar H. Gunderson | Update the SOR comment about twinned buffering.
|
commit | commitdiff | tree |
2018-08-04 |
Steinar H. Gunderson | Fix an outdated comment.
|
commit | commitdiff | tree |
2018-08-04 |
Steinar H. Gunderson | Microoptimization in the SOR fragment shader.
|
commit | commitdiff | tree |
2018-08-04 |
Steinar H. Gunderson | Split the equation texture in two, which speeds up...
|
commit | commitdiff | tree |
2018-08-03 |
Steinar H. Gunderson | Fix a NaN issue on Intel.
|
commit | commitdiff | tree |
2018-08-03 |
Steinar H. Gunderson | Pack the gradients and image together into a single...
|
commit | commitdiff | tree |
2018-08-03 |
Steinar H. Gunderson | Remove some redundant glUseProgram() calls.
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Remove an unused uniform.
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Properly release the flow texture; saves 1 ms (!) on...
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Compute diffusivity instead of smoothness, which saves...
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Remove some dead code.
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Microoptimization in splat.vert.
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Share VAOs between all the passes. Much less code,...
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Fix an issue where we would lose >1 ms for computing...
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Make PersistentFBOSet handle depth.
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Remove the rather pointless enable_if tests for now...
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Fix a GLSL syntax error that tripped up NVIDIA.
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Disable dither; we don't need it.
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | When timing a level, print the resolution.
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Make a new flag --detailed-timing for microsecond measuremen...
|
commit | commitdiff | tree |
2018-08-02 |
Steinar H. Gunderson | Move GPUTimers into its own file.
|
commit | commitdiff | tree |
2018-08-01 |
Steinar H. Gunderson | Remove an unused uniform.
|
commit | commitdiff | tree |
2018-07-31 |
Steinar H. Gunderson | Use the same PBO readback system for interpolated images...
|
commit | commitdiff | tree |
2018-07-31 |
Steinar H. Gunderson | Speed up hole filling by ~10%.
|
commit | commitdiff | tree |
2018-07-30 |
Steinar H. Gunderson | Implement hole filling.
|
commit | commitdiff | tree |
2018-07-30 |
Steinar H. Gunderson | Put depth in 0..1; evidently even fp32 depth is clamped...
|
commit | commitdiff | tree |
2018-07-30 |
Steinar H. Gunderson | Start working on interpolation code.
|
commit | commitdiff | tree |
2018-07-28 |
Steinar H. Gunderson | Do RGB -> grayscale conversion on the GPU.
|
commit | commitdiff | tree |
2018-07-28 |
Steinar H. Gunderson | Split texture pooling out from DISComputeFlow into...
|
commit | commitdiff | tree |
2018-07-28 |
Steinar H. Gunderson | Hide the OpenGL window; it is rather annoying.
|
commit | commitdiff | tree |
2018-07-28 |
Steinar H. Gunderson | Remove a TODO.
|
commit | commitdiff | tree |
2018-07-28 |
Steinar H. Gunderson | Stop leaking texture views (and by extension, textures).
|
commit | commitdiff | tree |
2018-07-27 |
Steinar H. Gunderson | Small code cleanup.
|
commit | commitdiff | tree |
2018-07-27 |
Steinar H. Gunderson | Use textureSize() instead of sending in uniforms manually...
|
commit | commitdiff | tree |
2018-07-27 |
Steinar H. Gunderson | Remove a TODO; setting up equations is not where our...
|
commit | commitdiff | tree |
2018-07-26 |
Steinar H. Gunderson | Halve the number of motion search iterations, to eight.
|
commit | commitdiff | tree |
2018-07-26 |
Steinar H. Gunderson | Finally get SOR working.
|
commit | commitdiff | tree |
2018-07-26 |
Steinar H. Gunderson | Fix a mixup in the variational refinement text.
|
commit | commitdiff | tree |
2018-07-26 |
Steinar H. Gunderson | Close off a TODO.
|
commit | commitdiff | tree |
2018-07-26 |
Steinar H. Gunderson | Rework patch placement. Finally inches our EPE just...
|
commit | commitdiff | tree |
2018-07-25 |
Steinar H. Gunderson | Tweak the default variational refinement weights (optimized...
|
commit | commitdiff | tree |
2018-07-25 |
Steinar H. Gunderson | Give the variational refinement terms slightly less...
|
commit | commitdiff | tree |
2018-07-25 |
Steinar H. Gunderson | Fix a done TODO (gamma is for E_G, not E_S, and we...
|
commit | commitdiff | tree |
2018-07-25 |
Steinar H. Gunderson | Sample gradient as zero outside the image, instead...
|
commit | commitdiff | tree |
2018-07-25 |
Steinar H. Gunderson | Small syntactic tweak.
|
commit | commitdiff | tree |
2018-07-24 |
Steinar H. Gunderson | Fix the patch out-of-bounds check in motion search...
|
commit | commitdiff | tree |
2018-07-24 |
Steinar H. Gunderson | Fix a problem with visualizing flow that goes exactly...
|
commit | commitdiff | tree |
2018-07-24 |
Steinar H. Gunderson | Use asynchronous readback when doing many flows. Speeds...
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Fix some uniforms not getting through to the motion...
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Add a debugging flag to disable/ignore variational...
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Change the discard condition for motion search.
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Fix a typo.
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Make motion search happen mostly in pixels; a bit less...
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Print EPE on stdout, since it is not an error.
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Make flow writing a bit faster.
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Print out the first flow pair, too.
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Add a --disable-timing flag (less spew, less GPU waiting).
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Add support for computing many flows sequentially ...
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Refactor the flow writing.
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Reuse textures between flow invocations.
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Make a wrapper class for all the flow logic.
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Refactor FBO creation. A step on the way to persistent...
|
commit | commitdiff | tree |
2018-07-23 |
Steinar H. Gunderson | Small cleanup.
|
commit | commitdiff | tree |
2018-07-22 |
Steinar H. Gunderson | Make the eval tool capable of taking the average over...
|
commit | commitdiff | tree |
2018-07-22 |
Steinar H. Gunderson | Make it possible to set alpha/delta/gamma on the command...
|
commit | commitdiff | tree |
2018-07-22 |
Steinar H. Gunderson | Add in the relative weighting of the variational refinement...
|
commit | commitdiff | tree |
next |