33 Commits (c11d7ca2f0f3d2d3e5164c755b15fb137acd3eed)

Author SHA1 Message Date
Anton Khirnov fa110c32b5 lavfi/setpts: unset frame durations 9 months ago
Anton Khirnov f121d954ac lavf/vf_setpts: unset output framerate 9 months ago
Stefano Sabatini 933c7ff0b9 lavfi/setpts: use macro to access variables array 1 year ago
Andreas Rheinhardt 2f62a433f2 avfilter: Deduplicate default video inputs/outputs 1 year ago
Andreas Rheinhardt 50ea7389ec avfilter: Deduplicate default audio inputs/outputs 1 year ago
Oleg e700d87b20 avfilter/setpts: add command support 2 years ago
James Almer 36827ea783 avfilter: use the new AVFrame interlace flags in all filters 2 years ago
Anton Khirnov 27f8c9b27b lavu/frame: deprecate AVFrame.pkt_{pos,size} 2 years ago
Martin Storsjö a78f136f3f configure: Use a separate config_components.h header for $ALL_COMPONENTS 3 years ago
Anton Khirnov b9c928a486 avfilter: add AVFILTER_FLAG_METADATA_ONLY 3 years ago
Andreas Rheinhardt 8be701d9f7 avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter 3 years ago
Andreas Rheinhardt a04ad248a0 avfilter: Constify all AVFilters 4 years ago
Jun Zhao 04037e2966 lavfi/setpts: fix setpts/asetpts option dump error 5 years ago
Limin Wang 548ef7a12b avfilter: add D2TS, TS2D, TS2T as a common macro in internal.h 5 years ago
Paul B Mahol 2a546fb7d5 avfilter/setpts: switch to activate 5 years ago
Gyan Doshi c71e1e6030 avfilter/setpts: add FR shorthand for FRAME_RATE 7 years ago
Muhammad Faiz 6af050d7d0 avfilter: do not use AVFrame accessor 8 years ago
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 11 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
Paul B Mahol b211607b5c avfilter: various cosmetics 11 years ago
Paul B Mahol b077d8d908 avfilter: remove redundant .get_(audio/video)_buffer initializations 11 years ago
Paul B Mahol e457f2cf1f lavfi/setpts: make use of AVFILTER_DEFINE_CLASS 12 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
Stefano Sabatini 0b9a915dad lavfi: rename vf_setpts.c to f_setpts.c 13 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 13 years ago
Stefano Sabatini f6580b50ed lavfi: add asetpts audio filter 13 years ago
Anton Khirnov ebc8d97481 lavfi: add error handling to start_frame(). 13 years ago
Ronald S. Bultje 3db407038e lavfi: use const for AVFilterPad declarations in all filters. 13 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
Reimar Döffinger 5af7daabc4 Mark AVFilterPad[] compound literals as const. 13 years ago
Reimar Döffinger d78473334e Add const to static arrays where it was forgotten. 13 years ago
Nicolas George db820c3c13 vf_setpts: remove mathematical constants now redundant. 13 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago