1073 Commits (931187e117c299271df8c4caf1f8c656baf80a6b)

Author SHA1 Message Date
Stefano Sabatini e72657f83d lavfi: remove mp test wrapper 13 years ago
Stefano Sabatini 1a5e63f924 lavfi: port mp test source 13 years ago
Stefano Sabatini 961e8f31cf vf_mp: sort listing of vf_info_t symbols 13 years ago
Stefano Sabatini fe3cad0e9e vf_select: reindent after the previous commit 13 years ago
William Yu 30ea0e47b5 vf_select: add NULL-checks in uninit 13 years ago
Stefano Sabatini 43fab7aafc vf_select: check for isnan when setting t from pts 13 years ago
William Yu 298fccad21 vf_select: set start_t if undefined 13 years ago
Stefano Sabatini 640a905ece lavfi: remove gradfun mp wrapper 13 years ago
Stefano Sabatini 4646ef87b1 lavfi: fix registration name for the buffersink sink 13 years ago
Stefano Sabatini 3c56a421d8 lavfi: avoid void* arithmetic in defaults.c:set_common_formats() 13 years ago
Mina Nagy Zaki a8dcf5eebb lavfi: add asink_abuffer - audio buffer sink 13 years ago
Mina Nagy Zaki 3e12b5893d lavfi: fix doxygen doc for config_props() callback 13 years ago
Mina Nagy Zaki 5f68a91be2 lavfi: remove default config_props() callback and refactor avfilter_config_links() 13 years ago
Stefano Sabatini 4b7889453e lavfi: remove avfilter_default_config_input_link() declaration 13 years ago
Stefano Sabatini 82b1516a85 yadif: correct documentation on the parity parameter 13 years ago
Stefano Sabatini f1b7c7e697 vf_boxblur: call avfilter_draw_slice() at the end of draw_slice() 13 years ago
Stefano Sabatini a342517710 vf_boxblur: fix out-of-buffer access when h > w 13 years ago
Stefano Sabatini d68ba3feb8 vf_boxblur: prefer the name "len" over "w" in the blur routines 13 years ago
Stefano Sabatini 45f9e053d8 vf_crop: add support for a, dar, sar, hsub, and vsub variables 14 years ago
Stefano Sabatini 61d55fda2b lavfi: tweak display aspect ratio variables in pad and scale filters 14 years ago
Stefano Sabatini d9c23a0d5a vf_transpose: avoid multiple calls to avfilter_draw_slice() 14 years ago
Joakim Plate faa338183b yadif must copy buffer properties like aspect for second frame as well 14 years ago
Stefano Sabatini cc0dc50d02 vf_mp: remove blackframe filter wrapper 14 years ago
Stefano Sabatini 8c2863b87f vf_mp: remove cropdetect wrapper 14 years ago
Stefano Sabatini c76974524a vf_blackframe: port missing features from libmpcodecs blackframe 14 years ago
Michael Niedermayer 633aa01f72 libavfilter: fix --enable-small 14 years ago
Stefano Sabatini 9bc8bcddbd vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h 14 years ago
Mina Nagy Zaki b57df29f95 lavfi: add audio channel packing negotiation fields 14 years ago
Stefano Sabatini b43ca2deb6 vf_mp: remove rgbtest wrapper 14 years ago
Stefano Sabatini 9dbe8d9e22 lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs 14 years ago
Stefano Sabatini 1b8807964c vsrc_testsrc: perform some refactoring for simplifying sharing code with another test 14 years ago
Stefano Sabatini 4bd28579e5 vf_mp: remove boxblur wrapper 14 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Stefano Sabatini 6b61920ab7 lavfi: port boxblur filter from libmpcodecs 14 years ago
Mans Rullgard 28e1c97916 build: rework rules for things in the tools dir 14 years ago
Stefano Sabatini 2420763638 graphparser: simplify condition in avfilter_graph_parse() 14 years ago
Anton Khirnov a67c061e0f lavf: add avformat_find_stream_info() 14 years ago
Anton Khirnov 0b950fe240 lavc: introduce avcodec_open2() as a replacement for avcodec_open(). 14 years ago
Diego Biurrun 965fdda015 vf_drawtext: Remove some write-only variables. 14 years ago
Stefano Sabatini ebd1edf36c avfiltergraph: clarify doxy for avfilter_graph_parse() open_inputs/outputs params 14 years ago
Stefano Sabatini 6ce05bc73c graphparser: clarify comments in avfilter_graph_parse() 14 years ago
Stefano Sabatini df8c675f48 graphparser: fix logic for updating the open_inputs/outputs in avfilter_graph_parse() 14 years ago
Diego Biurrun d3f751e603 Add some missing mathematics.h #includes for av_rescale(). 14 years ago
Nicolas George e6d88f63a8 libavfilter: add a default to silence a warning. 14 years ago
Stefano Sabatini 80f1cfd09d vf_pad: fix "vsub" variable value computation 14 years ago
Stefano Sabatini 0bf02fb1ea vf_pad: add support for a "sar" variable 14 years ago
Stefano Sabatini 01151a26c0 vf_scale: add a "sar" variable 14 years ago
Loren Merritt 082768f0b1 vf_gradfun: relicense x86 asm to LGPL 14 years ago
Mans Rullgard abc78a5a7c Do not include log.h in avutil.h 14 years ago
Mans Rullgard d49ea4afb4 Do not include pixfmt.h in avutil.h 14 years ago