index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
/
avfilter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a field 'next' to AVFilter.
Stefano Sabatini
2009-10-27
1
-3
/
+8
*
Move the description field of the filter from AVFilterContext to
Stefano Sabatini
2009-10-22
1
-7
/
+7
*
Add a description field to AVFilterContext.
Stefano Sabatini
2009-10-22
1
-2
/
+8
*
Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of the
Stefano Sabatini
2009-10-21
1
-1
/
+1
*
Make avfilter_make_format_list() take in input a const argument.
Stefano Sabatini
2009-10-21
1
-2
/
+2
*
Rename avfilter_make_format_list2() to avfilter_make_format_list().
Stefano Sabatini
2009-10-18
1
-2
/
+2
*
Remove avfilter_make_format_list(), it has been replaced by
Stefano Sabatini
2009-10-18
1
-10
/
+1
*
Implement avfilter_make_format_list2(), which is going to replace
Stefano Sabatini
2009-10-18
1
-2
/
+10
*
Use 'enum PixelFormat *' rather than 'int *' as type for the
Stefano Sabatini
2009-10-18
1
-2
/
+2
*
Make avfilter_get_video_buffer() recursive.
Stefano Sabatini
2009-10-18
1
-6
/
+9
*
Add w and h fields to AVFilterPic.
Stefano Sabatini
2009-10-07
1
-1
/
+3
*
Use a single space after an ending period and the beginning of the
Stefano Sabatini
2009-05-14
1
-36
/
+36
*
Apply documentation fixes: use third person, fix grammar and remove
Stefano Sabatini
2009-05-14
1
-20
/
+20
*
Make static the list of registered filters.
Víctor Paesa
2009-03-26
1
-1
/
+1
*
Implement in AVFilterGraph the scale_sws_opts field, and pass its
Stefano Sabatini
2009-02-23
1
-1
/
+1
*
Implement avfilter_graph_check_validity().
Stefano Sabatini
2009-01-26
1
-1
/
+1
*
Implement the avfilter_default_draw_slice() handler and use it in
Stefano Sabatini
2009-01-11
1
-1
/
+3
*
Fix capitalization and missing periods issues.
Stefano Sabatini
2009-01-10
1
-10
/
+10
*
Cosmetics: break line to make it not longer than 80 chars.
Stefano Sabatini
2009-01-02
1
-3
/
+4
*
Fix typos.
Stefano Sabatini
2008-12-29
1
-2
/
+2
*
Mention in the documentation of avfilter_poll_frame() that it returns
Stefano Sabatini
2008-12-28
1
-1
/
+2
*
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-08-31
1
-3
/
+3
*
Fix a typo.
Stefano Sabatini
2008-08-28
1
-1
/
+1
*
Reword a sentence in a doxy making its interpretation clearer.
Stefano Sabatini
2008-08-28
1
-2
/
+2
*
Implement avfilter_version().
Stefano Sabatini
2008-08-08
1
-1
/
+6
*
consistency cosmetics: indices --> indexes
Diego Biurrun
2008-05-26
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+1
*
Improve AVFilterFormats doxy.
Michael Niedermayer
2008-04-02
1
-9
/
+19
*
Make av_class a pointer to a const AVClass. Addresses one warning in
Panagiotis Issaris
2008-03-06
1
-1
/
+1
*
Make libavfilter define its version like the other libav* libs
Vitor Sessak
2008-02-26
1
-1
/
+11
*
Ascii art to explain what avfilter_formats_changeref() does.
Michael Niedermayer
2008-02-21
1
-0
/
+13
*
cosmetic
Michael Niedermayer
2008-02-21
1
-3
/
+3
*
Better description (merge is too vague IMHO).
Michael Niedermayer
2008-02-21
1
-3
/
+3
*
Document avfilter_formats_ref() with some ascii art.
Michael Niedermayer
2008-02-21
1
-1
/
+12
*
Remove unneeded function.
Vitor Sessak
2008-02-15
1
-3
/
+0
*
Oops
Vitor Sessak
2008-02-15
1
-1
/
+1
*
Missed this file in my conditional compilation patch
Vitor Sessak
2008-02-15
1
-0
/
+3
*
Add libavfilter_version
Víctor Paesa
2008-02-15
1
-0
/
+2
*
Remove author field
Vitor Sessak
2008-02-15
1
-1
/
+0
*
Use CodecType for pad type
Vitor Sessak
2008-02-15
1
-2
/
+1
*
Nit: remove odd whitespace
Vitor Sessak
2008-02-15
1
-1
/
+1
*
Group avfilter_poll_frame() with related funcions and add doxygen comment
Vitor Sessak
2008-02-15
1
-2
/
+7
*
Update comment to match code
Vitor Sessak
2008-02-15
1
-3
/
+1
*
Nits: punctuation and capitalization
Vitor Sessak
2008-02-15
1
-50
/
+50
*
Add const to silence warnings
Vitor Sessak
2008-02-15
1
-5
/
+5
*
Implement poll_frame() method. Fix ffmpeg.c bug with
Vitor Sessak
2008-02-15
1
-0
/
+13
*
Indentation
Vitor Sessak
2008-02-15
1
-1
/
+1
*
Rework link property configuration system.
Vitor Sessak
2008-02-15
1
-3
/
+10
*
Fix misc. warnings
Vitor Sessak
2008-02-15
1
-0
/
+3
*
Rewrite colorspace negotiation.
Vitor Sessak
2008-02-15
1
-21
/
+118
[next]