| .. |
|
vlc
|
control/media_instance.c: Avoid multiple libvlc_MediaInstanceReachedEnd, by providing different events for pausable and seekable state changes. (Thanks to Jacques Boileau).
|
18 years ago |
|
iso_lang.h
|
A bit of vlc/libvlc cleanup:
|
20 years ago |
|
main.h
|
Remove argv/argc from libvlc_t (not really needed here)
|
18 years ago |
|
mmx.h
|
Removes trailing spaces. Removes tabs.
|
19 years ago |
|
vlc_access.h
|
Use (s)size_t for pf_read and pf_write.
|
19 years ago |
|
vlc_acl.h
|
A bit of vlc/libvlc cleanup:
|
20 years ago |
|
vlc_aout.h
|
aout_Restart: make static
|
19 years ago |
|
vlc_arrays.h
|
vlc_arrays.h: Fix insertion rebuilding.
|
18 years ago |
|
vlc_bits.h
|
A bit of vlc/libvlc cleanup:
|
20 years ago |
|
vlc_block.h
|
block_mmap_Alloc: commoditize block allocation from mmap
|
19 years ago |
|
vlc_block_helper.h
|
codecs & packetizers: fix warnings
|
18 years ago |
|
vlc_charset.h
|
I forgot this part in the previous commit.
|
19 years ago |
|
vlc_codec.h
|
Added closed captions decoding/extracting from ES data. The CC tracks
|
19 years ago |
|
vlc_codec_synchro.h
|
Moved vout_synchro to decoder_synchro.
|
19 years ago |
|
vlc_codecs.h
|
Supports vorbis audio in avi container (refs #224)
|
18 years ago |
|
vlc_common.h
|
- Don't put private system_* header in public
|
18 years ago |
|
vlc_config.h
|
Add a useful link to precious Meuhh's comments
|
18 years ago |
|
vlc_config_cat.h
|
Missing const
|
19 years ago |
|
vlc_configuration.h
|
Consistent naming
|
18 years ago |
|
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.
|
18 years ago |
|
vlc_devices.h
|
update: performs size and m5 checksum verification (untested)
|
19 years ago |
|
vlc_epg.h
|
update: performs size and m5 checksum verification (untested)
|
19 years ago |
|
vlc_es.h
|
Real/Sipr, try to use a correct flavor detection, without using the MPlayer hacks...
|
19 years ago |
|
vlc_es_out.h
|
Select subtitle stream from the mkv container automatically
|
19 years ago |
|
vlc_events.h
|
Revert [23949].
|
19 years ago |
|
vlc_filter.h
|
codecs & packetizers: fix warnings
|
18 years ago |
|
vlc_fixups.h
|
Fix symbols list, fix linking on platforms that DO have strnlen
|
18 years ago |
|
vlc_httpd.h
|
Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in case you need it to clean up stuff).
|
19 years ago |
|
vlc_image.h
|
A bit of vlc/libvlc cleanup:
|
20 years ago |
|
vlc_input.h
|
Add flags when adding an input item option
|
18 years ago |
|
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).
|
19 years ago |
|
vlc_intf_strings.h
|
QT4: Modify About dialog: make it brief, clean and simple.
|
18 years ago |
|
vlc_keys.h
|
Patch by Johannes Buchner (buchner.johannes at gmx do at): Hotkeys for zoom.
|
18 years ago |
|
vlc_md5.h
|
update: performs size and m5 checksum verification (untested)
|
19 years ago |
|
vlc_messages.h
|
DEBUG -> NDEBUG
|
18 years ago |
|
vlc_meta.h
|
input_CurrentMetaFlags() takes a const parameter
|
18 years ago |
|
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.
|
19 years ago |
|
vlc_modules_macros.h
|
Remove unused object pointer from condition vars, mutexes and thread vars
|
18 years ago |
|
vlc_mtime.h
|
NTPtime64() returns an NTP timestamp
|
19 years ago |
|
vlc_network.h
|
vlc_network.h: Prefer to use #ifdef instead of #if for HAVE_ macro.
|
18 years ago |
|
vlc_objects.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.
|
18 years ago |
|
vlc_osd.h
|
Remove some GCCisms.
|
18 years ago |
|
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.
|
18 years ago |
|
vlc_playlist.h
|
Remove useless include
|
18 years ago |
|
vlc_plugin.h
|
short and list support for vlc_config_set
|
19 years ago |
|
vlc_rand.h
|
Add nonce generator vlc_rand_bytes
|
19 years ago |
|
vlc_services_discovery.h
|
Include assert.h when needed
|
18 years ago |
|
vlc_sout.h
|
sout_AnnounceRegisterSDP(): removes unused SOUT_CFG_PREFIX argument
|
18 years ago |
|
vlc_stream.h
|
Pass content-type from access to stream
|
19 years ago |
|
vlc_streaming.h
|
update: performs size and m5 checksum verification (untested)
|
19 years ago |
|
vlc_strings.h
|
Added vlc_b64_decode_binary_to_buffer/vlc_b64_decode_binary/vlc_b64_decode.
|
19 years ago |
|
vlc_threads.h
|
Remove unused object pointer from condition vars, mutexes and thread vars
|
18 years ago |
|
vlc_threads_funcs.h
|
* include/vlc_threads_funcs.h: add define for ETIMEDOUT on WIN32 and remove return 0 from void function vlc_spin_destroy
|
18 years ago |
|
vlc_tls.h
|
Fix TLS session cleanup
|
19 years ago |
|
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.
|
18 years ago |
|
vlc_url.h
|
Forward declare vlc_url_t
|
19 years ago |
|
vlc_variables.h
|
Unexport var_OptionParse
|
18 years ago |
|
vlc_vlm.h
|
Fix VLM compilation with --disable-vlm - fixes #1431
|
18 years ago |
|
vlc_vod.h
|
Added missing const qualifier to vod_MediaControl.
|
19 years ago |
|
vlc_vout.h
|
Core changes needed to add asa support. By equinox, part of Google
|
18 years ago |
|
vlc_xml.h
|
A bit of vlc/libvlc cleanup:
|
20 years ago |