1051 Commits (14d5e214bfb56f08b1d34d13758c1e56a59c8c99)

Author SHA1 Message Date
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
Mans Rullgard e91709ca17 Do not include rational.h in avutil.h 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Diego Biurrun 24c9babaaf doxygen: Fix parameter names to match the function prototypes. 14 years ago
Joakim Plate 2a375bb400 Add mode to yadif to enable/disable deinterlacing based on src frame "interlaced" flag 14 years ago
Stefano Sabatini 59bd0fef66 vf_lut: set minimum and maximum alpha value for yuva420p 14 years ago
Stefano Sabatini 2b550beb22 vf_lut: add plane validity check in draw_slice() 14 years ago
Stefano Sabatini 7464a53aaa lavfi: make pix_fmt_is_in() in vf_lut.c an internal function 14 years ago
Mans Rullgard 57b4a3dd2b build: include sub-makefiles using full path instead of symlinks 14 years ago
Stefano Sabatini cdeb803e2f vf_lut: fix draw_slice() in case of non packed image data for packed RGB 14 years ago
Stefano Sabatini 2f222b9550 lavfi: add testsrc source 14 years ago
Reimar Döffinger 1109680434 Revert "build: Remove redundant config.mak includes from subdirectory Makefiles." 14 years ago
Stefano Sabatini 5aca97e247 vsink_buffer: add missing description 14 years ago
Diego Biurrun a6213f3dce build: Remove redundant config.mak includes from subdirectory Makefiles. 14 years ago
Clément Bœsch c9584f0c9c vf_mp: do not add duplicated pixel formats. 14 years ago
Stefano Sabatini f4228097e4 lavfi: minor style fixes in formats.c 14 years ago
Michael Niedermayer 90c6963dae avfilter picture pool: double free hotfix 14 years ago
Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 14 years ago
Stefano Sabatini 5a0a6ae639 ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX 14 years ago
Stefano Sabatini 702a62a1c6 drawtext: add braces around initialisers for option defaults 14 years ago
Stefano Sabatini 53a715f576 drawtext: reindent after the previous commit 14 years ago
Stefano Sabatini 3fd53defaa drawtext: fix strftime() text expansion 14 years ago
Mina Nagy Zaki fd2c0a5db2 lavfi: add layout negotiation fields and helper functions. 14 years ago