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 d1401cb1d0 avfilter/avf_showcqt: optimize draw routines 9 years ago
..
x86 x86/vf_blend: Add SSE2 optimization for divide 9 years ago
Makefile avfilter: add datascope filter 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: Set last_expr to the default 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 lavfi/af_amix: fix memory leak 9 years ago
af_anequalizer.c avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist frequency 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 lavfi/af_compand: replace pow(10,x) by ff_exp10(x) 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: add firequalizer filter 9 years ago
af_flanger.c avfilter/af_flanger: use rint instead of floor hack 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_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 lavfi/af_sofalizer: remove exp2 and replace clz by ff_clz 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 lavfi/af_volume: replace pow(10,x) by ff_exp10(x) 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 datascope filter 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/avf_ahistogram: assert that variables are initialized by switch() 9 years ago
avf_aphasemeter.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
avf_avectorscope.c avfilter/avf_avectorscope: assert that variables are initialized by switch() 9 years ago
avf_concat.c lavfi/avf_concat: return immediately after requesting a frame on input. 9 years ago
avf_showcqt.c avfilter/avf_showcqt: optimize draw routines 9 years ago
avf_showcqt.h avfilter/avf_showcqt: improve pts handling 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/avf_showvolume: support unknown channel layouts too 9 years ago
avf_showwaves.c avfilter/avf_showwaves: add logarithmic amplitude scaler 9 years ago
avfilter.c Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3' 9 years ago
avfilter.h Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3' 9 years ago
avfiltergraph.c lavfi: make request_frame() non-recursive. 9 years ago
avfiltergraph.h
avfilterres.rc Add Windows resource file support for shared libraries 11 years ago
bbox.c
bbox.h
blend.h avfilter/vf_blend: add freeze and heat modes 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
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 avfilter/drawutils: fix gray and gbr formats on big endian 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_drawgraph.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
f_ebur128.c lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x) 9 years ago
f_interleave.c lavfi: replace link.closed by link.status. 9 years ago
f_loop.c avfilter: add loop filters 9 years ago
f_metadata.c avfilter/f_metadata: remove unused headers 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
filtfmts.c filtfmts: Avoid null pointer dereference 10 years ago
formats.c avfilter/formats: fix leak of formats on error 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: Support both syntaxes for the scale filter 9 years ago
hermite.h all: Add missing header guards 9 years ago
interlace.h Merge commit '2e1704059ae8625beda2ffde847ad22c5ba416dc' 10 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
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 Merge commit '29c2d06d67724e994980045afa055c6c34611b30' 9 years ago
removegrain.h all: Add missing header guards 9 years ago
setpts.c Merge commit '018bdaed37d2f1735dbecfc58309a1a164abadd5' 9 years ago
settb.c Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' 11 years ago
split.c avfilter/split: support any channel count for asplit filter 9 years ago
src_movie.c Replace remaining occurances of av_free_packet with av_packet_unref 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 avfilter/trim: support all channel numbers in atrim filter 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
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: assert that variables are initialized by switch() 9 years ago
version.h avfilter: add datascope filter 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: add freeze and heat modes 9 years ago
vf_boxblur.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_bwdif.c avfilter: add BobWeaver deinterlacing filter 9 years ago
vf_chromakey.c chromakey: Use the pixel descriptor API for chroma subsampling info 9 years ago
vf_codecview.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 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 lavfi/colormatrix: Add a bt601 alias 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_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 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 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 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_deshake.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_detelecine.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 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 lavfi/drawtext: Fix microsecond display. 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 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_eq.h lavfi/eq: rework expression evaluation 10 years ago
vf_extractplanes.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_fade.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 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: add fieldhint filter 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: handle error in query_formats() in bunch of filters 10 years ago
vf_fps.c vf_fps: set frame_rate. 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 vf_frei0r: also set AVFilterLink.frame_rate 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 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 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 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_hqdn3d.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 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_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 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 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 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_owdenoise.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vf_pad.c avfilter/vf_pad: fix direct padding 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 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 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_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: Detecting changes of incoming frame properties and dinamically evaluate width and height expressions 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 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 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: add color5 mode, mode like color but with higher saturation 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: add 12bit depth support 9 years ago
vf_xbr.c all: do standards compliant absdiff computation 9 years ago
vf_yadif.c avfilter/vf_yadif: make use of ctx pointer 9 years ago
vf_zoompan.c avfilter/vf_zoompan: Initialize ret 9 years ago
vf_zscale.c avfilter/vf_zscale: make it possible to override input frame parameters 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/vsrc_cellauto: use the name 's' for the pointer to the private context 9 years ago
vsrc_life.c avfilter/all: propagate errors of functions from avfilter/formats 9 years ago
vsrc_mandelbrot.c lavfi/vsrc_mandelbrot: replace round by lrint 9 years ago
vsrc_mptestsrc.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
vsrc_testsrc.c avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 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