新增tavleView控件,初步可用

This commit is contained in:
睿 安
2026-01-28 15:00:12 +08:00
parent bcbf890ebd
commit abcfc78596
494 changed files with 3202 additions and 484 deletions

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* deprecated.h: libvlc deprecated API
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc_events.h: libvlc_events external API structure
*****************************************************************************
* Copyright (C) 1998-2010 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc_media.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc_media_discoverer.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc_media_library.h: libvlc external API
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc_media_list.h: libvlc_media_list API
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc_media_list_player.h: libvlc_media_list API
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc_media_player.h: libvlc_media_player external API
*****************************************************************************
* Copyright (C) 1998-2010 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc_structures.h: libvlc_* new external API structures
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc_version.h
*****************************************************************************
* Copyright (C) 2010 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* libvlc_vlm.h: libvlc_* new external API
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/* Automatically generated file - DO NOT EDIT */
/* Automatically generated file - DO NOT EDIT */
static const char psz_license[] =
" GNU GENERAL PUBLIC LICENSE\n"
" Version 2, June 1991\n"

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_access.h: Access descriptor, queries and methods
*****************************************************************************
* Copyright (C) 1999-2006 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_addons.h : addons handling and describing
*****************************************************************************
* Copyright (C) 2013 VideoLAN and authors

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_aout.h : audio output interface
*****************************************************************************
* Copyright (C) 2002-2011 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_aout_volume.h: audio volume module
*****************************************************************************
* Copyright (C) 2002-2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_arrays.h : Arrays and data structures handling
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_atomic.h:
*****************************************************************************
* Copyright (C) 2010 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_avcodec.h: VLC thread support for libavcodec
*****************************************************************************
* Copyright (C) 2009-2010 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_bits.h : Bit handling helpers
*****************************************************************************
* Copyright (C) 2003 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_block.h: Data blocks management functions
*****************************************************************************
* Copyright (C) 2003 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_block_helper.h: Helper functions for data blocks management.
*****************************************************************************
* Copyright (C) 2003 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_charset.h: Unicode UTF-8 wrappers function
*****************************************************************************
* Copyright (C) 2003-2005 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_codec.h: Definition of the decoder and encoder structures
*****************************************************************************
* Copyright (C) 1999-2003 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_common.h: common definitions
* Collection of useful common types and macros definitions
*****************************************************************************

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_config.h: limits and configuration
* Defines all compilation-time configuration constants and size limits
*****************************************************************************

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_config_cat.h : Definition of configuration categories
*****************************************************************************
* Copyright (C) 2003 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_configuration.h : configuration management module
* This file describes the programming interface for the configuration module.
* It includes functions allowing to declare, get or set configuration options.

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_cpu.h: CPU capabilities
*****************************************************************************
* Copyright (C) 1998-2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_demux.h: Demuxer descriptor, queries and methods
*****************************************************************************
* Copyright (C) 1999-2005 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_dialog.h: user interaction dialogs
*****************************************************************************
* Copyright (C) 2009 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_epg.h: Electronic Program Guide
*****************************************************************************
* Copyright (C) 2007 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_es.h: Elementary stream formats descriptions
*****************************************************************************
* Copyright (C) 1999-2012 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_es_out.h: es_out (demuxer output) descriptor, queries and methods
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_events.h: events definitions
* Interface used to send events.
*****************************************************************************

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_filter.h: filter related structures and functions
*****************************************************************************
* Copyright (C) 1999-2008 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_fingerprinter.h: Fingerprinter abstraction layer
*****************************************************************************
* Copyright (C) 2012 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_fourcc.h: Definition of various FOURCC and helpers
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_fs.h: File system helpers
*****************************************************************************
* Copyright © 2006-2010 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_gcrypt.h: VLC thread support for gcrypt
*****************************************************************************
* Copyright (C) 2004-2010 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_http.h: Shared code for HTTP clients
*****************************************************************************
* Copyright (C) 2001-2008 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_httpd.h: builtin HTTP/RTSP server.
*****************************************************************************
* Copyright (C) 2004-2006 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_image.h : wrapper for image reading/writing facilities
*****************************************************************************
* Copyright (C) 2004 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_inhibit.h: VLC screen saver inhibition
*****************************************************************************
* Copyright (C) 2009 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_input.h: Core input structures
*****************************************************************************
* Copyright (C) 1999-2006 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_input_item.h: Core input item
*****************************************************************************
* Copyright (C) 1999-2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_keys.h: keycode defines
*****************************************************************************
* Copyright (C) 2003-2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_main.h: access to all program variables
* Declaration and extern access to LibVLC instance object.
*****************************************************************************

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_md5.h: MD5 hash
*****************************************************************************
* Copyright © 2004-2011 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_media_library.h: SQL-based media library
*****************************************************************************
* Copyright (C) 2008-2010 the VideoLAN Team and AUTHORS

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_messages.h: messages interface
* This library provides basic functions for threads to interact with user
* interface, such as message output.

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_meta.h: Stream meta-data
*****************************************************************************
* Copyright (C) 2004 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_meta_fetcher.h
*****************************************************************************
* Copyright (C) 2009 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_mime.h: Mime type recognition
*****************************************************************************
* Copyright (C) 2012 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_modules.h : Module descriptor and load functions
*****************************************************************************
* Copyright (C) 2001-2011 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_mouse.h: mouse related structures and functions
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_mtime.h: high resolution time management functions
*****************************************************************************
* This header provides portable high precision time management functions,

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_network.h: interface to communicate with network plug-ins
*****************************************************************************
* Copyright (C) 2002-2005 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_objects.h: vlc_object_t definition and manipulation methods
*****************************************************************************
* Copyright (C) 2002-2008 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_opengl.h: VLC GL API
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_picture.h: picture definitions
*****************************************************************************
* Copyright (C) 1999 - 2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_picture_fifo.h: picture fifo definitions
*****************************************************************************
* Copyright (C) 2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_picture_pool.h: picture pool definitions
*****************************************************************************
* Copyright (C) 2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_playlist.h : Playlist functions
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_plugin.h : Macros used from within a module.
*****************************************************************************
* Copyright (C) 2001-2006 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_probe.h: service probing interface
*****************************************************************************
* Copyright (C) 2009 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_rand.h: RNG
*****************************************************************************
* Copyright © 2007 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_services_discovery.h : Services Discover functions
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_sout.h : stream output module
*****************************************************************************
* Copyright (C) 2002-2008 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_spu.h: spu_t definition and functions.
*****************************************************************************
* Copyright (C) 1999-2010 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_stream.h: Stream (between access and demux) descriptor and methods
*****************************************************************************
* Copyright (C) 1999-2004 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_strings.h: String functions
*****************************************************************************
* Copyright (C) 2006 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_subpicture.h: subpicture definitions
*****************************************************************************
* Copyright (C) 1999 - 2009 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_text_style.h: text_style_t definition and helpers.
*****************************************************************************
* Copyright (C) 1999-2010 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_threads.h : threads implementation for the VideoLAN client
* This header provides portable declarations for mutexes & conditions
*****************************************************************************

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_tls.h: Transport Layer Security API
*****************************************************************************
* Copyright (C) 2004-2011 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_url.h: URL related macros
*****************************************************************************
* Copyright (C) 2002-2006 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_variables.h: variables handling
*****************************************************************************
* Copyright (C) 2002-2004 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_video_splitter.h: "video splitter" related structures and functions
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_vlm.h: VLM core structures
*****************************************************************************
* Copyright (C) 2000, 2001 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_vout.h: common video definitions
*****************************************************************************
* Copyright (C) 1999 - 2008 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_vout_display.h: vout_display_t definitions
*****************************************************************************
* Copyright (C) 2009 Laurent Aimar

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_vout_osd.h: vout OSD
*****************************************************************************
* Copyright (C) 1999-2010 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_vout_window.h: vout_window_t definitions
*****************************************************************************
* Copyright (C) 2008 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_xlib.h: initialization of Xlib
*****************************************************************************
* Copyright (C) 2010 Rémi Denis-Courmont

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc_xml.h: XML abstraction layer
*****************************************************************************
* Copyright (C) 2004-2010 VLC authors and VideoLAN

View File

@@ -1,4 +1,4 @@
/*****************************************************************************
/*****************************************************************************
* vlc.h: global header for libvlc
*****************************************************************************
* Copyright (C) 1998-2008 VLC authors and VideoLAN