..
libmpcodecs
avfilter/libmpcodecs/vf_eq: remove useless storage class specifier in empty declaration
11 years ago
x86
avfilter/x86/vf_gradfun_init: fix const and related warnings
11 years ago
Makefile
avfilter: replaygain scanner
11 years ago
af_aconvert.c
avfilter: various cosmetics
11 years ago
af_adelay.c
avfilter: add adelay filter
11 years ago
af_aecho.c
avfilter/af_aecho & af_compand: use extended_data
11 years ago
af_afade.c
avfilter/af_afade: use the name 's' for the pointer to the private context
11 years ago
af_aformat.c
avfilter: various cosmetics
11 years ago
af_amerge.c
avfilter: various cosmetics
11 years ago
af_amix.c
avfilter: various cosmetics
11 years ago
af_anull.c
avfilter: various cosmetics
11 years ago
af_apad.c
avfilter: various cosmetics
11 years ago
af_aphaser.c
avfilter: various cosmetics
11 years ago
af_aresample.c
avfilter: various cosmetics
11 years ago
af_asetnsamples.c
avfilter: various cosmetics
11 years ago
af_asetrate.c
lavfi: add asetrate filter.
12 years ago
af_ashowinfo.c
avfilter: various cosmetics
11 years ago
af_astats.c
avfilter: various cosmetics
11 years ago
af_astreamsync.c
lavfi: remove now unused args parameter from AVFilter.init and init_opaque
12 years ago
af_asyncts.c
avfilter: various cosmetics
11 years ago
af_atempo.c
libavfilter/af_atempo: Avoid round-off error build-up, ticket #2484
12 years ago
af_biquads.c
avfilter: various cosmetics
11 years ago
af_channelmap.c
avfilter: various cosmetics
11 years ago
af_channelsplit.c
avfilter: various cosmetics
11 years ago
af_compand.c
avfilter/af_aecho & af_compand: use extended_data
11 years ago
af_earwax.c
avfilter/af_earwax: Fix out of array accesses on odd packets
12 years ago
af_join.c
avfilter/af_join: remove now unnecessary goto
11 years ago
af_ladspa.c
avfilter/af_ladspa: set output channel layout for passthrough case
11 years ago
af_pan.c
avfilter: various cosmetics
11 years ago
af_replaygain.c
avfilter: replaygain scanner
11 years ago
af_resample.c
avfilter: various cosmetics
11 years ago
af_silencedetect.c
avfilter/af_silencedetect: support more sample formats
11 years ago
af_volume.c
avfilter: various cosmetics
11 years ago
af_volume.h
…
af_volumedetect.c
avfilter: various cosmetics
11 years ago
all_channel_layouts.inc
…
allfilters.c
avfilter: replaygain scanner
11 years ago
asink_anullsink.c
…
asrc_abuffer.h
…
asrc_aevalsrc.c
avfilter: add av_cold to init()
11 years ago
asrc_anullsrc.c
avfilter: add av_cold to init()
11 years ago
asrc_flite.c
avfilter: various cosmetics
11 years ago
asrc_sine.c
avfilter: various cosmetics
11 years ago
audio.c
Merge remote-tracking branch 'qatar/master'
12 years ago
audio.h
…
avcodec.c
…
avcodec.h
Do not leave positive values undefined when negative are defined as error
11 years ago
avf_avectorscope.c
avfilter/avf_avectorscope: improve description
11 years ago
avf_concat.c
avfilter: various cosmetics
11 years ago
avf_showspectrum.c
avfilter/avf_showspectrum: use the name 's' for the pointer to the private context
11 years ago
avf_showwaves.c
avfilter: various cosmetics
11 years ago
avfilter.c
avfilter/ff_insert_pad: fix order of operations
11 years ago
avfilter.h
Do not leave positive values undefined when negative are defined as error
11 years ago
avfiltergraph.c
Do not leave positive values undefined when negative are defined as error
11 years ago
avfiltergraph.h
Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'
12 years ago
bbox.c
…
bbox.h
…
buffer.c
Merge commit '45dd1ae1b3c18331f3db2293a9135bc5851e553f'
11 years ago
bufferqueue.h
…
buffersink.c
avfilter/buffersink: try to fix AV_NOPTS_VALUE
11 years ago
buffersink.h
…
buffersrc.c
Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'
11 years ago
buffersrc.h
Reinstate proper FFmpeg license for all files.
11 years ago
deshake.h
…
deshake_opencl.c
lavu: add FF_CEIL_RSHIFT and use it in various places.
12 years ago
deshake_opencl.h
…
deshake_opencl_kernel.h
lavfi: modify names of deshake_kernel.h and unsharp_kernel.h
12 years ago
drawutils.c
lavfi/drawutils: set subsampling for rgb too
12 years ago
drawutils.h
…
dualinput.c
avfilter/dualinput: simplify
11 years ago
dualinput.h
avfilter/dualinput: simplify
11 years ago
f_ebur128.c
avfilter: various cosmetics
11 years ago
f_interleave.c
avfilter/f_interleave: use the name 's' for the pointer to the private context
11 years ago
f_perms.c
avfilter: Filter options that are used for both video and audio should have both flags
12 years ago
f_select.c
avfilter: various cosmetics
11 years ago
f_sendcmd.c
avfilter: various cosmetics
11 years ago
f_settb.c
avfilter: various cosmetics
11 years ago
f_zmq.c
avfilter: various cosmetics
11 years ago
fifo.c
avfilter: remove redundant .get_(audio/video)_buffer initializations
11 years ago
filtfmts.c
avfilter/filtfmts: fix use of deprecated symbols
11 years ago
formats.c
avfilter: remove ff_copy_int*_list
11 years ago
formats.h
Merge commit 'b01f6041f4260fba053c2f96ce1611ea77e833a0'
12 years ago
framesync.c
lavfi: add an API to synchronize multiple video inputs.
11 years ago
framesync.h
lavfi: add an API to synchronize multiple video inputs.
11 years ago
gradfun.h
Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d'
11 years ago
graphdump.c
avfilter/graphdump: fix use of deprecated symbols
11 years ago
graphparser.c
Do not leave positive values undefined when negative are defined as error
11 years ago
internal.h
Do not leave positive values undefined when negative are defined as error
11 years ago
lavfutils.c
avfilter/lavfutils: fix memleak of avpacket
11 years ago
lavfutils.h
Do not leave positive values undefined when negative are defined as error
11 years ago
libavfilter.v
…
lswsutils.c
avfilter/lswsutils: dont override the default scaler
11 years ago
lswsutils.h
…
opencl_allkernels.c
lavfi: modify names of deshake_kernel.h and unsharp_kernel.h
12 years ago
opencl_allkernels.h
…
pthread.c
lavfi/pthread: Avoid crashes/odd behavior caused by spurious wakeups
11 years ago
setpts.c
avfilter: various cosmetics
11 years ago
split.c
avfilter: various cosmetics
11 years ago
src_movie.c
avfilter/src_movie: Fix handling of packet size for video
12 years ago
thread.h
Merge remote-tracking branch 'qatar/master'
11 years ago
transform.c
avfilter: various cosmetics
11 years ago
transform.h
…
trim.c
avfilter: add av_cold to init()
11 years ago
unsharp.h
lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.
12 years ago
unsharp_opencl.c
lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.
12 years ago
unsharp_opencl.h
lavfi/unsharp: add opencl unsharp filter
12 years ago
unsharp_opencl_kernel.h
lavfi: modify names of deshake_kernel.h and unsharp_kernel.h
12 years ago
version.h
avfilter: replaygain scanner
11 years ago
vf_alphamerge.c
avfilter: remove redundant .get_(audio/video)_buffer initializations
11 years ago
vf_aspect.c
avfilter: various cosmetics
11 years ago
vf_bbox.c
avfilter: various cosmetics
11 years ago
vf_blackdetect.c
avfilter: various cosmetics
11 years ago
vf_blackframe.c
avfilter: remove duplicate includes
11 years ago
vf_blend.c
avfilter/dualinput: simplify
11 years ago
vf_boxblur.c
avfilter: various cosmetics
11 years ago
vf_colorbalance.c
lavfi: cosmetics: fix vertical alignment for pads in some filters
12 years ago
vf_colorchannelmixer.c
lavfi: cosmetics: fix vertical alignment for pads in some filters
12 years ago
vf_colormatrix.c
avfilter: various cosmetics
11 years ago
vf_copy.c
avfilter: various cosmetics
11 years ago
vf_crop.c
lavfi/pad,crop,scale: remove options description from filter description
11 years ago
vf_cropdetect.c
avfilter: various cosmetics
11 years ago
vf_curves.c
lavfi: cosmetics: fix vertical alignment for pads in some filters
12 years ago
vf_dctdnoiz.c
lavfi/dctdnoiz: move DC normalization out of loops.
12 years ago
vf_decimate.c
avfilter/vf_decimate: add gray16 and yuv440p
11 years ago
vf_delogo.c
avfilter: various cosmetics
11 years ago
vf_deshake.c
avfilter/vf_deshake: fix block_contrast() lower brightness value
11 years ago
vf_drawbox.c
avfilter: various cosmetics
11 years ago
vf_drawtext.c
avfilter/vf_drawtext: remove dead initialization
11 years ago
vf_edgedetect.c
avfilter: various cosmetics
11 years ago
vf_extractplanes.c
avfilter: add av_cold to init()
11 years ago
vf_fade.c
avfilter: remove duplicate includes
11 years ago
vf_field.c
avfilter: various cosmetics
11 years ago
vf_fieldmatch.c
avfilter: fix plane validity checks
11 years ago
vf_fieldorder.c
Merge commit '00d7369de06a16f7c8770a899fcb16bcb94b1e20'
11 years ago
vf_format.c
avfilter: remove duplicate includes
11 years ago
vf_fps.c
avfilter: various cosmetics
11 years ago
vf_framestep.c
avfilter: various cosmetics
11 years ago
vf_frei0r.c
avfilter/vf_frei0r: fix out of array read
11 years ago
vf_geq.c
Update copyrights where my email appears with the new one.
11 years ago
vf_gradfun.c
Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d'
11 years ago
vf_hflip.c
avfilter/vf_hflip: support slice threading
11 years ago
vf_histeq.c
avfilter: various cosmetics
11 years ago
vf_histogram.c
avfilter/vf_histogram: use const for variables that are not supposed to change
11 years ago
vf_hqdn3d.c
avfilter: various cosmetics
11 years ago
vf_hqdn3d.h
…
vf_hue.c
avfilter: various cosmetics
11 years ago
vf_idet.c
avfilter: various cosmetics
11 years ago
vf_il.c
avfilter: various cosmetics
11 years ago
vf_interlace.c
Merge commit '06e7301a2efa8dededecbe6836ee5b59bf7e5e76'
11 years ago
vf_kerndeint.c
avfilter: various cosmetics
11 years ago
vf_libopencv.c
avfilter: various cosmetics
11 years ago
vf_lut.c
avfilter: various cosmetics
11 years ago
vf_lut3d.c
avfilter/dualinput: simplify
11 years ago
vf_mcdeint.c
avfilter/vf_mcdeint: free frame on error
12 years ago
vf_mp.c
lavfi/mp: remove mp=qp
11 years ago
vf_mpdecimate.c
avfilter: various cosmetics
11 years ago
vf_noise.c
avfilter: add av_cold to init()
11 years ago
vf_null.c
avfilter: various cosmetics
11 years ago
vf_overlay.c
lavfi/overlay: correct small error in intersection detection
11 years ago
vf_owdenoise.c
Update copyrights where my email appears with the new one.
11 years ago
vf_pad.c
avfilter: remove duplicate includes
11 years ago
vf_perspective.c
avfilter: various cosmetics
11 years ago
vf_phase.c
avfilter/vf_phase: remove dead initialization
11 years ago
vf_pixdesctest.c
avfilter: various cosmetics
11 years ago
vf_pp.c
lavfi/pp: set out frame size.
12 years ago
vf_psnr.c
avfilter/dualinput: simplify
11 years ago
vf_pullup.c
avfilter/vf_pullup: do not ignore frame field order
11 years ago
vf_pullup.h
avfilter/vf_pullup: remove junk_down nonsense
11 years ago
vf_removelogo.c
avfilter/vf_removelogo: fix pixel pointer so it points where its intended
11 years ago
vf_rotate.c
avfilter/vf_rotate: support slice threading
11 years ago
vf_sab.c
vf_sab: Fix memleak
12 years ago
vf_scale.c
avfilter/vf_scale: Correct vf_scale mappings from arguments to color range
11 years ago
vf_separatefields.c
avfilter/vf_separatefields: do not reset pts to 0
11 years ago
vf_setfield.c
avfilter: various cosmetics
11 years ago
vf_showinfo.c
avfilter: various cosmetics
11 years ago
vf_smartblur.c
avfilter: various cosmetics
11 years ago
vf_spp.c
Update copyrights where my email appears with the new one.
11 years ago
vf_spp.h
lavfi: add spp filter.
12 years ago
vf_stereo3d.c
avfilter/vf_stereod3d: add const qualifiers to ana_convert()
11 years ago
vf_subtitles.c
lavfi/subtitles: zero-init AVSubtitle.
12 years ago
vf_super2xsai.c
avfilter: various cosmetics
11 years ago
vf_swapuv.c
avfilter: various cosmetics
11 years ago
vf_telecine.c
avfilter/vf_telecine: remove redudant av_frame_copy_props()
11 years ago
vf_thumbnail.c
avfilter: various cosmetics
11 years ago
vf_tile.c
avfilter: various cosmetics
11 years ago
vf_tinterlace.c
avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444p
11 years ago
vf_transpose.c
avfilter: remove duplicate includes
11 years ago
vf_unsharp.c
avfilter: various cosmetics
11 years ago
vf_vflip.c
avfilter: various cosmetics
11 years ago
vf_vidstabdetect.c
avfilter: various cosmetics
11 years ago
vf_vidstabtransform.c
avfilter/vidstabtransform: update optzoom range values for recent vid.stab update.
11 years ago
vf_vignette.c
avfilter: fix plane validity checks
11 years ago
vf_w3fdif.c
avfilter/vf_w3fdif: do not reset pts to 0
11 years ago
vf_yadif.c
avfilter: various cosmetics
11 years ago
video.c
avfilter/video: remove commented out cruft
11 years ago
video.h
…
vidstabutils.c
lavfi/vidstab: miscelenaous cosmetics and typo fixes.
12 years ago
vidstabutils.h
lavfi: add video stabilization plugins using vid.stab library
12 years ago
vsink_nullsink.c
…
vsrc_cellauto.c
avfilter: add av_cold to init()
11 years ago
vsrc_life.c
avfilter: add av_cold to init()
11 years ago
vsrc_mandelbrot.c
avfilter: various cosmetics
11 years ago
vsrc_mptestsrc.c
avfilter: various cosmetics
11 years ago
vsrc_testsrc.c
avfilter/vsrc_testsrc: smpte(hd)bars: use yuv directly
11 years ago
yadif.h
yadif: restore speed of the C filtering code
12 years ago