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.
 
 
 
 
Diego Biurrun b83d1ee3b4 avutil: Move library version related macros to version.h 11 years ago
..
x86 gradfun: x86: Factor out common code for some gradfun_filter_line() variants 11 years ago
Makefile lavfi: add a slice threading infrastructure 12 years ago
af_aformat.c lavfi: do not export the filters from shared objects 11 years ago
af_amix.c lavfi: do not export the filters from shared objects 11 years ago
af_anull.c lavfi: do not export the filters from shared objects 11 years ago
af_ashowinfo.c lavfi: do not export the filters from shared objects 11 years ago
af_asyncts.c Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
af_channelmap.c lavfi: do not export the filters from shared objects 11 years ago
af_channelsplit.c lavfi: do not export the filters from shared objects 11 years ago
af_join.c lavfi: do not export the filters from shared objects 11 years ago
af_resample.c lavfi: do not export the filters from shared objects 11 years ago
af_volume.c lavfi: do not export the filters from shared objects 11 years ago
af_volume.h x86: af_volume: add SSE2-optimized s16 volume scaling 12 years ago
allfilters.c lavfi: do not export the filters from shared objects 11 years ago
asink_anullsink.c lavfi: do not export the filters from shared objects 11 years ago
asrc_anullsrc.c lavfi: do not export the filters from shared objects 11 years ago
audio.c lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer() 12 years ago
audio.h lavfi: switch to AVFrame. 12 years ago
avfilter.c avfilter: fix const use of avfilter_next 11 years ago
avfilter.h avfilter: have avfilter_get_by_name return const for next bump 11 years ago
avfiltergraph.c lavfi: allow user-provided execute() callbacks 11 years ago
avfiltergraph.h lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
buffer.c avfilter/buffer: Suppress deprecation warning for avfilter_unref_buffer 11 years ago
buffersink.c lavfi: do not export the filters from shared objects 11 years ago
buffersink.h lavfi: switch to AVFrame. 12 years ago
buffersrc.c lavfi: do not export the filters from shared objects 11 years ago
buffersrc.h lavfi: switch to AVFrame. 12 years ago
drawutils.c lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
drawutils.h Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
fifo.c lavfi: do not export the filters from shared objects 11 years ago
filtfmts.c filtfmts-test: Fix use of deprecated API 11 years ago
formats.c lavfi: rename AVFilterFormats.format_count to nb_formats 12 years ago
formats.h lavfi: rename AVFilterFormats.format_count to nb_formats 12 years ago
gradfun.h avfilter: Fix typo in Loren's email address 11 years ago
graphparser.c avfilter/graphparser: Directly free filter memory if initialization fails 11 years ago
internal.h lavfi: allow user-provided execute() callbacks 11 years ago
libavfilter.v Add symbol versioning for shared libraries 15 years ago
pthread.c pthread: Avoid crashes/odd behavior caused by spurious wakeups 11 years ago
setpts.c lavfi: do not export the filters from shared objects 11 years ago
split.c lavfi: do not export the filters from shared objects 11 years ago
thread.h lavfi: allow user-provided execute() callbacks 11 years ago
trim.c Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
version.h avutil: Move library version related macros to version.h 11 years ago
vf_aspect.c vf_aspect: support variables in evaluating the aspect ratios 11 years ago
vf_blackframe.c lavfi: do not export the filters from shared objects 11 years ago
vf_boxblur.c lavfi: do not export the filters from shared objects 11 years ago
vf_copy.c lavfi: do not export the filters from shared objects 11 years ago
vf_crop.c lavfi: do not export the filters from shared objects 11 years ago
vf_cropdetect.c lavfi: do not export the filters from shared objects 11 years ago
vf_delogo.c lavfi: do not export the filters from shared objects 11 years ago
vf_drawbox.c lavfi: do not export the filters from shared objects 11 years ago
vf_drawtext.c lavfi: do not export the filters from shared objects 11 years ago
vf_fade.c lavfi: do not export the filters from shared objects 11 years ago
vf_fieldorder.c vf_fieldorder: remove superfluous get_video_buffer 11 years ago
vf_format.c lavfi: do not export the filters from shared objects 11 years ago
vf_fps.c Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
vf_frei0r.c lavfi: do not export the filters from shared objects 11 years ago
vf_gradfun.c lavfi: do not export the filters from shared objects 11 years ago
vf_hflip.c lavfi: do not export the filters from shared objects 11 years ago
vf_hqdn3d.c lavfi: do not export the filters from shared objects 11 years ago
vf_hqdn3d.h vf_hqdn3d: switch to an AVOptions-based system. 12 years ago
vf_interlace.c vf_interlace: check one av_frame_clone allocation 11 years ago
vf_libopencv.c lavfi: do not export the filters from shared objects 11 years ago
vf_lut.c lavfi: do not export the filters from shared objects 11 years ago
vf_null.c lavfi: do not export the filters from shared objects 11 years ago
vf_overlay.c lavfi: do not export the filters from shared objects 11 years ago
vf_pad.c lavfi: do not export the filters from shared objects 11 years ago
vf_pixdesctest.c lavfi: do not export the filters from shared objects 11 years ago
vf_scale.c vf_scale: make the dar variable return the DAR. 11 years ago
vf_select.c lavfi: do not export the filters from shared objects 11 years ago
vf_settb.c lavfi: do not export the filters from shared objects 11 years ago
vf_showinfo.c lavfi: do not export the filters from shared objects 11 years ago
vf_transpose.c lavfi: do not export the filters from shared objects 11 years ago
vf_unsharp.c lavfi: do not export the filters from shared objects 11 years ago
vf_vflip.c lavfi: do not export the filters from shared objects 11 years ago
vf_yadif.c lavfi: do not export the filters from shared objects 11 years ago
video.c lavfi: switch to AVFrame. 12 years ago
video.h lavfi: switch to AVFrame. 12 years ago
vsink_nullsink.c lavfi: do not export the filters from shared objects 11 years ago
vsrc_color.c lavfi: do not export the filters from shared objects 11 years ago
vsrc_movie.c Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
vsrc_nullsrc.c lavfi: do not export the filters from shared objects 11 years ago
vsrc_testsrc.c lavfi: do not export the filters from shared objects 11 years ago
yadif.h yadif: restore speed of the C filtering code 12 years ago