809 Commits (c38d9780eb5397670c94634f3fd8d489e942c140)

Author SHA1 Message Date
Michael Niedermayer c5420f100f drawtext: add shadow support. 14 years ago
Michael Niedermayer e73127a443 drawtext: factor draw_glyphs. 14 years ago
Michael Niedermayer a5b81c317e drawtext: fix and optimize yuv blend. 14 years ago
Michael Niedermayer 3953a88014 drawtext: get rid of divisions in the inner loop. 14 years ago
Michael Niedermayer e74bf3f368 drawtext: simplify chroma blend and fix chroma alpha. 14 years ago
Stefano Sabatini a5b64584f3 lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo 14 years ago
Ronald S. Bultje 0699dbb847 avfilter: check malloc return values. 14 years ago
Ronald S. Bultje f8af93ab99 avfilter: don't av_malloc(0). 14 years ago
Diego Biurrun a3b7dabb5b vf_fieldorder: Replace FFmpeg by Libav in license boilerplate. 14 years ago
Peter Ross c90626b2ea hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats 14 years ago
Peter Ross a1f4d07563 crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formats 14 years ago
Stefano Sabatini bebe72f4a0 lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums 14 years ago
Stefano Sabatini 73a4f7c21b pad: make the filter parametric 14 years ago
royger 0bbb28c75b vsrc_movie: add key_frame and pict_type. 14 years ago
Stefano Sabatini 5eb901cfec vsrc_movie: fix leak in request_frame() 14 years ago
Roger Pau Monné 10d39405fa lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. 14 years ago
Michael Niedermayer 7a11c82fb7 vsrc_buffer: add sample_aspect_ratio fields to arguments. 14 years ago
Mark Himsley 2f84bb4236 lavfi: add fieldorder filter 14 years ago
Stefano Sabatini 68e23c083a scale: make the filter parametric 14 years ago
James Darnley b137bf7df3 yadif: support 16-bit 14 years ago
James Darnley 88312a4de3 yadif: support more than yuv420p. 14 years ago
Michael Niedermayer d85e18e6e3 yadif: Fix assert() failure 14 years ago
Stefano Sabatini f80b381bfd graphparser: add a NULL check on the argument passed to strstr 14 years ago
Stefano Sabatini c61bfc113a setdar: prefer "sar" over "par" in log info message 14 years ago
Mark Himsley b04d1abb40 fade: fix draw_slice() check on fade->factor value 14 years ago
Mark Himsley 9026b27e84 fade: make draw_slice() chroma check against planes 1 and 2 14 years ago
Michael Niedermayer 14e3b120ad Reduce picture size for yadif. 14 years ago
Anton Khirnov 139f3ac42d Bump major versions of all libraries. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 14 years ago
Brandon Mintern aadfc9ee74 lavfi: add fade filter 14 years ago
Michael Niedermayer 233ed6b314 Change yadif to not use out of picture lines. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Janne Grunau a03be6e1ba use LIBAV_LICENSE and LIBAV_VERSION instead of FFMPEG_* 14 years ago
Janne Grunau 29ba091136 replace FFMPEG with LIBAV in FFMPEG_CONFIGURATION 14 years ago
Mans Rullgard 391a1327bd yadif: add parens around macro parameters 14 years ago
Stefano Sabatini c8c0189d62 lavfi: put color source in a dedicated file 14 years ago
Stefano Sabatini 5ad06110e0 lavfi: add drawutils 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Stefano Sabatini 70c275f8c3 Make avfilter_config_links() propagate audio information of the source link if it is not explicitely set by the filter. 14 years ago
Michael Niedermayer 910b5b82e8 Add sample_aspect_ratio to AVFilterLink 14 years ago
Stefano Sabatini 9409c3811c libavfilter: add video movie source 14 years ago
Clément Bœsch 290849e2a4 Remove forgotten if (p) av_free(p) forms 14 years ago
Stefano Sabatini 4359288c56 Make avfilter_graph_free() free the graph. 14 years ago
Stefano Sabatini e8e5dde779 Make avfilter_graph_parse() not free the input graph 14 years ago
Stefano Sabatini 5fce60c3a9 Log debug information in filter_samples(). 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 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
Diego Elio Pettenò eb7ccf8f33 Make the avfilter debug functions and macros static to avfilter.c 14 years ago
Mans Rullgard daed21a17e avfilter: remove stray semicolon 14 years ago
Janne Grunau 2c3589bfda consolidate .gitignore patters into a single file 14 years ago