summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: add w/h parameters in timelineClément Bœsch2014-10-07
* avfilter/af_adelay: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-07
* avfilter: Properly check for failed format queryDerek Buitenhuis2014-10-02
* avfilter/aresample: Check for memory alloc failure for out sample ratesDerek Buitenhuis2014-10-02
* avfilter/signalstats: add more pixel formatsPaul B Mahol2014-09-27
* libavfilter/af_amix: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-26
* libavfilter/af_channelmap: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-26
* libavfilter/af_join: avoid derreferencing possible nullReynaldo H. Verdejo Pinochet2014-09-26
* avfilter/vf_scale: Allow chroma samples to be above and to the left of luma s...Michael Niedermayer2014-09-21
* avfilter/idet: typo fix: PROGRSSIVE -> PROGRESSIVEPascal Massimino2014-09-20
* vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusionAndreas Cadhalpun2014-09-18
* avfilter: remove obsolete FF_API_FILL_FRAME cruftJames Almer2014-09-17
* avfilter: remove obsolete FF_API_ACONVERT_FILTER cruftJames Almer2014-09-17
* avfilter/ass: add shaping optionClément Bœsch2014-09-16
* avfilter/ass: better log level mappingClément Bœsch2014-09-16
* avfilter/ass: make sure the log level are in available rangeClément Bœsch2014-09-16
* avfilter: remove obsolete FF_API_BUFFERSRC_BUFFER cruftJames Almer2014-09-15
* av_filter/x86/idet: use HADDD where appropriatePascal Massimino2014-09-09
* av_filter/x86/idet: MMX/SSE2 implementation of 16bits filter_line()Pascal Massimino2014-09-09
* avfilter/vf_cropdetect: Do not check lines or columns twice on black framesMichael Niedermayer2014-09-09
* avfilter/af_silenceremove: remove dead codeMichael Niedermayer2014-09-06
* avfilter/ebur128: rework channel weighting definition codeClément Bœsch2014-09-06
* add silenceremove filterPaul B Mahol2014-09-05
* vfi/x86/vf_idet: fix incorrect use of paddqJames Darnley2014-09-05
* avfilter/x86/idet: fix license header (GPL -> LGPL)Pascal Massimino2014-09-05
* avfilter/vf_idet: MMX/MMXEXT/SSE2 implementation of idet's filter_line()skal2014-09-04
* vf_deshake: Avoid doing a malloc+free for every single frame.Reimar Döffinger2014-09-02
* vf_deshake: reduce stack usage.Reimar Döffinger2014-09-02
* vf_drawtext: move "static const" before "struct".Reimar Döffinger2014-08-31
* lavfi: add const/static const to pix_fmts arrays.Reimar Döffinger2014-08-31
* avfilter/vf_mp: remove incorrect usage of AVFrame.typeMichael Niedermayer2014-08-30
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
* avfilter: add codecview filterClément Bœsch2014-08-24
* avfilter/showcqt: add fontcolor optionMuhammad Faiz2014-08-23
* vidstabutils: improve documentationTimothy Gu2014-08-22
* vidstab*: Remove accidentally exported av_2_vs_pixel_format()Timothy Gu2014-08-22
* Merge commit '593aaee953f8b07c141ff115e67bae85ef0350c7'Michael Niedermayer2014-08-21
|\
| * setpts: Add missing inttypes.h #include for PRId64Diego Biurrun2014-08-21
| * vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6Diego Biurrun2014-08-21
* | lavfi/apad: fix logic when whole_len or pad_len options are specifiedStefano Sabatini2014-08-21
* | avfilter/vf_lenscorrection: fix memleakMichael Niedermayer2014-08-21
* | avfilter/vf_lenscorrection: get rid of floats in init codeMichael Niedermayer2014-08-21
* | avfilter/vf_lenscorrection: get rid of all floats per frameMichael Niedermayer2014-08-21
* | avfilter/vf_lenscorrection: get rid of some floatsMichael Niedermayer2014-08-21
* | avfilter/showwaves: align const mode values (cosmetics)Clément Bœsch2014-08-20
* | avfilter/showwaves: add split_channels optionClément Bœsch2014-08-20
* | avfilter/showwaves: split out draw sample codeClément Bœsch2014-08-20
* | avfilter/showwaves: add "cline" mode (centered line)Clément Bœsch2014-08-20
* | avfilter/avf_showspectrum: fix colums typoMichael Niedermayer2014-08-20
* | lavfi/apad: fix if_( styleStefano Sabatini2014-08-20