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.
 
 
 
 
Nicolas George af21823ae0 lavfi: require libswr for af_pan. 13 years ago
..
libmpcodecs Replace all strcasecmp/strncasecmp usages. 13 years ago
x86 Merge remote-tracking branch 'qatar/master' 14 years ago
Makefile lavfi: require libswr for af_pan. 13 years ago
af_aconvert.c Merge remote-tracking branch 'qatar/master' 13 years ago
af_aconvert_rematrix.c lavfi: add audio convert filter 13 years ago
af_aformat.c Mark AVFilterPad[] compound literals as const. 13 years ago
af_amerge.c lavfi: add amerge audio filter. 13 years ago
af_anull.c Mark AVFilterPad[] compound literals as const. 13 years ago
af_aresample.c Mark AVFilterPad[] compound literals as const. 13 years ago
af_ashowinfo.c Mark AVFilterPad[] compound literals as const. 13 years ago
af_asplit.c lavfi: add asplit filter 13 years ago
af_astreamsync.c af_astreamsync: remove unused variable 13 years ago
af_earwax.c Mark AVFilterPad[] compound literals as const. 13 years ago
af_pan.c pan: drop unecessary includes. 13 years ago
af_silencedetect.c lavfi: add audio silencedetect filter. 13 years ago
af_volume.c volume: remove duplicated condition. 13 years ago
all_channel_layouts.h lavfi: add avfilter_all_channel_layouts public symbol 13 years ago
allfilters.c lavfi: add audio silencedetect filter. 13 years ago
asink_anullsink.c Mark AVFilterPad[] compound literals as const. 13 years ago
asrc_abuffer.c Merge remote-tracking branch 'qatar/master' 13 years ago
asrc_abuffer.h lavfi: add asrc_abuffer - audio buffer source 13 years ago
asrc_aevalsrc.c aevalsrc: add duration option 13 years ago
asrc_anullsrc.c Merge remote-tracking branch 'qatar/master' 13 years ago
avcodec.c Merge remote-tracking branch 'qatar/master' 13 years ago
avcodec.h Merge remote-tracking branch 'qatar/master' 13 years ago
avfilter.c avfilter: add some asserts() to check refcounts. 13 years ago
avfilter.h Merge remote-tracking branch 'qatar/master' 13 years ago
avfiltergraph.c lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 13 years ago
avfiltergraph.h lavfi: add avfilter_graph_dump. 13 years ago
buffersink.h buffersink: Implement a poll function. 13 years ago
buffersrc.h lavfi: add a new function av_buffersrc_buffer(). 13 years ago
defaults.c avfilter: pool draining and self destruction support. 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 sink_buffer: copy list of provided formats in the context 13 years ago
gradfun.h Add some forgotten const to function arguments in libavfilter & libavformat. 14 years ago
graphdump.c lavfi: add avfilter_graph_dump. 13 years ago
graphparser.c lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 13 years ago
internal.h avfilter: pool draining and self destruction support. 13 years ago
libavfilter.v Add symbol versioning for shared libraries 15 years ago
sink_buffer.c sink_buffer: copy list of provided formats in the context 13 years ago
src_movie.c Merge remote-tracking branch 'qatar/master' 13 years ago
transform.c cleanup: for(int 13 years ago
transform.h lavfi: add missing header mulitple-inclusion guard in transform.h 13 years ago
version.h lavfi: add avfilter_graph_dump. 13 years ago
vf_aspect.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_ass.c lavfi: add libass based subtitles renderer 13 years ago
vf_blackframe.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_boxblur.c vf_boxblur: fix memleak 13 years ago
vf_copy.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_crop.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_cropdetect.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_delogo.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_deshake.c deshake: variable used uninitialized 13 years ago
vf_drawbox.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_drawtext.c timecode: set a fixed buffer size of 16B for tc string. 13 years ago
vf_fade.c lavfi: add missing periods in descriptions. 13 years ago
vf_fieldorder.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_fifo.c Fix various if parenthesis misplacements. 13 years ago
vf_format.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_frei0r.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_gradfun.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_hflip.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_hqdn3d.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_libopencv.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_lut.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_mp.c lavfi: fix mp and mandelbrot descriptions to make them complete sentences 13 years ago
vf_null.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_overlay.c overlay: do not leak x/y expressions. 13 years ago
vf_pad.c pad: fix format string length 13 years ago
vf_pixdesctest.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_scale.c vf_scale: give a clue in case of invalid expression self-reference 13 years ago
vf_select.c cleanup: remove various double end ';' all over the code. 13 years ago
vf_setpts.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_settb.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_showinfo.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_slicify.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_split.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_thumbnail.c thumbnail: fix error code in case of invalid args. 13 years ago
vf_tinterlace.c vf_tinterlace: implement interlace mode 5 13 years ago
vf_transpose.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_unsharp.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_vflip.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_yadif.c lavfi: add missing periods in descriptions. 13 years ago
vsink_nullsink.c Mark AVFilterPad[] compound literals as const. 13 years ago
vsrc_buffer.c Merge remote-tracking branch 'qatar/master' 13 years ago
vsrc_buffer.h vsrc_buffer: remove duplicated file description 13 years ago
vsrc_cellauto.c lavfi: add cellauto source 13 years ago
vsrc_color.c lavfi: add missing periods in descriptions. 13 years ago
vsrc_life.c life: add mold, mold_color, life_color and death_color options. 13 years ago
vsrc_mandelbrot.c lavfi: fix mp and mandelbrot descriptions to make them complete sentences 13 years ago
vsrc_mptestsrc.c Mark AVFilterPad[] compound literals as const. 13 years ago
vsrc_testsrc.c lavfi/testsrc: add "decimals" option to the testsrc filter 13 years ago
yadif.h Change yadif to not use out of picture lines. 14 years ago