- 22 Nov, 2009 1 commit
-
-
Stefano Sabatini authored
not correctly supported. See the thread: "[FFmpeg-devel] [PATCH] Remove not truly supported formats support from the crop filter". Originally committed as revision 20576 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Nov, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 16 Nov, 2009 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 20544 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Nov, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 20519 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Nov, 2009 2 commits
-
-
Stefano Sabatini authored
PAL8. Shift data[1] only if the input format is not paletted. Originally committed as revision 20488 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20487 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Nov, 2009 1 commit
-
-
Stefano Sabatini authored
formats with more than 8 bits per pixel (e.g. YUVXXXP16). Originally committed as revision 20479 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Nov, 2009 7 commits
-
-
Stefano Sabatini authored
Originally committed as revision 20447 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20446 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
avfilter_default_get_video_buffer() if the get_video_buffer() callback is not defined in a filter. Libavfilter filters author have to explicitely define the get_video_buffer() callback if they want the buffer to be requested to the filter following in the filterchain. See the thread: "[FFmpeg-devel] [PATCH] Make avfilter_get_video_buffer() use default_get_video_buffer if callback not defined". Originally committed as revision 20444 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
noformat and null filters. Originally committed as revision 20443 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
"video format and noformat filters" to "format and noformat video filters", as suggested by Diego. Originally committed as revision 20442 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20441 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 30 Oct, 2009 1 commit
-
-
Stefano Sabatini authored
That was never required since avfilter_get_video_buffer() already calls itself on the next link if get_video_buffer is not defined. Originally committed as revision 20419 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Oct, 2009 5 commits
-
-
Stefano Sabatini authored
Originally committed as revision 20391 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
for registering and finding filters, rather than use the struct AVFilterList, which is removed. Simplify the filter registration management code. Originally committed as revision 20387 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Simplify the registration and iteration of all the registered filters, consistent with what is done with formats / codecs. Originally committed as revision 20385 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20375 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 25 Oct, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 20372 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Oct, 2009 3 commits
-
-
Stefano Sabatini authored
AVFilter, where it should have had defined the first time. +10L. Originally committed as revision 20356 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20354 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20352 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Oct, 2009 4 commits
-
-
Stefano Sabatini authored
Originally committed as revision 20343 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20342 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
argument of avfilter_make_format_list(), as the argument represents a list of elements. Originally committed as revision 20341 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20340 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Oct, 2009 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 20320 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Oct, 2009 8 commits
-
-
Stefano Sabatini authored
Originally committed as revision 20302 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
avfilter_make_format_list2(). Originally committed as revision 20301 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
avfilter_make_format_list(). See the thread: "[PATCH] Implement avfilter_make_format_list2(enum PixelFormat pix_fmt, ...)". Originally committed as revision 20299 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20298 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Vitor Sessak authored
min = FFMIN(min, avfilter_poll_frame(link->src->inputs[i])) which, since FFMIN is a macro, was calling itself twice for every input, causing an exponential cost in time. Originally committed as revision 20295 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
Originally committed as revision 20275 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
AVFilterFormats.formats field. Cleaner / safer. Originally committed as revision 20274 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Stefano Sabatini authored
When called on a link with a filter whose destination pad has not a get_video_buffer callback defined, it will call avfilter_get_video_buffer() on the first output link of the destination filer, rather than use avfilter_default_get_buffer(), so the video buffer can be allocated forward in the filterchain. Also add the w and h parameters to avfilter_get_video_buffer(), as the minimum width and height requested by each filter in the filterchain may change, this allows for example a memcpy-less pad filter. This change breaks API / ABI backward compatibility. See the thread: "[PATCH] Implement recusive avfilter_get_video_buffer()". Originally committed as revision 20272 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Oct, 2009 1 commit
-
-
Stefano Sabatini authored
See the thread: "[FFmpeg-devel] [PATCH] Add w,h fields to AVFilterPic". Originally committed as revision 20189 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Oct, 2009 1 commit
-
-
Stefano Sabatini authored
It is only enabled when the DEBUG symbol is defined. Originally committed as revision 20187 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 01 Jun, 2009 1 commit
-
-
Stefano Sabatini authored
it is meant to be freed. Fix warnings. Originally committed as revision 19072 to svn://svn.ffmpeg.org/ffmpeg/trunk
-