summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_asyncts.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* af_asyncts: fix offset calculationAnton Khirnov2013-05-101-4/+9
* avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun2013-05-041-2/+3
* lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* af_asyncts: switch to an AVOptions-based system.Anton Khirnov2013-04-091-10/+1
* af_asyncts: fix compensation and PTS monotonicityJindřich Makovička2013-03-221-6/+25
* lavfi: switch to AVFrame.Anton Khirnov2013-03-081-12/+10
* asyncts: ignore min_delta only if first_pts is setJustin Ruggles2012-12-131-1/+2
* asyncts: merge two conditionsJustin Ruggles2012-12-131-7/+2
* asyncts: cosmetics: reindentJustin Ruggles2012-12-131-12/+12
* asyncts: fix the asyncts behavior when using the first_pts optionJustin Ruggles2012-12-131-9/+55
* asyncts: use clipped delta value when setting resample compensationJustin Ruggles2012-12-131-1/+1
* asyncts: fix flushing of final samples at EOFJustin Ruggles2012-12-131-7/+7
* lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-5/+5
* lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-9/+21
* lavr: change the type of the data buffers to uint8_t**.Anton Khirnov2012-10-051-4/+4
* af_asyncts: check return value from lavr when flushing.Anton Khirnov2012-09-071-2/+7
* avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-2/+2
* AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov2012-08-241-1/+1
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles2012-07-291-1/+1
* af_asyncts: add first_pts optionJustin Ruggles2012-07-291-2/+1
* lavfi: add error handling to filter_samples().Anton Khirnov2012-07-091-16/+22
* af_asyncts: fix request_frame() behavior.Anton Khirnov2012-07-091-1/+9
* lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov2012-06-261-1/+1
* lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov2012-06-051-1/+2
* asyncts: reset delta to 0 when it's not used.Anton Khirnov2012-05-221-4/+7
* lavfi: add asyncts filter.Anton Khirnov2012-05-141-0/+237
OpenPOWER on IntegriCloud