summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7046bd9bc9ce04521edf453c9b603d84d69c7512'Michael Niedermayer2015-05-201-0/+2
|\
| * lavfi: Move avcodec header to the only filter needing itVittorio Giovara2015-05-192-1/+2
| * Revert "lavfi: always check av_expr_parse_and_eval() return value"Anton Khirnov2015-05-052-12/+9
| * buffersrc: Use the correct deallocation functionFederico Tomassetti2015-04-221-1/+1
* | avfilter/avfiltergraph: Rename ff_avfilter_graph_config_pointers to graph_con...Michael Niedermayer2015-05-181-2/+2
* | avfilter/buffersink: return EOF if closed link in av_buffersink_get_frame_fla...Michael Niedermayer2015-05-171-0/+2
* | avfilter/vf_zoompan: free out AVFrame on failureMichael Niedermayer2015-05-131-1/+3
* | avfilter/avf_showcqt: Fix gamma comparisonsMichael Niedermayer2015-05-121-3/+3
* | avfilter/vf_cover_rect: Handle the case where the cover rectangle is as large...Michael Niedermayer2015-05-121-1/+1
* | avfilter/vf_fftfilt: Add MAX_PLANES and change it to 4Michael Niedermayer2015-05-121-12/+14
* | avfilter/af_aphaser: reject too small delayPaul B Mahol2015-05-121-0/+4
* | avfilter/Makefile: add missing lavfutils.c dependency to cover_rect and find_...James Almer2015-05-051-2/+2
* | avfilter/vf_cover_rect: clip rectangle if it is partly outside the inputMichael Niedermayer2015-05-041-0/+11
* | lavfi/cropdetect: Fix cropdetect for > 8 bit input.Carl Eugen Hoyos2015-05-042-3/+3
* | avfilter/avf_showcqt: optimize gamma calculationMuhammad Faiz2015-05-031-6/+36
* | avfilter: Add cover_rect filterMichael Niedermayer2015-05-024-1/+258
* | avfilter: add find_rect filterMichael Niedermayer2015-05-024-1/+314
* | avfilter/vf_libopencv: Make ocv_filter_entries constMichael Niedermayer2015-05-021-2/+2
* | avfilter/lavfutils: disable frame threads when decoding a single imageMichael Niedermayer2015-04-301-1/+4
* | avfilter/vf_vignette: force per frame evaluation if per frame variables are usedMichael Niedermayer2015-04-291-2/+7
* | avfilter/vf_qp: Fix use of uinitialized variableMichael Niedermayer2015-04-211-1/+0
* | Merge commit '9b2c57bef5e2f3f61a5fd708ba7d5351f5b3f386'Michael Niedermayer2015-04-211-5/+46
|\ \ | |/
| * drawtext: Add an alpha optionLuca Barbato2015-04-211-10/+38
* | avfilter/vf_qp: fix cleanup on errorMichael Niedermayer2015-04-211-2/+4
* | avfilter/buffersrc: Use correct, matching deallocation functionMichael Niedermayer2015-04-201-1/+1
* | Merge commit '617814b4a717b38add5ccb8dd200dbb655f98f09'Michael Niedermayer2015-04-201-0/+1
|\ \ | |/
| * buffersrc: Fix resource leak on errorFederico Tomassetti2015-04-191-0/+1
| * filtfmts: Avoid null pointer dereferenceHimangi Saraogi2015-04-191-2/+13
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-203-6/+6
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-197-8/+8
* | lavfi/avf_showcqt: fix error code.Nicolas George2015-04-161-1/+1
* | avfilter/drawtext: fix frame mem leakIvan Efimov2015-04-141-2/+6
* | avfilter/vf_scale: Add warning for AVCOL_SPC_YCGCOMichael Niedermayer2015-04-131-0/+3
* | avfilter: add chorus filterPaul B Mahol2015-04-114-2/+383
* | avfilter/vsrc_life: Fix mix of declarations and statementsMichael Niedermayer2015-04-091-1/+3
* | avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-0881-234/+401
* | avfilter/af_amix: Use av_mallocz_array()Michael Niedermayer2015-04-061-1/+1
* | avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption a...Michael Niedermayer2015-04-061-1/+1
* | avfilter/vf_mpdecimate: Fix missing ()Michael Niedermayer2015-04-061-1/+1
* | avfilter/yadif: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-04-051-3/+3
* | avfilter/vsrc_mandelbrot: Change enums to int, which are accessed via AVOptio...Michael Niedermayer2015-04-051-2/+2
* | filtfmts: Avoid null pointer dereferenceHimangi Saraogi2015-04-031-1/+13
* | vf_drawtext: add support for setting box border widthMarton Balint2015-03-311-1/+4
* | avfilter/vf_detelecine: Fix uninitialized array index errorHimangi Saraogi2015-03-311-6/+10
* | avfilter/vf_vignette: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-301-1/+7
* | avfilter/vf_transpose: Change enums to int, which are accessed via AVOption a...Michael Niedermayer2015-03-301-2/+2
* | avfilter/tinterlace: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-301-1/+1
* | vfilter/vf_qp: Support evaluating expression per MBMichael Niedermayer2015-03-281-3/+27
* | avfilter/vf_qp: split expression parsing out of loopMichael Niedermayer2015-03-281-9/+14
* | af_channelmap: fix number of channelsMarton Balint2015-03-281-0/+1
OpenPOWER on IntegriCloud