summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: add w/h parameters in timelineClément Bœsch2014-10-072-3/+20
* avfilter/af_adelay: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-071-1/+1
* avfilter: Properly check for failed format queryDerek Buitenhuis2014-10-021-1/+3
* avfilter/aresample: Check for memory alloc failure for out sample ratesDerek Buitenhuis2014-10-021-0/+5
* avfilter/signalstats: add more pixel formatsPaul B Mahol2014-09-271-0/+3
* libavfilter/af_amix: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-261-1/+8
* libavfilter/af_channelmap: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-261-1/+7
* libavfilter/af_join: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-261-3/+6
* avfilter/vf_scale: Allow chroma samples to be above and to the left of luma s...Michael Niedermayer2014-09-212-5/+5
* avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVEPascal Massimino2014-09-202-9/+9
* vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusionAndreas Cadhalpun2014-09-182-26/+26
* avfilter: remove obsolete FF_API_FILL_FRAME cruftJames Almer2014-09-173-64/+0
* avfilter: remove obsolete FF_API_ACONVERT_FILTER cruftJames Almer2014-09-174-203/+0
* avfilter/ass: add shaping optionClément Bœsch2014-09-162-1/+8
* avfilter/ass: better log level mappingClément Bœsch2014-09-161-8/+8
* avfilter/ass: make sure the log level are in available rangeClément Bœsch2014-09-161-1/+3
* avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruftJames Almer2014-09-151-3/+0
* av_filter/x86/idet: use HADDD where appropriatePascal Massimino2014-09-091-16/+3
* av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino2014-09-094-14/+103
* avfilter/vf_cropdetect: Do not check lines or columns twice on black framesMichael Niedermayer2014-09-091-2/+2
* avfilter/af_silenceremove: remove dead codeMichael Niedermayer2014-09-061-5/+2
* avfilter/ebur128: rework channel weighting definition codeClément Bœsch2014-09-061-11/+3
* add silenceremove filterPaul B Mahol2014-09-054-2/+486
* vfi/x86/vf_idet: fix incorrect use of paddqJames Darnley2014-09-051-1/+1
* avfilter/x86/idet: fix license header (GPL -> LGPL)Pascal Massimino2014-09-053-31/+34
* avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal2014-09-045-32/+250
* vf_deshake: Avoid doing a malloc+free for every single frame.Reimar Döffinger2014-09-022-4/+8
* vf_deshake: reduce stack usage.Reimar Döffinger2014-09-022-8/+8
* vf_drawtext: move "static const" before "struct".Reimar Döffinger2014-08-311-2/+2
* lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger2014-08-314-4/+4
* avfilter/vf_mp: remove incorrect usage of AVFrame.typeMichael Niedermayer2014-08-301-2/+0
* Add missing "const" all over the place.Reimar Döffinger2014-08-297-8/+8
* avfilter: add codecview filterClément Bœsch2014-08-243-0/+246
* avfilter/showcqt: add fontcolor optionMuhammad Faiz2014-08-232-32/+72
* vidstabutils: improve documentationTimothy Gu2014-08-221-3/+14
* vidstab*: Remove accidentally exported av_2_vs_pixel_format()Timothy Gu2014-08-224-11/+12
* Merge commit '593aaee953f8b07c141ff115e67bae85ef0350c7'Michael Niedermayer2014-08-211-12/+14
|\
| * setpts: Add missing inttypes.h #include for PRId64Diego Biurrun2014-08-211-9/+8
| * vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6Diego Biurrun2014-08-211-1/+1
* | lavfi/apad: fix logic when whole_len or pad_len options are specifiedStefano Sabatini2014-08-212-15/+21
* | avfilter/vf_lenscorrection: fix memleakMichael Niedermayer2014-08-211-0/+11
* | avfilter/vf_lenscorrection: get rid of floats in init codeMichael Niedermayer2014-08-211-6/+7
* | avfilter/vf_lenscorrection: get rid of all floats per frameMichael Niedermayer2014-08-211-13/+32
* | avfilter/vf_lenscorrection: get rid of some floatsMichael Niedermayer2014-08-211-12/+12
* | avfilter/showwaves: align const mode values (cosmetics)Clément Bœsch2014-08-201-4/+4
* | avfilter/showwaves: add split_channels optionClément Bœsch2014-08-202-5/+11
* | avfilter/showwaves: split out draw sample codeClément Bœsch2014-08-201-45/+74
* | avfilter/showwaves: add "cline" mode (centered line)Clément Bœsch2014-08-201-5/+19
* | avfilter/avf_showspectrum: fix colums typoMichael Niedermayer2014-08-201-1/+1
* | lavfi/apad: fix if_( styleStefano Sabatini2014-08-201-1/+1
OpenPOWER on IntegriCloud