Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
a8ef41c1
Commit
a8ef41c1
authored
Aug 20, 2019
by
Paul B Mahol
Committed by
Kieran Kunhya
Aug 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avfilter/vf_v360: improve comments above headers
parent
e6dd9438
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
vf_v360.c
libavfilter/vf_v360.c
+6
-6
No files found.
libavfilter/vf_v360.c
View file @
a8ef41c1
...
...
@@ -23,14 +23,14 @@
* 360 video conversion filter.
* Principle of operation:
*
* (for each pixel in output frame)
\n
* 1) Calculate OpenGL-like coordinates (x, y, z) for pixel position (i, j)
\n
* 2) Apply 360 operations (rotation, mirror) to (x, y, z)
\n
* 3) Calculate pixel position (u, v) in input frame
\n
* (for each pixel in output frame)
* 1) Calculate OpenGL-like coordinates (x, y, z) for pixel position (i, j)
* 2) Apply 360 operations (rotation, mirror) to (x, y, z)
* 3) Calculate pixel position (u, v) in input frame
* 4) Calculate interpolation window and weight for each pixel
*
* (for each frame)
\n
* 5) Remap input frame to output frame using precalculated data
\n
* (for each frame)
* 5) Remap input frame to output frame using precalculated data
*/
#include "libavutil/eval.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment