8 Commits (a8cbe5a0ccebf60a8a8b0aba5d5716dd54c1595c)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Stefano Sabatini 018bdaed37 setpts: add FRAME_RATE constant 9 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Diego Biurrun 593aaee953 setpts: Add missing inttypes.h #include for PRId64 10 years ago
Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Anton Khirnov b472938233 lavfi: add an asetpts filter 12 years ago
Anton Khirnov 2548834b22 vf_setpts: cosmetics, reformat 12 years ago
Anton Khirnov c43a7ecad9 lavfi: remove now unused args parameter from AVFilter.init 12 years ago
Anton Khirnov 33b97faaba vf_setpts: switch to an AVOptions-based system. 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 12 years ago
Vladimir Pantelic 0b55b16abc avfilter: allow setpts filter to use wallclock time for calculations 12 years ago
Anton Khirnov 565e4993c6 lavfi: merge start_frame/draw_slice/end_frame 12 years ago
Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 12 years ago
Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 12 years ago
Anton Khirnov 1a49a169eb lavfi: make filters less verbose. 13 years ago
Anton Khirnov a5e8c41c28 lavfi: remove 'opaque' parameter from AVFilter.init() 13 years ago
Anton Khirnov 9d0bfc5052 lavfi: make AVFilterPad opaque after two major bumps. 13 years ago
Anton Khirnov 803391f719 lavfi: remove request/poll and drawing functions from public API on next bump 13 years ago
Anton Khirnov c04c533f62 lavfi: remove avfilter_null_* from public API on next bump. 13 years ago
Alex Converse b0f29db5c2 Mark mutable static data const where appropriate. 13 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Stefano Sabatini 3e5bc7ff6a In the start_frame() debug log, print the reference pos value rather than the evaluated value converted to int. 14 years ago
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Stefano Sabatini a532bb390f Add setpts filter, ported from the libavfilter soc repo. 14 years ago