index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter: Add 'drawgrid' video filter
Andrey Utkin
2013-05-13
3
-0
/
+208
*
lavfi/hqdn3d: restore timeline feature.
Clément Bœsch
2013-05-12
1
-3
/
+10
*
lavfi/hqdn3d: use macros instead of hardcoded indexes.
Clément Bœsch
2013-05-12
1
-1
/
+2
*
lavfi: replace passthrough_filter_frame with a flag.
Clément Bœsch
2013-05-12
24
-61
/
+49
*
lavfi/vflip: use FF_CEIL_RSHIFT for chroma w/h rounding.
Clément Bœsch
2013-05-12
1
-2
/
+4
*
lavfi/lut: use FF_CEIL_RSHIFT for chroma w/h rounding.
Clément Bœsch
2013-05-12
1
-2
/
+3
*
lavfi/select: unbreak compatibility with older PICT_TYPE syntax
Paul B Mahol
2013-05-12
1
-0
/
+20
*
avfilter/af_astats: fix 64bit printf type
Michael Niedermayer
2013-05-11
1
-2
/
+2
*
avfilter/vf_mp: remove unused function
Michael Niedermayer
2013-05-11
1
-2
/
+0
*
vf_copy: silence "incompatible pointer type" warning
Michael Niedermayer
2013-05-11
1
-1
/
+1
*
lavfi/curves: avoid ctx pointer indirection.
Clément Bœsch
2013-05-10
1
-1
/
+1
*
Merge commit '16a4a18db089af8c432f1cdec62155000585b72c'
Michael Niedermayer
2013-05-10
1
-4
/
+9
|
\
|
*
af_asyncts: fix offset calculation
Anton Khirnov
2013-05-10
1
-4
/
+9
*
|
lavfi/select: set forgotten VAR_PICT_TYPE_BI
Paul B Mahol
2013-05-10
1
-0
/
+1
*
|
lavfi: avectorscope filter
Paul B Mahol
2013-05-10
4
-2
/
+277
*
|
lavfi: use ceil right shift for chroma width/height.
Clément Bœsch
2013-05-10
21
-44
/
+50
*
|
lavfi/anull: remove redundant lines
Paul B Mahol
2013-05-10
1
-6
/
+0
*
|
lavfi: modify names of deshake_kernel.h and unsharp_kernel.h
highgod0401
2013-05-10
4
-9
/
+9
*
|
lavfi/avfiltergraph: fix style
Stefano Sabatini
2013-05-10
1
-9
/
+9
*
|
lavfi/avfilter.h: fix typo
Stefano Sabatini
2013-05-10
1
-1
/
+1
*
|
lavfi/opencl: replace SHIFTUP with FF_CEIL_RSHIFT.
Clément Bœsch
2013-05-09
3
-9
/
+7
*
|
lavfi/overlay: simpler up-rounded w/h computations.
Clément Bœsch
2013-05-09
1
-4
/
+4
*
|
lavu: add FF_CEIL_RSHIFT and use it in various places.
Clément Bœsch
2013-05-09
3
-4
/
+5
*
|
lavfi: remove alphaextract special code
Paul B Mahol
2013-05-09
3
-131
/
+26
*
|
Merge commit '6e9f8d6a7d7392a236df19fef6f4eba41f18167e'
Michael Niedermayer
2013-05-09
1
-1
/
+0
|
\
\
|
|
/
|
*
x86: vf_yadif: Remove stray dsputil_mmx #include
Diego Biurrun
2013-05-08
1
-1
/
+0
*
|
avfilter: fix 2 warnings about discarding const
Michael Niedermayer
2013-05-08
1
-1
/
+1
*
|
avfilter/af_apad: Support AVFILTER_FLAG_SUPPORT_TIMELINE
Michael Niedermayer
2013-05-08
1
-1
/
+3
*
|
avfilter: Make enabled/disabled state available as a field of the AVFilterCon...
Michael Niedermayer
2013-05-08
2
-1
/
+4
*
|
lavfi/extractplanes: packed rgb support
Paul B Mahol
2013-05-08
1
-6
/
+61
*
|
lavfi/colorchannelmixer: remove now redudant code
Paul B Mahol
2013-05-08
1
-13
/
+2
*
|
lavfi/drawutils: add 16 bit rgb and planar rgb to ff_fill_rgba_map()
Paul B Mahol
2013-05-08
1
-0
/
+10
*
|
lavfi/null: remove redudant lines
Paul B Mahol
2013-05-08
1
-5
/
+0
*
|
lavfi/lut: add support for YUVA422P and YUVA444P
Paul B Mahol
2013-05-08
1
-1
/
+3
*
|
lavfi: add gbrap support to some filters
Paul B Mahol
2013-05-08
4
-4
/
+6
*
|
lavfi/unsharp: use verbal form in help message options
Stefano Sabatini
2013-05-08
1
-12
/
+12
*
|
lavfi: add comments to explain the negotiation loop.
Nicolas George
2013-05-07
1
-2
/
+19
*
|
lavfi: fix filter format negotiation loop.
Nicolas George
2013-05-07
1
-1
/
+2
*
|
lavfi/overlay: reindent fix.
Clément Bœsch
2013-05-07
1
-6
/
+5
*
|
lavfi/alphaextract: copy width and not linesize.
Clément Bœsch
2013-05-07
1
-2
/
+1
*
|
Merge commit '5f87c277bd5caa09cc4f9061d4ccdd58dc121110'
Michael Niedermayer
2013-05-07
1
-2
/
+4
|
\
\
|
|
/
|
*
vf_scale: add endianness conversion pixel format in query_formats
Janne Grunau
2013-05-06
1
-2
/
+4
*
|
avfilter: add av_cold to uninit()
Michael Niedermayer
2013-05-06
6
-6
/
+6
*
|
lavfi/deshake_opencl: use ff_opencl_set_parameter
highgod0401
2013-05-06
1
-34
/
+31
*
|
lavfi/unsharp_opencl: use av_opencl_errstr
highgod0401
2013-05-06
1
-1
/
+1
*
|
lavfi/unsharp: fix opencl crash on 64bit linux
highgod0401
2013-05-06
1
-1
/
+1
*
|
make the ordering of the return type and av_cold consistent
Michael Niedermayer
2013-05-05
1
-1
/
+1
*
|
Merge commit '20c86571ccc71412781d4a4813e4693e0c42aec6'
Michael Niedermayer
2013-05-05
1
-2
/
+4
|
\
\
|
|
/
|
*
lavfi: let gcc realign the stack on public graph driving functions
Hendrik Leppkes
2013-05-04
2
-4
/
+8
*
|
Merge commit '093804a93cc5da3f95f98265a5df116912443cec'
Michael Niedermayer
2013-05-05
11
-17
/
+27
|
\
\
|
|
/
[next]