Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov
2013-05-10af_asyncts: fix offset calculationAnton Khirnov
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov
2013-04-09af_asyncts: switch to an AVOptions-based system.Anton Khirnov
2013-03-22af_asyncts: fix compensation and PTS monotonicityJindřich Makovička
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2012-12-14asyncts: ignore min_delta only if first_pts is setJustin Ruggles
2012-12-14asyncts: merge two conditionsJustin Ruggles
2012-12-13asyncts: cosmetics: reindentJustin Ruggles
2012-12-13asyncts: fix the asyncts behavior when using the first_pts optionJustin Ruggles
2012-12-13asyncts: use clipped delta value when setting resample compensationJustin Ruggles
2012-12-13asyncts: fix flushing of final samples at EOFJustin Ruggles
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-11lavfi: convert input/ouput list compound literals to named objectsMans Rullgard
2012-10-05lavr: change the type of the data buffers to uint8_t**.Anton Khirnov
2012-09-07af_asyncts: check return value from lavr when flushing.Anton Khirnov
2012-09-05avopt: Explicitly store float/double option defaults in .dblMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-07-29af_asyncts: avoid overflow in out_size with large delta valuesJustin Ruggles
2012-07-29af_asyncts: add first_pts optionJustin Ruggles
2012-07-09lavfi: add error handling to filter_samples().Anton Khirnov
2012-07-09af_asyncts: fix request_frame() behavior.Anton Khirnov
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov
2012-05-22asyncts: reset delta to 0 when it's not used.Anton Khirnov
2012-05-14lavfi: add asyncts filter.Anton Khirnov