VLC  3.0.21
Bug List
Global aout_FiltersDelete (vlc_object_t *, aout_filters_t *)
obj must be NULL iff request_vout was NULL in aout_FiltersNew() (this implies obj is an audio_output_t pointer if non NULL).
Global aout_FiltersNew (vlc_object_t *obj, const audio_sample_format_t *restrict infmt, const audio_sample_format_t *restrict outfmt, const aout_request_vout_t *request_vout, const aout_filters_cfg_t *cfg)
If request_vout is non NULL, obj is assumed to be an audio_output_t pointer.
Global DEMUX_CAN_PAUSE
Failing should not be allowed.
Global DEMUX_CAN_SEEK
Failing should not be allowed.
Global libvlc_media_player_get_length (libvlc_media_player_t *p_mi)
This might go away ...
Global libvlc_media_player_set_xwindow (libvlc_media_player_t *p_mi, uint32_t drawable)
No more than one window handle per media player instance can be specified. If the media has multiple simultaneously active video tracks, extra tracks will be rendered into external windows beyond the control of the application.
Global libvlc_video_set_format (libvlc_media_player_t *mp, const char *chroma, unsigned width, unsigned height, unsigned pitch)
All pixel planes are expected to have the same pitch. To use the YCbCr color space with chrominance subsampling, consider using libvlc_video_set_format_callbacks() instead.
Global vlc_stream_fifo_Queue (stream_t *s, block_t *block)
No congestion control is performed. If the reader end is not keeping up with the writer end, buffers will accumulate in memory.
Global vlc_uri_compose (const vlc_url_t *uri)
URI fragments (i.e. HTML anchors) are not handled
Global vlc_uri_compose (const vlc_url_t *uri)
URI fragments (i.e. HTML anchors) are not handled
Global vlc_UrlParse (vlc_url_t *url, const char *str)
The URI fragment is discarded if present.