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.
 
 
 
 
Michael Niedermayer de96e20be9 avfilter/lavfutils: call av_find_stream_info() before reading various information about the stream 11 years ago
..
libmpcodecs Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' 11 years ago
x86 Change license of yadif from GPL to LGPL 11 years ago
Makefile Merge commit '599b81ca9a8e04a27ddad94af462171d16063167' 11 years ago
aeval.c avfilter/aeval: Fix use of uninitialized variable 11 years ago
af_aconvert.c
af_adelay.c avfilter: remove superflous lines 11 years ago
af_aecho.c avfilter: remove superflous lines 11 years ago
af_afade.c
af_aformat.c
af_amerge.c lavfi/af_amerge: use av_make_q. 11 years ago
af_amix.c
af_anull.c
af_apad.c avfilter: remove superflous lines 11 years ago
af_aphaser.c
af_aresample.c af_aresample: remove only use of array compound literals with non-const initializers in FFmpeg. 11 years ago
af_asetnsamples.c
af_asetrate.c
af_ashowinfo.c Merge commit 'b4679ecdbd80ae050094733f137ccd7ebf1316ab' 11 years ago
af_astats.c
af_astreamsync.c
af_asyncts.c Merge remote-tracking branch 'qatar/master' 11 years ago
af_atempo.c lavfi/af_atempo: clear references before returning error. 11 years ago
af_biquads.c
af_channelmap.c Merge commit 'e843612695007cc623813073754c651ab43021f7' 11 years ago
af_channelsplit.c
af_compand.c af_compand: replace strtok_r() with av_get_token() 11 years ago
af_earwax.c
af_join.c
af_ladspa.c
af_pan.c lavfi/pan: use extended_data instead of data. 11 years ago
af_replaygain.c
af_resample.c Merge commit 'dcc7e4bf1d0913123bfafbc58bf47bd41dd5848d' 11 years ago
af_silencedetect.c
af_volume.c Merge commit '06c3cd3c0186803619bc6aad2d8f06c3e9015d15' 11 years ago
af_volume.h Merge commit '06c3cd3c0186803619bc6aad2d8f06c3e9015d15' 11 years ago
af_volumedetect.c
all_channel_layouts.inc
allfilters.c Merge commit '599b81ca9a8e04a27ddad94af462171d16063167' 11 years ago
asink_anullsink.c
asrc_abuffer.h
asrc_anullsrc.c
asrc_flite.c
asrc_sine.c
audio.c
audio.h
avcodec.c
avcodec.h
avf_avectorscope.c avfilter/avectorscope: fix {} mistake in alloc check. 11 years ago
avf_concat.c lavfi/avf_concat: use av_make_q. 11 years ago
avf_showspectrum.c avfilter/showspectrum: use 0 dummies for range in const. 11 years ago
avf_showwaves.c
avfilter.c Merge commit 'bba2a7cc5f7c7aaa32a938f3d4edd9f555f39cdb' 11 years ago
avfilter.h avfilter: make avfilter_graph_get_filter use const string name 11 years ago
avfiltergraph.c avfilter: make avfilter_graph_get_filter use const string name 11 years ago
avfiltergraph.h
avfilterres.rc Add Windows resource file support for shared libraries 11 years ago
bbox.c
bbox.h
buffer.c
bufferqueue.h
buffersink.c
buffersink.h Merge remote-tracking branch 'qatar/master' 11 years ago
buffersrc.c Merge commit '104a97beaffa6348e6fd2c2d07d67c1402322bb3' 11 years ago
buffersrc.h Merge remote-tracking branch 'qatar/master' 11 years ago
deshake.h lavfi/deshake_opencl: optimze transform filter 11 years ago
deshake_opencl.c lavfi/deshake_opencl: optimze transform filter 11 years ago
deshake_opencl.h lavfi/deshake_opencl: optimze transform filter 11 years ago
deshake_opencl_kernel.h lavfi/deshake_opencl: optimze transform filter 11 years ago
drawutils.c
drawutils.h
dualinput.c avfilter/dualinput: fix repeatlast to match docs and eof_action=pass 11 years ago
dualinput.h
f_ebur128.c lavfi/ebur128: add true peak metering per frame 11 years ago
f_interleave.c
f_perms.c
f_select.c
f_sendcmd.c
f_settb.c
f_zmq.c
fifo.c
filtfmts.c
formats.c
formats.h
framesync.c
framesync.h
gradfun.h
graphdump.c
graphparser.c avfilter/graphparser: zero filter_ctx in case of deallocation in create_filter() 11 years ago
internal.h Merge commit '5655732c77f2df9c1dfbddc30cd4844390a6921f' 11 years ago
lavfutils.c avfilter/lavfutils: call av_find_stream_info() before reading various information about the stream 11 years ago
lavfutils.h
libavfilter.v
lswsutils.c
lswsutils.h
opencl_allkernels.c
opencl_allkernels.h
pthread.c
setpts.c
split.c
src_movie.c avfilter/src_movie: Check that the pixel format hasnt changed 11 years ago
thread.h
transform.c
transform.h
trim.c Merge remote-tracking branch 'qatar/master' 11 years ago
unsharp.h avfilter/unsharp: added optimized opencl kernels 11 years ago
unsharp_opencl.c avfilter/unsharp: added optimized opencl kernels 11 years ago
unsharp_opencl.h
unsharp_opencl_kernel.h avfilter/unsharp: added optimized opencl kernels 11 years ago
version.h Merge commit '599b81ca9a8e04a27ddad94af462171d16063167' 11 years ago
vf_alphamerge.c
vf_aspect.c
vf_bbox.c
vf_blackdetect.c
vf_blackframe.c
vf_blend.c
vf_boxblur.c
vf_colorbalance.c
vf_colorchannelmixer.c
vf_colormatrix.c Fix FSF address in colormatrix and libzvbi license headers. 11 years ago
vf_copy.c Merge remote-tracking branch 'qatar/master' 11 years ago
vf_crop.c
vf_cropdetect.c
vf_curves.c avfilter/curves: support slice threading. 11 years ago
vf_dctdnoiz.c
vf_decimate.c
vf_dejudder.c lavfi: adding dejudder filter to remove judder produced by partially telecined material. 11 years ago
vf_delogo.c
vf_deshake.c
vf_drawbox.c
vf_drawtext.c Fix compilation with msvc/icl due to missing header and define. 11 years ago
vf_edgedetect.c
vf_elbg.c avfilter/vf_elbg: Fixed seed range of elbg filter 11 years ago
vf_extractplanes.c
vf_fade.c avfilter/fade: use FADE_OUT macro. 11 years ago
vf_field.c
vf_fieldmatch.c
vf_fieldorder.c
vf_format.c avfilter/vf_format: check that the format list is not empty 11 years ago
vf_fps.c avfilter/vf_fps: fix rounding error accumulation 11 years ago
vf_framepack.c Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6' 11 years ago
vf_framestep.c
vf_frei0r.c vf_frei0r: fix missing end of line character 11 years ago
vf_geq.c
vf_gradfun.c avfilter: Add missing emms_c when needed 11 years ago
vf_hflip.c
vf_histeq.c
vf_histogram.c
vf_hqdn3d.c Merge remote-tracking branch 'qatar/master' 11 years ago
vf_hqdn3d.h
vf_hue.c lavfi/hue: show first decimal value of saturation 11 years ago
vf_idet.c
vf_il.c
vf_interlace.c Merge remote-tracking branch 'qatar/master' 11 years ago
vf_kerndeint.c
vf_libopencv.c
vf_lut.c
vf_lut3d.c avfilter/lut3d: support slice threading. 11 years ago
vf_mcdeint.c
vf_mergeplanes.c lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel format max value 11 years ago
vf_mp.c avfilter/vf_mp: fix missing FF_API_XVMC check 11 years ago
vf_mpdecimate.c
vf_noise.c
vf_null.c
vf_overlay.c Merge commit 'de203abd71baae7f120313259b45cf935c85203e' 11 years ago
vf_owdenoise.c
vf_pad.c avfilter/vf_pad: fix req_end 11 years ago
vf_perspective.c
vf_phase.c
vf_pixdesctest.c
vf_pp.c
vf_psnr.c Fix a few heigth/height typo. 11 years ago
vf_pullup.c avfilter/vf_pullup: add comment to explain memset(0) 11 years ago
vf_pullup.h
vf_removelogo.c
vf_rotate.c
vf_sab.c
vf_scale.c avfilter/vf_scale: simplify alignment code 11 years ago
vf_separatefields.c
vf_setfield.c
vf_showinfo.c Merge commit 'b4679ecdbd80ae050094733f137ccd7ebf1316ab' 11 years ago
vf_shuffleplanes.c avfilter/vf_shuffleplanes: Fix flags / add AV_OPT_FLAG_FILTERING_PARAM 11 years ago
vf_smartblur.c
vf_spp.c
vf_spp.h
vf_stereo3d.c
vf_subtitles.c
vf_super2xsai.c
vf_swapuv.c
vf_telecine.c
vf_thumbnail.c
vf_tile.c lavfi/vf_tile: use av_make_q. 11 years ago
vf_tinterlace.c avfilter/vf_tinterlace: Fix vf_tinterlace mode 6 (interlacex2) 11 years ago
vf_transpose.c Merge commit '6ee55c7b111eec6c51dfdc0fddbd46f5dd867fa3' 11 years ago
vf_unsharp.c
vf_vflip.c
vf_vidstabdetect.c lavfi/vidstabtransform: apply various cosmetical nits 11 years ago
vf_vidstabtransform.c lavfi/vidstabtransform: apply various documentation/option minor fixes 11 years ago
vf_vignette.c
vf_w3fdif.c
vf_yadif.c Change license of yadif from GPL to LGPL 11 years ago
video.c
video.h
vidstabutils.c
vidstabutils.h
vsink_nullsink.c
vsrc_cellauto.c
vsrc_life.c
vsrc_mandelbrot.c
vsrc_mptestsrc.c
vsrc_testsrc.c
yadif.h Change license of yadif from GPL to LGPL 11 years ago