VLC  4.0.0-dev
Data Structures | Macros | Functions | Variables
video_output.c File Reference
Include dependency graph for video_output.c:

Data Structures

struct  vout_filter_t
 

Macros

#define VOUT_REDISPLAY_DELAY   VLC_TICK_FROM_MS(80)
 
#define VOUT_DISPLAY_LATE_THRESHOLD   VLC_TICK_FROM_MS(20)
 Late pictures having a delay higher than this value are thrashed. More...
 
#define VOUT_MWAIT_TOLERANCE   VLC_TICK_FROM_MS(4)
 

Functions

static bool VoutCheckFormat (const video_format_t *src)
 
static void VoutFixFormat (video_format_t *dst, const video_format_t *src)
 
static bool VideoFormatIsCropArEqual (video_format_t *dst, const video_format_t *src)
 
static void vout_display_SizeWindow (unsigned *restrict width, unsigned *restrict height, unsigned w, unsigned h, unsigned sar_num, unsigned sar_den, video_orientation_t orientation, const vout_display_cfg_t *restrict cfg)
 
static void vout_SizeWindow (vout_thread_t *vout, const video_format_t *original, unsigned *restrict width, unsigned *restrict height)
 
static void vout_UpdateWindowSizeLocked (vout_thread_t *vout)
 
void vout_GetResetStatistic (vout_thread_t *vout, unsigned *restrict displayed, unsigned *restrict lost)
 
bool vout_IsEmpty (vout_thread_t *vout)
 This function will return true if no more pictures are to be displayed. More...
 
void vout_DisplayTitle (vout_thread_t *vout, const char *title)
 This function will ask the display of the input title. More...
 
void vout_MouseState (vout_thread_t *vout, const vlc_mouse_t *mouse)
 Updates the pointing device state. More...
 
void vout_PutSubpicture (vout_thread_t *vout, subpicture_t *subpic)
 
ssize_t vout_RegisterSubpictureChannel (vout_thread_t *vout)
 
ssize_t vout_RegisterSubpictureChannelInternal (vout_thread_t *vout, vlc_clock_t *clock, enum vlc_vout_order *out_order)
 
void vout_UnregisterSubpictureChannel (vout_thread_t *vout, size_t channel)
 
void vout_FlushSubpictureChannel (vout_thread_t *vout, size_t channel)
 
void vout_SetSpuHighlight (vout_thread_t *vout, const vlc_spu_highlight_t *spu_hl)
 
picture_tvout_GetPicture (vout_thread_t *vout)
 Allocates a video output picture buffer. More...
 
void vout_PutPicture (vout_thread_t *vout, picture_t *picture)
 It gives to the vout a picture to be displayed. More...
 
int vout_GetSnapshot (vout_thread_t *vout, block_t **image_dst, picture_t **picture_dst, video_format_t *fmt, const char *type, vlc_tick_t timeout)
 This function will handle a snapshot request. More...
 
void vout_ChangeFullscreen (vout_thread_t *vout, const char *id)
 
void vout_ChangeWindowed (vout_thread_t *vout)
 
void vout_ChangeWindowState (vout_thread_t *vout, unsigned st)
 
void vout_ChangeDisplaySize (vout_thread_t *vout, unsigned width, unsigned height)
 
void vout_ChangeDisplayFilled (vout_thread_t *vout, bool is_filled)
 
void vout_ChangeZoom (vout_thread_t *vout, unsigned num, unsigned den)
 
void vout_ChangeDisplayAspectRatio (vout_thread_t *vout, unsigned dar_num, unsigned dar_den)
 
void vout_ChangeCropRatio (vout_thread_t *vout, unsigned num, unsigned den)
 
void vout_ChangeCropWindow (vout_thread_t *vout, int x, int y, int width, int height)
 
void vout_ChangeCropBorder (vout_thread_t *vout, int left, int top, int right, int bottom)
 
void vout_ControlChangeFilters (vout_thread_t *vout, const char *filters)
 
void vout_ControlChangeSubSources (vout_thread_t *vout, const char *filters)
 
void vout_ControlChangeSubFilters (vout_thread_t *vout, const char *filters)
 
void vout_ChangeSpuChannelMargin (vout_thread_t *vout, enum vlc_vout_order order, int margin)
 
void vout_ChangeViewpoint (vout_thread_t *vout, const vlc_viewpoint_t *p_viewpoint)
 
static void VoutGetDisplayCfg (vout_thread_t *vout, const video_format_t *fmt, vout_display_cfg_t *cfg)
 
static int FilterRestartCallback (vlc_object_t *p_this, char const *psz_var, vlc_value_t oldval, vlc_value_t newval, void *p_data)
 
static int ThreadDelFilterCallbacks (filter_t *filter, void *opaque)
 
static void ThreadDelAllFilterCallbacks (vout_thread_t *vout)
 
static picture_tVoutVideoFilterInteractiveNewPicture (filter_t *filter)
 
static picture_tVoutVideoFilterStaticNewPicture (filter_t *filter)
 
static void ThreadFilterFlush (vout_thread_t *vout, bool is_locked)
 
static void ThreadChangeFilters (vout_thread_t *vout, const char *filters, const bool *new_deinterlace, bool is_locked)
 
static int ThreadDisplayPreparePicture (vout_thread_t *vout, bool reuse, bool frame_by_frame, bool *paused)
 
static vlc_decoder_deviceVoutHoldDecoderDevice (vlc_object_t *o, void *sys)
 
static picture_tConvertRGB32AndBlend (vout_thread_t *vout, picture_t *pic, subpicture_t *subpic)
 
static int ThreadDisplayRenderPicture (vout_thread_t *vout, bool is_forced)
 
static int ThreadDisplayPicture (vout_thread_t *vout, vlc_tick_t *deadline)
 
void vout_ChangePause (vout_thread_t *vout, bool is_paused, vlc_tick_t date)
 This function will (un)pause the display of pictures. More...
 
static void vout_FlushUnlocked (vout_thread_t *vout, bool below, vlc_tick_t date)
 
void vout_Flush (vout_thread_t *vout, vlc_tick_t date)
 This function will ensure that all ready/displayed pictures have at most the provided date. More...
 
void vout_NextPicture (vout_thread_t *vout, vlc_tick_t *duration)
 This function will force to display the next picture while paused. More...
 
void vout_ChangeDelay (vout_thread_t *vout, vlc_tick_t delay)
 This function will change the delay of the vout It is thread safe. More...
 
void vout_ChangeRate (vout_thread_t *vout, float rate)
 This function will change the rate of the vout It is thread safe. More...
 
void vout_ChangeSpuDelay (vout_thread_t *vout, size_t channel_id, vlc_tick_t delay)
 This function will change the delay of the spu channel It is thread safe. More...
 
void vout_ChangeSpuRate (vout_thread_t *vout, size_t channel_id, float rate)
 This function will change the rate of the spu channel It is thread safe. More...
 
static void ThreadProcessMouseState (vout_thread_t *vout, const vlc_mouse_t *win_mouse)
 
static int vout_Start (vout_thread_t *vout, vlc_video_context *vctx, const vout_configuration_t *cfg)
 
static void ThreadControl (vout_thread_t *vout, vout_control_cmd_t cmd)
 
static noreturn void * Thread (void *object)
 
static void vout_ReleaseDisplay (vout_thread_t *vout)
 
void vout_StopDisplay (vout_thread_t *vout)
 Stop the display plugin, but keep its window plugin for later reuse. More...
 
static void vout_DisableWindow (vout_thread_t *vout)
 
void vout_Stop (vout_thread_t *vout)
 Disables a vout. More...
 
void vout_Close (vout_thread_t *vout)
 Destroys a vout. More...
 
void vout_Release (vout_thread_t *vout)
 
static vout_thread_tvout_CreateCommon (vlc_object_t *object)
 
vout_thread_tvout_CreateDummy (vlc_object_t *object)
 
vout_thread_tvout_Create (vlc_object_t *object)
 Creates a video output. More...
 
vout_thread_tvout_Hold (vout_thread_t *vout)
 
int vout_ChangeSource (vout_thread_t *vout, const video_format_t *original)
 Set the new source format for a started vout. More...
 
static int EnableWindowLocked (vout_thread_t *vout, const video_format_t *original)
 
int vout_Request (const vout_configuration_t *cfg, vlc_video_context *vctx, input_thread_t *input)
 Returns a suitable vout or release the given one. More...
 
vlc_decoder_devicevout_GetDevice (vout_thread_t *vout)
 Setup the vout for the given configuration and get an associated decoder device. More...
 

Variables

static const struct filter_video_callbacks vout_video_cbs
 

Macro Definition Documentation

◆ VOUT_DISPLAY_LATE_THRESHOLD

#define VOUT_DISPLAY_LATE_THRESHOLD   VLC_TICK_FROM_MS(20)

Late pictures having a delay higher than this value are thrashed.

Referenced by ThreadDisplayPreparePicture().

◆ VOUT_MWAIT_TOLERANCE

#define VOUT_MWAIT_TOLERANCE   VLC_TICK_FROM_MS(4)

Referenced by ThreadDisplayPicture().

◆ VOUT_REDISPLAY_DELAY

#define VOUT_REDISPLAY_DELAY   VLC_TICK_FROM_MS(80)

Function Documentation

◆ ConvertRGB32AndBlend()

static picture_t* ConvertRGB32AndBlend ( vout_thread_t vout,
picture_t pic,
subpicture_t subpic 
)
static

◆ EnableWindowLocked()

static int EnableWindowLocked ( vout_thread_t vout,
const video_format_t original 
)
static

◆ FilterRestartCallback()

static int FilterRestartCallback ( vlc_object_t p_this,
char const *  psz_var,
vlc_value_t  oldval,
vlc_value_t  newval,
void *  p_data 
)
static

◆ Thread()

static noreturn void* Thread ( void *  object)
static

◆ ThreadChangeFilters()

static void ThreadChangeFilters ( vout_thread_t vout,
const char *  filters,
const bool *  new_deinterlace,
bool  is_locked 
)
static

◆ ThreadControl()

static void ThreadControl ( vout_thread_t vout,
vout_control_cmd_t  cmd 
)
static

◆ ThreadDelAllFilterCallbacks()

static void ThreadDelAllFilterCallbacks ( vout_thread_t vout)
static

◆ ThreadDelFilterCallbacks()

static int ThreadDelFilterCallbacks ( filter_t filter,
void *  opaque 
)
static

◆ ThreadDisplayPicture()

static int ThreadDisplayPicture ( vout_thread_t vout,
vlc_tick_t deadline 
)
static

◆ ThreadDisplayPreparePicture()

static int ThreadDisplayPreparePicture ( vout_thread_t vout,
bool  reuse,
bool  frame_by_frame,
bool *  paused 
)
static

◆ ThreadDisplayRenderPicture()

static int ThreadDisplayRenderPicture ( vout_thread_t vout,
bool  is_forced 
)
static

References vout_chrono_t::avg, vout_display_info_t::can_scale_spu, vout_display_t::cfg, vout_thread_sys_t::chain_interactive, vout_thread_sys_t::clock, ConvertRGB32AndBlend(), vout_thread_sys_t::current, vout_thread_sys_t::date, picture_t::date, vlc_rational_t::den, vout_display_cfg::display, vout_thread_sys_t::display, vout_thread_sys_t::display_lock, vout_thread_sys_t::displayed, vout_thread_sys_t::filter, filter_chain_VideoFilter(), filter_DeleteBlend(), filter_NewBlend(), vout_display_t::fmt, filter_t::fmt_out, picture_t::format, vout_display_place_t::height, video_format_t::i_chroma, video_format_t::i_frame_rate, video_format_t::i_frame_rate_base, video_format_t::i_height, video_format_t::i_sar_den, video_format_t::i_sar_num, video_format_t::i_visible_height, video_format_t::i_visible_width, video_format_t::i_width, vout_display_t::info, vout_thread_sys_t::is_on, vout_thread_sys_t::lock, msg_Err, msg_Info, msg_Warn, vlc_rational_t::num, ORIENT_NORMAL, video_format_t::orientation, vout_thread_t::p, vout_thread_sys_t::pause, picture_BlendSubpicture(), picture_Copy(), picture_Hold(), picture_pool_Get(), picture_Release(), vout_display_t::prepare, vout_thread_sys_t::private_pool, vout_thread_sys_t::rate, vout_thread_sys_t::render, vout_display_cfg::sar, vout_thread_sys_t::snapshot, vout_display_t::source, vout_thread_sys_t::spu, vout_thread_sys_t::spu_blend, vout_thread_sys_t::spu_blend_chroma, spu_Render(), vout_thread_sys_t::statistic, vout_display_info_t::subpicture_chromas, subpicture_Delete(), unlikely, vout_chrono_t::var, es_format_t::video, video_format_ApplyRotation(), video_format_CopyCropAr(), vlc_clock_ConvertToSystem(), vlc_clock_UpdateVideo(), vlc_clock_Wait(), VLC_EGENERIC, vlc_mutex_lock(), vlc_mutex_unlock(), VLC_OBJECT, VLC_SUCCESS, vlc_tick_now(), vout_chrono_Start(), vout_chrono_Stop(), vout_ConvertForDisplay(), vout_display_Display(), vout_display_PlacePicture(), VOUT_REDISPLAY_DELAY, vout_snapshot_IsRequested(), vout_snapshot_Set(), vout_statistic_AddDisplayed(), vout_UpdateDisplaySourceProperties(), and vout_display_place_t::width.

Referenced by ThreadDisplayPicture().

◆ ThreadFilterFlush()

static void ThreadFilterFlush ( vout_thread_t vout,
bool  is_locked 
)
static

◆ ThreadProcessMouseState()

static void ThreadProcessMouseState ( vout_thread_t vout,
const vlc_mouse_t win_mouse 
)
static

◆ VideoFormatIsCropArEqual()

static bool VideoFormatIsCropArEqual ( video_format_t dst,
const video_format_t src 
)
static

◆ vout_ChangeCropBorder()

void vout_ChangeCropBorder ( vout_thread_t vout,
int  left,
int  top,
int  right,
int  bottom 
)

◆ vout_ChangeCropRatio()

void vout_ChangeCropRatio ( vout_thread_t vout,
unsigned  num,
unsigned  den 
)

◆ vout_ChangeCropWindow()

void vout_ChangeCropWindow ( vout_thread_t vout,
int  x,
int  y,
int  width,
int  height 
)

◆ vout_ChangeDelay()

void vout_ChangeDelay ( vout_thread_t vout,
vlc_tick_t  delay 
)

◆ vout_ChangeDisplayAspectRatio()

void vout_ChangeDisplayAspectRatio ( vout_thread_t vout,
unsigned  dar_num,
unsigned  dar_den 
)

◆ vout_ChangeDisplayFilled()

void vout_ChangeDisplayFilled ( vout_thread_t vout,
bool  is_filled 
)

◆ vout_ChangeDisplaySize()

void vout_ChangeDisplaySize ( vout_thread_t vout,
unsigned  width,
unsigned  height 
)

◆ vout_ChangeFullscreen()

void vout_ChangeFullscreen ( vout_thread_t vout,
const char *  id 
)

◆ vout_ChangePause()

void vout_ChangePause ( vout_thread_t ,
bool  b_paused,
vlc_tick_t  i_date 
)

◆ vout_ChangeRate()

void vout_ChangeRate ( vout_thread_t vout,
float  rate 
)

◆ vout_ChangeSource()

int vout_ChangeSource ( vout_thread_t p_vout,
const video_format_t fmt 
)

Set the new source format for a started vout.

Return values
0on success
-1on error, the vout needs to be restarted to handle the format

References vout_thread_sys_t::original, vout_thread_t::p, and video_format_IsSimilar().

Referenced by ModuleThread_UpdateVideoFormat(), and vout_Request().

◆ vout_ChangeSpuChannelMargin()

void vout_ChangeSpuChannelMargin ( vout_thread_t vout,
enum vlc_vout_order  order,
int  margin 
)

◆ vout_ChangeSpuDelay()

void vout_ChangeSpuDelay ( vout_thread_t vout,
size_t  channel_id,
vlc_tick_t  delay 
)

This function will change the delay of the spu channel It is thread safe.

References vout_thread_sys_t::dummy, vout_thread_t::p, vout_thread_sys_t::spu, and spu_SetClockDelay().

Referenced by DecoderThread_ChangeDelay().

◆ vout_ChangeSpuRate()

void vout_ChangeSpuRate ( vout_thread_t vout,
size_t  channel_id,
float  rate 
)

This function will change the rate of the spu channel It is thread safe.

References vout_thread_sys_t::dummy, vout_thread_t::p, vout_thread_sys_t::spu, and spu_SetClockRate().

Referenced by DecoderThread_ChangeRate().

◆ vout_ChangeViewpoint()

void vout_ChangeViewpoint ( vout_thread_t vout,
const vlc_viewpoint_t p_viewpoint 
)

◆ vout_ChangeWindowed()

void vout_ChangeWindowed ( vout_thread_t vout)

◆ vout_ChangeWindowState()

void vout_ChangeWindowState ( vout_thread_t vout,
unsigned  st 
)

◆ vout_ChangeZoom()

void vout_ChangeZoom ( vout_thread_t vout,
unsigned  num,
unsigned  den 
)

◆ vout_ControlChangeFilters()

void vout_ControlChangeFilters ( vout_thread_t vout,
const char *  filters 
)

◆ vout_ControlChangeSubFilters()

void vout_ControlChangeSubFilters ( vout_thread_t vout,
const char *  filters 
)

◆ vout_ControlChangeSubSources()

void vout_ControlChangeSubSources ( vout_thread_t vout,
const char *  filters 
)

◆ vout_Create()

vout_thread_t* vout_Create ( vlc_object_t object)

◆ vout_CreateCommon()

static vout_thread_t* vout_CreateCommon ( vlc_object_t object)
static

◆ vout_CreateDummy()

vout_thread_t* vout_CreateDummy ( vlc_object_t object)

◆ vout_DisableWindow()

static void vout_DisableWindow ( vout_thread_t vout)
static

◆ vout_display_SizeWindow()

static void vout_display_SizeWindow ( unsigned *restrict  width,
unsigned *restrict  height,
unsigned  w,
unsigned  h,
unsigned  sar_num,
unsigned  sar_den,
video_orientation_t  orientation,
const vout_display_cfg_t *restrict  cfg 
)
static

References ORIENT_IS_SWAP.

Referenced by vout_SizeWindow().

◆ vout_DisplayTitle()

void vout_DisplayTitle ( vout_thread_t vout,
const char *  title 
)

◆ vout_FlushUnlocked()

static void vout_FlushUnlocked ( vout_thread_t vout,
bool  below,
vlc_tick_t  date 
)
static

◆ vout_GetDevice()

vlc_decoder_device* vout_GetDevice ( vout_thread_t vout)

Setup the vout for the given configuration and get an associated decoder device.

Parameters
voutthe video configuration requested.
Returns
pointer to a decoder device reference to use with the vout or NULL

References vout_thread_sys_t::dec_device, vout_thread_sys_t::display_cfg, vout_thread_t::obj, vout_thread_t::p, vlc_decoder_device_Create(), vlc_decoder_device_Hold(), vlc_mutex_lock(), vlc_mutex_unlock(), vout_display_cfg::window, and vout_thread_sys_t::window_lock.

Referenced by input_resource_GetVoutDecoderDevice().

◆ vout_GetResetStatistic()

void vout_GetResetStatistic ( vout_thread_t vout,
unsigned *restrict  displayed,
unsigned *restrict  lost 
)

◆ vout_IsEmpty()

bool vout_IsEmpty ( vout_thread_t vout)

This function will return true if no more pictures are to be displayed.

References vout_thread_sys_t::decoder_fifo, vout_thread_sys_t::dummy, vout_thread_t::p, picture_fifo_Peek(), and picture_Release().

Referenced by vlc_input_decoder_IsEmpty().

◆ vout_MouseState()

void vout_MouseState ( vout_thread_t vout,
const vlc_mouse_t mouse 
)

◆ vout_NextPicture()

void vout_NextPicture ( vout_thread_t vout,
vlc_tick_t duration 
)

◆ vout_RegisterSubpictureChannelInternal()

ssize_t vout_RegisterSubpictureChannelInternal ( vout_thread_t vout,
vlc_clock_t clock,
enum vlc_vout_order out_order 
)

◆ vout_ReleaseDisplay()

static void vout_ReleaseDisplay ( vout_thread_t vout)
static

◆ vout_Request()

int vout_Request ( const vout_configuration_t cfg,
vlc_video_context vctx,
input_thread_t input 
)

Returns a suitable vout or release the given one.

If cfg->fmt is non NULL and valid, a vout will be returned, reusing cfg->vout is possible, otherwise it returns NULL. If cfg->vout is not used, it will be closed and released.

You can release the returned value either by vout_Request() or vout_Close().

Parameters
cfgthe video configuration requested.
inputused to get attachments for spu filters
vctxpointer to the video context to use with the vout or NULL
Return values
0on success
-1on error

References vout_configuration_t::clock, vout_thread_sys_t::clock, vout_thread_sys_t::delay, vout_thread_sys_t::display, EnableWindowLocked(), vout_configuration_t::fmt, msg_Err, vout_thread_sys_t::original, vout_thread_t::p, vout_thread_sys_t::rate, vout_thread_sys_t::spu, spu_Attach(), vout_thread_sys_t::thread, Thread(), video_format_Clean(), vlc_clone(), vlc_mutex_lock(), vlc_mutex_unlock(), VLC_THREAD_PRIORITY_OUTPUT, vout_configuration_t::vout, vout_ChangeSource(), vout_DisableWindow(), vout_IntfReinit(), vout_ReinitInterlacingSupport(), vout_ReleaseDisplay(), vout_Start(), vout_StopDisplay(), VoutCheckFormat(), VoutFixFormat(), and vout_thread_sys_t::window_lock.

Referenced by aout_filter_GetVout(), and input_resource_StartVout().

◆ vout_SetSpuHighlight()

void vout_SetSpuHighlight ( vout_thread_t vout,
const vlc_spu_highlight_t spu_hl 
)

◆ vout_SizeWindow()

static void vout_SizeWindow ( vout_thread_t vout,
const video_format_t original,
unsigned *restrict  width,
unsigned *restrict  height 
)
static

◆ vout_Start()

static int vout_Start ( vout_thread_t vout,
vlc_video_context vctx,
const vout_configuration_t cfg 
)
static

References vout_thread_sys_t::chain_interactive, vout_thread_sys_t::chain_static, vout_thread_sys_t::configuration, vout_thread_sys_t::crop, vout_thread_sys_t::current, vout_thread_sys_t::dar, vout_thread_sys_t::date, vout_thread_sys_t::dec_device, vout_thread_sys_t::decoded, vout_thread_sys_t::decoder_fifo, vout_thread_sys_t::display, vout_thread_sys_t::display_cfg, vout_thread_sys_t::display_lock, vout_thread_sys_t::display_pool, vout_thread_sys_t::displayed, vout_thread_sys_t::dummy, vout_thread_sys_t::filter, filter_chain_Delete(), filter_chain_NewVideo, vout_display_cfg::height, vout_thread_sys_t::is_interlaced, vout_thread_sys_t::is_on, vout_thread_sys_t::last, vout_thread_sys_t::mouse, vout_configuration_t::mouse_event, vout_thread_sys_t::mouse_event, vout_configuration_t::mouse_opaque, vout_thread_sys_t::mouse_opaque, vout_thread_sys_t::next, vout_thread_sys_t::original, vout_thread_t::p, vout_thread_sys_t::pause, picture_fifo_Delete(), picture_fifo_New(), vout_thread_sys_t::private_pool, vout_thread_sys_t::source, vout_thread_sys_t::splitter_name, vout_thread_sys_t::spu_blend, vout_thread_sys_t::spu_blend_chroma, vout_thread_sys_t::src_fmt, vout_thread_sys_t::src_vctx, vout_thread_sys_t::step, ThreadDelAllFilterCallbacks(), vout_thread_sys_t::timestamp, filter_owner_t::video, video_format_Clean(), video_format_Copy(), video_format_Print(), vlc_decoder_device_Release(), VLC_EGENERIC, vlc_mouse_Init(), vlc_mutex_lock(), vlc_mutex_unlock(), VLC_OBJECT, VLC_SUCCESS, VLC_TICK_INVALID, vlc_video_context_Hold(), vlc_video_context_HoldDevice(), vlc_video_context_Release(), VOUT_CROP_BORDER, VOUT_CROP_NONE, VOUT_CROP_RATIO, VOUT_CROP_WINDOW, vout_OpenWrapper(), vout_SetDisplayAspect(), vout_SetDisplayCrop(), VoutHoldDecoderDevice(), VoutVideoFilterInteractiveNewPicture(), VoutVideoFilterStaticNewPicture(), vout_display_cfg::width, vout_thread_sys_t::window_height, vout_thread_sys_t::window_lock, vout_display_cfg::window_props, and vout_thread_sys_t::window_width.

Referenced by vout_Request().

◆ vout_Stop()

void vout_Stop ( vout_thread_t )

Disables a vout.

This disables a vout, but keeps it for later reuse.

References vout_thread_sys_t::display, vout_thread_sys_t::dummy, vout_thread_t::p, vout_DisableWindow(), and vout_StopDisplay().

Referenced by input_resource_PutVoutLocked(), input_resource_StopFreeVout(), and vout_Close().

◆ vout_StopDisplay()

void vout_StopDisplay ( vout_thread_t vout)

Stop the display plugin, but keep its window plugin for later reuse.

References vout_thread_t::p, vout_thread_sys_t::thread, vlc_cancel(), vlc_join(), and vout_ReleaseDisplay().

Referenced by DeleteDecoder(), vout_Request(), and vout_Stop().

◆ vout_UpdateWindowSizeLocked()

static void vout_UpdateWindowSizeLocked ( vout_thread_t vout)
static

◆ VoutCheckFormat()

static bool VoutCheckFormat ( const video_format_t src)
static

◆ VoutFixFormat()

static void VoutFixFormat ( video_format_t dst,
const video_format_t src 
)
static

◆ VoutGetDisplayCfg()

static void VoutGetDisplayCfg ( vout_thread_t vout,
const video_format_t fmt,
vout_display_cfg_t cfg 
)
static

◆ VoutHoldDecoderDevice()

static vlc_decoder_device* VoutHoldDecoderDevice ( vlc_object_t o,
void *  sys 
)
static

◆ VoutVideoFilterInteractiveNewPicture()

static picture_t* VoutVideoFilterInteractiveNewPicture ( filter_t filter)
static

◆ VoutVideoFilterStaticNewPicture()

static picture_t* VoutVideoFilterStaticNewPicture ( filter_t filter)
static

Variable Documentation

◆ vout_video_cbs

const struct filter_video_callbacks vout_video_cbs
static
Initial value:
= {
}
static vlc_decoder_device * VoutHoldDecoderDevice(vlc_object_t *o, void *sys)
Definition: video_output.c:974

Referenced by ConvertRGB32AndBlend().