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.
 
 
 
 
Muhammad Faiz 1b7eaead0c avfilter/showcqt: set some frame properties 9 years ago
..
tests Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196' 9 years ago
x86 x86/showcqt: use three operand format for some instructions 9 years ago
Makefile avfilter: add loudnorm 9 years ago
aeval.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
af_adelay.c avfilter: do not leak frame if ff_get_audio_buffer() fails 9 years ago
af_aecho.c avfilter: do not leak frame if ff_get_audio_buffer() fails 9 years ago
af_aemphasis.c lavfi/af_aemphasis: remove unnecessary complex number usage 9 years ago
af_afade.c avfilter/af_afade: do not duplicate curve option 9 years ago
af_afftfilt.c avfilter/af_afftfilt: add option for 17 fft case 9 years ago
af_aformat.c avfilter/af_aformat: remove deprecated syntax from options description 9 years ago
af_agate.c avfilter/af_agate: fix memleak of out frame 9 years ago
af_alimiter.c avfilter/af_alimiter: add 3 more options 9 years ago
af_amerge.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
af_amix.c avfilter/af_amix: dont fail if there are no samples in output_frame() 9 years ago
af_anequalizer.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
af_anull.c Merge remote-tracking branch 'qatar/master' 11 years ago
af_apad.c avfilter/af_apad: use the name 's' for the pointer to the private context 9 years ago
af_aphaser.c avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() 9 years ago
af_apulsator.c avfilter/af_apulsator: assert that pathes leaving uninitialized variables do not occur 9 years ago
af_aresample.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
af_asetnsamples.c lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. 9 years ago
af_asetrate.c avfilter: avoid zero arguments to variadic macro 9 years ago
af_ashowinfo.c Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512' 10 years ago
af_astats.c avfilter/af_astats: do not clear previous sample value 9 years ago
af_asyncts.c avfilter: add '.' at and of long filter description where it is missing 9 years ago
af_atempo.c lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. 9 years ago
af_biquads.c avfilter/af_biquads: display clipping warnings once per filtered frame 9 years ago
af_bs2b.c avfilter: use AVFILTER_DEFINE_CLASS() 10 years ago
af_channelmap.c lavfi/af_channelmap: fix memory leak 9 years ago
af_channelsplit.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
af_chorus.c avfilter: do not leak frame if ff_get_audio_buffer() fails 9 years ago
af_compand.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
af_compensationdelay.c lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x) 9 years ago
af_dcshift.c avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() 9 years ago
af_dynaudnorm.c avfilter/af_dynaudnorm: call uninit() from config_input() 9 years ago
af_earwax.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
af_extrastereo.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
af_firequalizer.c avfilter/af_firequalizer: add zero_phase option 9 years ago
af_flanger.c avfilter/af_flanger: use rint instead of floor hack 9 years ago
af_hdcd.c avfilter/af_hdcd: Use int32_t instead of int for gaintable in hdcd filter. 9 years ago
af_join.c cosmetics: Drop empty comment lines 9 years ago
af_ladspa.c avfilter/af_ladspa: accepts ' ' as command separator too 9 years ago
af_loudnorm.c avfilter/af_loudnorm: add dual_mono option 9 years ago
af_pan.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
af_replaygain.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
af_resample.c cosmetics: Drop empty comment lines 9 years ago
af_rubberband.c avfilter/af_rubberband: add process_command() 9 years ago
af_sidechaincompress.c avfilter/af_sidechaincompress: Free out frame on error 9 years ago
af_silencedetect.c avfilter: handle error in query_formats() in bunch of filters 10 years ago
af_silenceremove.c avfilter/af_silenceremove: make size of window user configurable 9 years ago
af_sofalizer.c avfilter/af_sofalizer: allow user to setup custom virtual speakers positions 9 years ago
af_stereotools.c avfilter/af_stereotools: fix logic fail 9 years ago
af_stereowiden.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
af_tremolo.c avfilter/tremolo: fix wavetable buffer size 9 years ago
af_vibrato.c avfilter: add vibrato filter 9 years ago
af_volume.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
af_volume.h all: Make header guard names consistent 9 years ago
af_volumedetect.c avfilter/af_volumedetect: use log10 instead of hardcoded constant 9 years ago
all_channel_layouts.inc
allfilters.c avfilter: add loudnorm 9 years ago
asink_anullsink.c Merge remote-tracking branch 'qatar/master' 11 years ago
asrc_anoisesrc.c avfilter: add anoisesrc 9 years ago
asrc_anullsrc.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
asrc_flite.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
asrc_sine.c avfilter/asrc_sine: fix options typos 9 years ago
audio.c Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' 9 years ago
audio.h avfilter: remove obsolete function declarations 9 years ago
avf_ahistogram.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
avf_aphasemeter.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
avf_avectorscope.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
avf_concat.c lavfi/avf_concat: return immediately after requesting a frame on input. 9 years ago
avf_showcqt.c avfilter/showcqt: set some frame properties 9 years ago
avf_showcqt.h avfilter/avf_showcqt: cqt_calc optimization on x86 9 years ago
avf_showfreqs.c avfilter/avf_showfreqs: assert that variables are initialized by switch() 9 years ago
avf_showspectrum.c avfilter/avf_showspectrum: improve pts handling 9 years ago
avf_showvolume.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
avf_showwaves.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
avfilter.c Merge commit '07a844f32ebb78503981df017fa3ebfedb75fe1c' 9 years ago
avfilter.h cosmetics: Fix spelling mistakes 9 years ago
avfiltergraph.c avfilter/avfiltergraph: Clear graph pointers in ff_filter_graph_remove_filter() 9 years ago
avfiltergraph.h Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4' 12 years ago
avfilterres.rc Add Windows resource file support for shared libraries 11 years ago
bbox.c
bbox.h
blend.h avfilter/vf_blend: fix incorrect Y variable when threading is used 9 years ago
bufferqueue.h avfilter/bufferqueue: Increase buffer queue size 11 years ago
buffersink.c lavfi: make request_frame() non-recursive. 9 years ago
buffersink.h Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' 9 years ago
buffersrc.c Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3' 9 years ago
buffersrc.h Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 9 years ago
bwdif.h avfilter/vf_bwdif: add x86 SIMD 9 years ago
colorspacedsp.c vf_colorspace: use enums for bpp/subsampling array indices. 9 years ago
colorspacedsp.h vf_colorspace: use enums for bpp/subsampling array indices. 9 years ago
colorspacedsp_template.c vf_colorspace: add const to yuv_stride[] argument in DSP functions. 9 years ago
colorspacedsp_yuv2yuv_template.c vf_colorspace: add const to yuv_stride[] argument in DSP functions. 9 years ago
deshake.h vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion 10 years ago
deshake_opencl.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 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 Split drawutils test out into separate file 9 years ago
drawutils.h avfilter/drawutils: >8 bit support 9 years ago
dualinput.c avfilter/dualinput: use pts provided by framesync 9 years ago
dualinput.h avfilter/framesync: allocate FFFrameSyncIn internally 9 years ago
f_bench.c avfilter/f_bench: Fix comparission condition 9 years ago
f_drawgraph.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
f_ebur128.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
f_interleave.c lavfi: replace link.closed by link.status. 9 years ago
f_loop.c avfilter/f_loop: Fix leak on error 9 years ago
f_metadata.c avfilter/f_metadata: update print output header line format 9 years ago
f_perms.c avfilter/f_perms: use the name 's' for the pointer to the private context 9 years ago
f_realtime.c avfilter: add '.' at and of long filter description where it is missing 9 years ago
f_reverse.c lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. 9 years ago
f_select.c lavfi/select: add support for concatdec_select option 9 years ago
f_sendcmd.c all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 9 years ago
f_streamselect.c avfilter/f_streamselect: check if map is available 9 years ago
f_zmq.c Merge remote-tracking branch 'qatar/master' 11 years ago
fifo.c lavfi/fifo: do not assume request_frame() returns a frame. 9 years ago
formats.c Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' 9 years ago
formats.h Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 9 years ago
framepool.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
framepool.h all: Make header guard names consistent 9 years ago
framesync.c lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. 9 years ago
framesync.h avfilter/framesync: allocate FFFrameSyncIn internally 9 years ago
generate_wave_table.c avfilter/generate_wave_table: clean up extra newlines 9 years ago
generate_wave_table.h generate_wave_table: Add include for AVSampleFormat 10 years ago
gradfun.h Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d' 11 years ago
graphdump.c graphdump: include internal.h for AVFilterPad 9 years ago
graphparser.c avfilter/graphparser: remove '\n' from parse_filter 9 years ago
hermite.h all: Add missing header guards 9 years ago
interlace.h Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 9 years ago
internal.h avfilter: update some comments 9 years ago
lavfutils.c Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
lavfutils.h Do not leave positive values undefined when negative are defined as error 11 years ago
libavfilter.v lavfi: stop exporting internal functions 10 years ago
log2_tab.c lavfi: duplicate ff_log2_tab 10 years ago
lswsutils.c avfilter/lswsutils: dont override the default scaler 11 years ago
lswsutils.h
maskedmerge.h all: Add missing header guards 9 years ago
opencl_allkernels.c lavfi: modify names of deshake_kernel.h and unsharp_kernel.h 12 years ago
opencl_allkernels.h all: Make header guard names consistent 9 years ago
psnr.h all: Make header guard names consistent 9 years ago
pthread.c cosmetics: Fix spelling mistakes 9 years ago
removegrain.h all: Add missing header guards 9 years ago
setpts.c cosmetics: Fix spelling mistakes 9 years ago
settb.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 11 years ago
split.c avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing 9 years ago
src_movie.c avfilter/src_movie: call open_stream after guess_channel_layout 9 years ago
ssim.h all: Make header guard names consistent 9 years ago
stereo3d.h all: Make header guard names consistent 9 years ago
thread.h Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 9 years ago
tinterlace.h avfilter/vf_tinterlace: add mergex2 mode 9 years ago
transform.c Factorize avpriv_mirror() out 10 years ago
transform.h
trim.c Revert "avfilter/trim: add compatibility layer to not break ABI used by ffmpeg" 9 years ago
unsharp.h avfilter/unsharp: OpenCL unsharpen filter optimization: substitute N^2 filter computation with 2N+C 10 years ago
unsharp_opencl.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
unsharp_opencl.h lavfi/unsharp: add opencl unsharp filter 12 years ago
unsharp_opencl_kernel.h avfilter/unsharp: OpenCL unsharpen filter optimization: substitute N^2 filter computation with 2N+C 10 years ago
vaf_spectrumsynth.c all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h 9 years ago
version.h avfilter/vf_bwdif: Change default to deinterlace all frames 9 years ago
vf_alphamerge.c lavfi/vf_alphamerge: fix unitialized pointers 9 years ago
vf_aspect.c lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0. 9 years ago
vf_atadenoise.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_bbox.c avfilter: handle error in query_formats() in bunch of filters 10 years ago
vf_blackdetect.c avfilter: handle error in query_formats() in bunch of filters 10 years ago
vf_blackframe.c avfilter: handle error in query_formats() in bunch of filters 10 years ago
vf_blend.c avfilter/vf_blend: fix incorrect Y variable when threading is used 9 years ago
vf_boxblur.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_bwdif.c avfilter/vf_bwdif: Change default to deinterlace all frames 9 years ago
vf_chromakey.c chromakey: Use the pixel descriptor API for chroma subsampling info 9 years ago
vf_ciescope.c avfilter/vf_ciescope: Fix 'ISO C90 forbids mixed declarations and code' 9 years ago
vf_codecview.c vf_codecview: added new options 9 years ago
vf_colorbalance.c avfilter: handle error in query_formats() of a bunch of random video filters 10 years ago
vf_colorchannelmixer.c lavfi/vf_colorchannelmixer: replace round by lrint 9 years ago
vf_colorkey.c avfilter/vf_colorkey: Improve filter description 9 years ago
vf_colorlevels.c lavfi/vf_colorlevels: replace round by lrint 9 years ago
vf_colormatrix.c avfilter/vf_colormatrix: add bt.2020 colorspace 9 years ago
vf_colorspace.c vf_colorspace: don't enable passthrough if bitdepth doesn't match. 9 years ago
vf_convolution.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_copy.c vf_copy: exclude hwaccel formats 9 years ago
vf_coreimage.m avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
vf_cover_rect.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_crop.c lavfi/vf_crop: replace round by lrint 9 years ago
vf_cropdetect.c lavfi/vf_cropdetect: replace round by lrint 9 years ago
vf_curves.c avfilter: handle error in query_formats() of a bunch of random video filters 10 years ago
vf_datascope.c avfilter: add datascope filter 9 years ago
vf_dctdnoiz.c avfilter,swresample,swscale: use fabs, fabsf instead of FFABS 9 years ago
vf_deband.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_decimate.c avfilter/vf_decimate: Use the correct frame in difference calculation 9 years ago
vf_dejudder.c avfilter/vf_dejudder: use the name 's' for the pointer to the private context 9 years ago
vf_delogo.c avfilter/delogo: Check that logo area is inside the picture 9 years ago
vf_deshake.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_detelecine.c avfilter/vf_detelecine: Remove redundant declaration 9 years ago
vf_displace.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_drawbox.c avfilter/vf_drawbox: reindent 9 years ago
vf_drawtext.c avfilter/vf_drawtext: Check return code of load_glyph() 9 years ago
vf_edgedetect.c avfilter: handle error in query_formats() of a bunch of random video filters 10 years ago
vf_elbg.c lavfi/elbg: Make the pal8 output opaque. 9 years ago
vf_eq.c Timeline function for the eq filter 9 years ago
vf_eq.h lavfi/eq: rework expression evaluation 10 years ago
vf_extractplanes.c lavfi/extractplanes: Add RGB0 and friends as supported pix_fmts. 9 years ago
vf_fade.c Merge commit 'a638e9184d63e57e67901f34afe919fd56fd3ac4' 9 years ago
vf_fftfilt.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_field.c avfilter/vf_field: Change enum to int, which is accessed via AVOption as int 10 years ago
vf_fieldhint.c avfilter/vf_fieldhint: Reorder operation to prevent hypothetical integer overflow 9 years ago
vf_fieldmatch.c lavfi/fieldmatch: fix fields copy when plane height is odd 9 years ago
vf_fieldorder.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
vf_find_rect.c avfilter: add '.' at and of long filter description where it is missing 9 years ago
vf_format.c avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing 9 years ago
vf_fps.c avfilter/vf_fps: set fps value boundaries 9 years ago
vf_framepack.c Merge commit 'e8bc642202c10beda1ea4e93ec8492b1e39805e5' 9 years ago
vf_framerate.c avfilter,swresample,swscale: use fabs, fabsf instead of FFABS 9 years ago
vf_framestep.c lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. 9 years ago
vf_frei0r.c Merge commit 'def03d14687b9d089950ba8e45083e666de4eb68' 9 years ago
vf_fspp.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_fspp.h avfilter/vf_fspp: use M_SQRT1_2, M_SQRT2 9 years ago
vf_geq.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_gradfun.c Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 9 years ago
vf_hflip.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_histeq.c Replace av_dlog with ff_dlog. 9 years ago
vf_histogram.c avfilter/vf_histogram: indent histogram options 9 years ago
vf_hqdn3d.c Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 9 years ago
vf_hqdn3d.h all: Make header guard names consistent 9 years ago
vf_hqx.c all: do standards compliant absdiff computation 9 years ago
vf_hue.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_hwdownload.c Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4' 9 years ago
vf_hwupload.c Merge commit '07a844f32ebb78503981df017fa3ebfedb75fe1c' 9 years ago
vf_hwupload_cuda.c avfilter/hwupload_cuda: Add missing semicolon. 9 years ago
vf_idet.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_idet.h avfilter/vf_idet: Add analyze_interlaced_flag mode 10 years ago
vf_il.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_interlace.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_kerndeint.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_lenscorrection.c avfilter: handle error in query_formats() of a bunch of random video filters 10 years ago
vf_libopencv.c vf_libopencv: add support for opencv 3 9 years ago
vf_lut.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_lut3d.c avfilter/haldclut: use AV_OPT_TYPE_BOOL for shortest and repeatlast options 9 years ago
vf_maskedmerge.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_mcdeint.c fix some a/an typos 9 years ago
vf_mergeplanes.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_mpdecimate.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_neighbor.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_nnedi.c lavfi/nnedi: Fix a compilation warning. 9 years ago
vf_noise.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_noise.h x86/vf_noise: move asm code to a separate file 10 years ago
vf_null.c Merge remote-tracking branch 'qatar/master' 11 years ago
vf_ocr.c avfilter: add ocr filter 9 years ago
vf_overlay.c Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' 9 years ago
vf_owdenoise.c libavfilter/vf_owdenoise.c: skip processing when strength is 0 9 years ago
vf_pad.c Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4' 9 years ago
vf_palettegen.c all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 9 years ago
vf_paletteuse.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
vf_perspective.c lavfi/perspective: Add basic timeline editing. 9 years ago
vf_phase.c vf_phase: Reduce the scope of several variables 9 years ago
vf_pixdesctest.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_pp.c avfilter: handle error in query_formats() in bunch of filters 10 years ago
vf_pp7.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_pp7.h lavfi: port mp=pp7 to libavfilter 10 years ago
vf_psnr.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_pullup.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_pullup.h avfilter/vf_pullup: use ptrdiff_t as stride argument for dsp functions 11 years ago
vf_qp.c avfilter/vf_qp: Fix use of uinitialized variable 10 years ago
vf_random.c lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. 9 years ago
vf_readvitc.c avfilter/vf_readvitc: Use avpriv_frame_get_metadatap() avoid direct access to AVFrame.metadata (to comply to API) 9 years ago
vf_remap.c avfilter: add remap filter 9 years ago
vf_removegrain.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_removelogo.c avfilter: handle error in query_formats() in bunch of filters 10 years ago
vf_repeatfields.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_rotate.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_sab.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_scale.c vf_scale: support bt2020 in in/out_color_matrix properties. 9 years ago
vf_scale_npp.c avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing 9 years ago
vf_scale_vaapi.c avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing 9 years ago
vf_selectivecolor.c avfilter/selectivecolor: fix correction_method option range 9 years ago
vf_separatefields.c avfilter/vf_separatefields: use the name 's' for the pointer to the private context 9 years ago
vf_setfield.c avfilter/vf_setfield: Change enum to int, which is accessed via AVOption as int 10 years ago
vf_showinfo.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_showpalette.c lavfi/show_palette: fix memory leak 9 years ago
vf_shuffleframes.c avfilter/vf_shuffleframes: Assert that the case of an uninitialized ret does not occur 9 years ago
vf_shuffleplanes.c avfilter: add '.' at and of long filter description where it is missing 9 years ago
vf_signalstats.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_smartblur.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_spp.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_spp.h avfilter/vf_spp: Fix overflow in 8bit store slice 10 years ago
vf_ssim.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_stack.c avfilter/vf_stack: free input pads name on uninit 9 years ago
vf_stereo3d.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_subtitles.c lavfi/ass: fix version check for sub_text_format option 9 years ago
vf_super2xsai.c avfilter/vf_super2xsai: use the name 's' for the pointer to the private context 9 years ago
vf_swaprect.c avfilter/vf_swaprect: add timeline support 9 years ago
vf_swapuv.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
vf_telecine.c avfilter/vf_telecine: Make frame writable before writing into it 9 years ago
vf_thumbnail.c lavfi/vf_thumbnail: reindent after last commit. 9 years ago
vf_tile.c lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. 9 years ago
vf_tinterlace.c avfilter/vf_tinterlace: fix image alignment 9 years ago
vf_transpose.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_unsharp.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_uspp.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_vectorscope.c avfilter/vf_vectorscope: always flip output vertically 9 years ago
vf_vflip.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_vidstabdetect.c avfilter/vf_vidstabdetect: use the name 's' for the pointer to the private context 9 years ago
vf_vidstabtransform.c avfilter/vidstabtransform: use AV_OPT_TYPE_BOOL for tripod and debug options 9 years ago
vf_vignette.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_w3fdif.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_waveform.c avfilter/vf_waveform: fix order of graticule scale items 9 years ago
vf_xbr.c all: do standards compliant absdiff computation 9 years ago
vf_yadif.c cosmetics: Fix spelling mistakes 9 years ago
vf_zoompan.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
vf_zscale.c avfilter/vf_zscale: unbreak RGB support 9 years ago
video.c lavfi: use a video frame pool for each link of the filtergraph 9 years ago
video.h
vidstabutils.c vidstab*: Remove accidentally exported av_2_vs_pixel_format() 10 years ago
vidstabutils.h vidstabutils: improve documentation 10 years ago
vsink_nullsink.c Merge remote-tracking branch 'qatar/master' 11 years ago
vsrc_cellauto.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
vsrc_life.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
vsrc_mandelbrot.c lavfi/vsrc_mandelbrot: replace round by lrint 9 years ago
vsrc_mptestsrc.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
vsrc_testsrc.c avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE 9 years ago
w3fdif.h avfilter/vf_w3fdif: add x86 SIMD 9 years ago
window_func.c avfilter/window_func: add tukey window function 9 years ago
window_func.h avfilter/window_func: add tukey window function 9 years ago
yadif.h avfilter/yadif: Change enums to int, which are accessed via AVOption as int 10 years ago