summaryrefslogtreecommitdiff
path: root/libavfilter/af_asyncts.c
Commit message (Expand)AuthorAge
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-28
* af_asyncts: fix offset calculationAnton Khirnov2013-05-10
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-04
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-09
* af_asyncts: switch to an AVOptions-based system.Anton Khirnov2013-04-09
* af_asyncts: fix compensation and PTS monotonicityJindřich Makovička2013-03-22
* lavfi: switch to AVFrame.Anton Khirnov2013-03-08
* asyncts: ignore min_delta only if first_pts is setJustin Ruggles2012-12-13
* asyncts: merge two conditionsJustin Ruggles2012-12-13
* asyncts: cosmetics: reindentJustin Ruggles2012-12-13
* asyncts: fix the asyncts behavior when using the first_pts optionJustin Ruggles2012-12-13
* asyncts: use clipped delta value when setting resample compensationJustin Ruggles2012-12-13
* asyncts: fix flushing of final samples at EOFJustin Ruggles2012-12-13
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-28
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-10
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-05
* af_asyncts: check return value from lavr when flushing.Anton Khirnov2012-09-07
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-04
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-24
* 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