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.
 
 
 
 
Nicolas George 7bac2a78c2 src_buffer: implement av_buffersrc_add_frame. 13 years ago
..
libmpcodecs lavfi: remove screenshot libmpcodecs wrapper 13 years ago
x86 Merge remote-tracking branch 'qatar/master' 13 years ago
Makefile lavfi: remove screenshot libmpcodecs wrapper 13 years ago
af_aconvert.c lavfi/aconvert: use libswresample. 13 years ago
af_aformat.c lavfi/aformat: use do..while(0) form for macro. 13 years ago
af_amerge.c af_amerge: return errors from subfilters when requesting a frame 13 years ago
af_anull.c Mark AVFilterPad[] compound literals as const. 13 years ago
af_aresample.c lavfi/aresample: properly propagate pts == AV_NOPTS_VALUE; 13 years ago
af_ashowinfo.c lavfi/ashowinfo: only print checksum for the existing planes 13 years ago
af_asplit.c lavfi: add asplit filter 13 years ago
af_astreamsync.c af_astreamsync: remove unused variable 13 years ago
af_earwax.c Mark AVFilterPad[] compound literals as const. 13 years ago
af_pan.c af_pan: remove dual double/int storage of gain. 13 years ago
af_silencedetect.c lavfi/silencedetect: use av_ts2timestr() macro. 13 years ago
af_volume.c volume: remove duplicated condition. 13 years ago
all_channel_layouts.h lavfi: add avfilter_all_channel_layouts public symbol 13 years ago
allfilters.c lavfi: port 2xsai filter from libmpcodecs 13 years ago
asink_anullsink.c Mark AVFilterPad[] compound literals as const. 13 years ago
asrc_abuffer.h lavfi: add asrc_abuffer - audio buffer source 13 years ago
asrc_aevalsrc.c aevalsrc: add duration option 13 years ago
asrc_anullsrc.c Merge remote-tracking branch 'qatar/master' 13 years ago
avcodec.c lavfi/avcodec: implement audio copy_frame_prop. 13 years ago
avcodec.h src_buffer: implement av_buffersrc_add_frame. 13 years ago
avfilter.c avfilter: filter_samples: read pts before filtering. 13 years ago
avfilter.h avfiltergraph: add avfilter_graph_request_oldest(). 13 years ago
avfiltergraph.c avfiltergraph: fix format selection. 13 years ago
avfiltergraph.h avfiltergraph: add avfilter_graph_request_oldest(). 13 years ago
bbox.c bbox: remove superfluous initializations 13 years ago
bbox.h lavfi: add bbox filter 13 years ago
buffersink.h lavfi/buffersink: fix header inclusion guard name 13 years ago
buffersrc.h src_buffer: introduce av_buffersrc_add_ref(). 13 years ago
defaults.c Merge remote-tracking branch 'qatar/master' 13 years ago
drawutils.c Mark GRAY8 format as pseudo-paletted. 13 years ago
drawutils.h drawutils: implement uniform and mask blending. 13 years ago
formats.c Merge remote-tracking branch 'qatar/master' 13 years ago
gradfun.h Add some forgotten const to function arguments in libavfilter & libavformat. 14 years ago
graphdump.c graphdump: use av_bprintf API. 13 years ago
graphparser.c Merge remote-tracking branch 'qatar/master' 13 years ago
internal.h lavfi: create buffer reference in filters which need to access the ref later 13 years ago
lavfutils.c lavfi: port libmpcodecs remove-logo filter 13 years ago
lavfutils.h lavfi: port libmpcodecs remove-logo filter 13 years ago
libavfilter.v Add symbol versioning for shared libraries 15 years ago
lswsutils.c lavfi: port libmpcodecs remove-logo filter 13 years ago
lswsutils.h lavfi: port libmpcodecs remove-logo filter 13 years ago
sink_buffer.c buffersink: add AV_BUFFERSINK_FLAG_NO_REQUEST. 13 years ago
src_buffer.c src_buffer: implement av_buffersrc_add_frame. 13 years ago
src_movie.c lavfi/movie: add loop parameter 13 years ago
transform.c cleanup: for(int 13 years ago
transform.h lavfi: add missing header mulitple-inclusion guard in transform.h 13 years ago
version.h lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate option 13 years ago
vf_aspect.c lavfi/aspect: check for a negative code from av_parse_ratio() 13 years ago
vf_ass.c vf_ass: use drawutils. 13 years ago
vf_bbox.c lavfi: create buffer reference in filters which need to access the ref later 13 years ago
vf_blackdetect.c lavfi: create buffer reference in filters which need to access the ref later 13 years ago
vf_blackframe.c lavfi: create buffer reference in filters which need to access the ref later 13 years ago
vf_boxblur.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_colormatrix.c libavfilter: add colormatrix filter 13 years ago
vf_copy.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_crop.c lavfi/crop: show input and output sample aspect ratio in the log 13 years ago
vf_cropdetect.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_delogo.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_deshake.c vf_deshake: try to fix memleak 13 years ago
vf_drawbox.c lavfi/drawbox: fix width displayed in place of x. 13 years ago
vf_drawtext.c lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate option 13 years ago
vf_fade.c lavfi/fade: fix black level for non studio-level pixel formats 13 years ago
vf_fieldorder.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_fifo.c Fix various if parenthesis misplacements. 13 years ago
vf_format.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_frei0r.c vf_frei0r: set outlinks sample aspect ratio to 1 13 years ago
vf_gradfun.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_hflip.c vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formats 13 years ago
vf_hqdn3d.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_idet.c vf_idet: clean detected frame types based on a 4 frame history. 13 years ago
vf_libopencv.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_lut.c lavfi/lut: remove unused variable 13 years ago
vf_mp.c lavfi: remove screenshot libmpcodecs wrapper 13 years ago
vf_null.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_overlay.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_pad.c Mark GRAY8 format as pseudo-paletted. 13 years ago
vf_pixdesctest.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_removelogo.c Fix a few @file doxy inconsistencies. 13 years ago
vf_scale.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_select.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_setfield.c lavfi/setfield: remove stray argument in av_log() 13 years ago
vf_setpts.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_settb.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_showinfo.c lavfi: create buffer reference in filters which need to access the ref later 13 years ago
vf_slicify.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_split.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_super2xsai.c lavfi: port 2xsai filter from libmpcodecs 13 years ago
vf_swapuv.c lavfi: port MP swapuv filter 13 years ago
vf_thumbnail.c vf_thumbnail: forward request_frame at least once. 13 years ago
vf_tile.c lavfi: add tile video filter. 13 years ago
vf_tinterlace.c lavfi/tinterlace: support symbolic names for the parameter 13 years ago
vf_transpose.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_unsharp.c Merge remote-tracking branch 'qatar/master' 13 years ago
vf_vflip.c Mark AVFilterPad[] compound literals as const. 13 years ago
vf_yadif.c yadif: Improve pts calculation for is_second. 13 years ago
vsink_nullsink.c Mark AVFilterPad[] compound literals as const. 13 years ago
vsrc_buffer.h vsrc_buffer: count the number of failed requests. 13 years ago
vsrc_cellauto.c lavfi: add cellauto source 13 years ago
vsrc_color.c vsrc_color: port to new drawutils API. 13 years ago
vsrc_life.c vsrc_life: free option values. 13 years ago
vsrc_mandelbrot.c lavfi: fix mp and mandelbrot descriptions to make them complete sentences 13 years ago
vsrc_mptestsrc.c vsrx_mptestsrc: remove duplicate config_props init. 13 years ago
vsrc_testsrc.c vsrc_testsrc: free option values. 13 years ago
yadif.h Change yadif to not use out of picture lines. 14 years ago