4130 Commits (e3c0fcaddabe91dfcfce4f606a576c79be1a6779)

Author SHA1 Message Date
Robert Krüger 194ef56ba7 Change license of yadif from GPL to LGPL 11 years ago
Robert Krüger 6109399366 Revert "avfilter/yadif: Revert "lavfi: convert input/ouput list compound literals to named objects"" 11 years ago
Robert Krüger 99c4abfe88 Revert "Revert "yadif: add parens around macro parameters"" 11 years ago
Robert Krüger 4a38eeec38 Revert "Revert "vf_yadif: move x86 init code to x86/yadif.c"" 11 years ago
Robert Krüger d8e763fda7 vf_yadif: Relicense from GPL to LGPL 11 years ago
Vittorio Giovara abb5e37f64 avfilter: fix leaks on error in ff_filter_frame 11 years ago
Vittorio Giovara 5655732c77 avfilter: add needs_writable field to the internal AVFilterPad structure 11 years ago
Vittorio Giovara d44bd7fb27 avfilter: add documentation for needs_writable 11 years ago
Vittorio Giovara a7d0e7ead9 lavfi: add framepack filter 11 years ago
Michael Niedermayer c0a33c4770 avfilter: avfilter_register() that works in O(1) time 11 years ago
Luca Barbato d68dc3c944 drawtext: Drop pointless header 11 years ago
Michael Niedermayer ee16e0cacc avfilter/vf_format: check that the format list is not empty 11 years ago
Clément Bœsch 307b6b8cb4 avfilter/lut3d: fix channel order in Iridas format parsing. 11 years ago
Reimar Döffinger 3cc0f335fe af_aresample: remove only use of array compound literals with non-const initializers in FFmpeg. 11 years ago
Diego Biurrun b83d1ee3b4 avutil: Move library version related macros to version.h 11 years ago
Clément Bœsch ec73bd1fe8 avfilter/avectorscope: fix {} mistake in alloc check. 11 years ago
Stefano Sabatini cd355d4d59 lavfi/abuffersrc: use AV_OPT_TYPE_SAMPLE_FMT for sample_fmt option 11 years ago
Stefano Sabatini 3b8c7da7a3 lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel format max value 11 years ago
Stefano Sabatini baeda2bf92 lavfi/volume: fix NULL reference in filter_frame() 11 years ago
Stefano Sabatini ca0d8e839e lavfi/volume: extend volume logging 11 years ago
Stefano Sabatini 97aa554634 lavfi/volume: implement process_command() callback, with the volume command 11 years ago
Stefano Sabatini 7619a87cc8 lavfi/volume: support volume expression and per-frame expression evaluation 11 years ago
Stefano Sabatini d055a1395c lavfi/hue: show first decimal value of saturation 11 years ago
Stefano Sabatini 028d8dd367 lavfi/hue: use av_clip_uint8() instead of av_clip_uint8_c() 11 years ago
Stefano Sabatini 70e74e0072 lavfi/hue: force table initialization for the first frame 11 years ago
Lenny Wang d943330dc0 lavfi/deshake_opencl: optimze transform filter 11 years ago
Stefano Sabatini 023693d786 lavfi/buffersrc: set min and max values for pix_fmt option 11 years ago
Reinhard Tartler 6d3ea1957f Bump major of libavfilter for reference counted buffer API changes. 11 years ago
Michael Niedermayer 47eb15b989 avfilter/vf_pullup: fix memleak on error 11 years ago
Michael Niedermayer 8f9569cfac avfilter/vf_pullup: Factor free_field_queue() out 11 years ago
Michael Niedermayer 0fe6906d96 avfilter/aeval: Fix use of uninitialized variable 11 years ago
Alexander Strasser cea5812fa7 configure: Special case libfreetype test 11 years ago
Michael Niedermayer bc9cee98c0 avfilter/vf_mergeplanes: specify pixel format min/max 11 years ago
Michael Niedermayer 133fbfc781 do O(1) instead of O(n) atomic operations in register functions 11 years ago
Stefano Sabatini 8f1edc73a8 lavfi: rename asrc_aevalsrc.c to aeval.c 11 years ago
Stefano Sabatini e424abc3a0 lavfi: add aeval filter 11 years ago
Stefano Sabatini 405b3eb535 lavfi/aevalsrc: duplicate last expression for the missing channels 11 years ago
James Almer 56572787ae Add Windows resource file support for shared libraries 11 years ago
Michael Niedermayer 0cc5011f9a avfilter/vf_pad: fix req_end 11 years ago
Stefano Sabatini d5d51cf04d lavfi/volume: support all channel counts 11 years ago
Michael Niedermayer 975110a85e Revert "vf_yadif: move x86 init code to x86/yadif.c" 11 years ago
Michael Niedermayer ab00800cde Revert "yadif: add parens around macro parameters" 11 years ago
Michael Niedermayer 4ef4bb4a20 avfilter/yadif: Revert "lavfi: convert input/ouput list compound literals to named objects" 11 years ago
James Almer 19e301b9ed lavfi/Makefile: Don't compile lavfutils.c and lswsutils.c if they are not needed 11 years ago
Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
Stefano Sabatini 98786aa2f0 lavfi/aevalsrc: initialize pointer to expression to NULL 11 years ago
Clément Bœsch ddaf543aa6 avfilter/showspectrum: use 0 dummies for range in const. 11 years ago
Clément Bœsch 9343fc30e2 avfilter/showspectrum: reindent const options. 11 years ago
Clément Bœsch 9c8b240806 avfilter/showspectrum: add blackman window. 11 years ago
Clément Bœsch 3e69f7c221 avfilter/showspectrum: add win_func option. 11 years ago