- 30 Mar, 2010 1 commit
-
-
Stefano Sabatini authored
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Mar, 2010 3 commits
-
-
Bobby Bingham authored
Avoid creating and releasing useless extra picture references in the start_frame and end_frame callbacks. Originally committed as revision 22596 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Bobby Bingham authored
Originally committed as revision 22595 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Bobby Bingham authored
These are useful for filters which don't modify the image data. Originally committed as revision 22594 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 17 Mar, 2010 4 commits
-
-
Bobby Bingham authored
Originally committed as revision 22578 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Bobby Bingham authored
other is enabled. Originally committed as revision 22577 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Bobby Bingham authored
Originally committed as revision 22576 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Bobby Bingham authored
Originally committed as revision 22573 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Mar, 2010 4 commits
-
-
Stefano Sabatini authored
picref. Originally committed as revision 22509 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
addition of the AVFilterPicRef.pos field. Originally committed as revision 22508 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
byte position information, as stored in the pkt.pos, through the filterchain. Note that the pos field is added *non* at the end of the AVFilterPicRef struct, thus breaking ABI compatibility, which is allowed as the API is still considered non-stable. Originally committed as revision 22506 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
choosen between 8 and 32 when the supplied parameter is the string "random". This is useful for testing the slice support, but it is not supposed to be used for other purposes and this interface may change in the future, thus it is not documented. The randomization algorithm adopted is the standard Numerical Recipes LCG. Originally committed as revision 22505 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Mar, 2010 1 commit
-
-
Måns Rullgård authored
This function is not referenced outside this file and has no prototype. Feel free to flame if this is wrong. Originally committed as revision 22314 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Mar, 2010 1 commit
-
-
Stefano Sabatini authored
information to the next filter. Originally committed as revision 22300 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Mar, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 22255 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Feb, 2010 1 commit
-
-
Stefano Sabatini authored
Also link avfiltergraph.o and graphparser.o against libavfilter, as it uses them. Originally committed as revision 22063 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Feb, 2010 1 commit
-
-
Stefano Sabatini authored
paletted. Simpler and more robust. Originally committed as revision 21631 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Feb, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 21597 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 31 Jan, 2010 1 commit
-
-
Stefano Sabatini authored
avcodec_get_chroma_sub_sample(), directly access av_pix_fmt_descriptors instead. Remove some of the dependancies of lavfi on lavc. Originally committed as revision 21575 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Jan, 2010 1 commit
-
-
Stefano Sabatini authored
function. Originally committed as revision 21550 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Jan, 2010 4 commits
-
-
Stefano Sabatini authored
Originally committed as revision 21242 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 21240 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
size of the output link of the destination filter, rather than of the size of the input link. In particular this fixes a crash in the rotate filter. Originally committed as revision 21238 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Måns Rullgård authored
Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Jan, 2010 2 commits
-
-
Stefano Sabatini authored
which it inserts the new filter. Originally committed as revision 21177 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
filter cannot convert between input and output formats. Originally committed as revision 21176 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jan, 2010 3 commits
-
-
Stefano Sabatini authored
insertion. Originally committed as revision 21124 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
auto-inserted scale filter, rather than the filter name, as this provides more information. Originally committed as revision 21123 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 21121 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Jan, 2010 2 commits
-
-
Stefano Sabatini authored
respective pixel formats effectively supported by libswscale. Originally committed as revision 21105 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
which was due to declaring variable after code. Originally committed as revision 21086 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Jan, 2010 4 commits
-
-
Stefano Sabatini authored
when *ref is NULL. Originally committed as revision 21077 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
value of AVFilter.query_formats. Originally committed as revision 21076 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
AVFilter.query_formats doxy. The doxy expresses what a function does, not what it should do. Originally committed as revision 21075 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 21073 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Jan, 2010 1 commit
-
-
Stefano Sabatini authored
*avff, so that an AVFilterFormats struct is created and returned by the function if *avff is NULL. Make the function use more convenient. Originally committed as revision 21035 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2010 1 commit
-
-
Stefano Sabatini authored
formats only the non-HW-accelerated formats, for which there is no sense in filtering. Originally committed as revision 21009 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jan, 2010 2 commits
-
-
Stefano Sabatini authored
Originally committed as revision 21007 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
XXX_license() functions, consistent with the rest of FFmpeg. Originally committed as revision 21005 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Dec, 2009 1 commit
-
-
Stefano Sabatini authored
Add ';' and '\n' to the terminating characters for the name of a filter, and ';' to the terminating characters for its args. Originally committed as revision 20800 to svn://svn.ffmpeg.org/ffmpeg/trunk
-