Vittorio Giovara
|
58400ac133
lavfi: name anonymous structs
|
11 лет назад |
Anton Khirnov
|
cd43ca0443
lavfi: do not export the filters from shared objects
|
11 лет назад |
Anton Khirnov
|
4c205f42c8
vf_drawbox: make config_props work properly when called multiple times.
|
12 лет назад |
Anton Khirnov
|
20e2794eea
vf_drawbox: use the name 's' for the pointer to the private context
|
12 лет назад |
Anton Khirnov
|
c43a7ecad9
lavfi: remove now unused args parameter from AVFilter.init
|
12 лет назад |
Anton Khirnov
|
335c31293b
vf_drawbox: switch to an AVOptions-based system.
|
12 лет назад |
Anton Khirnov
|
7e350379f8
lavfi: switch to AVFrame.
|
12 лет назад |
Anton Khirnov
|
565e4993c6
lavfi: merge start_frame/draw_slice/end_frame
|
12 лет назад |
Anton Khirnov
|
59ee9f78b0
lavfi: do not use av_pix_fmt_descriptors directly.
|
12 лет назад |
Mans Rullgard
|
568c70e79e
lavfi: convert input/ouput list compound literals to named objects
|
12 лет назад |
Anton Khirnov
|
716d413c13
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
|
12 лет назад |
Martin Storsjö
|
1d9c2dc89a
Don't include common.h from avutil.h
|
12 лет назад |
Anton Khirnov
|
e9b992d035
lavfi: add error handling to draw_slice().
|
12 лет назад |
Ronald S. Bultje
|
3db407038e
lavfi: use const for AVFilterPad declarations in all filters.
|
12 лет назад |
Anton Khirnov
|
1a49a169eb
lavfi: make filters less verbose.
|
12 лет назад |
Anton Khirnov
|
a5e8c41c28
lavfi: remove 'opaque' parameter from AVFilter.init()
|
12 лет назад |
Anton Khirnov
|
9d0bfc5052
lavfi: make AVFilterPad opaque after two major bumps.
|
12 лет назад |
Anton Khirnov
|
803391f719
lavfi: remove request/poll and drawing functions from public API on next bump
|
12 лет назад |
Anton Khirnov
|
b74a1da49d
lavfi: make formats API private on next bump.
|
12 лет назад |
Anton Khirnov
|
c04c533f62
lavfi: remove avfilter_null_* from public API on next bump.
|
13 лет назад |
Diego Biurrun
|
0249478756
doxygen: fix wrong comment syntax, //< vs. ///<
|
13 лет назад |
Mans Rullgard
|
2912e87a6c
Replace FFmpeg with Libav in licence headers
|
14 лет назад |
Reinhard Tartler
|
737eb5976f
Merge libavcore into libavutil
|
14 лет назад |
Stefano Sabatini
|
3fa77bde1b
In libavfilter, use consistently "Copyright (c)" in the license
|
14 лет назад |
Aurelien Jacobs
|
0985e1a3ca
move the av_parse_color() function from libavfilter to libavcore
|
14 лет назад |
Aurelien Jacobs
|
2722dd6ebf
improve av_parse_color() to allow for non-null terminated color string
|
14 лет назад |
Stefano Sabatini
|
e40032e23a
Add the drawbox filter from the soc libavfilter repo.
|
14 лет назад |