| .. | 
		
		
			
			
			
				
					| tests | avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if nret is not set | 8 years ago | 
		
			
			
			
				
					| x86 | avfilter/vf_blend: rename addition128 and difference128 to grainmerge and grainextract | 8 years ago | 
		
			
			
			
				
					| Makefile | vf_ssim: convert to framesync2. | 8 years ago | 
		
			
			
			
				
					| aeval.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| af_acopy.c | avfilter: add acopy filter | 8 years ago | 
		
			
			
			
				
					| af_acrusher.c | avfilter/af_acrusher: Rename sun/sov | 9 years ago | 
		
			
			
			
				
					| af_adelay.c | avfilter/af_adelay: remove requirement that at least one delay should be provided | 8 years ago | 
		
			
			
			
				
					| af_aecho.c | avfilter/af_chorus & aecho: Handle NULL return from av_strtok() | 8 years ago | 
		
			
			
			
				
					| af_aemphasis.c | lavfi/af_aemphasis: remove unnecessary complex number usage | 9 years ago | 
		
			
			
			
				
					| af_afade.c | avfilter/af_afade: fix fading very long durations | 8 years ago | 
		
			
			
			
				
					| af_afftfilt.c | avfilter/af_afftfilt: fix memory leaks | 8 years ago | 
		
			
			
			
				
					| af_afir.c | avfilter/af_afir: workaround nonsense limitation in vector_fmul_scalar() | 8 years ago | 
		
			
			
			
				
					| af_afir.h | avfilter/af_afir: remove extra space in the header inclusion guards | 8 years ago | 
		
			
			
			
				
					| af_aformat.c | avfilter/af_aformat: remove deprecated syntax from options description | 9 years ago | 
		
			
			
			
				
					| af_agate.c | avfilter/af_agate: switch to activate | 8 years ago | 
		
			
			
			
				
					| af_alimiter.c | avfilter/af_alimiter: add 3 more options | 10 years ago | 
		
			
			
			
				
					| af_amerge.c | avfilter/af_merge: check ff_insert_inpad() for failure | 8 years ago | 
		
			
			
			
				
					| af_amix.c | avfilter/af_amix: do not request samples if inlink reached EOF | 8 years ago | 
		
			
			
			
				
					| af_anequalizer.c | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | 9 years ago | 
		
			
			
			
				
					| af_anull.c | avfilter/formats: allow unknown channel layouts by default | 9 years ago | 
		
			
			
			
				
					| af_apad.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| af_aphaser.c | avfilter: do not leak AVFrame on failed buffer allocation | 8 years ago | 
		
			
			
			
				
					| af_apulsator.c | lavfi: Fix aix compilation. | 9 years ago | 
		
			
			
			
				
					| af_aresample.c | avfilter: do not leak AVFrame on failed buffer allocation | 8 years ago | 
		
			
			
			
				
					| af_asetnsamples.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| af_asetrate.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| af_ashowinfo.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| af_astats.c | avfilter/af_astats: measure dynamic range | 8 years ago | 
		
			
			
			
				
					| af_atempo.c | af_tempo: Add missing error check | 8 years ago | 
		
			
			
			
				
					| af_biquads.c | libavfilter/af_biquads: add shorter option for width_type | 8 years ago | 
		
			
			
			
				
					| af_bs2b.c | avfilter: do not leak AVFrame on failed buffer allocation | 8 years ago | 
		
			
			
			
				
					| af_channelmap.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| af_channelsplit.c | avfilter/af_channelsplit: check ff_insert_outpad() for failure | 8 years ago | 
		
			
			
			
				
					| af_chorus.c | avfilter/af_chorus & aecho: Handle NULL return from av_strtok() | 8 years ago | 
		
			
			
			
				
					| af_compand.c | avfilter/af_compand: change default attack to 0 | 8 years ago | 
		
			
			
			
				
					| af_compensationdelay.c | lavfi/af_compensationdelay: replace pow(x,0.5) by sqrt(x) | 9 years ago | 
		
			
			
			
				
					| af_crossfeed.c | avfilter: add audio crossfeed filter | 8 years ago | 
		
			
			
			
				
					| af_crystalizer.c | avfilter/af_crystalizer: add support for more sample formats | 8 years ago | 
		
			
			
			
				
					| af_dcshift.c | avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts() | 10 years ago | 
		
			
			
			
				
					| af_dynaudnorm.c | avfilter/dynaudnorm: increment input outside of the FFMIN macro so it doesn't get double incremented | 8 years ago | 
		
			
			
			
				
					| af_earwax.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| af_extrastereo.c | avfilter/all: propagate errors of functions from avfilter/formats | 10 years ago | 
		
			
			
			
				
					| af_firequalizer.c | avfilter/af_firequalizer: fix minval on cepstrum calculation | 8 years ago | 
		
			
			
			
				
					| af_flanger.c | avfilter/af_flanger: use rint instead of floor hack | 10 years ago | 
		
			
			
			
				
					| af_hdcd.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| af_headphone.c | avfilter/af_headphone: check ff_insert_inpad() for failure | 8 years ago | 
		
			
			
			
				
					| af_join.c | avfilter/af_join: check ff_insert_inpad() for failure | 8 years ago | 
		
			
			
			
				
					| af_ladspa.c | avfilter/af_ladspa: accepts ' ' as command separator too | 9 years ago | 
		
			
			
			
				
					| af_loudnorm.c | avfilter/af_loudnorm: do not upsample during second-pass linear normalization | 8 years ago | 
		
			
			
			
				
					| af_pan.c | avfilter: do not leak AVFrame on failed buffer allocation | 8 years ago | 
		
			
			
			
				
					| af_replaygain.c | avfilter/all: propagate errors of functions from avfilter/formats | 10 years ago | 
		
			
			
			
				
					| af_resample.c | avfilter/all: propagate errors of functions from avfilter/formats | 10 years ago | 
		
			
			
			
				
					| af_rubberband.c | avfilter/af_rubberband: add process_command() | 10 years ago | 
		
			
			
			
				
					| af_sidechaincompress.c | avfilter/af_sidechaincompress: switch to activate | 8 years ago | 
		
			
			
			
				
					| af_silencedetect.c | avfilter: handle error in query_formats() in bunch of filters | 10 years ago | 
		
			
			
			
				
					| af_silenceremove.c | avfilter/af_silenceremove: set output timestamps | 8 years ago | 
		
			
			
			
				
					| af_sofalizer.c | avfilter/af_sofalizer: switch to libmysofa | 8 years ago | 
		
			
			
			
				
					| af_stereotools.c | avfilter/af_stereotools: add forgotten break | 8 years ago | 
		
			
			
			
				
					| af_stereowiden.c | avfilter/af_stereowiden: fix read/write past the end of buffer | 9 years ago | 
		
			
			
			
				
					| af_superequalizer.c | avfilter/af_superequalizer: stop leaking s->out frame | 8 years ago | 
		
			
			
			
				
					| af_surround.c | avfilter/af_surround: make volume configurable for front center and lfe channel | 8 years ago | 
		
			
			
			
				
					| af_tremolo.c | avfilter/tremolo: fix wavetable buffer size | 10 years ago | 
		
			
			
			
				
					| af_vibrato.c | avfilter: add vibrato filter | 10 years ago | 
		
			
			
			
				
					| af_volume.c | avfilter: do not leak AVFrame on failed buffer allocation | 8 years ago | 
		
			
			
			
				
					| af_volume.h | all: Make header guard names consistent | 9 years ago | 
		
			
			
			
				
					| af_volumedetect.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| all_channel_layouts.inc | lavfi: rename all_channel_layouts.h to all_channel_layouts.inc. | 13 years ago | 
		
			
			
			
				
					| allfilters.c | avfilter: add pseudocolor filter | 8 years ago | 
		
			
			
			
				
					| asink_anullsink.c | Merge remote-tracking branch 'qatar/master' | 12 years ago | 
		
			
			
			
				
					| asrc_anoisesrc.c | avfilter: Add blue and violet noise generation filters | 8 years ago | 
		
			
			
			
				
					| asrc_anullsrc.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| asrc_flite.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| asrc_sine.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| audio.c | lavfi: use an audio frame pool for each link of the filtergraph | 8 years ago | 
		
			
			
			
				
					| audio.h | avfilter: remove obsolete function declarations | 10 years ago | 
		
			
			
			
				
					| avf_abitscope.c | avfilter: properly set SAR for A->V filters | 8 years ago | 
		
			
			
			
				
					| avf_ahistogram.c | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE | 9 years ago | 
		
			
			
			
				
					| avf_aphasemeter.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| avf_avectorscope.c | avfilter: properly set SAR for A->V filters | 8 years ago | 
		
			
			
			
				
					| avf_concat.c | avfilter/avf_concat: check ff_insert_pad() for failure | 8 years ago | 
		
			
			
			
				
					| avf_showcqt.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| avf_showcqt.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| avf_showfreqs.c | avfilter: properly set SAR for A->V filters | 8 years ago | 
		
			
			
			
				
					| avf_showspectrum.c | avfilter: properly set SAR for A->V filters | 8 years ago | 
		
			
			
			
				
					| avf_showvolume.c | avfilter/avf_showvolume: calculate color table only once | 9 years ago | 
		
			
			
			
				
					| avf_showwaves.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| avfilter.c | lavfi: search options on child objects. | 8 years ago | 
		
			
			
			
				
					| avfilter.h | lavfi: add a preinit callback to filters. | 8 years ago | 
		
			
			
			
				
					| avfiltergraph.c | lavfi: print the error message when threading init fails. | 8 years ago | 
		
			
			
			
				
					| avfiltergraph.h | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4' | 12 years ago | 
		
			
			
			
				
					| avfilterres.rc | Add Windows resource file support for shared libraries | 12 years ago | 
		
			
			
			
				
					| bbox.c | bbox: remove superfluous initializations | 13 years ago | 
		
			
			
			
				
					| bbox.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| blend.h | avfilter/vf_blend: rename addition128 and difference128 to grainmerge and grainextract | 8 years ago | 
		
			
			
			
				
					| bufferqueue.h | avfilter/bufferqueue: Increase buffer queue size | 11 years ago | 
		
			
			
			
				
					| buffersink.c | lavfi: remove stray semicolons. | 8 years ago | 
		
			
			
			
				
					| buffersink.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| buffersrc.c | Revert "Revert "lavfi/buffersrc: push the frame deeper if requested."" | 8 years ago | 
		
			
			
			
				
					| buffersrc.h | lavfi: remove 2 unused lavc includes | 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 | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| deshake_opencl.c | avfilter/deshake_opencl: Remove redundant return | 8 years ago | 
		
			
			
			
				
					| deshake_opencl.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| deshake_opencl_kernel.h | lavfi/deshake_opencl: optimze transform filter | 12 years ago | 
		
			
			
			
				
					| drawutils.c | avfilter/drawutils: add gray9/10/12 support | 8 years ago | 
		
			
			
			
				
					| drawutils.h | avfilter/drawutils: allow drawing opaque text on transparent background | 9 years ago | 
		
			
			
			
				
					| ebur128.c | avfilter/ebur128: fix relative threshold calculation for multiple contexts | 8 years ago | 
		
			
			
			
				
					| ebur128.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| f_bench.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| f_drawgraph.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| f_ebur128.c | avfilter: properly set SAR for A->V filters | 8 years ago | 
		
			
			
			
				
					| f_interleave.c | avfilter/f_interleave: check ff_insert_inpad() for failure | 8 years ago | 
		
			
			
			
				
					| f_loop.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| f_metadata.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| f_perms.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| f_realtime.c | avfilter: add '.' at and of long filter description where it is missing | 10 years ago | 
		
			
			
			
				
					| f_reverse.c | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | 10 years ago | 
		
			
			
			
				
					| f_select.c | avfilter/f_select: check ff_insert_outpad() for failure | 8 years ago | 
		
			
			
			
				
					| f_sendcmd.c | avfilter: remove usage of empty header | 8 years ago | 
		
			
			
			
				
					| f_sidedata.c | avfilter/formats: allow unknown channel layouts by default | 9 years ago | 
		
			
			
			
				
					| f_streamselect.c | lavfi/f_streamselect: convert to framesync2. | 8 years ago | 
		
			
			
			
				
					| f_zmq.c | avfilter: remove usage of empty header | 8 years ago | 
		
			
			
			
				
					| fifo.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| filters.h | lavfi: add outlink helper functions. | 8 years ago | 
		
			
			
			
				
					| formats.c | avfilter/formats: do not allow unknown layouts in ff_parse_channel_layout if nret is not set | 8 years ago | 
		
			
			
			
				
					| formats.h | avfilter/formats: allow unknown channel layouts by default | 9 years ago | 
		
			
			
			
				
					| framepool.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| framepool.h | lavfi/framepool: add audio support | 8 years ago | 
		
			
			
			
				
					| framequeue.c | avfilter: take_samples: do not directly return frame when samples are skipped | 8 years ago | 
		
			
			
			
				
					| framequeue.h | avfilter: take_samples: do not directly return frame when samples are skipped | 8 years ago | 
		
			
			
			
				
					| framesync.c | lavf/framesync: detect EOF immediately. | 8 years ago | 
		
			
			
			
				
					| framesync.h | avfilter/framesync: allocate FFFrameSyncIn internally | 10 years ago | 
		
			
			
			
				
					| framesync2.c | lavfi/framesync2: add common options. | 8 years ago | 
		
			
			
			
				
					| framesync2.h | lavfi/framesync2: add common options. | 8 years ago | 
		
			
			
			
				
					| generate_wave_table.c | avfilter/generate_wave_table: clean up extra newlines | 10 years ago | 
		
			
			
			
				
					| generate_wave_table.h | generate_wave_table: Add include for AVSampleFormat | 10 years ago | 
		
			
			
			
				
					| gradfun.h | Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d' | 12 years ago | 
		
			
			
			
				
					| graphdump.c | avfilter: remove usage of empty header | 8 years ago | 
		
			
			
			
				
					| graphparser.c | avfilter/graphparser: allow specifying filter@id as filter instance | 8 years ago | 
		
			
			
			
				
					| hermite.h | all: Add missing header guards | 9 years ago | 
		
			
			
			
				
					| interlace.h | avfilter/interlace: add complex vertical low-pass filter | 8 years ago | 
		
			
			
			
				
					| internal.h | avfilter: remove usage of empty header | 8 years ago | 
		
			
			
			
				
					| lavfutils.c | avfilter/lavfutils: use image2pipe demuxer on ff_load_image | 8 years ago | 
		
			
			
			
				
					| lavfutils.h | Do not leave positive values undefined when negative are defined as error | 12 years ago | 
		
			
			
			
				
					| libavfilter.v | build: Change structure of the linker version script templates | 9 years ago | 
		
			
			
			
				
					| limiter.h | avfilter: add limiter filter | 8 years ago | 
		
			
			
			
				
					| log2_tab.c | lavfi: duplicate ff_log2_tab | 11 years ago | 
		
			
			
			
				
					| lswsutils.c | avfilter/lswsutils: dont override the default scaler | 12 years ago | 
		
			
			
			
				
					| lswsutils.h | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | 13 years ago | 
		
			
			
			
				
					| maskedmerge.h | lavfi/vf_maskedmerge: move to "activate" design. | 8 years ago | 
		
			
			
			
				
					| motion_estimation.c | avfilter/motion_estimation: Fix pre processor formating | 9 years ago | 
		
			
			
			
				
					| motion_estimation.h | avfilter: added motion estimation and interpolation filters | 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 | avfilter/pthread: use slice threading from avutil | 8 years ago | 
		
			
			
			
				
					| removegrain.h | all: Add missing header guards | 9 years ago | 
		
			
			
			
				
					| scale.c | libavfilter/scale: Populate ow/oh when using 0 as w/h | 8 years ago | 
		
			
			
			
				
					| scale.h | avfilter/scale: refactor common code for scaling height/width expressions | 8 years ago | 
		
			
			
			
				
					| setpts.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| settb.c | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | 11 years ago | 
		
			
			
			
				
					| signature.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| signature_lookup.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| split.c | avfilter/split: check ff_insert_outpad() for failure | 8 years ago | 
		
			
			
			
				
					| src_movie.c | avfilter/src_movie: check ff_insert_outpad() for failure | 8 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: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| transform.c | Factorize avpriv_mirror() out | 10 years ago | 
		
			
			
			
				
					| transform.h | transform: give avfilter_transform() a return value for returning an error | 13 years ago | 
		
			
			
			
				
					| trim.c | avfilter/formats: allow unknown channel layouts by default | 9 years ago | 
		
			
			
			
				
					| unsharp.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| unsharp_opencl.c | avfilter/unsharp: fix uninitialized pointer read | 8 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 | avfilter/vaf_spectrumsynth: check return code | 9 years ago | 
		
			
			
			
				
					| version.h | lavfi: bump minor version after change in options. | 8 years ago | 
		
			
			
			
				
					| vf_alphamerge.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_aspect.c | lavfi: fix compilation with FF_API_OLD_FILTER_OPTS=0. | 10 years ago | 
		
			
			
			
				
					| vf_atadenoise.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_avgblur.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_bbox.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_bitplanenoise.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_blackdetect.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_blackframe.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| vf_blend.c | lavfi/vf_blend: convert to framesync2. | 8 years ago | 
		
			
			
			
				
					| vf_boxblur.c | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | 9 years ago | 
		
			
			
			
				
					| vf_bwdif.c | avfilter: make use of ff_filter_get_nb_threads | 9 years ago | 
		
			
			
			
				
					| vf_chromakey.c | avfilter: make use of ff_filter_get_nb_threads | 9 years ago | 
		
			
			
			
				
					| vf_ciescope.c | avfilter/vf_ciescope: Free out AVFrame on error | 8 years ago | 
		
			
			
			
				
					| vf_codecview.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_colorbalance.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_colorchannelmixer.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_colorkey.c | avfilter: make use of ff_filter_get_nb_threads | 9 years ago | 
		
			
			
			
				
					| vf_colorlevels.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_colormatrix.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_colorspace.c | vf_colorspace: Add a pixdesc API alias name for bt2020nc color space | 8 years ago | 
		
			
			
			
				
					| vf_convolution.c | avfilter: add support for GRAY9 and GBRAP10 | 8 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 | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| vf_cropdetect.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| vf_curves.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_datascope.c | avfilter/vf_datascope: make it possible to change pixscope window position | 8 years ago | 
		
			
			
			
				
					| vf_dctdnoiz.c | avfilter/vf_dctdnoiz: add GBRP support | 8 years ago | 
		
			
			
			
				
					| vf_deband.c | avfilter/vf_deband: do not use uninitialized value | 8 years ago | 
		
			
			
			
				
					| vf_decimate.c | avfilter/vf_decimate: check ff_insert_inpad() for failure | 8 years ago | 
		
			
			
			
				
					| vf_deflicker.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_deinterlace_qsv.c | avfilter: Add AV_OPT_FLAG_FILTERING_PARAM where it is missing | 8 years ago | 
		
			
			
			
				
					| vf_deinterlace_vaapi.c | vf_deinterlace_vaapi: Add support for field rate output | 8 years ago | 
		
			
			
			
				
					| vf_dejudder.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_delogo.c | avfilter/delogo: Check that logo area is inside the picture | 9 years ago | 
		
			
			
			
				
					| vf_deshake.c | avfilter/vf_deshake: Free out AVFrame on error | 8 years ago | 
		
			
			
			
				
					| vf_detelecine.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_displace.c | lavfi/vf_displace: move to "activate" design. | 8 years ago | 
		
			
			
			
				
					| vf_drawbox.c | avfilter/vf_drawbox: reindent | 9 years ago | 
		
			
			
			
				
					| vf_drawtext.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| vf_edgedetect.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_elbg.c | lavfi/elbg: Make the pal8 output opaque. | 9 years ago | 
		
			
			
			
				
					| vf_eq.c | avfilter: do not leak AVFrame on failed buffer allocation | 8 years ago | 
		
			
			
			
				
					| vf_eq.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_extractplanes.c | avfilter/vf_extractplanes: check ff_insert_outpad() for failure | 8 years ago | 
		
			
			
			
				
					| vf_fade.c | lavfi: split frame_count between input and output. | 9 years ago | 
		
			
			
			
				
					| vf_fftfilt.c | avfilter: do not leak AVFrame on failed buffer allocation | 8 years ago | 
		
			
			
			
				
					| vf_field.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_fieldhint.c | avfilter/vf_fieldhint: Free out AVFrame on error | 8 years ago | 
		
			
			
			
				
					| vf_fieldmatch.c | avfilter/vf_fieldmatch: check ff_insert_inpad() for failure | 8 years ago | 
		
			
			
			
				
					| vf_fieldorder.c | avfilter/all: propagate errors of functions from avfilter/formats | 10 years ago | 
		
			
			
			
				
					| vf_find_rect.c | avfilter: add '.' at and of long filter description where it is missing | 10 years ago | 
		
			
			
			
				
					| vf_floodfill.c | avfilter: add floodfill filter | 8 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/vf_framerate: always request input if no output is provided in request_frame | 8 years ago | 
		
			
			
			
				
					| vf_framestep.c | lavfi: split frame_count between input and output. | 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 | 10 years ago | 
		
			
			
			
				
					| vf_gblur.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_geq.c | avfilter/vf_geq: >8 bps support | 8 years ago | 
		
			
			
			
				
					| vf_gradfun.c | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | 9 years ago | 
		
			
			
			
				
					| vf_hflip.c | avfilter: make use of ff_filter_get_nb_threads | 9 years ago | 
		
			
			
			
				
					| vf_histeq.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_histogram.c | avfilter: add support for GRAY9 and GBRAP10 | 8 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 | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_hue.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_hwdownload.c | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9' | 8 years ago | 
		
			
			
			
				
					| vf_hwmap.c | vf_hwmap: Properly free a locally derived device | 8 years ago | 
		
			
			
			
				
					| vf_hwupload.c | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9' | 8 years ago | 
		
			
			
			
				
					| vf_hwupload_cuda.c | hwupload_cuda : Add 10/16 bit format support | 8 years ago | 
		
			
			
			
				
					| vf_hysteresis.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_idet.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| vf_idet.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_il.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_interlace.c | avfilter/interlace: add complex vertical low-pass filter | 8 years ago | 
		
			
			
			
				
					| vf_kerndeint.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_lenscorrection.c | avfilter: make use of ff_filter_get_nb_threads | 9 years ago | 
		
			
			
			
				
					| vf_libopencv.c | avfilter/vf_libopencv: fix resource leak in read_shape_frame_filter | 8 years ago | 
		
			
			
			
				
					| vf_libvmaf.c | avfilter/vf_libvmaf: fix pre convert to framesync2 bugs | 8 years ago | 
		
			
			
			
				
					| vf_limiter.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_lumakey.c | avfilter: add lumakey filter | 8 years ago | 
		
			
			
			
				
					| vf_lut.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_lut2.c | avfilter/vf_lut2: add framesync options | 8 years ago | 
		
			
			
			
				
					| vf_lut3d.c | lavfi/vf_lut3d: convert to framesync2. | 8 years ago | 
		
			
			
			
				
					| vf_maskedclamp.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_maskedmerge.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_mcdeint.c | avfilter/vf_mcdeint: remove usage of deprecated AVCodecContext.me_method | 8 years ago | 
		
			
			
			
				
					| vf_mergeplanes.c | lavfi/vf_mergeplanes: move to "activate" design. | 8 years ago | 
		
			
			
			
				
					| vf_mestimate.c | avfilter: added motion estimation and interpolation filters | 9 years ago | 
		
			
			
			
				
					| vf_midequalizer.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_minterpolate.c | avfilter/vf_minterpolate: Use dx and dy | 8 years ago | 
		
			
			
			
				
					| vf_mpdecimate.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_neighbor.c | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | 9 years ago | 
		
			
			
			
				
					| vf_nlmeans.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_nnedi.c | lavfi/nnedi: Fix a compilation warning. | 9 years ago | 
		
			
			
			
				
					| vf_noise.c | avfilter: make use of ff_filter_get_nb_threads | 9 years ago | 
		
			
			
			
				
					| vf_noise.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_null.c | Merge remote-tracking branch 'qatar/master' | 12 years ago | 
		
			
			
			
				
					| vf_ocr.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| vf_overlay.c | lavfi/vf_overlay: use framesync2 options. | 8 years ago | 
		
			
			
			
				
					| vf_owdenoise.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_pad.c | avfilter/vf_pad: revert part of 57c3670896c69714ca | 8 years ago | 
		
			
			
			
				
					| vf_palettegen.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_paletteuse.c | lavfi/vf_paletteuse: convert to framesync2. | 8 years ago | 
		
			
			
			
				
					| vf_perspective.c | avfilter/vf_perspective: Free out AVFrame on error | 8 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: don't anonymously typedef structs | 8 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_premultiply.c | avfilter/vf_premultiply: add inplace mode | 8 years ago | 
		
			
			
			
				
					| vf_pseudocolor.c | avfilter/vf_pseudocolor: add high bitdepth support | 8 years ago | 
		
			
			
			
				
					| vf_psnr.c | lavfi/vf_psnr: convert to framesync2. | 8 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. | 10 years ago | 
		
			
			
			
				
					| vf_readeia608.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| vf_readvitc.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| vf_remap.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_removegrain.c | avfilter: make use of ff_filter_get_nb_threads | 9 years ago | 
		
			
			
			
				
					| vf_removelogo.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_repeatfields.c | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | 9 years ago | 
		
			
			
			
				
					| vf_rotate.c | lavfi: split frame_count between input and output. | 9 years ago | 
		
			
			
			
				
					| vf_sab.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_scale.c | libavfilter/scale2ref: Maintain main input's DAR | 8 years ago | 
		
			
			
			
				
					| vf_scale_cuda.c | avfilter/scale_cuda: add CUDA scale filter | 8 years ago | 
		
			
			
			
				
					| vf_scale_cuda.cu | avfilter/scale_cuda: add CUDA scale filter | 8 years ago | 
		
			
			
			
				
					| vf_scale_npp.c | avfilter/scale_npp: fix logic used in previous patch | 8 years ago | 
		
			
			
			
				
					| vf_scale_qsv.c | avfilter: Add AV_OPT_FLAG_FILTERING_PARAM where it is missing | 8 years ago | 
		
			
			
			
				
					| vf_scale_vaapi.c | Merge commit 'e3fb74f7f9a8f1895381355f40c92cac3c1023d9' | 8 years ago | 
		
			
			
			
				
					| vf_selectivecolor.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_separatefields.c | avfilter/vf_separatefields: stop leaking last frame | 8 years ago | 
		
			
			
			
				
					| vf_setfield.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_showinfo.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| vf_showpalette.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_shuffleframes.c | avfilter/vf_shuffleframes: allow also dropping frames | 8 years ago | 
		
			
			
			
				
					| vf_shuffleplanes.c | avfilter: add '.' at and of long filter description where it is missing | 10 years ago | 
		
			
			
			
				
					| vf_signalstats.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_signature.c | avfilter/vf_signature: fix memory leaks in error cases | 8 years ago | 
		
			
			
			
				
					| vf_smartblur.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_spp.c | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT | 9 years ago | 
		
			
			
			
				
					| vf_spp.h | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_ssim.c | vf_ssim: convert to framesync2. | 8 years ago | 
		
			
			
			
				
					| vf_stack.c | lavfi/vf_stack: move to "activate" design. | 8 years ago | 
		
			
			
			
				
					| vf_stereo3d.c | avfilter: make use of ff_filter_get_nb_threads | 9 years ago | 
		
			
			
			
				
					| vf_subtitles.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_super2xsai.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_swaprect.c | avfilter: do not use AVFrame accessor | 8 years ago | 
		
			
			
			
				
					| vf_swapuv.c | avfilter: hflip,swapuv,vflip: add timeline support | 9 years ago | 
		
			
			
			
				
					| vf_telecine.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_threshold.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_thumbnail.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_tile.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_tinterlace.c | avfilter/interlace: add complex vertical low-pass filter | 8 years ago | 
		
			
			
			
				
					| vf_tonemap.c | Add tonemap filter | 8 years ago | 
		
			
			
			
				
					| vf_transpose.c | avfilter/vf_transpose: rewrite for x86 SIMD | 8 years ago | 
		
			
			
			
				
					| vf_unsharp.c | avfilter/vf_unsharp: Free out AVFrame on error | 8 years ago | 
		
			
			
			
				
					| vf_uspp.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_vaguedenoiser.c | avfilter/vf_vaguedenoiser: calculate dimensions at init | 9 years ago | 
		
			
			
			
				
					| vf_vectorscope.c | avfilter: add support for GRAY9 and GBRAP10 | 8 years ago | 
		
			
			
			
				
					| vf_vflip.c | avfilter: hflip,swapuv,vflip: add timeline support | 9 years ago | 
		
			
			
			
				
					| vf_vidstabdetect.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_vidstabtransform.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_vignette.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_w3fdif.c | avfilter/w3fdif: do not write to line before start line | 8 years ago | 
		
			
			
			
				
					| vf_waveform.c | avfilter/vf_waveform: add support for 9 bit depth lowpass | 8 years ago | 
		
			
			
			
				
					| vf_weave.c | avfilter/vf_weave: fix top vs bottom field order | 8 years ago | 
		
			
			
			
				
					| vf_xbr.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vf_yadif.c | avfilter: make use of ff_filter_get_nb_threads | 9 years ago | 
		
			
			
			
				
					| vf_zoompan.c | avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC | 8 years ago | 
		
			
			
			
				
					| vf_zscale.c | zscale: Enable single precision input/ouput filtering | 8 years ago | 
		
			
			
			
				
					| video.c | Merge commit '7433feb82f75827884d909de34d341a1c4401d4a' | 8 years ago | 
		
			
			
			
				
					| video.h | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | 12 years ago | 
		
			
			
			
				
					| vidstabutils.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vidstabutils.h | vidstabutils: improve documentation | 11 years ago | 
		
			
			
			
				
					| vsink_nullsink.c | Merge remote-tracking branch 'qatar/master' | 12 years ago | 
		
			
			
			
				
					| vsrc_cellauto.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vsrc_life.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vsrc_mandelbrot.c | avfilter: don't anonymously typedef structs | 8 years ago | 
		
			
			
			
				
					| vsrc_mptestsrc.c | lavfi: split frame_count between input and output. | 9 years ago | 
		
			
			
			
				
					| vsrc_testsrc.c | lavfi/testsrc2: fix completely transparent alpha. | 8 years ago | 
		
			
			
			
				
					| w3fdif.h | avfilter/vf_w3fdif: add >8 but <16 bit support | 8 years ago | 
		
			
			
			
				
					| window_func.c | avfilter/window_func: use a constant instead of acosh() | 9 years ago | 
		
			
			
			
				
					| window_func.h | avfilter/window_func: add cauchy, parzen and poisson window function | 9 years ago | 
		
			
			
			
				
					| yadif.h | avfilter/yadif: Change enums to int, which are accessed via AVOption as int | 10 years ago |