797 Commits (bbd289aa183556330cb91b7711fdaa4c04a0b56f)

Author SHA1 Message Date
Carl Eugen Hoyos 8214249051 Add libmpcodecs to the list of libavfilter subdirectories. 14 years ago
Michael Niedermayer f9c61974ae Add shadow support to the drawtext filter 14 years ago
Michael Niedermayer a64a2c5f98 factor draw_glyphs out of drawtext filter 14 years ago
Michael Niedermayer bccea08836 Fix and optimize yuv blend in the drawtext filter 14 years ago
Michael Niedermayer 7d27902263 get rid of divisions in the inner loop of the drawtext filter 14 years ago
Michael Niedermayer 476aaec637 fix chroma alpha in the drawtext filter 14 years ago
Michael Niedermayer edbaedf7a0 Simplify chroma blend in the drawtext filter 14 years ago
Stefano Sabatini bd8e750300 Port drawtext filter by Hemanth from the libavfilter soc repo, with 14 years ago
Brandon Mintern 704865fc87 lavfi: add fade filter 14 years ago
Stefano Sabatini fd0b42cce0 lavfi: put color source in a dedicated file 14 years ago
Stefano Sabatini bcfd9e821b lavfi: add drawutils 14 years ago
Michael Niedermayer 02d0803571 Reduce picture size for yadif. 14 years ago
Michael Niedermayer bad82d3d7d Change yadif to not use out of picture lines. 14 years ago
Reinhard Tartler 7ffe76e540 Merge libavcore into libavutil 14 years ago
Stefano Sabatini 6985d7bf87 Make avfilter_config_links() propagate audio information of the source link if it is not explicitely set by the filter. 14 years ago
Stefano Sabatini 9b8bb626dc libavfilter: add video movie source 14 years ago
Clément Bœsch bffad70c66 Remove forgotten if (p) av_free(p) forms 14 years ago
Stefano Sabatini ab543afe47 Make avfilter_graph_free() free the graph. 14 years ago
Stefano Sabatini c68be8e135 Make avfilter_graph_parse() not free the input graph 14 years ago
Stefano Sabatini 057f3d2763 Log debug information in filter_samples(). 14 years ago
Michael Niedermayer 7b3ea5507c Add sample_aspect_ratio fields to vsrc_buffer arguments. 14 years ago
Michael Niedermayer 14b171cd71 Add sample_aspect_ratio to AVFilterLink 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Stefano Sabatini 8bc6568595 In the start_frame() debug log, print the reference pos value rather than the evaluated value converted to int. 14 years ago
Michael Niedermayer 55fa97e215 Remove useage of memalign() from libmpcodecs, not all platforms have memalign(). 14 years ago
Michael Niedermayer be3e8eda5a Add forgotten dependancy of avcodec for vf_mp.c 14 years ago
Diego Elio Pettenò 97e528a9e1 Make the avfilter debug functions and macros static to avfilter.c 14 years ago
Michael Niedermayer 61d7f8fed4 Warn about vf_mp 14 years ago
Michael Niedermayer fd4c59b519 Enable libmpcodecs support. 14 years ago
Michael Niedermayer a61b0df708 Add ASMALIGN() hack to patch around its recent removial from configure 14 years ago
Michael Niedermayer 3aa43978da Add libmpcodecs wrapper for libavfilter, still disabled 14 years ago
Michael Niedermayer 3be78f7ecd Hack libmpcodecs to make it buildable. 14 years ago
Michael Niedermayer 8e45c103e9 Remove dependancy of m_option & m_struct from libmpcodecs. 14 years ago
Michael Niedermayer 4d46361425 Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.c 14 years ago
Michael Niedermayer 45c889a3ad Add #define _BSD_SOURCE where mplayer is not C99. 14 years ago
Michael Niedermayer e4852fb38d Add MPlayers libmpcodecs, this will be needed for our libavfilter wraper for it. 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
Janne Grunau 348b8218f7 convert svn:ignore properties to .gitignore files 14 years ago
Stefano Sabatini dccdd93efc Make config_props() return AVERROR(EINVAL) rather than 1 in case of 14 years ago
Ronald S. Bultje 84cac86e7e Fix fate breakage in r26382. 14 years ago
Baptiste Coudurier ecea47a6ed Remove useless free, fix warning: 14 years ago
Stefano Sabatini b1779800c4 Include libavcore/audioconvert.h, required for 14 years ago
Stefano Sabatini 1d5b188518 Reindent. 14 years ago
Stefano Sabatini 7986e34db0 Make ff_dprintf_link() print meaningful information for audio links. 14 years ago
Stefano Sabatini a242ac3620 Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples. 14 years ago
Stefano Sabatini 6baf4afa99 Make avfilter_unref_buffer() accept a NULL parameter. 14 years ago
Baptiste Coudurier a51c71bb54 In yadif filter, default to top field first if interlacing is unknown 14 years ago
Stefano Sabatini 3bf3fc0e54 Add the word "Parsed" in the parsed filter names. 14 years ago
Stefano Sabatini 891aeeee72 Check linked pads media type mismatch in avfilter_link(). 14 years ago