2366 Commits (14f69a0516e4a505eaa65236b919023ecd146d95)

Author SHA1 Message Date
Nicolas George b0e2f4a757 lavfi/concat: implement unsafe mode. 12 years ago
Michael Niedermayer 2aecfd4f20 vf_showinfo: check return code of av_image_get_linesize() 12 years ago
Clément Bœsch 6078bd8024 lavf/showspectrum: fix unaligned rdft data. 12 years ago
Reimar Döffinger 5f9cbad603 Port MPlayer fixes for coverity issues in libmpcodecs. 12 years ago
Clément Bœsch 13d26716fb lavfi/showspectrum: add sliding mode. 12 years ago
Nicolas George 48ec8b25a7 lavfi/af_volumedetect: print stats in uninit(). 12 years ago
Nicolas George 77a72d3485 lavfi/vf_fps: allow to set the rounding method. 12 years ago
Janne Grunau 285b706b55 avfilter: fix graphparser memleaks on error paths 12 years ago
Michael Niedermayer 95d07f33dc libavfilter: include needed header for AVDictionary 12 years ago
Stefano Sabatini 8b03cd3cd7 lavd/lavfi: add graph_file option 12 years ago
Stefano Sabatini bd6240e7e9 lavfi/sendcmd: move buf init() variable to internal scope where it is used 12 years ago
Stefano Sabatini c7065f1f89 lavfi/sendcmd: release file in case of failed allocation 12 years ago
Michael Niedermayer 6182e0a6f6 vf_aspect: unbreak avoption system 12 years ago
Stefano Sabatini 6752aac6bc lavfi/aspect: add max option 12 years ago
Stefano Sabatini ccd6def9b3 lavfi/aspect: extend syntax for the setdar and setsar filters 12 years ago
Michael Niedermayer 39747d87d0 avfilter_graph_parse: add support for parsing sws_flags 12 years ago
Stefano Sabatini 8f37a1e8dc lavfi/avfiltergraph: avoid to print "(null)" in the scale args 12 years ago
Stefano Sabatini 2969abd908 lavfi/graphparser: fix parsing error in case of NULL sws_opts addition 12 years ago
Clément Bœsch fbedce6b85 lavfi/silencedetect: export silence info to metadata. 12 years ago
Clément Bœsch de23953de2 lavfi/select: store scene score in buf ref metadata. 12 years ago
Clément Bœsch 6fb2fd895e lavc: add lavfi metadata support. 12 years ago
Clément Bœsch 273fca9ac0 lavfi/silencedetect: increase duration precision. 12 years ago
Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 12 years ago
Michael Niedermayer aaf78e4d14 vf_mp: fix null ptr deref in case of ENOMEM 12 years ago
Michael Niedermayer 042a738b45 vf_mp: check list in querry_format() 12 years ago
Michael Niedermayer 31fdf3065d vf_idet: reorder operations to avoid division by 0 12 years ago
Nicolas George 709628aa71 lavfi/avf_concat: fix invalid exclusive test. 12 years ago
Michael Niedermayer 657998b5ee libavfilter/lavfutils: remove useless NULL check on format context 12 years ago
Michael Niedermayer fd9e88fe60 libavfilter/lavfutils: remove useless NULL check on codec context 12 years ago
Michael Niedermayer 5d2b885074 lavfi: limit matching w/h/fmt asserts to non scale filters 12 years ago
Michael Niedermayer 6cbb8a450f libavfilter/buffersrc: Do not fail hard on changes of input parameters. 12 years ago
Michael Niedermayer 4cc4ca5847 mandelbrot: fix inner=period coloring routine 12 years ago
Stefano Sabatini faa1cb50ed lavfi/ass: extend syntax for ass filter 12 years ago
Clément Bœsch 096d96ffda lavfi/select/scene: use pointer increments instead of y*linesize. 12 years ago
Clément Bœsch 0852648301 lavfi/select/scene: fix potential overread. 12 years ago
Clément Bœsch dff826b4a8 lavfi/select/scene: move out convoluted sad variable init from loop. 12 years ago
Michael Niedermayer d2a618ab22 af_pan: fix memleak of arg 12 years ago
Michael Niedermayer f374e9989b vf_fade: fix memleaks of args 12 years ago
Diego Biurrun f6c38c5f4e avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX) 12 years ago
Anton Khirnov 59ee9f78b0 lavfi: do not use av_pix_fmt_descriptors directly. 12 years ago
Clément Bœsch 9ad1ea13e0 lavfi/ebur128: fix typo in condition. 12 years ago
Michael Niedermayer 9ba2484ece af_aresample: fix leak on alloc failure 12 years ago
Michael Niedermayer 7457da3698 drawtext: fix leak with timecodes 12 years ago
Michael Niedermayer bdcff5af7f af_volumedetect: fix use of uninitilaized variable in case of planar audio. 12 years ago
Michael Niedermayer 989c91b504 asrc_aevalsrc: Fix use of uninitialized pointer inside av_strtok() 12 years ago
Michael Niedermayer 4d4f431ab7 vf_idet: zero pointers after freeing references 12 years ago
Michael Niedermayer cac749a551 vf_idet: fix free after use 12 years ago
Mans Rullgard 568c70e79e lavfi: convert input/ouput list compound literals to named objects 12 years ago
Matthieu Bouron f94edfe484 vf_idet: remove some unnecessary statement and unused variable 12 years ago
Clément Bœsch 6ac5e3fe9d lavfi/silencedetect: add av_opt_free() call. 12 years ago