1251 Commits (b54c0a552d8843c521ac329b79e169a224d20191)

Author SHA1 Message Date
Stefano Sabatini b54c0a552d vf_overlay: use opt.h API for setting options 13 years ago
Stefano Sabatini 8dc90371b1 lavfi: add internal function ff_fill_rgba_map() 13 years ago
Clément Bœsch 9bd23f6815 ashowinfo: fix typo in description. 13 years ago
Clément Bœsch a0b7853f7a vf_showinfo: print checksums in hexadecimal. 13 years ago
Michael Niedermayer 3e4375833d vf_scale: Request an aligned buffer. 13 years ago
Michael Niedermayer d7dcd96a23 vf_pad: Fix alignment of get_video_buffer() 13 years ago
Michael Niedermayer d18fd13f30 avfilter: add named constamt to indicate the amount of alignment that AV_PERM_ALIGN means. 13 years ago
Michael Niedermayer 4d34b6c1a1 avfilter: add flag to indicate that alignment is needed 13 years ago
Mark Himsley 9f9b2ab1b1 vsrc_testsrc: fix off-by-one logic when detecting the EOF time in request_frame() 13 years ago
Mark Himsley 1ca1336067 testsrc seconds display is out-by-one frame 13 years ago
Stefano Sabatini d9d492513d vsrc_testsrc: increase log level from DEBUG to INFO for message in init() 13 years ago
Stefano Sabatini 1f4652068e lavfi: rewrite nullsrc using the code in vsrc_testsrc.c 13 years ago
Stefano Sabatini 42d44ec306 vsrc_testsrc: do not assume non-padded lines in test_fill_picture() 13 years ago
Stefano Sabatini 1679a40b74 vf_boxblur: fix slice-drawing 13 years ago
Stefano Sabatini 43fce2214b lavfi: add missing header mulitple-inclusion guard in transform.h 13 years ago
Stefano Sabatini 99d48b07d1 lavfi/transform.h: apply misc doxy cosmetical changes 13 years ago
Paul Flinders 9ef714328c deshake: limit deshake to specific area to search for motion vectors. 13 years ago
Stefano Sabatini ec2ac9271c lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs 13 years ago
Stefano Sabatini 0244879f30 lavfi: add testsrc source 13 years ago
Michael Niedermayer 35674a29b7 vf_mp: Fix several incompatible pointer type warnings. 13 years ago
Michael Niedermayer cb3034e0d1 vf_unsharp: Fix false ‘src2’ may be used uninitialized in this function warning. 13 years ago
Michael Niedermayer e73cc2819e src_movie: Fix incompatible pointer type warning. 13 years ago
Michael Niedermayer 5ed20cfeaf vf_deshake: Fix cast discards qualifiers from pointer target type warning. 13 years ago
Michael Niedermayer e96aa8d1a0 vf_pixdesctest: Fix incompatible pointer type warning. 13 years ago
Michael Niedermayer abe9c54f14 yadif: Fix assignment from incompatible pointer type warning 13 years ago
Michael Niedermayer 2982b02b79 vsrc_buffer: FIx incompatible pointer type warning 13 years ago
Stefano Sabatini 2b72067406 asrc_aevalsrc: apply misc cleanup in the options array 13 years ago
Stefano Sabatini 3f20eada80 asrc_aevalsrc: prefer av_strtok() over strtok_r() 13 years ago
Stefano Sabatini eae3a86e57 lavfi: update minor number and add Changelog entry after aevalsrc addition 13 years ago
Stefano Sabatini 36c06b0913 lavfi: add audio eval signal source 13 years ago
Stefano Sabatini b35e9e19e9 lavu: add av_strtok() 13 years ago
Stefano Sabatini b157be1f38 lavfi: port libmpcodecs delogo filter 13 years ago
Stefano Sabatini ce6b6ef645 lavfi: port boxblur filter from libmpcodecs 13 years ago
Stefano Sabatini 171868e25a lavfi: add negate filter 13 years ago
Stefano Sabatini 8fe0c527f3 lavfi: add LUT (LookUp Table) generic filters 13 years ago
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Stefano Sabatini bca8bd99d0 af_ashowinfo: fix plane size computation for planar layout formats 13 years ago
Stefano Sabatini 22137bb5c2 af_aresample: fix properties setting in the output buffer 13 years ago
Stefano Sabatini cc6b8c4b61 af_ashowinfo: adopt used plane size when computing the plane checksum 13 years ago
Nicolas George 7d60b43e90 vsrc_nullsrc: remove mathematical constants now redundant. 13 years ago
Nicolas George 21e888bd11 vf_crop: remove mathematical constants now redundant. 13 years ago
Nicolas George 94b345855f vf_settb: remove mathematical constants now redundant. 13 years ago
Nicolas George db820c3c13 vf_setpts: remove mathematical constants now redundant. 13 years ago
Nicolas George 1a3fa3ab2c vf_select: remove mathematical constants now redundant. 13 years ago
Nicolas George 3b316f9f22 vf_scale: remove mathematical constants now redundant. 13 years ago
Nicolas George e2abe90ed7 vf_pad: remove mathematical constants now redundant. 13 years ago
Nicolas George 8c88d734a5 vf_overlay: remove mathematical constants now redundant. 13 years ago
Nicolas George 157ff97e3b vf_lut: remove mathematical constants now redundant. 13 years ago
Nicolas George a2af901295 vf_drawtext: remove mathematical constants now redundant. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago