summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavfi: add inverse telecine filterHimangi Saraogi2015-03-273-0/+348
* | avfilter/vf_telecine: Avoid floating point valuesHimangi Saraogi2015-03-271-3/+4
* | avfilter/vf_telecine: Fix loss of AVFrame properties in outputHimangi Saraogi2015-03-271-0/+1
* | avfilter/vf_telecine: Fix AV desync by using the first input timestampHimangi Saraogi2015-03-261-1/+8
* | avfilter/vf_stereo3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-231-1/+1
* | avfilter/vf_signalstats: Change enum to int, which is accessed via AVOption a...Michael Niedermayer2015-03-221-1/+1
* | avfilter/vf_setfield: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-221-1/+1
* | Merge commit 'cfe64613923a2d47644a87386146ada1f9f6b659'Michael Niedermayer2015-03-221-0/+2
|\ \ | |/
| * avfilter: Document avfilter_graph_alloc return valueFederico Tomassetti2015-03-211-0/+2
* | avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-201-2/+2
* | avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-201-3/+17
* | avfilter/vf_phase: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-201-1/+1
* | lavfi/eq: rework expression evaluationarwa arif2015-03-203-47/+74
* | lavfi/eq: factorize code in process_command()Stefano Sabatini2015-03-201-43/+23
* | avfilter/vf_pp7: remove unused varMartin Vignali2015-03-201-7/+0
* | avfilter/vf_colormatrix: fix yuv420p threading, second tryClément Bœsch2015-03-191-4/+4
* | avfilter/vf_lut3d: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-181-1/+1
* | avfilter/vf_il: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-181-1/+1
* | avfilter/vf_histogram: Change enum to int, which is accessed via AVOption as intMichael Niedermayer2015-03-181-1/+1
* | lavfi: add showwavespic filterClément Bœsch2015-03-184-36/+242
* | Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-1812-13/+13
* | avfilter/vf_colormatrix: make sure the number of threads is even for yuv420pClément Bœsch2015-03-171-1/+1
* | avfilter/vf_histeq: Change enums to int, which are accessed via AVOption as intMichael Niedermayer2015-03-171-1/+1
* | avfilter/vf_fieldmatch: Change enums to int, which are accessed via AVOption ...Michael Niedermayer2015-03-171-2/+2
OpenPOWER on IntegriCloud