| .. |
|
vlc
|
libvlc_vlm_release added
|
18 years ago |
|
.gitignore
|
Add more ignores.
|
18 years ago |
|
iso_lang.h
|
A bit of vlc/libvlc cleanup:
|
20 years ago |
|
main.h
|
libvlc: In order not to be confused by a vlm created elsewhere, use a libvlc instance variable to old the vlm libvlc created if --vlm-conf was specified.
|
18 years ago |
|
mmx.h
|
Removes trailing spaces. Removes tabs.
|
19 years ago |
|
vlc_access.h
|
Revert [cd2de36f617b57813c44fd94babd7fa952bccf8d]
|
18 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
|
Various spelling fixes.
|
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
|
Remove a few trailing spaces.
|
18 years ago |
|
vlc_common.h
|
module: Use PATH_SEP instead of ':'.
|
18 years ago |
|
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.
|
18 years ago |
|
vlc_config_cat.h
|
Missing const
|
19 years ago |
|
vlc_configuration.h
|
remove dead code moved from libvlc.h
|
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
|
Remove useless test (one more time).
|
18 years ago |
|
vlc_es.h
|
Fix es_format_Copy prototype
|
18 years ago |
|
vlc_es_out.h
|
Select subtitle stream from the mkv container automatically
|
19 years ago |
|
vlc_events.h
|
Remove a few trailing spaces.
|
18 years ago |
|
vlc_filter.h
|
codecs & packetizers: fix warnings
|
18 years ago |
|
vlc_fixups.h
|
vlc_fixups.h: Protect against multiple inclusions
|
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
|
input: Remove input_ItemClean and input_ItemInit from public land.
|
18 years ago |
|
vlc_interface.h
|
Replace define by enum
|
18 years ago |
|
vlc_intf_strings.h
|
QT4: Modify About dialog: make it brief, clean and simple.
|
18 years ago |
|
vlc_keys.h
|
Use typedef around vlc_key enum
|
18 years ago |
|
vlc_md5.h
|
Remove a few trailing spaces.
|
18 years ago |
|
vlc_messages.h
|
Store the object type name rather than object type ID within log messages.
|
18 years ago |
|
vlc_meta.h
|
Remove useless test before a free.
|
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
|
vlc_modules_macros.h: Bump ABI version.
|
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
|
Remove HTTPD object type
|
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 playlist_NodeDump as nobody is using this debuging function.
|
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
|
Various spelling fixes.
|
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
|
Put (void)val; here and there to tell gcc we used the variable.
|
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
|
Remove useless test before a free.
|
18 years ago |
|
vlc_variables.h
|
Unexport var_OptionParse
|
18 years ago |
|
vlc_vlm.h
|
Remove useless test (one more time).
|
18 years ago |
|
vlc_vod.h
|
Added missing const qualifier to vod_MediaControl.
|
19 years ago |
|
vlc_vout.h
|
Add doxygen comment..
|
18 years ago |
|
vlc_xml.h
|
A bit of vlc/libvlc cleanup:
|
20 years ago |