7 Commits (e59da0f7ff129d570adb72c6479f7ce07cf5a0f9)

Author SHA1 Message Date
Vittorio Giovara 58400ac133 lavfi: name anonymous structs 11 years ago
Michael Niedermayer 6290ba0052 avfilter/settb: remove duplicate #include 11 years ago
Nicolas George ad8159e0fe libavfilter: Add asettb filter for setting timebase for audio 11 years ago
Katerina Barone-Adesi b33c64e4c2 vf_settb: rename to settb 11 years ago
Anton Khirnov cd43ca0443 lavfi: do not export the filters from shared objects 11 years ago
Anton Khirnov ffea3b00c3 vf_settb: switch to an AVOptions-based system. 12 years ago
Anton Khirnov 7e350379f8 lavfi: switch to AVFrame. 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 0393af4f0b vf_settb: simplify start_frame(). 13 years ago
Nicolas George 299387ebf4 vf_settb: rename the file as f_settb. 13 years ago
Nicolas George 65e65e3ce2 settb: cosmetic: reindent vf_settb structure. 13 years ago
Nicolas George ba856c0be5 lavfi: implement asettb filter. 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 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 94b345855f vf_settb: remove mathematical constants now redundant. 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 3fa77bde1b In libavfilter, use consistently "Copyright (c)" in the license 14 years ago
Stefano Sabatini d2af7205a1 Use hierarchic names convention (prefix them with av_expr) for the 14 years ago
Stefano Sabatini 214c0d420b Implement settb filter. 14 years ago