Author | SHA1 | Message | Date |
---|---|---|---|
|
07bad27810 |
lavfi: unref AVFilterLink.cur_buf in ff_end_frame().
This reduces code duplication and prevents stale pointers from remaining on the link. |
13 years ago |
|
a5e8c41c28 |
lavfi: remove 'opaque' parameter from AVFilter.init()
It is not used in any filters currently and is inherently evil. If passing binary data to filters is required in the future, it should be done with some AVOptions-based system. |
13 years ago |
|
803391f719 |
lavfi: remove request/poll and drawing functions from public API on next bump
They are only useful inside filters and we don't allow user filters for now. |
13 years ago |
|
54c5dd89e3 |
lavfi: Add fps filter.
Partially based on a patch by Robert Nagy <ronag89@gmail.com> |
13 years ago |