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.
 
 
 
 
Carl Eugen Hoyos 24b20087bd Fix compilation with yasm 0.6.2. 12 years ago
..
libmpcodecs lavfi/mp: add ff_ prefix to exported symbols 12 years ago
x86 Fix compilation with yasm 0.6.2. 12 years ago
Makefile lavfi: rename af_volume to af_volume_stefano 12 years ago
af_aconvert.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
af_aformat.c Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' 12 years ago
af_amerge.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
af_amix.c lavfi: replace filter_samples by filter_frame 12 years ago
af_anull.c Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' 12 years ago
af_aresample.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
af_asetnsamples.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
af_ashowinfo.c Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666' 12 years ago
af_astreamsync.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
af_asyncts.c lavfi: replace filter_samples by filter_frame 12 years ago
af_atempo.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
af_channelmap.c lavfi: replace filter_samples by filter_frame 12 years ago
af_channelsplit.c lavfi: replace filter_samples by filter_frame 12 years ago
af_earwax.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
af_join.c lavfi: replace filter_samples by filter_frame 12 years ago
af_pan.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
af_resample.c lavfi: replace filter_samples by filter_frame 12 years ago
af_silencedetect.c lavfi/silencedetect: use eval builtin to parse dB. 12 years ago
af_volume.h Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56' 12 years ago
af_volume_justin.c Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56' 12 years ago
af_volume_stefano.c lavfi: rename af_volume to af_volume_stefano 12 years ago
af_volumedetect.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
all_channel_layouts.inc lavfi: rename all_channel_layouts.h to all_channel_layouts.inc. 13 years ago
allfilters.c Merge commit 'b384e031daeb1ac612620985e3e5377bc587559c' 12 years ago
asink_anullsink.c lavfi: replace filter_samples by filter_frame 12 years ago
asrc_abuffer.h asrc_abuffer: deprecate the header. 13 years ago
asrc_aevalsrc.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
asrc_anullsrc.c lavfi: replace filter_samples by filter_frame 12 years ago
asrc_flite.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
audio.c libavfilter: Support using filter_frame for video 12 years ago
audio.h libavfilter: Support using filter_frame for video 12 years ago
avcodec.c replace av_log(0, by av_log(NULL, 12 years ago
avcodec.h lavfi: add avfilter_get_buffer_ref_from_frame. 12 years ago
avf_concat.c lavfi/concat: prefer av_asprintf() over stack allocated buffer. 12 years ago
avf_showspectrum.c lavfi/show{spectrum,waves}: use ff_filter_frame(). 12 years ago
avf_showwaves.c lavfi/show{spectrum,waves}: use ff_filter_frame(). 12 years ago
avfilter.c Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666' 12 years ago
avfilter.h avfilter: mark start_frame/end_frame/draw_slice as deprecated 12 years ago
avfiltergraph.c avfiltergraph: add aresample_swr_opts 12 years ago
avfiltergraph.h avfiltergraph: add aresample_swr_opts 12 years ago
bbox.c bbox: remove superfluous initializations 13 years ago
bbox.h lavfi: add bbox filter 13 years ago
buffer.c Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' 12 years ago
bufferqueue.h lavfi: add a generic API for buffer queues. 13 years ago
buffersink.c buffersink: switch to filter_frame 12 years ago
buffersink.h Merge commit '716d413c13981da15323c7a3821860536eefdbbb' 12 years ago
buffersrc.c buffersrc: switch to filter_frame 12 years ago
buffersrc.h Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' 12 years ago
drawutils.c Merge commit 'd1d9efaae6c7e8466b06c30ca21c6b569dd2e480' 12 years ago
drawutils.h Merge commit '716d413c13981da15323c7a3821860536eefdbbb' 12 years ago
f_ebur128.c lavfi/ebur128: use ff_filter_frame() everywhere. 12 years ago
f_sendcmd.c lavfi/sendcmd: expose the options for both filters. 12 years ago
f_setpts.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
f_settb.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
fifo.c libavfilter/fifo: fix indent 12 years ago
filtfmts.c Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' 12 years ago
formats.c replace av_log(0, by av_log(NULL, 12 years ago
formats.h Fix misspellings of FFmpeg 13 years ago
gradfun.h Merge remote-tracking branch 'qatar/master' 12 years ago
graphdump.c Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 12 years ago
graphparser.c Merge commit '1b891d17c531e8a63c2974aab4bf997ce70746f3' 12 years ago
internal.h libavfilter: update doxy for filter_frame 12 years ago
lavfutils.c libavfilter/lavfutils: remove useless NULL check on format context 12 years ago
lavfutils.h Merge commit '716d413c13981da15323c7a3821860536eefdbbb' 12 years ago
libavfilter.v libavfilter: export ff_default_query_formats() 13 years ago
lswsutils.c Merge commit '716d413c13981da15323c7a3821860536eefdbbb' 12 years ago
lswsutils.h Merge commit '716d413c13981da15323c7a3821860536eefdbbb' 12 years ago
sink_buffer.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
split.c libavfilter/split: switch to filter_frame 12 years ago
src_buffer.c Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h 12 years ago
src_movie.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
transform.c transform: give avfilter_transform() a return value for returning an error 12 years ago
transform.h transform: give avfilter_transform() a return value for returning an error 12 years ago
version.h lavfi/tinterlace: add support to option parsing 12 years ago
vf_alphaextract.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
vf_alphamerge.c lavfi/alphamerge: fix leak introduced in 217163eb 12 years ago
vf_aspect.c vf_aspect: switch to filter_frame 12 years ago
vf_ass.c lavfi/subtitles: 10l close codec before format. 12 years ago
vf_bbox.c lavfi/bbox: switch to ff_filter_frame() API 12 years ago
vf_blackdetect.c lavfi/blackdetect: switch to new ff_filter_frame() API 12 years ago
vf_blackframe.c vf_blackframe: switch to filter_frame 12 years ago
vf_boxblur.c vf_boxblur: cosmetics to reduce diff to qatar 12 years ago
vf_colormatrix.c lavfi/colormatrix: 10l fix forgotten buffer unref. 12 years ago
vf_copy.c vf_copy: switch to filter_frame 12 years ago
vf_crop.c vf_crop: switch to filter_frame 12 years ago
vf_cropdetect.c vf_cropdetect: switch to filter_frame 12 years ago
vf_decimate.c lavfi/decimate: switch to ff_filter_frame() API 12 years ago
vf_delogo.c lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props. 12 years ago
vf_deshake.c lavfi/deshake: small align prettifying. 12 years ago
vf_drawbox.c vf_drawbox: switch to filter frame 12 years ago
vf_drawtext.c lavfi/drawtext: make use of outlink variable in filter_frame() 12 years ago
vf_edgedetect.c lavfi: add priv_class for some forgotten filters. 12 years ago
vf_fade.c vf_fade: switch to filter_frame 12 years ago
vf_field.c lavfi/field: switch to filter_frame API 12 years ago
vf_fieldorder.c Merge remote-tracking branch 'qatar/master' 12 years ago
vf_format.c vf_format: switch to filter_frame 12 years ago
vf_fps.c vf_fps: switch to filter_frame 12 years ago
vf_framestep.c lavfi/framestep: switch to ff_filter_frame API 12 years ago
vf_frei0r.c vf_frei0r: switch to filter_frame, the filter did not support slices 12 years ago
vf_geq.c lavfi/geq: add T variable and example 12 years ago
vf_gradfun.c lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props. 12 years ago
vf_hflip.c vf_hflip: switch to filter_frame 12 years ago
vf_hqdn3d.c lavfi: remove some video w/h settings after avfilter_copy_buffer_ref_props. 12 years ago
vf_hue.c lavfi/hue: move to ff_filter_frame. 12 years ago
vf_idet.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
vf_libopencv.c vf_libopencv: switch to filter_frame, this filter did not support slices 12 years ago
vf_lut.c vf_lut: switch to filter_frame 12 years ago
vf_mp.c lavfi/mp: switch to ff_filter_frame. 12 years ago
vf_null.c vf_null: switch to filter_frame 12 years ago
vf_overlay.c lavfi: merge start_frame/draw_slice/end_frame 12 years ago
vf_pad.c vf_pad: switch to filter_frame 12 years ago
vf_pixdesctest.c vf_pixdesctest: switch to filter_frame 12 years ago
vf_removelogo.c lavfi/removelogo: switch to ff_filter_frame. 12 years ago
vf_scale.c vf_scale: switch to filter_frame 12 years ago
vf_select.c vf_select: switch to filter_frame 12 years ago
vf_setfield.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
vf_showinfo.c vf_showinfo: switch to filter_frame 12 years ago
vf_smartblur.c lavfi/smartblur: switch to filter_frame. 12 years ago
vf_super2xsai.c lavfi/vf_super2xsai: fix output ref size. 12 years ago
vf_swapuv.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
vf_thumbnail.c lavfi/thumbnail: re-use ctx instead of inlink->dst. 12 years ago
vf_tile.c lavfi/vf_tile: forward errors. 12 years ago
vf_tinterlace.c lavfi/tinterlace: drop redundant NULL checks in uninit() 12 years ago
vf_transpose.c vf_transpose: switch to filter_frame 12 years ago
vf_unsharp.c vf_unsharp: switch to filter_frame, this filter did not support slices 12 years ago
vf_vflip.c vflip: switch to filter_frame 12 years ago
vf_yadif.c vf_yadif: switch to filter_frame, this filter did not support slices 12 years ago
video.c libavfilter: default to filter_frame when neither it nor start/slice/end is set. 12 years ago
video.h lavfi: merge start_frame/draw_slice/end_frame 12 years ago
vsink_nullsink.c vsink_nullsink: switch to filter_frame 12 years ago
vsrc_cellauto.c lavfi/vsrc: switch to ff_filter_frame. 12 years ago
vsrc_life.c lavfi/vsrc: switch to ff_filter_frame. 12 years ago
vsrc_mandelbrot.c vsrc_mandelbrot: switch to filter_frame 12 years ago
vsrc_mptestsrc.c lavfi/vsrc: switch to ff_filter_frame. 12 years ago
vsrc_testsrc.c lavfi: convert remaining input/output list compound literals to named objects. 12 years ago
yadif.h Merge remote-tracking branch 'qatar/master' 12 years ago