summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter: fix a few 5 spaces indentClément Bœsch2015-06-07
* vf_colormatrix: calculate coefficients only onceGanesh Ajjanagadde2015-06-07
* lavfi/tinterlace: Double aspect ratio for modes merge and pad.Carl Eugen Hoyos2015-06-04
* avfilter/vf_blend: add linearlight and glow modePaul B Mahol2015-06-03
* avfilter/vf_blend: add hardmix modePaul B Mahol2015-06-02
* avfilter/vf_blend: fix vividlight blend modePaul B Mahol2015-06-02
* avfilter/vf_blend: clip result for divide blend modePaul B Mahol2015-06-02
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-01
* avfilter/vf_mpdecimate: add comment about 8x8 SADPeter Cordes2015-05-31
* avfilter/vf_mpdecimate: support more pixel formats, including GBRPPeter Cordes2015-05-31
* avfilter/vf_mpdecimate: debug logging of threshold statsPeter Cordes2015-05-31
* avfilter/vf_mpdecimate: pass the same AVClass context as use elsewhere to av_...Peter Cordes2015-05-31
* avfilter/vf_fade: Force alpha pixel format if alpha is set to 1Michael Niedermayer2015-05-31
* avfilter/x86/vf_hqdn3d: Fix register typesMichael Niedermayer2015-05-27
* avfilter/vf_hqdn3d: Initialize the whole LUTMichael Niedermayer2015-05-27
* avfilter/x86/vf_fspp: Fix invalid combination of opcode and operandsMichael Niedermayer2015-05-26
* Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512'Michael Niedermayer2015-05-20
|\
| * lavfi: Move avcodec header to the only filter needing itVittorio Giovara2015-05-19
| * Revert "lavfi: always check av_expr_parse_and_eval() return value"Anton Khirnov2015-05-05
| * buffersrc: Use the correct deallocation functionFederico Tomassetti2015-04-22
* | avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_con...Michael Niedermayer2015-05-18
* | avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_fla...Michael Niedermayer2015-05-17
* | avfilter/vf_zoompan: free out AVFrame on failureMichael Niedermayer2015-05-13
* | avfilter/avf_showcqt: Fix gamma comparisonsMichael Niedermayer2015-05-12
* | avfilter/vf_cover_rect: Handle the case where the cover rectangle is as large...Michael Niedermayer2015-05-12
* | avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4Michael Niedermayer2015-05-12
* | avfilter/af_aphaser: reject too small delayPaul B Mahol2015-05-12
* | avfilter/Makefile: add missing lavfutils.c dependency to cover_rect and find_...James Almer2015-05-05
* | avfilter/vf_cover_rect: clip rectangle if it is partly outside the inputMichael Niedermayer2015-05-04
* | lavfi/cropdetect: Fix cropdetect for > 8 bit input.Carl Eugen Hoyos2015-05-04
* | avfilter/avf_showcqt: optimize gamma calculationMuhammad Faiz2015-05-03
* | avfilter: Add cover_rect filterMichael Niedermayer2015-05-02
* | avfilter: add find_rect filterMichael Niedermayer2015-05-02
* | avfilter/vf_libopencv: Make ocv_filter_entries constMichael Niedermayer2015-05-02
* | avfilter/lavfutils: disable frame threads when decoding a single imageMichael Niedermayer2015-04-30
* | avfilter/vf_vignette: force per frame evaluation if per frame variables are usedMichael Niedermayer2015-04-29
* | avfilter/vf_qp: Fix use of uinitialized variableMichael Niedermayer2015-04-21
* | Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386'Michael Niedermayer2015-04-21
|\|
| * drawtext: Add an alpha optionLuca Barbato2015-04-21
* | avfilter/vf_qp: fix cleanup on errorMichael Niedermayer2015-04-21
* | avfilter/buffersrc: Use correct, matching deallocation functionMichael Niedermayer2015-04-20
* | Merge commit '617814b4a717b38add5ccb8dd200dbb655f98f09'Michael Niedermayer2015-04-20
|\|
| * buffersrc: Fix resource leak on errorFederico Tomassetti2015-04-19
| * filtfmts: Avoid null pointer dereferenceHimangi Saraogi2015-04-19
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | lavfi/avf_showcqt: fix error code.Nicolas George2015-04-16
* | avfilter/drawtext: fix frame mem leakIvan Efimov2015-04-14
* | avfilter/vf_scale: Add warning for AVCOL_SPC_YCGCOMichael Niedermayer2015-04-13
* | avfilter: add chorus filterPaul B Mahol2015-04-11