aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/mptestsrc: use outlink->frame_countPaul B Mahol2013-09-031-4/+1
* lavfi/drawtext: add generic timeline interface and deprecate "draw".Clément Bœsch2013-09-032-4/+39
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-035-5/+5
* lavfi/hue: relicense to LGPL with permission by all contributorsPaul B Mahol2013-09-031-9/+9
* lavfi/mp: remove mp=phasePaul B Mahol2013-09-034-307/+1
* lavfi: port phase filter from libmpcodecsPaul B Mahol2013-09-034-2/+324
* avfilter/vf_yadif: reallocate frames if strides differMichael Niedermayer2013-09-031-0/+37
* avfilter/vf_fps: make sure the fifo is not empty before using itMichael Niedermayer2013-09-021-1/+1
* Merge commit 'faa8245bd45c1a6dd220ba9407ea1c82132aa1ce'Michael Niedermayer2013-09-011-1/+2
|\
| * vf_lut: ConstantizeDiego Elio Pettenò2013-08-311-5/+6
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-306-24/+24
* | avfilter/vf_fps: fix ABI compatibility with AV_NOPTS starttimeMichael Niedermayer2013-08-291-1/+1
* | Merge commit 'cb8f70c96e14c1b4824ef23d21d78d10fc5a4b93'Michael Niedermayer2013-08-291-2/+4
|\|
| * vf_fps: use double constants for default/min/max for start_timeHendrik Leppkes2013-08-281-2/+4
| * vf_interlace: fix file permissionsVittorio Giovara2013-08-271-0/+0
* | avfilter/vf_fps: Work around msvc (c99wrap) build failurePavel Koshevoy2013-08-261-1/+1
* | avfilter/graphparser: fix use of deprecated symbolsMichael Niedermayer2013-08-251-1/+1
* | avfilter/graphdump: fix use of deprecated symbolsMichael Niedermayer2013-08-251-7/+7
* | avfilter/filtfmts: fix use of deprecated symbolsMichael Niedermayer2013-08-251-3/+3
* | lavfi/tile: do not leak input framePaul B Mahol2013-08-231-1/+3
* | lavfi/hue: allow changing brightnessPaul B Mahol2013-08-222-8/+63
* | lavfi/gradfun: support gbrpPaul B Mahol2013-08-222-1/+2
* | lavfi/separatefields: fix frame leakPaul B Mahol2013-08-211-1/+3
* | lavfi/hue: use lookup tablesPaul B Mahol2013-08-211-30/+49
* | Merge commit '545a0b807cf45b2bbc4c9087a297b741ce00f508'Michael Niedermayer2013-08-211-1/+15
|\|
| * vf_fps: add 'start_time' optionJustin Ruggles2013-08-201-1/+15
* | avfilter/vf_mp: remove unused sws related functionsMichael Niedermayer2013-08-161-55/+0
* | avfilter: remove ff_copy_int*_listMichael Niedermayer2013-08-162-26/+0
* | lavfi/transpose: call av_frame_copy_props()Paul B Mahol2013-08-161-2/+1
* | lavfi/transpose: support slice threadingPaul B Mahol2013-08-161-25/+47
* | lavfi/tile: make color of blank/unused area configurablePaul B Mahol2013-08-161-2/+3
* | avfilter/vf_scale+aresample: minor simpificationMichael Niedermayer2013-08-162-6/+2
* | avfilter/vf_scale: generic swscale option supportMichael Niedermayer2013-08-151-3/+29
* | lavfi/ebur128: fix typo: s/negociation/negotiationPaul B Mahol2013-08-131-1/+1
* | lavfi/trim: check for right default valuePaul B Mahol2013-08-121-1/+1
* | Fix wrong use of "an" in some comments.Thilo Borgmann2013-08-121-1/+1
* | avfilter/f_sendcmd: make const arrays static constMichael Niedermayer2013-08-101-1/+1
* | avfilter/trim: Fix assertion failure with empty framesMichael Niedermayer2013-08-091-1/+1
* | avfilter/fifo: explicitly assert that a frame should have become available af...Michael Niedermayer2013-08-091-0/+1
* | avfilter/vf_perspective: factor u cliping codeMichael Niedermayer2013-08-091-8/+4
* | Merge commit '3799376dd3373ee255651ed542c75b15665801a8'Michael Niedermayer2013-08-061-2/+9
|\|
| * lavfi/fifo: fix flushing when using request_samplesAnton Khirnov2013-08-051-2/+9
* | Merge commit '77cc958f60f73963be4281d6e82ef81707e40c26'Michael Niedermayer2013-08-052-2/+2
|\|
| * lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov2013-08-042-2/+2
* | vf_scale: add force_original_aspect_ratioTimothy Gu2013-08-041-0/+19
* | avfilter/graphparser: remove 256 char limit from create_filter()Michael Niedermayer2013-08-041-4/+6
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-0311-14/+14
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-035-0/+19
|\|
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-025-0/+19
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-031-2/+2
|\|