summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Add 'drawgrid' video filterAndrey Utkin2013-05-133-0/+208
* lavfi/hqdn3d: restore timeline feature.Clément Bœsch2013-05-121-3/+10
* lavfi/hqdn3d: use macros instead of hardcoded indexes.Clément Bœsch2013-05-121-1/+2
* lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-1224-61/+49
* lavfi/vflip: use FF_CEIL_RSHIFT for chroma w/h rounding.Clément Bœsch2013-05-121-2/+4
* lavfi/lut: use FF_CEIL_RSHIFT for chroma w/h rounding.Clément Bœsch2013-05-121-2/+3
* lavfi/select: unbreak compatibility with older PICT_TYPE syntaxPaul B Mahol2013-05-121-0/+20
* avfilter/af_astats: fix 64bit printf typeMichael Niedermayer2013-05-111-2/+2
* avfilter/vf_mp: remove unused functionMichael Niedermayer2013-05-111-2/+0
* vf_copy: silence "incompatible pointer type" warningMichael Niedermayer2013-05-111-1/+1
* lavfi/curves: avoid ctx pointer indirection.Clément Bœsch2013-05-101-1/+1
* Merge commit '16a4a18db089af8c432f1cdec62155000585b72c'Michael Niedermayer2013-05-101-4/+9
|\
| * af_asyncts: fix offset calculationAnton Khirnov2013-05-101-4/+9
* | lavfi/select: set forgotten VAR_PICT_TYPE_BIPaul B Mahol2013-05-101-0/+1
* | lavfi: avectorscope filterPaul B Mahol2013-05-104-2/+277
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-1021-44/+50
* | lavfi/anull: remove redundant linesPaul B Mahol2013-05-101-6/+0
* | lavfi: modify names of deshake_kernel.h and unsharp_kernel.hhighgod04012013-05-104-9/+9
* | lavfi/avfiltergraph: fix styleStefano Sabatini2013-05-101-9/+9
* | lavfi/avfilter.h: fix typoStefano Sabatini2013-05-101-1/+1
* | lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.Clément Bœsch2013-05-093-9/+7
* | lavfi/overlay: simpler up-rounded w/h computations.Clément Bœsch2013-05-091-4/+4
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-093-4/+5
* | lavfi: remove alphaextract special codePaul B Mahol2013-05-093-131/+26
* | Merge commit '6e9f8d6a7d7392a236df19fef6f4eba41f18167e'Michael Niedermayer2013-05-091-1/+0
|\ \ | |/
| * x86: vf_yadif: Remove stray dsputil_mmx #includeDiego Biurrun2013-05-081-1/+0
* | avfilter: fix 2 warnings about discarding constMichael Niedermayer2013-05-081-1/+1
* | avfilter/af_apad: Support AVFILTER_FLAG_SUPPORT_TIMELINEMichael Niedermayer2013-05-081-1/+3
* | avfilter: Make enabled/disabled state available as a field of the AVFilterCon...Michael Niedermayer2013-05-082-1/+4
* | lavfi/extractplanes: packed rgb supportPaul B Mahol2013-05-081-6/+61
* | lavfi/colorchannelmixer: remove now redudant codePaul B Mahol2013-05-081-13/+2
* | lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map()Paul B Mahol2013-05-081-0/+10
* | lavfi/null: remove redudant linesPaul B Mahol2013-05-081-5/+0
* | lavfi/lut: add support for YUVA422P and YUVA444PPaul B Mahol2013-05-081-1/+3
* | lavfi: add gbrap support to some filtersPaul B Mahol2013-05-084-4/+6
* | lavfi/unsharp: use verbal form in help message optionsStefano Sabatini2013-05-081-12/+12
* | lavfi: add comments to explain the negotiation loop.Nicolas George2013-05-071-2/+19
* | lavfi: fix filter format negotiation loop.Nicolas George2013-05-071-1/+2
* | lavfi/overlay: reindent fix.Clément Bœsch2013-05-071-6/+5
* | lavfi/alphaextract: copy width and not linesize.Clément Bœsch2013-05-071-2/+1
* | Merge commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110'Michael Niedermayer2013-05-071-2/+4
|\ \ | |/
| * vf_scale: add endianness conversion pixel format in query_formatsJanne Grunau2013-05-061-2/+4
* | avfilter: add av_cold to uninit()Michael Niedermayer2013-05-066-6/+6
* | lavfi/deshake_opencl: use ff_opencl_set_parameterhighgod04012013-05-061-34/+31
* | lavfi/unsharp_opencl: use av_opencl_errstrhighgod04012013-05-061-1/+1
* | lavfi/unsharp: fix opencl crash on 64bit linuxhighgod04012013-05-061-1/+1
* | make the ordering of the return type and av_cold consistentMichael Niedermayer2013-05-051-1/+1
* | Merge commit '20c86571ccc71412781d4a4813e4693e0c42aec6'Michael Niedermayer2013-05-051-2/+4
|\ \ | |/
| * lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-05-042-4/+8
* | Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer2013-05-0511-17/+27
|\ \ | |/