core: add infrastructure to get screenshots from VOs
commit01cf896a2f0d8be92c6d6633095fa2719a8c0e58
authorwm4 <wm4@mplayer2.org>
Thu, 6 Oct 2011 18:46:01 +0000 (6 20:46 +0200)
committerUoti Urpala <uau@mplayer2.org>
Fri, 25 Nov 2011 21:56:28 +0000 (25 23:56 +0200)
tree674e4a00ffc236651bc1035fb411541cc55efede
parente3f5043233336d8b4b0731c6a8b42a8fda5535ac
core: add infrastructure to get screenshots from VOs

Add a VO command (VOCTRL_SCREENSHOT) which requests a screenshot
directly from the VO. If VO support is available, screenshots will be
taken instantly (no more 1 or 2 frames delay). Taking screenshots when
hardware decoding is in use will also work (vdpau). Additionally, the
screenshots will now use the same colorspace as the video display.
Change the central MPContext to be allocated with talloc so that it
can be used as a talloc parent context.

This commit does not yet implement the functionality for any VO (added
in subsequent commits).

The old screenshot video filter is not needed anymore if VO support is
present, and in that case will not be used even if it is present in
the filter chain. If VO support is not available then the filter is
used like before. Note that the filter still has some of the old
problems, such as delaying the screenshot by at least 1 frame.
Makefile
command.c
libmpcodecs/vf.h
libmpcodecs/vf_screenshot.c
libvo/video_out.h
mp_core.h
mplayer.c
screenshot.c [new file with mode: 0644]
screenshot.h [new file with mode: 0644]