summaryrefslogtreecommitdiff
path: root/libavfilter/af_asyncts.c
Commit message (Expand)AuthorAge
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles2012-07-29
* af_asyncts: add first_pts optionJustin Ruggles2012-07-29
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-09
* af_asyncts: fix request_frame() behavior.Anton Khirnov2012-07-09
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-26
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-05
* asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-22
* lavfi: add asyncts filter.Anton Khirnov2012-05-14