..
vlc
Documentation updates.
2008-03-20 17:43:48 +00:00
.gitignore
Add more ignores.
2008-03-03 08:19:14 +00:00
iso_lang.h
A bit of vlc/libvlc cleanup:
2006-12-03 13:48:21 +00:00
main.h
Remove argv/argc from libvlc_t (not really needed here)
2008-02-25 20:50:49 +00:00
mmx.h
Removes trailing spaces. Removes tabs.
2007-09-10 18:56:52 +00:00
vlc_access.h
Revert [ cd2de36f61
]
2008-03-13 16:18:35 +01:00
vlc_acl.h
A bit of vlc/libvlc cleanup:
2006-12-03 13:48:21 +00:00
vlc_aout.h
aout_Restart: make static
2007-08-16 19:45:54 +00:00
vlc_arrays.h
Remove useless test before a free.
2008-03-11 22:57:35 +01:00
vlc_bits.h
A bit of vlc/libvlc cleanup:
2006-12-03 13:48:21 +00:00
vlc_block_helper.h
codecs & packetizers: fix warnings
2008-01-29 13:34:30 +00:00
vlc_block.h
block_mmap_Alloc: commoditize block allocation from mmap
2007-12-28 17:01:56 +00:00
vlc_charset.h
I forgot this part in the previous commit.
2008-01-16 17:19:26 +00:00
vlc_codec_synchro.h
Moved vout_synchro to decoder_synchro.
2007-10-02 18:43:23 +00:00
vlc_codec.h
Added closed captions decoding/extracting from ES data. The CC tracks
2007-10-17 19:51:25 +00:00
vlc_codecs.h
Supports vorbis audio in avi container (refs #224 )
2008-02-22 16:46:07 +00:00
vlc_common.h
Revert "Fix compilation, by "fixing" VLC_PUBLIC_API." as the compilation breakage on Qt4 was obviously a typo in 461e426f5
.
2008-03-19 10:31:46 +01:00
vlc_config_cat.h
Missing const
2007-09-02 07:33:40 +00:00
vlc_config.h
Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream.
2008-03-05 08:41:36 +01:00
vlc_configuration.h
remove dead code moved from libvlc.h
2008-03-08 21:30:22 +01:00
vlc_demux.h
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero.
2008-02-26 00:29:12 +00:00
vlc_devices.h
update: performs size and m5 checksum verification (untested)
2007-11-26 14:00:39 +00:00
vlc_epg.h
Remove useless test (one more time).
2008-03-14 00:28:31 +01:00
vlc_es_out.h
Select subtitle stream from the mkv container automatically
2007-09-10 01:53:28 +00:00
vlc_es.h
Remove uneeded test before freeing.
2008-03-11 22:57:35 +01:00
vlc_events.h
Revert [23949].
2008-01-01 18:03:56 +00:00
vlc_filter.h
codecs & packetizers: fix warnings
2008-01-29 13:34:30 +00:00
vlc_fixups.h
vlc_fixups.h: Protect against multiple inclusions
2008-03-19 18:58:46 +02:00
vlc_httpd.h
Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you need it to clean up stuff).
2007-11-07 19:36:02 +00:00
vlc_image.h
A bit of vlc/libvlc cleanup:
2006-12-03 13:48:21 +00:00
vlc_input.h
Retain certain flags from input_ItemAddOpt
2008-03-17 21:06:16 +02:00
vlc_interface.h
Add a psz_intf member to intf_thread_t. This holds the string given to module_Need to load the interface (which can then be used by the interface to know what name was used to load it).
2007-11-04 21:05:00 +00:00
vlc_intf_strings.h
QT4: Modify About dialog: make it brief, clean and simple.
2008-01-25 22:23:55 +00:00
vlc_keys.h
Patch by Johannes Buchner (buchner.johannes at gmx do at): Hotkeys for zoom.
2008-02-29 14:29:40 +00:00
vlc_md5.h
update: performs size and m5 checksum verification (untested)
2007-11-26 14:00:39 +00:00
vlc_messages.h
DEBUG -> NDEBUG
2008-02-09 08:21:35 +00:00
vlc_meta.h
Remove useless test before a free.
2008-03-11 22:57:35 +01:00
vlc_modules_macros.h
Tag ABI break
2008-03-17 21:11:40 +02:00
vlc_modules.h
Don't use enums. They are cool and all (the compiler even tells when one case is missing in switch), but I don't want the compiler to assume as yet unassigned codepoints will not be used.
2007-12-16 15:12:51 +00:00
vlc_mtime.h
NTPtime64() returns an NTP timestamp
2007-02-09 18:24:06 +00:00
vlc_network.h
vlc_network.h: Prefer to use #ifdef instead of #if for HAVE_ macro.
2008-02-02 18:37:01 +00:00
vlc_objects.h
Revert "Fix compilation, by "fixing" VLC_PUBLIC_API." as the compilation breakage on Qt4 was obviously a typo in 461e426f5
.
2008-03-19 10:31:46 +01:00
vlc_osd.h
Remove some GCCisms.
2008-01-24 20:55:46 +00:00
vlc_pgpkey.h
update: put pgp key in its own header (and update the key to 2008), put a FIXME for some bug discovered (some signatures are smaller than 65 bytes), be more verbose when a problem happens.
2008-01-22 15:29:01 +00:00
vlc_playlist.h
Interaction are controlled by a dedicated thread
2008-03-16 20:50:21 +01:00
vlc_plugin.h
short and list support for vlc_config_set
2007-12-16 17:36:01 +00:00
vlc_rand.h
Add nonce generator vlc_rand_bytes
2007-09-01 15:32:45 +00:00
vlc_services_discovery.h
Include assert.h when needed
2008-01-24 16:08:13 +00:00
vlc_sout.h
sout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PREFIX argument
2008-01-28 16:57:42 +00:00
vlc_stream.h
Pass content-type from access to stream
2007-10-02 16:05:13 +00:00
vlc_streaming.h
update: performs size and m5 checksum verification (untested)
2007-11-26 14:00:39 +00:00
vlc_strings.h
Added vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode.
2007-02-27 20:04:01 +00:00
vlc_threads_funcs.h
Put (void)val; here and there to tell gcc we used the variable.
2008-03-20 16:59:11 +00:00
vlc_threads.h
Remove unused object pointer from condition vars, mutexes and thread vars
2008-02-17 16:29:16 +00:00
vlc_tls.h
Fix TLS session cleanup
2007-09-22 12:37:05 +00:00
vlc_update.h
update: put pgp key in its own header (and update the key to 2008), put a FIXME for some bug discovered (some signatures are smaller than 65 bytes), be more verbose when a problem happens.
2008-01-22 15:29:01 +00:00
vlc_url.h
Remove useless test before a free.
2008-03-11 22:57:35 +01:00
vlc_variables.h
Unexport var_OptionParse
2008-02-21 18:46:02 +00:00
vlc_vlm.h
Remove useless test (one more time).
2008-03-14 00:28:31 +01:00
vlc_vod.h
Added missing const qualifier to vod_MediaControl.
2007-02-26 19:19:18 +00:00
vlc_vout.h
Core changes needed to add asa support. By equinox, part of Google
2008-01-25 21:23:56 +00:00
vlc_xml.h
A bit of vlc/libvlc cleanup:
2006-12-03 13:48:21 +00:00