866 Commits (8124d8ad6654d9b26725e86f6fffbb00527975d4)

Author SHA1 Message Date
Stefano Sabatini 1ee2014190 vf_unsharp: set default chroma size value to 5x5 13 years ago
Stefano Sabatini 998e8519ef vf_unsharp: fix out-of-buffer read 13 years ago
Stefano Sabatini 1c257dc32d vf_unsharp: store hsub/vsub in the filter context 13 years ago
Stefano Sabatini e6d17ba426 vf_unsharp: adopt a more natural order of params in apply_unsharp() 13 years ago
Stefano Sabatini de7b58da3e vf_unsharp: rename method "unsharpen" to "apply_unsharp" 13 years ago
Michael Niedermayer d33e0c6bc8 vf_scale: apply the same transform to the aspect during init that is applied per frame 13 years ago
Stefano Sabatini 80de930a78 vf_pad: fix "vsub" variable value computation 13 years ago
Stefano Sabatini 46b29397a6 vf_scale: add a "sar" variable 13 years ago
Stefano Sabatini 0ec56d1144 lavfi: fix realloc size computation in avfilter_add_format() 13 years ago
Stefano Sabatini e63e4c99c9 vsrc_color: use internal timebase 13 years ago
Stefano Sabatini 57fa314090 lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() 13 years ago
Stefano Sabatini 64abd375ec graphparser: prefer void * over AVClass * for log contexts 13 years ago
Stefano Sabatini 59cef18c24 avfiltergraph: use meaningful error codes 13 years ago
Stefano Sabatini be4e8908d2 vf_yadif: add support to yuva420p 13 years ago
Stefano Sabatini 4703a7b50b vf_yadif: correct documentation on the parity parameter 13 years ago
Joakim Plate 5feb67f8a1 vf_yadif: copy buffer properties like aspect for second frame as well 13 years ago
Joakim Plate ab09df9dea vf_yadif: add an option to enable/disable deinterlacing based on src frame "interlaced" flag 13 years ago
Stefano Sabatini 91aff2665d vsrc_color: set output pos values to -1 13 years ago
Stefano Sabatini 753890d0db vsrc_color: add @file doxy 13 years ago
Stefano Sabatini deb58ab447 vsrc_buffer: remove duplicated file description 13 years ago
Stefano Sabatini d763fb7d47 lavfi: add select filter 13 years ago
Bobby Bingham 615baa13e4 lavfi: add split filter from soc. 13 years ago
Stefano Sabatini ee42716b07 lavfi: add showinfo filter 13 years ago
Anton Khirnov 79eff91325 AVOptions: deprecate av_opt_set_defaults2 13 years ago
Michael Niedermayer 52982dbe47 vf_scale: don't leak SWS context. 14 years ago
Diego Biurrun 0249478756 doxygen: fix wrong comment syntax, //< vs. ///< 14 years ago
Stefano Sabatini 9bc8bcddbd vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h 14 years ago
Diego Biurrun 96c1e6d40d doxygen: Make sure parameter names match between .c and .h files. 14 years ago
Mans Rullgard 28e1c97916 build: rework rules for things in the tools dir 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
Diego Biurrun d3f751e603 Add some missing mathematics.h #includes for av_rescale(). 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
Mans Rullgard 57b4a3dd2b build: include sub-makefiles using full path instead of symlinks 14 years ago
Diego Biurrun a6213f3dce build: Remove redundant config.mak includes from subdirectory Makefiles. 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
Anton Khirnov 603b8bc2a1 Deprecate av_open_input_* and remove their uses. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Diego Biurrun b0a4e5f9e7 Employ correct printf format specifiers, mostly in debug output. 14 years ago
Diego Biurrun 5ac4952a58 vf_drawtext: Replace FFmpeg by Libav in license boilerplate. 14 years ago