4987 Commits (40a3e1e9c54997e4dfc7802b5a758b68ceb64982)

Author SHA1 Message Date
Vittorio Giovara 7046bd9bc9 lavfi: Move avcodec header to the only filter needing it 10 years ago
Michael Niedermayer 0c0d1a4ef2 avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_config_pointers. 10 years ago
Michael Niedermayer 8e3b1f259e avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_flags() 10 years ago
Michael Niedermayer 00f5c8f98d avfilter/vf_zoompan: free out AVFrame on failure 10 years ago
Michael Niedermayer d3c9f1fdbe avfilter/avf_showcqt: Fix gamma comparisons 10 years ago
Michael Niedermayer 0d05406482 avfilter/vf_cover_rect: Handle the case where the cover rectangle is as large as the input 10 years ago
Michael Niedermayer 1431b4cf77 avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4 10 years ago
Paul B Mahol 94e293a83c avfilter/af_aphaser: reject too small delay 10 years ago
Anton Khirnov 3735b5c616 Revert "lavfi: always check av_expr_parse_and_eval() return value" 10 years ago
James Almer 3f7986f983 avfilter/Makefile: add missing lavfutils.c dependency to cover_rect and find_rect filters 10 years ago
Michael Niedermayer b4cc7d67f5 avfilter/vf_cover_rect: clip rectangle if it is partly outside the input 10 years ago
Carl Eugen Hoyos 0bca6182b2 lavfi/cropdetect: Fix cropdetect for > 8 bit input. 10 years ago
Muhammad Faiz a141948a8b avfilter/avf_showcqt: optimize gamma calculation 10 years ago
Michael Niedermayer 61b4ab1860 avfilter: Add cover_rect filter 10 years ago
Michael Niedermayer 94340e4b28 avfilter: add find_rect filter 10 years ago
Michael Niedermayer dc4a6e4d5a avfilter/vf_libopencv: Make ocv_filter_entries const 10 years ago
Michael Niedermayer d2184bf3b6 avfilter/lavfutils: disable frame threads when decoding a single image 10 years ago
Michael Niedermayer f8fa392a2e avfilter/vf_vignette: force per frame evaluation if per frame variables are used 10 years ago
Federico Tomassetti 8eb57dc9d5 buffersrc: Use the correct deallocation function 10 years ago
Michael Niedermayer a79cbc0b8e avfilter/vf_qp: Fix use of uinitialized variable 10 years ago
Michael Niedermayer 8f9a3817d5 avfilter/vf_qp: fix cleanup on error 10 years ago
Luca Barbato 9b2c57bef5 drawtext: Add an alpha option 10 years ago
Michael Niedermayer a6df9ce615 avfilter/buffersrc: Use correct, matching deallocation function 10 years ago
Federico Tomassetti 617814b4a7 buffersrc: Fix resource leak on error 10 years ago
Himangi Saraogi 88d1fb4e3f filtfmts: Avoid null pointer dereference 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Nicolas George 38155865df lavfi/avf_showcqt: fix error code. 10 years ago
Ivan Efimov 2051b401cc avfilter/drawtext: fix frame mem leak 10 years ago
Michael Niedermayer d5dcd94630 avfilter/vf_scale: Add warning for AVCOL_SPC_YCGCO 10 years ago
Paul B Mahol d2fc702ace avfilter: add chorus filter 10 years ago
Michael Niedermayer 0773f67395 avfilter/vsrc_life: Fix mix of declarations and statements 10 years ago
Paul B Mahol a0854c084e avfilter: handle error in query_formats() in bunch of filters 10 years ago
Michael Niedermayer 34bddf443c avfilter/af_amix: Use av_mallocz_array() 10 years ago
Michael Niedermayer 8a8a1cce6c avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption as int 10 years ago
Michael Niedermayer ba54512a10 avfilter/vf_mpdecimate: Fix missing () 10 years ago
Michael Niedermayer 0968180f02 avfilter/yadif: Change enums to int, which are accessed via AVOption as int 10 years ago
Michael Niedermayer 9caec04a31 avfilter/vsrc_mandelbrot: Change enums to int, which are accessed via AVOption as int 10 years ago
Himangi Saraogi 24326930d8 filtfmts: Avoid null pointer dereference 10 years ago
Marton Balint c84b75c89c vf_drawtext: add support for setting box border width 10 years ago
Himangi Saraogi 0c9abf2119 avfilter/vf_detelecine: Fix uninitialized array index error 10 years ago
Michael Niedermayer 1019a1cb0a avfilter/vf_vignette: Change enum to int, which is accessed via AVOption as int 10 years ago
Michael Niedermayer 984c230cd3 avfilter/vf_transpose: Change enums to int, which are accessed via AVOption as int 10 years ago
Michael Niedermayer 8ae350004d avfilter/tinterlace: Change enum to int, which is accessed via AVOption as int 10 years ago
Michael Niedermayer 2856634c67 vfilter/vf_qp: Support evaluating expression per MB 10 years ago
Michael Niedermayer a8fb8f6112 avfilter/vf_qp: split expression parsing out of loop 10 years ago
Marton Balint 625bd463cd af_channelmap: fix number of channels 10 years ago
Himangi Saraogi fff7871772 lavfi: add inverse telecine filter 10 years ago
Himangi Saraogi dbce8cdacf avfilter/vf_telecine: Avoid floating point values 10 years ago
Himangi Saraogi 613483dcfb avfilter/vf_telecine: Fix loss of AVFrame properties in output 10 years ago
Himangi Saraogi 1301aa55f6 avfilter/vf_telecine: Fix AV desync by using the first input timestamp 10 years ago