ffmpeg/libavfilter
Clément Bœsch f888331769 avfilter: add codecview filter 2014-08-24 14:35:11 +02:00
..
libmpcodecs Drop remaining unneeded != NULL 2014-08-15 22:47:45 +02:00
x86
Makefile avfilter: add codecview filter 2014-08-24 14:35:11 +02:00
aeval.c
af_aconvert.c
af_adelay.c
af_aecho.c
af_afade.c
af_aformat.c
af_amerge.c libavfilter/af_amerge: Do not depend on SWR_CH_MAX 2014-08-10 01:08:46 +02:00
af_amix.c Drop remaining unneeded != NULL 2014-08-15 22:47:45 +02:00
af_anull.c
af_apad.c lavfi/apad: fix logic when whole_len or pad_len options are specified 2014-08-21 16:59:07 +02:00
af_aphaser.c
af_aresample.c
af_asetnsamples.c
af_asetrate.c
af_ashowinfo.c
af_astats.c
af_astreamsync.c
af_asyncts.c
af_atempo.c avfilter/atempo: Flush all buffered input samples 2014-08-19 12:53:09 +02:00
af_biquads.c
af_bs2b.c
af_channelmap.c Merge commit 'f0e959481968b6d906931127237ed981b6414f6e' 2014-08-02 04:47:31 +02:00
af_channelsplit.c
af_compand.c
af_earwax.c
af_flanger.c
af_join.c Merge commit '87efaa97ceb0ad5820870855d6df3e569e6eac7e' 2014-08-02 04:45:26 +02:00
af_ladspa.c
af_pan.c avfilter/af_pan: Do not use SWR_CH_MAX 2014-08-10 01:08:45 +02:00
af_replaygain.c
af_resample.c
af_silencedetect.c
af_volume.c
af_volume.h
af_volumedetect.c
all_channel_layouts.inc
allfilters.c avfilter: add codecview filter 2014-08-24 14:35:11 +02:00
asink_anullsink.c
asrc_abuffer.h
asrc_anullsrc.c
asrc_flite.c
asrc_sine.c
audio.c
audio.h
avcodec.c
avcodec.h
avf_avectorscope.c
avf_concat.c
avf_showcqt.c avfilter/showcqt: add fontcolor option 2014-08-23 10:01:22 +02:00
avf_showspectrum.c avfilter/avf_showspectrum: fix colums typo 2014-08-20 18:49:01 +02:00
avf_showwaves.c avfilter/showwaves: align const mode values (cosmetics) 2014-08-20 22:32:06 +02:00
avfilter.c
avfilter.h
avfiltergraph.c
avfiltergraph.h
avfilterres.rc
bbox.c
bbox.h
buffer.c
bufferqueue.h
buffersink.c
buffersink.h
buffersrc.c
buffersrc.h
deshake.h avfilter/deshake: remove avcodec dependency 2014-08-05 21:05:52 +02:00
deshake_opencl.c lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter() 2014-08-12 03:49:45 +02:00
deshake_opencl.h
deshake_opencl_kernel.h
drawutils.c
drawutils.h
dualinput.c
dualinput.h
f_ebur128.c
f_interleave.c
f_perms.c
f_select.c avfilter/select: larger pixel sad computation 2014-08-14 19:11:13 +02:00
f_sendcmd.c
f_zmq.c
fifo.c
filtfmts.c Merge commit '072916d903d3a925bcd0c864f12254157cab63c1' 2014-08-03 19:35:08 +02:00
formats.c
formats.h
framesync.c
framesync.h
generate_wave_table.c
generate_wave_table.h
gradfun.h
graphdump.c
graphparser.c
internal.h
lavfutils.c avfilter/lavfutils/ff_load_image: Return error if no frame could be decoded 2014-08-16 01:34:34 +02:00
lavfutils.h
libavfilter.v lavfi: stop exporting internal functions 2014-08-10 04:51:19 +02:00
log2_tab.c lavfi: duplicate ff_log2_tab 2014-08-13 01:00:38 +02:00
lswsutils.c
lswsutils.h
opencl_allkernels.c
opencl_allkernels.h
pthread.c
setpts.c Merge commit '593aaee953f8b07c141ff115e67bae85ef0350c7' 2014-08-21 21:47:43 +02:00
settb.c
split.c
src_movie.c lavfi/src_movie: minor simplifications 2014-07-24 04:50:32 +02:00
thread.h
transform.c
transform.h
trim.c avfilter/trim: remove duplicate assignment 2014-07-31 20:53:15 +02:00
unsharp.h
unsharp_opencl.c lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter() 2014-08-12 03:49:45 +02:00
unsharp_opencl.h
unsharp_opencl_kernel.h
version.h avfilter/showcqt: add fontcolor option 2014-08-23 10:01:22 +02:00
vf_alphamerge.c
vf_aspect.c
vf_bbox.c Use new av_dict_set_int helper function. 2014-08-16 14:31:41 +02:00
vf_blackdetect.c
vf_blackframe.c
vf_blend.c
vf_boxblur.c
vf_codecview.c avfilter: add codecview filter 2014-08-24 14:35:11 +02:00
vf_colorbalance.c
vf_colorchannelmixer.c
vf_colormatrix.c
vf_copy.c
vf_crop.c
vf_cropdetect.c Use new av_dict_set_int helper function. 2014-08-16 14:31:41 +02:00
vf_curves.c
vf_dctdnoiz.c avfilter/dctdnoiz: add slice threading 2014-08-13 19:32:00 +02:00
vf_decimate.c
vf_dejudder.c
vf_delogo.c
vf_deshake.c avfilter/deshake: remove avcodec dependency 2014-08-05 21:05:52 +02:00
vf_drawbox.c
vf_drawtext.c
vf_edgedetect.c
vf_elbg.c
vf_extractplanes.c
vf_fade.c
vf_field.c
vf_fieldmatch.c
vf_fieldorder.c
vf_format.c
vf_fps.c vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrame 2014-08-03 01:29:43 -07:00
vf_framepack.c
vf_framestep.c
vf_frei0r.c
vf_geq.c
vf_gradfun.c
vf_hflip.c
vf_histeq.c
vf_histogram.c
vf_hqdn3d.c
vf_hqdn3d.h
vf_hqx.c
vf_hue.c
vf_idet.c
vf_il.c
vf_interlace.c Merge commit '52269f48e835a52023656f8330262ae70e6061c4' 2014-08-01 16:39:28 +02:00
vf_kerndeint.c
vf_lenscorrection.c avfilter/vf_lenscorrection: fix memleak 2014-08-21 13:35:30 +02:00
vf_libopencv.c
vf_lut.c
vf_lut3d.c
vf_mcdeint.c
vf_mergeplanes.c
vf_mp.c
vf_mpdecimate.c avfilter/mp_decimate: remove avcodec dependency 2014-08-05 21:05:52 +02:00
vf_noise.c avfilter/vf_noise: make constant things const 2014-08-05 17:04:13 +02:00
vf_null.c
vf_overlay.c
vf_owdenoise.c
vf_pad.c
vf_perspective.c avfitler/vf_perspective: support slice threading 2014-08-13 14:04:21 +00:00
vf_phase.c
vf_pixdesctest.c
vf_pp.c
vf_psnr.c
vf_pullup.c avfilter/vf_pullup: 2nd try to workaround gcc 4.4.3 bug on arm 2014-08-01 14:17:53 +02:00
vf_pullup.h
vf_removelogo.c
vf_rotate.c
vf_sab.c
vf_scale.c avfilter/vf_scale: fix log message category 2014-07-28 05:15:16 +02:00
vf_separatefields.c
vf_setfield.c
vf_showinfo.c Merge commit '1ef9e8376466bb1e2c147e47554b94cab9c8b04a' 2014-08-04 06:11:34 +02:00
vf_shuffleplanes.c
vf_signalstats.c
vf_smartblur.c
vf_spp.c avfilter/vf_spp: Use dct->get_pixels() 2014-08-03 23:36:01 +02:00
vf_spp.h avfilter/vf_spp: Use dct->get_pixels() 2014-08-03 23:36:01 +02:00
vf_stereo3d.c
vf_subtitles.c
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_vflip.c
vf_vidstabdetect.c vidstab*: Remove accidentally exported av_2_vs_pixel_format() 2014-08-22 22:18:46 +02:00
vf_vidstabtransform.c vidstab*: Remove accidentally exported av_2_vs_pixel_format() 2014-08-22 22:18:46 +02:00
vf_vignette.c
vf_w3fdif.c
vf_yadif.c
vf_zoompan.c
video.c Merge commit '67a7695c142561fe60f21adffe89c133385d37c9' 2014-08-20 00:23:15 +02:00
video.h
vidstabutils.c vidstab*: Remove accidentally exported av_2_vs_pixel_format() 2014-08-22 22:18:46 +02:00
vidstabutils.h vidstabutils: improve documentation 2014-08-22 22:19:20 +02:00
vsink_nullsink.c
vsrc_cellauto.c
vsrc_life.c
vsrc_mandelbrot.c
vsrc_mptestsrc.c
vsrc_testsrc.c
yadif.h