aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'qatar/master'Michael Niedermayer2011-05-091-0/+1
|\
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-081-75/+99
|\|
| * drawtext: add shadow support.Michael Niedermayer2011-05-071-6/+33
| * drawtext: factor draw_glyphs.Michael Niedermayer2011-05-071-27/+41
| * drawtext: fix and optimize yuv blend.Michael Niedermayer2011-05-071-4/+6
| * drawtext: get rid of divisions in the inner loop.Michael Niedermayer2011-05-071-8/+8
| * drawtext: simplify chroma blend and fix chroma alpha.Michael Niedermayer2011-05-071-3/+2
| * lavfi: Port drawtext filter by Hemanth from the libavfilter soc repoStefano Sabatini2011-05-074-2/+676
* | vsrc_buffer: during init, print information about timebase and sample aspect ...Stefano Sabatini2011-05-071-1/+4
* | vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interfaceStefano Sabatini2011-05-072-29/+9
* | lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()Stefano Sabatini2011-05-076-14/+91
* | lavc: add format field to AVFrameStefano Sabatini2011-05-071-0/+1
* | lavc: add width and height fields to AVFrameStefano Sabatini2011-05-071-0/+2
* | avfilter: dont use AVFilterLink as priv for pictures as its freed too early.Michael Niedermayer2011-05-072-10/+4
* | avfilter: Fix ticket82 / fix initial buffer values.Michael Niedermayer2011-05-071-1/+3
* | AVFilter: use picture pool to avoid malloc().Michael Niedermayer2011-05-064-2/+71
* | avfilter_unref_buffer: favor av_freep()Michael Niedermayer2011-05-061-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-051-1/+26
|\|
| * avfilter: check malloc return values.Ronald S. Bultje2011-05-031-1/+25
| * avfilter: don't av_malloc(0).Ronald S. Bultje2011-05-031-1/+2
| * vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.Diego Biurrun2011-04-291-4/+4
* | scale: fix leak occurring when a scale filter is reconfiguredStefano Sabatini2011-05-021-1/+5
* | vsrc_buffer: improve reporting in case of format/size changeStefano Sabatini2011-05-021-2/+4
* | lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratioStefano Sabatini2011-05-0110-20/+21
* | lavc: add a sample_aspect_ratio field to AVFrameStefano Sabatini2011-05-013-9/+9
* | lavc: add a pkt_pos field to AVFrameStefano Sabatini2011-05-011-2/+1
* | Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'Michael Niedermayer2011-05-011-6/+6
|\ \
| * | AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-04-301-6/+6
| |/
| * hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-281-0/+1
| * crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel formatsPeter Ross2011-04-281-0/+1
* | lavfi: add showinfo filterStefano Sabatini2011-04-274-2/+96
* | lavfi: print key-frame and picture type information in ff_dlog_ref()Stefano Sabatini2011-04-271-2/+4
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-274-8/+7
|\|
| * lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-261-2/+2
| * pad: make the filter parametricStefano Sabatini2011-04-261-8/+106
| * vsrc_movie: add key_frame and pict_type.royger2011-04-261-0/+2
| * vsrc_movie: fix leak in request_frame()Stefano Sabatini2011-04-261-0/+2
| * lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.Roger Pau Monné2011-04-262-1/+7
| * vsrc_buffer: add sample_aspect_ratio fields to arguments.Michael Niedermayer2011-04-262-3/+6
| * lavfi: add fieldorder filterMark Himsley2011-04-264-1/+238
| * scale: make the filter parametricStefano Sabatini2011-04-261-9/+84
| * yadif: support 16-bitJames Darnley2011-04-261-49/+67
| * yadif: support more than yuv420p.James Darnley2011-04-261-4/+25
| * yadif: Fix assert() failureMichael Niedermayer2011-04-261-1/+1
| * graphparser: add a NULL check on the argument passed to strstrStefano Sabatini2011-04-251-1/+1
| * setdar: prefer "sar" over "par" in log info messageStefano Sabatini2011-04-251-1/+1
| * fade: fix draw_slice() check on fade->factor valueMark Himsley2011-04-251-1/+1
| * fade: make draw_slice() chroma check against planes 1 and 2Mark Himsley2011-04-251-1/+1
| * Reduce picture size for yadif.Michael Niedermayer2011-04-201-2/+2
* | vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked 99% of t...Michael Niedermayer2011-04-261-0/+1