You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Stefano Sabatini b54c0a552d vf_overlay: use opt.h API for setting options 13 years ago
..
libmpcodecs libavfilter/libmpcodecs: add vf_stereo3d support 13 years ago
x86 Merge remote-tracking branch 'qatar/master' 14 years ago
Makefile lavfi: rewrite nullsrc using the code in vsrc_testsrc.c 13 years ago
af_aconvert.c lavu: add av_strtok() 13 years ago
af_aconvert_rematrix.c lavfi: add audio convert filter 13 years ago
af_aformat.c lavu: add av_strtok() 13 years ago
af_anull.c Replace FFmpeg with Libav in licence headers 14 years ago
af_aresample.c af_aresample: fix properties setting in the output buffer 13 years ago
af_ashowinfo.c ashowinfo: fix typo in description. 13 years ago
all_channel_layouts.h lavfi: add avfilter_all_channel_layouts public symbol 13 years ago
allfilters.c lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs 13 years ago
asink_anullsink.c Replace FFmpeg with Libav in licence headers 14 years ago
asrc_abuffer.c lavu: add av_strtok() 13 years ago
asrc_abuffer.h lavfi: add asrc_abuffer - audio buffer source 13 years ago
asrc_aevalsrc.c asrc_aevalsrc: apply misc cleanup in the options array 13 years ago
asrc_anullsrc.c AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
avcodec.c libavfilter: implement avfilter_fill_frame_from_video_buffer_ref() 14 years ago
avcodec.h libavfilter: implement avfilter_fill_frame_from_video_buffer_ref() 14 years ago
avfilter.c lavfi: add debug trace when processing events 13 years ago
avfilter.h vf_overlay: use opt.h API for setting options 13 years ago
avfiltergraph.c lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 13 years ago
avfiltergraph.h Merge remote-tracking branch 'qatar/master' 13 years ago
buffersink.h lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h 13 years ago
defaults.c lavfi: rename avfilter_all_* function names to avfilter_make_all_* 13 years ago
drawutils.c lavfi: add internal function ff_fill_rgba_map() 13 years ago
drawutils.h lavfi: add internal function ff_fill_rgba_map() 13 years ago
formats.c lavfi: add LUT (LookUp Table) generic filters 13 years ago
gradfun.h Add some forgotten const to function arguments in libavfilter & libavformat. 14 years ago
graphparser.c lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 13 years ago
internal.h lavfi: add LUT (LookUp Table) generic filters 13 years ago
libavfilter.v Add symbol versioning for shared libraries 15 years ago
sink_buffer.c sink_buffer: fix typo 13 years ago
src_movie.c src_movie: Fix incompatible pointer type warning. 13 years ago
transform.c doxygen: remove a few @file parameters. 13 years ago
transform.h lavfi: add missing header mulitple-inclusion guard in transform.h 13 years ago
vf_aspect.c Merge remote-tracking branch 'qatar/master' 14 years ago
vf_blackframe.c vf_blackframe: port missing features from libmpcodecs blackframe 14 years ago
vf_boxblur.c vf_boxblur: fix slice-drawing 13 years ago
vf_copy.c Replace FFmpeg with Libav in licence headers 14 years ago
vf_crop.c vf_crop: remove mathematical constants now redundant. 13 years ago
vf_cropdetect.c lavfi: add layout negotiation fields and helper functions. 14 years ago
vf_delogo.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_deshake.c deshake: limit deshake to specific area to search for motion vectors. 13 years ago
vf_drawbox.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_drawtext.c vf_drawtext: remove mathematical constants now redundant. 13 years ago
vf_fade.c lavfi: add layout negotiation fields and helper functions. 14 years ago
vf_fieldorder.c Remove unused variables 14 years ago
vf_fifo.c Replace FFmpeg with Libav in licence headers 14 years ago
vf_format.c lavfi: add ff_parse_pixel_format() internal function, and use it 13 years ago
vf_frei0r.c lavu: add av_strtok() 13 years ago
vf_gradfun.c lavfi: add layout negotiation fields and helper functions. 14 years ago
vf_hflip.c lavfi: add layout negotiation fields and helper functions. 14 years ago
vf_hqdn3d.c lavfi: add layout negotiation fields and helper functions. 14 years ago
vf_libopencv.c vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h 14 years ago
vf_lut.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_mp.c vf_mp: Fix several incompatible pointer type warnings. 13 years ago
vf_null.c Replace FFmpeg with Libav in licence headers 14 years ago
vf_overlay.c vf_overlay: use opt.h API for setting options 13 years ago
vf_pad.c vf_pad: Fix alignment of get_video_buffer() 13 years ago
vf_pixdesctest.c vf_pixdesctest: Fix incompatible pointer type warning. 13 years ago
vf_scale.c vf_scale: Request an aligned buffer. 13 years ago
vf_select.c vf_select: remove mathematical constants now redundant. 13 years ago
vf_setpts.c vf_setpts: remove mathematical constants now redundant. 13 years ago
vf_settb.c vf_settb: remove mathematical constants now redundant. 13 years ago
vf_showinfo.c vf_showinfo: print checksums in hexadecimal. 13 years ago
vf_slicify.c Replace FFmpeg with Libav in licence headers 14 years ago
vf_split.c lavfi: add split filter from soc. 13 years ago
vf_transpose.c vf_transpose: avoid multiple calls to avfilter_draw_slice() 13 years ago
vf_unsharp.c vf_unsharp: Fix false ‘src2’ may be used uninitialized in this function warning. 13 years ago
vf_vflip.c Replace FFmpeg with Libav in licence headers 14 years ago
vf_yadif.c yadif: Fix assignment from incompatible pointer type warning 13 years ago
vsink_nullsink.c Replace FFmpeg with Libav in licence headers 14 years ago
vsrc_buffer.c vsrc_buffer: FIx incompatible pointer type warning 13 years ago
vsrc_buffer.h vsrc_buffer: remove duplicated file description 13 years ago
vsrc_color.c vsrc_color: use internal timebase 13 years ago
vsrc_mptestsrc.c AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
vsrc_testsrc.c vsrc_testsrc: fix off-by-one logic when detecting the EOF time in request_frame() 13 years ago
yadif.h Change yadif to not use out of picture lines. 14 years ago