4116 Commits (59725592a97fc65a917001bc248567666dfded5a)

Author SHA1 Message Date
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
Michael Niedermayer 6a71efff33 avfilter/vf_tinterlace: check clone return value 11 years ago
Vittorio Giovara 3a16ec19d2 vf_interlace: check one av_frame_clone allocation 11 years ago
Vallimar 6f5c36832d avfilter/vf_mp: fix missing FF_API_XVMC check 11 years ago
Alex Sukhanov 86b3435fc0 af_aresample: Fix timestamp of first padded PCM audio packet 11 years ago
Stefano Sabatini 8cd3685a3f lavfi: add elbg filter 11 years ago
Clément Bœsch 199b8fbd09 avfilter/fade: use FADE_OUT macro. 11 years ago
Clément Bœsch 981128c2c1 avfilter/fade: remove a bunch of useless parenthesis. 11 years ago
Clément Bœsch 461e810cfc avfilter/fade: use inlink->frame_count. 11 years ago
Clément Bœsch 3e1097b909 avfilter/fade: add color option. 11 years ago
Michael Niedermayer 175e689cc5 avfilter/graphparser: zero filter_ctx in case of deallocation in create_filter() 11 years ago
Lenny Wang 7c02a77d25 avfilter/unsharp: added optimized opencl kernels 11 years ago