1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-12 13:44:56 +02:00
vlc/include
Clément Stenac b6d0e5a07a Rebuild the array of currently playing items as a background task.
This array is now usable as a reliable source of data for size
Use playlist_CurrentSize(p_playlist) to retrieve the size of the current playset.
2006-10-21 16:59:09 +00:00
..
vlc Add a method to set playlist in loop mode. 2006-10-14 19:52:16 +00:00
aout_internal.h * Don't use alloca for audio buffers on OSX and BSD, because the stacksize on both isn't infinite. 2006-02-17 16:15:50 +00:00
audio_output.h * Add switch to skins 2006-09-23 13:37:50 +00:00
beos_specific.h FSF address change. 2006-01-12 23:10:04 +00:00
charset.h <tab> police 2006-09-23 20:41:59 +00:00
codecs.h Add support for Windows Media Audio 9 Speech (Closes:#606) 2006-04-30 13:25:32 +00:00
configuration.h Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific) 2006-10-01 16:08:37 +00:00
darwin_specific.h FSF address change. 2006-01-12 23:10:04 +00:00
intf_eject.h FSF address change. 2006-01-12 23:10:04 +00:00
iso_lang.h More UTF8ication 2006-02-01 19:20:17 +00:00
libvlc_internal.h A bit of cleanup and test 2006-09-18 14:16:14 +00:00
main.h Lazy allocation of the stat structure 2006-10-01 14:24:44 +00:00
mediacontrol_internal.h mediacontrol_new: new API (pass argc and argv), use the new libvlc_new API 2006-09-25 15:52:55 +00:00
mmx.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
modules_inner.h Add support for modules help strings (Closes:#413) 2006-07-19 11:53:51 +00:00
modules.h Add a psz_help field to module_t (Refs:#413) 2006-01-22 17:10:57 +00:00
mtime.h FSF address change. 2006-01-12 23:10:04 +00:00
network.h Add missing const qualifier and fix warnings 2006-09-08 18:14:25 +00:00
os_specific.h Those files where forgoten in [16658] 2006-09-15 17:15:09 +00:00
snapshot.h include: first part of the relecture. refs #438 2006-03-28 22:34:41 +00:00
stream_output.h Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific) 2006-10-01 16:08:37 +00:00
variables.h Clean up a bit of redundant code 2006-09-17 12:40:52 +00:00
video_output.h Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific) 2006-10-01 16:08:37 +00:00
vlc_access.h Fix typo 2006-09-09 09:23:02 +00:00
vlc_acl.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_arrays.h Playlist 2006-10-21 11:09:51 +00:00
vlc_bits.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_block_helper.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_block.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_codec.h Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific) 2006-10-01 16:08:37 +00:00
vlc_common.h Fix a few warnings 2006-10-21 12:28:52 +00:00
vlc_config_cat.h WTF ? 2006-09-22 21:37:59 +00:00
vlc_config.h Fix a few warnings 2006-10-21 12:28:52 +00:00
vlc_cpu.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_demux.h Some more demux and access code factorization 2006-07-19 09:33:41 +00:00
vlc_devices.h * Create new types for device probing 2006-06-22 10:03:32 +00:00
vlc_error.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_es_out.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_es.h * Fixed another bunch of memory leaks. 2006-10-08 16:09:13 +00:00
vlc_filter.h use config chain for the --sub-filter option. 2006-10-01 16:33:59 +00:00
vlc_httpd.h Partial rewrite of stats to avoid lookups (Closes:#693) 2006-06-15 21:22:35 +00:00
vlc_image.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_input.h Lazy allocation of the stat structure 2006-10-01 14:24:44 +00:00
vlc_interaction.h * Some Qt interaction stuff 2006-08-03 06:10:57 +00:00
vlc_interface.h * Get rid of the Manager thread by making blocking interfaces listen to 2006-09-24 09:34:57 +00:00
vlc_intf_strings.h Add missing actions in popup 2006-09-14 16:44:22 +00:00
vlc_keys.h Add support for keyboard multimedia keys on win32. This is of course untested. 2006-05-21 22:01:14 +00:00
vlc_md5.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_messages.h Rebuild the array of currently playing items as a background task. 2006-10-21 16:59:09 +00:00
vlc_meta.h Added psz_trackid, psz_artistid, psz_albumid to vlc_meta_t to store musicbrainz unique identifiers 2006-10-01 20:32:30 +00:00
vlc_objects.h Start of meta engine stuff. src/input/input.c needs to be fixed a bit. I'll finish it today. @zorglub: now you have to use the psz_arturl meta to display stuff in the interface. 2006-09-23 15:47:53 +00:00
vlc_osd.h Fix OSD display when vout crop is used (so that every thing stays on the displayed image). 2006-04-06 22:41:06 +00:00
vlc_playlist.h Rebuild the array of currently playing items as a background task. 2006-10-21 16:59:09 +00:00
vlc_spu.h subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29) 2006-09-02 17:03:36 +00:00
vlc_stream.h FSF address change. 2006-01-12 23:10:04 +00:00
vlc_streaming.h * Handle parameters in streaming profiles 2006-09-13 06:22:23 +00:00
vlc_strings.h * Handle parameters in streaming profiles 2006-09-13 06:22:23 +00:00
vlc_symbols.h Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific) 2006-10-01 16:08:37 +00:00
vlc_threads_funcs.h Add some “const”s 2006-03-05 15:32:01 +00:00
vlc_threads.h Make GnuTLS use pthread directly rather than VLC's API when appropriate. 2006-09-07 19:23:03 +00:00
vlc_tls.h Cosmetic, Fix my name 2006-03-30 13:57:58 +00:00
vlc_update.h For consistency, remove references to vlc from libvlc 2006-09-15 14:31:51 +00:00
vlc_url.h *Really* fix base 64 encoding 2006-08-30 17:27:38 +00:00
vlc_video.h subpicture_t now has a b_pausable attribute. When set to VLC_TRUE (default value is VLC_FALSE), this will keep displaying the subpicture_t when the parent input is paused. This means that subtitles should now be paused when clicking on pause. (refs #29) 2006-09-02 17:03:36 +00:00
vlc_vlm.h Remove whitespace 2006-02-18 20:28:47 +00:00
vlc_vod.h RTSP rewind and fastforward support (Scale option). Almost entirely rewritten a patch from K. Staring <Qdk _at_ quickdekay dot net>. 2006-07-12 18:48:21 +00:00
vlc_xml.h FSF address change. 2006-01-12 23:10:04 +00:00
vout_synchro.h More UTF8ication 2006-02-01 19:20:17 +00:00
win32_specific.h FSF address change. 2006-01-12 23:10:04 +00:00