5710 Commits (5edd1f62ca15ad34705789f155f68ca18914d0f4)

Author SHA1 Message Date
Paul B Mahol 13ea7c9780 avfilter/avf_showspectrum: improve pts handling 9 years ago
Michael Niedermayer 817bf8483e avfilter/af_anequalizer: Avoid loss of precision when calculating nyquist frequency 9 years ago
Michael Niedermayer f9f684c0fb avfilter/vf_zoompan: Initialize ret 9 years ago
Michael Niedermayer 03b26a2514 avfilter/vf_zoompan: Fix use of uninitialized variables 9 years ago
Michael Niedermayer 156013111a avfilter/avf_ahistogram: assert that variables are initialized by switch() 9 years ago
Michael Niedermayer 43bf15d1a4 avfilter/avf_showfreqs: assert that variables are initialized by switch() 9 years ago
Michael Niedermayer 9313fb6a3e avfilter/vf_zoompan: Remove dead store 9 years ago
Michael Niedermayer 62eb935bf9 avfilter/avf_avectorscope: assert that variables are initialized by switch() 9 years ago
Michael Niedermayer 03c1129b20 avfilter/vaf_spectrumsynth: assert that variables are initialized by switch() 9 years ago
Tobias Rapp 80026a8ac3 avfilter/f_metadata: rename "string" into "same_str" 9 years ago
Tobias Rapp 730da5c207 avfilter/f_metadata: whitespace clean-up 9 years ago
Tobias Rapp 6889deba68 avfilter/f_metadata: add starts_with string function 9 years ago
Tobias Rapp 202f978728 avfilter/f_metadata: add support for file output 9 years ago
Tobias Rapp 8b99c5e8da avfilter/f_metadata: avoid float rounding problems 9 years ago
Michael Niedermayer ac3a275d1e avfilter/vf_nnedi: Simplify away some trivial mem*() 9 years ago
Timothy Gu 74f8d9aaef x86/vf_blend: Add SSE2 optimization for screen 9 years ago
Timothy Gu c8b1612af0 x86/vf_blend: Move multiplying to a macro 9 years ago
Paul B Mahol 5486d7fa91 avfilter/dualinput: use pts provided by framesync 9 years ago
Paul B Mahol 408ea50ca6 avfilter/f_metadata: fix few logic errors 9 years ago
Paul B Mahol 4ca8879d19 avfilter: add metadata filters 9 years ago
Michael Niedermayer 674cc26f25 avfilter/vf_nnedi: Fix memleak 9 years ago
Michael Niedermayer 8e46c7c1e7 avfilter/af_agate: fix memleak of out frame 9 years ago
Timothy Gu 253209ac44 vf_blend: Add SSE2 optimization for multiply 9 years ago
Paul B Mahol 35d9441f7b avfilter/vf_swaprect: add timeline support 9 years ago
Michael Niedermayer 05924e1440 avfilter/af_anequalizer: Fix memleak of args 9 years ago
Michael Niedermayer e7786959cc avfilter/vaf_spectrumsynth: Move "break" up 9 years ago
Paul B Mahol 6bdeac24e0 avfilter/af_aformat: remove deprecated syntax from options description 9 years ago
Paul B Mahol ba618bde7f avfilter/vf_blend: add multiply128 mode 9 years ago
Clément Bœsch 6c0318c4ba lavfi/fieldmatch: fix fields copy when plane height is odd 9 years ago
Paul B Mahol f5c3f85eb2 avfilter: add swaprect filter 9 years ago
Paul B Mahol d12d48d0a8 avfilter: add streamselect and astreamselect filter 9 years ago
Paul B Mahol b1fe794033 avfilter/split: support any channel count for asplit filter 9 years ago
Michael Niedermayer 1693336aed avfilter/af_apulsator: assert that pathes leaving uninitialized variables do not occur 9 years ago
Paul B Mahol f862ff750b avfilter/vf_stack: free input pads name on uninit 9 years ago
Michael Niedermayer f89bc661b4 avfilter/af_afftfilt: Set last_expr to the default 9 years ago
Michael Niedermayer 908d010b12 avfilter/af_sidechaincompress: Free out frame on error 9 years ago
Paul B Mahol c1b23e158c avfilter/vf_nnedi: fix ISO C90 warnings 9 years ago
Paul B Mahol 79991b2288 avfilter: add nnedi filter 9 years ago
Paul B Mahol 0a7379d9cf avfilter/vf_yadif: make use of ctx pointer 9 years ago
Timothy Gu 180f9a0958 all: Make header guard names consistent 9 years ago
Timothy Gu 014e4e4499 vf_phase: Reduce the scope of several variables 9 years ago
Paul B Mahol 4ab4793c15 avfilter/avf_showfreqs: properly handle pts 9 years ago
Timothy Gu 44304ae322 all: Add missing header guards 9 years ago
Derek Buitenhuis 21f9468402 avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT 9 years ago
Paul B Mahol ce404b4d7c avfilter/af_afade: do not duplicate curve option 9 years ago
Paul B Mahol df7b165e87 avfilter/vf_zscale: make it possible to override input frame parameters 9 years ago
Andreas Cadhalpun 38622007c4 vf_libopencv: add support for opencv 3 9 years ago
Paul B Mahol f42eae96b2 avfilter/vf_zoompan: fix pts handling 9 years ago
Paul B Mahol 8a34344379 avfilter/vf_zoompan: unbreak filtering with video input 9 years ago
Paul B Mahol 3b9f41a9c6 avfilter/vf_zoompan: rewrite so it doesn't cache all output frames 9 years ago