FFmpeg/libavfilter
Ganesh Ajjanagadde 3e2e303e4b lavfi/avf_showspectrum: replace rint by lrint
avoids float to int cast.

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
2015-12-26 20:29:22 -08:00
..
x86 x86/vf_blend: add sse2 versions of blend_difference and blend_negation 2015-12-24 13:05:27 -03:00
aeval.c
af_adelay.c avfilter: do not leak frame if ff_get_audio_buffer() fails 2015-11-25 21:59:33 +01:00
af_aecho.c avfilter: do not leak frame if ff_get_audio_buffer() fails 2015-11-25 21:59:33 +01:00
af_aemphasis.c lavfi/af_aemphasis: remove unnecessary complex number usage 2015-12-23 09:22:59 -08:00
af_afade.c avfilter/af_afade: improve accuracy and speed of gain computation 2015-11-26 09:20:46 -05:00
af_aformat.c
af_agate.c avfilter/af_agate: change default for detection to rms 2015-12-03 11:07:52 +01:00
af_alimiter.c avfilter/af_alimiter: add 3 more options 2015-12-06 19:10:39 +01:00
af_amerge.c
af_amix.c lavfi/af_amix: fix memory leak 2015-12-09 07:58:19 -05:00
af_anequalizer.c avfilter/af_anequalizer: make cliping filter type actually useful 2015-12-25 15:03:46 +01:00
af_anull.c
af_apad.c
af_aphaser.c
af_apulsator.c avfilter: add audio pulsator filter 2015-12-02 12:09:06 +01:00
af_aresample.c
af_asetnsamples.c
af_asetrate.c
af_ashowinfo.c
af_astats.c
af_asyncts.c avfilter: add '.' at and of long filter description where it is missing 2015-11-25 22:22:17 +01:00
af_atempo.c
af_biquads.c avfilter/af_biquads: display clipping warnings once per filtered frame 2015-12-23 19:15:25 +01:00
af_bs2b.c
af_channelmap.c lavfi/af_channelmap: fix memory leak 2015-12-09 07:58:13 -05:00
af_channelsplit.c
af_chorus.c avfilter: do not leak frame if ff_get_audio_buffer() fails 2015-11-25 21:59:33 +01:00
af_compand.c lavfi/af_compand: replace pow(10,x) by ff_exp10(x) 2015-12-25 10:48:18 -08:00
af_compensationdelay.c avfilter: add compensation delay line filter 2015-11-28 17:56:40 +01:00
af_dcshift.c
af_dynaudnorm.c lavfi/af_dynaudnorm: replace round by lrint 2015-12-21 08:22:23 -08:00
af_earwax.c
af_extrastereo.c
af_flanger.c avfilter/af_flanger: use rint instead of floor hack 2015-12-02 18:31:56 -05:00
af_join.c lavfi/af_join: partially fix scheduling. 2015-11-07 16:43:36 +01:00
af_ladspa.c avfilter/af_ladspa: fix av_assert0() 2015-12-21 13:27:56 +01:00
af_pan.c
af_replaygain.c
af_resample.c
af_rubberband.c
af_sidechaincompress.c avfilter/af_sidechaincompress: kill init function 2015-12-03 11:07:52 +01:00
af_silencedetect.c
af_silenceremove.c
af_sofalizer.c avfilter/af_sofalizer: make virtual speaker positioning supports all channel layouts 2015-12-24 19:00:05 +01:00
af_stereotools.c avfilter/af_stereotools: fix logic fail 2015-12-06 10:09:09 +01:00
af_stereowiden.c
af_tremolo.c avfilter/tremolo: fix wavetable buffer size 2015-10-29 18:16:09 +01:00
af_vibrato.c avfilter: add vibrato filter 2015-10-26 20:56:17 +01:00
af_volume.c lavfi/af_volume: replace pow(10,x) by ff_exp10(x) 2015-12-25 10:48:18 -08:00
af_volume.h
af_volumedetect.c avfilter/af_volumedetect: use log10 instead of hardcoded constant 2015-12-01 19:31:58 -05:00
all_channel_layouts.inc
allfilters.c avfilter: add high-order parametric multiband equalizer filter 2015-12-25 14:22:28 +01:00
asink_anullsink.c
asrc_anoisesrc.c avfilter: add anoisesrc 2015-11-08 18:50:26 +01:00
asrc_anullsrc.c
asrc_flite.c
asrc_sine.c avfilter/asrc_sine: fix options typos 2015-10-29 17:43:13 +01:00
audio.c
audio.h
avf_aphasemeter.c
avf_avectorscope.c
avf_concat.c lavfi/avf_concat: return immediately after requesting a frame on input. 2015-11-07 16:43:36 +01:00
avf_showcqt.c avfilter/showcqt: BASEFREQ and ENDFREQ cast to double 2015-12-07 01:28:48 +01:00
avf_showcqt.h avfilter/avf_showcqt: Fix ;; 2015-10-28 03:26:08 +01:00
avf_showfreqs.c avfilter/avf_showfreqs: make it possible to split channels 2015-12-20 19:52:51 +01:00
avf_showspectrum.c lavfi/avf_showspectrum: replace rint by lrint 2015-12-26 20:29:22 -08:00
avf_showvolume.c avfilter/avf_showvolume: Fix "warning: comparison of unsigned expression < 0 is always false" 2015-11-29 15:47:42 +01:00
avf_showwaves.c avfilter: use AV_OPT_TYPE_BOOL in a bunch of places 2015-12-04 15:37:06 +01:00
avfilter.c lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01:00
avfilter.h lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01:00
avfiltergraph.c lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01:00
avfiltergraph.h
avfilterres.rc
bbox.c
bbox.h
blend.h
bufferqueue.h
buffersink.c lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01:00
buffersink.h
buffersrc.c buffersrc: accept the frame rate as argument. 2015-11-09 08:09:41 +01:00
buffersrc.h
deshake_opencl_kernel.h
deshake_opencl.c
deshake_opencl.h
deshake.h
drawutils.c drawutils: Reindent 2015-10-26 23:24:30 -07:00
drawutils.h lavfi/drawutils: add const to blending mask. 2015-10-25 20:58:21 +01:00
dualinput.c
dualinput.h
f_drawgraph.c
f_ebur128.c lavfi/f_ebur128: replace pow(10,x) by ff_exp10(x) 2015-12-25 10:48:18 -08:00
f_interleave.c lavfi: replace link.closed by link.status. 2015-12-22 16:04:30 +01:00
f_perms.c
f_realtime.c avfilter: add '.' at and of long filter description where it is missing 2015-11-25 22:22:17 +01:00
f_reverse.c
f_select.c lavfi/select: add support for concatdec_select option 2015-11-25 00:34:29 +01:00
f_sendcmd.c all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 2015-11-03 16:28:30 -05:00
f_zmq.c
fifo.c lavfi/fifo: do not assume request_frame() returns a frame. 2015-11-07 16:43:36 +01:00
filtfmts.c
formats.c avfilter: add SOFAlizer audio filter 2015-12-12 20:56:36 +01:00
formats.h avfilter: add SOFAlizer audio filter 2015-12-12 20:56:36 +01:00
framepool.c lavfi: use a video frame pool for each link of the filtergraph 2015-12-15 10:35:41 +01:00
framepool.h lavfi: use a video frame pool for each link of the filtergraph 2015-12-15 10:35:41 +01:00
framesync.c
framesync.h
generate_wave_table.c
generate_wave_table.h
gradfun.h
graphdump.c
graphparser.c
hermite.h
interlace.h
internal.h lavfi: make request_frame() non-recursive. 2015-12-22 16:04:30 +01:00
lavfutils.c Replace remaining occurances of av_free_packet with av_packet_unref 2015-10-27 14:35:30 +01:00
lavfutils.h
libavfilter.v
log2_tab.c
lswsutils.c
lswsutils.h
Makefile avfilter: add high-order parametric multiband equalizer filter 2015-12-25 14:22:28 +01:00
maskedmerge.h
opencl_allkernels.c
opencl_allkernels.h
psnr.h
pthread.c
removegrain.h
setpts.c Merge commit '018bdaed37d2f1735dbecfc58309a1a164abadd5' 2015-11-11 14:56:53 +01:00
settb.c
split.c lavfi: replace link.closed by link.status. 2015-12-22 16:04:30 +01:00
src_movie.c Replace remaining occurances of av_free_packet with av_packet_unref 2015-10-27 14:35:30 +01:00
ssim.h
stereo3d.h
thread.h
tinterlace.h
transform.c
transform.h
trim.c lavfi: replace link.closed by link.status. 2015-12-22 16:04:30 +01:00
unsharp_opencl_kernel.h
unsharp_opencl.c
unsharp_opencl.h
unsharp.h
version.h avfilter: add high-order parametric multiband equalizer filter 2015-12-25 14:22:28 +01:00
vf_alphamerge.c lavfi/vf_alphamerge: fix unitialized pointers 2015-12-10 08:01:40 -05:00
vf_aspect.c
vf_atadenoise.c
vf_bbox.c
vf_blackdetect.c
vf_blackframe.c
vf_blend.c
vf_boxblur.c vf_boxblur: Templatize blur{8,16} 2015-11-01 18:52:50 -08:00
vf_chromakey.c
vf_codecview.c avfilter/codecview: reindent after previous commit 2015-12-05 12:25:14 +01:00
vf_colorbalance.c
vf_colorchannelmixer.c lavfi/vf_colorchannelmixer: replace round by lrint 2015-12-21 08:15:31 -08:00
vf_colorkey.c
vf_colorlevels.c lavfi/vf_colorlevels: replace round by lrint 2015-12-21 08:17:13 -08:00
vf_colormatrix.c
vf_copy.c
vf_cover_rect.c avfilter: add '.' at and of long filter description where it is missing 2015-11-25 22:22:17 +01:00
vf_crop.c lavfi/vf_crop: replace round by lrint 2015-12-21 08:21:20 -08:00
vf_cropdetect.c lavfi/vf_cropdetect: replace round by lrint 2015-12-19 09:34:08 -08:00
vf_curves.c
vf_dctdnoiz.c
vf_deband.c
vf_decimate.c avfilter/vf_decimate: fix typo in fraction 2015-12-14 23:38:36 +01:00
vf_dejudder.c
vf_delogo.c avfilter/vf_delogo: change the definition of logo_x2 and logo_y2 2015-12-19 03:12:31 +01:00
vf_deshake.c all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 2015-11-03 16:28:30 -05:00
vf_detelecine.c
vf_displace.c
vf_drawbox.c
vf_drawtext.c lavfi/vf_drawtext: replace round by llrint 2015-12-21 08:18:12 -08:00
vf_edgedetect.c
vf_elbg.c
vf_eq.c
vf_eq.h
vf_extractplanes.c lavfi: replace link.closed by link.status. 2015-12-22 16:04:30 +01:00
vf_fade.c
vf_fftfilt.c avfilter: add '.' at and of long filter description where it is missing 2015-11-25 22:22:17 +01:00
vf_field.c
vf_fieldmatch.c
vf_fieldorder.c
vf_find_rect.c avfilter: add '.' at and of long filter description where it is missing 2015-11-25 22:22:17 +01:00
vf_format.c
vf_fps.c vf_fps: set frame_rate. 2015-11-09 08:09:41 +01:00
vf_framepack.c Merge commit '7d12cba95ca15198a930c05458dc414ac00c578b' 2015-11-11 14:58:33 +01:00
vf_framerate.c
vf_framestep.c
vf_frei0r.c vf_frei0r: also set AVFilterLink.frame_rate 2015-11-09 08:09:42 +01:00
vf_fspp.c
vf_fspp.h avfilter/vf_fspp: use M_SQRT1_2, M_SQRT2 2015-11-22 16:16:16 -05:00
vf_geq.c
vf_gradfun.c
vf_hflip.c
vf_histeq.c
vf_histogram.c lavfi/vf_histogram: replace round by lrint 2015-12-21 08:23:21 -08:00
vf_hqdn3d.c
vf_hqdn3d.h
vf_hqx.c
vf_hue.c lavfi/vf_hue: replace rint by lrint 2015-12-26 20:29:22 -08:00
vf_idet.c lavfi/vf_idet: replace round and cast by lrint 2015-12-19 09:33:32 -08:00
vf_idet.h
vf_il.c
vf_interlace.c vf_interlace: implement frame rate 2015-11-09 08:09:41 +01:00
vf_kerndeint.c
vf_lenscorrection.c
vf_libopencv.c
vf_lut3d.c
vf_lut.c vf_lut: Add support for RGB48 and RGBA64. 2015-10-30 03:55:12 +01:00
vf_maskedmerge.c
vf_mcdeint.c Replace remaining occurances of av_free_packet with av_packet_unref 2015-10-27 14:35:30 +01:00
vf_mergeplanes.c
vf_mpdecimate.c lavfi/vf_mpdecimate: remove request_frame(). 2015-12-22 15:55:00 +01:00
vf_neighbor.c avfilter: add '.' at and of long filter description where it is missing 2015-11-25 22:22:17 +01:00
vf_noise.c
vf_noise.h
vf_null.c
vf_ocr.c
vf_overlay.c lavfi/vf_overlay: fix unitialized pointers 2015-12-10 07:53:47 -05:00
vf_owdenoise.c
vf_pad.c Merge commit '2ec112f71cd03ccab1b6f9a00d29199a57bcc7a5' 2015-11-10 18:13:46 +01:00
vf_palettegen.c all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 2015-11-03 16:28:30 -05:00
vf_paletteuse.c
vf_perspective.c avfilter/vf_perspective: use lrint instead of floor hack 2015-12-02 18:31:56 -05:00
vf_phase.c
vf_pixdesctest.c
vf_pp7.c
vf_pp7.h
vf_pp.c
vf_psnr.c avfilter/vf_psnr: use log10 instead of log()/log(10) 2015-10-29 18:53:11 -04:00
vf_pullup.c avfilter: use AV_OPT_TYPE_BOOL in a bunch of places 2015-12-04 15:37:06 +01:00
vf_pullup.h
vf_qp.c
vf_random.c
vf_removegrain.c all: use FFDIFFSIGN to resolve possible undefined behavior in comparators 2015-11-03 16:28:30 -05:00
vf_removelogo.c
vf_repeatfields.c
vf_rotate.c avfilter/vf_rotate: correct log message 2015-11-03 16:22:33 -05:00
vf_sab.c
vf_scale.c lavfi/scale: add nb_slices debug option 2015-12-21 10:30:52 +01:00
vf_selectivecolor.c
vf_separatefields.c
vf_setfield.c
vf_showinfo.c Merge commit '1339009c4924a20e872aa62897097bf5d071157c' 2015-11-11 15:01:15 +01:00
vf_showpalette.c lavfi/show_palette: fix memory leak 2015-12-09 07:57:37 -05:00
vf_shuffleframes.c avfilter/vf_shuffleframes: Assert that the case of an uninitialized ret does not occur 2015-12-01 22:00:25 +01:00
vf_shuffleplanes.c avfilter: add '.' at and of long filter description where it is missing 2015-11-25 22:22:17 +01:00
vf_signalstats.c
vf_smartblur.c
vf_spp.c
vf_spp.h
vf_ssim.c avfilter/vf_ssim: use log10 instead of log()/log(10) 2015-10-29 19:02:05 -04:00
vf_stack.c avfilter/vf_stack: make it possible to stop with shortest stream 2015-11-26 10:02:00 +01:00
vf_stereo3d.c avfilter/vf_stereo3d: add interleave columns input support 2015-12-19 19:23:47 +01:00
vf_subtitles.c Replace remaining occurances of av_free_packet with av_packet_unref 2015-10-27 14:35:30 +01:00
vf_super2xsai.c
vf_swapuv.c
vf_telecine.c
vf_thumbnail.c
vf_tile.c
vf_tinterlace.c
vf_transpose.c
vf_unsharp.c
vf_uspp.c
vf_vectorscope.c
vf_vflip.c
vf_vidstabdetect.c
vf_vidstabtransform.c
vf_vignette.c
vf_w3fdif.c
vf_waveform.c aviflter/vf_waveform: speed up non-color filters 2015-11-10 20:42:13 +01:00
vf_xbr.c
vf_yadif.c Merge commit '9df477e03ef74068f3de130adc4dd34349a16ef2' 2015-11-11 14:50:33 +01:00
vf_zoompan.c
vf_zscale.c
video.c lavfi: use a video frame pool for each link of the filtergraph 2015-12-15 10:35:41 +01:00
video.h
vidstabutils.c
vidstabutils.h
vsink_nullsink.c
vsrc_cellauto.c
vsrc_life.c
vsrc_mandelbrot.c lavfi/vsrc_mandelbrot: replace round by lrint 2015-12-19 09:34:26 -08:00
vsrc_mptestsrc.c avfilter/vsrc_mptestsrc: use lrint instead of floor hack 2015-12-02 18:31:56 -05:00
vsrc_testsrc.c lavfi/vsrc_testsrc: replace pow(10,x) by ff_exp10(x) 2015-12-25 10:48:18 -08:00
w3fdif.h
yadif.h