vlc/include
Michael Hanselmann 3df9e79877 Add us_asprintf function
us_asprintf() has the same prototype as asprintf(), but doesn't use
the system locale.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
2008-12-02 19:03:57 +02:00
..
vlc Remove FORWARD_S and BACKWARD_S from input state. 2008-11-20 16:17:45 +01:00
.gitignore Add more ignores. 2008-03-03 08:19:14 +00:00
mmx.h Removes trailing spaces. Removes tabs. 2007-09-10 18:56:52 +00:00
vlc_access.h Removed useless buffering at stream level. 2008-11-11 20:41:19 +01:00
vlc_acl.h Tag some APIs as LIBVLC_USED 2008-09-06 11:30:44 +03:00
vlc_aout.h Allows audio output users to control vout creation. 2008-11-23 13:28:38 +01:00
vlc_arrays.h Cosmetics + A calloc check. 2008-10-09 01:22:02 +02:00
vlc_bits.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_block_helper.h Fix prototype to be more const 2008-11-04 22:56:02 +01:00
vlc_block.h block_FifoPace: proper waiting for overflowing queue 2008-10-22 23:46:58 +03:00
vlc_charset.h Add us_asprintf function 2008-12-02 19:03:57 +02:00
vlc_codec_synchro.h Convert stream to system timestamp after the decoder. 2008-09-28 09:08:16 +02:00
vlc_codec.h Added decoder_New/Delete/Link/UnlinkPicture helpers. 2008-10-23 22:01:59 +02:00
vlc_codecs.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_common.h Remove MALLOC_NULL and use calloc when needed. 2008-11-02 13:00:01 +01:00
vlc_config_cat.h Tag some APIs as LIBVLC_USED 2008-09-06 11:30:44 +03:00
vlc_config.h Moved VOUT_MIN_DIRECT_PICTURES to src/video_output. 2008-11-02 17:58:40 +01:00
vlc_configuration.h Tag some APIs as LIBVLC_USED 2008-09-06 11:30:44 +03:00
vlc_demux.h Removed unneeded macros. 2008-11-22 16:29:54 +01:00
vlc_devices.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_epg.h Tag some APIs as LIBVLC_USED 2008-09-06 11:30:44 +03:00
vlc_es_out.h Privatized ES_OUT_SET_ACTIVE/MODE and removed ES_OUT_GET_ACTIVE/MODE/GROUP. 2008-11-17 20:03:28 +01:00
vlc_es.h Add documentation. 2008-08-27 14:44:31 +02:00
vlc_events.h input: Expose input_ItemHasErrorWhenReading. 2008-08-01 22:52:49 +02:00
vlc_filter.h Remove useless argument to pf_video_blend 2008-09-05 00:32:34 +02:00
vlc_fixups.h WinCE: more missing functions fixes 2008-09-30 13:28:03 +02:00
vlc_gcrypt.h Use static mutexes 2008-10-05 12:39:14 +03:00
vlc_httpd.h Privatize httpd_MsgInit and httpd_MsgClean 2008-10-22 20:04:19 +03:00
vlc_image.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_input.h Renamed "seekable" into "can-seek" (for consistency). 2008-11-23 15:43:50 +01:00
vlc_interface.h Add .nuv in interface and installer. 2008-09-17 11:53:37 -07:00
vlc_intf_strings.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_iso_lang.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_keys.h Added hotkey code for input "frame-next". 2008-10-22 22:21:43 +02:00
vlc_main.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_md5.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_messages.h Count message references and get rid of the global message ring buffer 2008-10-14 23:47:06 +03:00
vlc_meta.h Fixed vlc_meta_Merge. 2008-10-09 01:21:04 +02:00
vlc_modules.h Another useless parameter 2008-10-05 16:43:38 +03:00
vlc_mtime.h Only check msleep on Linux (seems to depend on GNU ELF extensions) 2008-11-01 15:24:51 +02:00
vlc_network.h net_Read, net_Write use void pointer for data 2008-10-12 15:05:59 +03:00
vlc_objects.h Unexport vlc_object_waitpipe 2008-09-30 18:40:56 +03:00
vlc_osd.h Fixed SSA subtitles pause. 2008-09-24 23:46:33 +02:00
vlc_pgpkey.h Fix misleading comment (it uses the 2007 key if you have both 2008 and 2007 available) 2008-09-20 00:16:29 +02:00
vlc_playlist.h Removed unused -playlist_ItemSetName. 2008-11-22 16:29:54 +01:00
vlc_plugin.h Remove most stray semi-colons in module descriptions 2008-10-29 22:14:26 +02:00
vlc_rand.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_services_discovery.h services_discovery: Partially fix service discovery. We yet need to find a way to properly get the localized name... grr. 2008-09-20 23:12:35 +02:00
vlc_sout.h SAP does needs an object, not specifically a stream instance 2008-10-22 21:15:48 +03:00
vlc_stream.h Added record support at the stream_t level in core. 2008-08-26 23:27:56 +02:00
vlc_strings.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_threads.h Thread cancellation on WinCE 2008-11-25 18:58:32 +02:00
vlc_tls.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_update.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_url.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_variables.h Revert "Fix compilation warning when compiling without --enable-debug." 2008-11-14 20:50:03 +01:00
vlc_vlm.h Document more VLM API's and expand define. 2008-09-09 11:49:37 +02:00
vlc_vod.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_vout.h Removed unused i_matrix_coefficients picture_t field. 2008-10-15 21:30:02 +02:00
vlc_window.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00
vlc_xml.h Add a bunch of \file doxygen comments 2008-08-13 22:22:58 +08:00