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.
 
 
 
 
Paul B Mahol b31041adc3 avfilter: add extrastereo filter 10 years ago
..
x86 options: mark av_get_{int,double,q} as deprecated. 10 years ago
Makefile avfilter: add extrastereo filter 10 years ago
aeval.c
af_adelay.c
af_aecho.c
af_afade.c avfilter: add acrossfade filter 10 years ago
af_aformat.c
af_amerge.c avfilter/af_amerge: avoid undefined shift (<<64) in outlayout setup 10 years ago
af_amix.c
af_anull.c
af_apad.c avfilter/af_apad: use the name 's' for the pointer to the private context 10 years ago
af_aphaser.c avfilter/af_aphaser: use the name 's' for the pointer to the private context 10 years ago
af_aresample.c options: mark av_get_{int,double,q} as deprecated. 10 years ago
af_asetnsamples.c
af_asetrate.c
af_ashowinfo.c Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512' 10 years ago
af_astats.c avfilter/af_astats: use UINT64_C instead of the LLU suffix 10 years ago
af_astreamsync.c
af_asyncts.c avfilter/af_asyncts: use llabs for int64_t 10 years ago
af_atempo.c
af_biquads.c
af_bs2b.c avfilter: use AVFILTER_DEFINE_CLASS() 10 years ago
af_channelmap.c avfilter/af_channelmap: Reorder operations to avoid memleak 10 years ago
af_channelsplit.c
af_chorus.c
af_compand.c avfilter/af_compand: fix clipping with default options 10 years ago
af_dcshift.c
af_dynaudnorm.c avfilter/af_dynaudnorm: Fix typo in assert 10 years ago
af_earwax.c
af_extrastereo.c avfilter: add extrastereo filter 10 years ago
af_flanger.c
af_join.c
af_ladspa.c
af_pan.c lavfi/af_pan: Support a maximum of 64 channels. 10 years ago
af_replaygain.c
af_resample.c Merge commit '6b15874fc2c3f565732201f7907ae1112727d6ae' 10 years ago
af_sidechaincompress.c avfilter/af_sidechaincompress: Also assert that i < 2 10 years ago
af_silencedetect.c
af_silenceremove.c
af_volume.c
af_volume.h
af_volumedetect.c
all_channel_layouts.inc
allfilters.c avfilter: add extrastereo filter 10 years ago
asink_anullsink.c
asrc_anullsrc.c
asrc_flite.c
asrc_sine.c avfilter/sine: support expression in the number of output samples 10 years ago
audio.c Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' 10 years ago
audio.h avfilter: remove obsolete function declarations 10 years ago
avf_aphasemeter.c avfilter: add aphasemeter filter 10 years ago
avf_avectorscope.c avfilter/avf_avectorscope: add polar mode 10 years ago
avf_concat.c
avf_showcqt.c avfilter/avf_showcqt: Fix gamma comparisons 10 years ago
avf_showfreqs.c avfilter/avf_showfreqs: Fix memleak of out frame 10 years ago
avf_showspectrum.c avfilter/avf_showspectrum: use av_calloc() 10 years ago
avf_showvolume.c avfilter/avf_showvolume: stop making output fully transparent 10 years ago
avf_showwaves.c avfilter/avf_showwaves: Check max_samples 10 years ago
avfilter.c Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1' 10 years ago
avfilter.h lavfi: remove old graph parser API with different semantics 10 years ago
avfiltergraph.c Merge commit 'e65e4cbbda03ca3c9087f069c9867d518415fca1' 10 years ago
avfiltergraph.h
avfilterres.rc
bbox.c
bbox.h
bufferqueue.h
buffersink.c Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' 10 years ago
buffersink.h Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' 10 years ago
buffersrc.c Remove left-over FF_API_AVFILTERBUFFER cruft 10 years ago
buffersrc.h Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' 10 years ago
deshake.h
deshake_opencl.c
deshake_opencl.h
deshake_opencl_kernel.h
drawutils.c avfilter/drawutils: Assert av_pix_fmt_desc_get() return value in ff_fill_line_with_color() 10 years ago
drawutils.h
dualinput.c avfilter/framesync: allocate FFFrameSyncIn internally 10 years ago
dualinput.h avfilter/framesync: allocate FFFrameSyncIn internally 10 years ago
f_drawgraph.c avfilter/vf_drawgraph: add rscroll slide mode 10 years ago
f_ebur128.c
f_interleave.c
f_perms.c
f_reverse.c avfilter: rename vf_reverse.c to f_reverse.c 10 years ago
f_select.c
f_sendcmd.c
f_zmq.c
fifo.c
filtfmts.c
formats.c libavfilter/formats: Fix parsing of channel specifications with a trailing 'c'. 10 years ago
formats.h
framesync.c avfilter/framesync: allocate FFFrameSyncIn internally 10 years ago
framesync.h avfilter/framesync: allocate FFFrameSyncIn internally 10 years ago
generate_wave_table.c
generate_wave_table.h
gradfun.h
graphdump.c graphdump: include internal.h for AVFilterPad 10 years ago
graphparser.c lavfi: remove old graph parser API with different semantics 10 years ago
interlace.h
internal.h Remove left-over FF_API_AVFILTERBUFFER cruft 10 years ago
lavfutils.c
lavfutils.h
libavfilter.v
log2_tab.c
lswsutils.c
lswsutils.h
opencl_allkernels.c
opencl_allkernels.h
psnr.h vf_psnr: sse2 optimizations for sum-squared-error. 10 years ago
pthread.c
removegrain.h avfilter/vf_removegrain: add x86 and x86_64 SSE2 functions 10 years ago
setpts.c
settb.c
split.c
src_movie.c Remove left-over FF_API_AVFILTERBUFFER cruft 10 years ago
ssim.h vf_ssim: x86 simd for ssim_4x4xN and ssim_endN. 10 years ago
thread.h
tinterlace.h
transform.c
transform.h
trim.c
unsharp.h
unsharp_opencl.c
unsharp_opencl.h
unsharp_opencl_kernel.h
version.h avfilter: add extrastereo filter 10 years ago
vf_alphamerge.c
vf_aspect.c lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0. 10 years ago
vf_atadenoise.c avfilter/vf_atadenoise: Check for ff_get_video_buffer() failure 10 years ago
vf_bbox.c
vf_blackdetect.c
vf_blackframe.c
vf_blend.c avfilter/vf_blend: use the name 's' for the pointer to the private context 10 years ago
vf_boxblur.c
vf_codecview.c avfilter: fix a few 5 spaces indent 10 years ago
vf_colorbalance.c
vf_colorchannelmixer.c
vf_colorkey.c avfilter/vf_colorkey: Add colorkey video filter 10 years ago
vf_colorlevels.c
vf_colormatrix.c lavfi/colormatrix: Add a bt601 alias 10 years ago
vf_copy.c
vf_cover_rect.c avfilter: use AVFILTER_DEFINE_CLASS() 10 years ago
vf_crop.c libavfilter/vf_crop: implement process_command 10 years ago
vf_cropdetect.c
vf_curves.c
vf_dctdnoiz.c
vf_deband.c avfilter/vf_deband: add mising slice thread flag 10 years ago
vf_decimate.c
vf_dejudder.c avfilter/vf_dejudder: use the name 's' for the pointer to the private context 10 years ago
vf_delogo.c
vf_deshake.c
vf_detelecine.c
vf_drawbox.c
vf_drawtext.c drawtext: Move the strftime expansion in a separate function 10 years ago
vf_edgedetect.c
vf_elbg.c avfilter/vf_elbg: make it possible to output to pal8 pixel format 10 years ago
vf_eq.c avfilter/vf_eq: Support contrast from -1000 to 1000 10 years ago
vf_eq.h
vf_extractplanes.c avfilter/vf_extractplanes: use faster path for input formats with only one component 10 years ago
vf_fade.c avfilter/vf_fade: Force alpha pixel format if alpha is set to 1 10 years ago
vf_fftfilt.c avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4 10 years ago
vf_field.c
vf_fieldmatch.c
vf_fieldorder.c
vf_find_rect.c avfilter: use AVFILTER_DEFINE_CLASS() 10 years ago
vf_format.c
vf_fps.c
vf_framepack.c avfilter: use AVFILTER_DEFINE_CLASS() 10 years ago
vf_framerate.c avfilter: add framerate video filter 10 years ago
vf_framestep.c
vf_frei0r.c
vf_fspp.c
vf_fspp.h
vf_geq.c avfilter/geq: assert on pixel format descriptor 10 years ago
vf_gradfun.c
vf_hflip.c
vf_histeq.c Replace av_dlog with ff_dlog. 10 years ago
vf_histogram.c avfilter/vf_histogram: Fix order of operations with flags 10 years ago
vf_hqdn3d.c avfilter/vf_hqdn3d: Initialize the whole LUT 10 years ago
vf_hqdn3d.h
vf_hqx.c
vf_hue.c
vf_idet.c
vf_idet.h
vf_il.c
vf_interlace.c
vf_kerndeint.c
vf_lenscorrection.c
vf_libopencv.c
vf_lut.c avfilter/vf_lut: fix oversight 10 years ago
vf_lut3d.c avfilter/lut3d: assert on pixel format descriptor 10 years ago
vf_mcdeint.c Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' 10 years ago
vf_mergeplanes.c avfilter/framesync: allocate FFFrameSyncIn internally 10 years ago
vf_mpdecimate.c avfilter/vf_mpdecimate: remove packed formats 10 years ago
vf_neighbor.c avfilter: add erosion, dilation, deflate & inflate filter 10 years ago
vf_noise.c
vf_noise.h
vf_null.c
vf_overlay.c
vf_owdenoise.c avfilter: fix a few 5 spaces indent 10 years ago
vf_pad.c Revert "lavfi: always check av_expr_parse_and_eval() return value" 10 years ago
vf_palettegen.c Replace av_dlog with ff_dlog. 10 years ago
vf_paletteuse.c Replace av_dlog with ff_dlog. 10 years ago
vf_perspective.c
vf_phase.c
vf_pixdesctest.c
vf_pp.c
vf_pp7.c
vf_pp7.h
vf_psnr.c vf_psnr: add psnr_avg to stats file. 10 years ago
vf_pullup.c
vf_pullup.h
vf_qp.c
vf_random.c avfilter: add random video filter 10 years ago
vf_removegrain.c avfilter/vf_removegrain: add x86 and x86_64 SSE2 functions 10 years ago
vf_removelogo.c
vf_repeatfields.c
vf_rotate.c
vf_sab.c avfilter/vf_sab: use the name 's' for the pointer to the private context 10 years ago
vf_scale.c lavfi/scale: Pass src_range and dst_range to libswscale. 10 years ago
vf_separatefields.c avfilter/vf_separatefields: use the name 's' for the pointer to the private context 10 years ago
vf_setfield.c
vf_showinfo.c
vf_showpalette.c
vf_shuffleplanes.c avfilter: use AVFILTER_DEFINE_CLASS() 10 years ago
vf_signalstats.c
vf_smartblur.c avfilter/vf_smartblur: use the name 's' for the pointer to the private context 10 years ago
vf_spp.c avfilter/vf_spp: use the name 's' for the pointer to the private context 10 years ago
vf_spp.h
vf_ssim.c avfilter/vf_ssim: Fix "incompatible pointer type" warnings 10 years ago
vf_stack.c avfilter/vf_stack: Fix memleak of out frame 10 years ago
vf_stereo3d.c avfilter/vf_stereo3d: stop dumping half of data for interleave rows output 10 years ago
vf_subtitles.c avfilter/vf_subtitles: allow setting fonts directory 10 years ago
vf_super2xsai.c
vf_swapuv.c
vf_telecine.c
vf_thumbnail.c avfilter/vf_thumbnail: use the name 's' for the pointer to the private context 10 years ago
vf_tile.c
vf_tinterlace.c lavfi/tinterlace: Double aspect ratio for modes merge and pad. 10 years ago
vf_transpose.c avfilter/vf_transpose: Fix rounding error 10 years ago
vf_unsharp.c avfilter/vf_unsharp: use the name 's' for the pointer to the private context 10 years ago
vf_uspp.c Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' 10 years ago
vf_vectorscope.c avfilter/vf_vectorscope: change intensity to float 10 years ago
vf_vflip.c
vf_vidstabdetect.c
vf_vidstabtransform.c
vf_vignette.c avfilter: fix a few 5 spaces indent 10 years ago
vf_w3fdif.c avfilter/vf_w3fdif: implement slice threading 10 years ago
vf_waveform.c avfilter/vf_waveform: stop abusing s->size for calculating limit 10 years ago
vf_xbr.c
vf_yadif.c
vf_zoompan.c avfilter/vf_zoompan: support planar rgb pixel formats 10 years ago
video.c Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' 10 years ago
video.h
vidstabutils.c
vidstabutils.h
vsink_nullsink.c
vsrc_cellauto.c Replace av_dlog with ff_dlog. 10 years ago
vsrc_life.c Replace av_dlog with ff_dlog. 10 years ago
vsrc_mandelbrot.c
vsrc_mptestsrc.c
vsrc_testsrc.c avfilter: add allrgb 10 years ago
yadif.h