summaryrefslogtreecommitdiff
path: root/libavfilter/framesync2.c
Commit message (Collapse)AuthorAge
* lavfi/framesync2: add common options.Nicolas George2017-08-29
| | | | | Also add functions and macros to help filters chaining these options to their own.
* lavfi/framesync2: add dualinput helper functions.Nicolas George2017-08-29
|
* lavfi/framesync2: implement "activate" design.Nicolas George2017-07-30
| | | | | | With this helper API, filters that used the first framesync helper API can easily be changed to use the new and more extensible design for filters with a single activate() callback.
* lavfi/framesync2: rename all conflicting symbols.Nicolas George2017-07-30
|
* lavfi: copy framesync into framesync2.Nicolas George2017-07-30
framesync2 will be the base for the version using activate. Most of the logic will be the same, but the code cannot be shared. Copying the file initially without change will make the diff easier to read.