| .. |
|
vlc
|
Include stdint.h for uint32_t. i'm not sure how portable it is and how to make it better without including config.h
|
18 years ago |
|
iso_lang.h
|
A bit of vlc/libvlc cleanup:
|
20 years ago |
|
main.h
|
Changing the order of parameters may be needed, but changing the parameters themselves is definitely not (it would crash in some cases anyway): add some const qualifiers
|
19 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: Sanity check.
|
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
|
Removes trailing spaces. Removes tabs.
|
19 years ago |
|
vlc_common.h
|
Don't include stddef without checking for it.
|
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
|
input/input.c: Define DEMUX_CAN_SEEK and correctly set "seekable" accordingly. (This could introduce regression such as seekable item no more seekable, but I should have greped enough...).
|
19 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
|
don't copy 'meta-file' option to inputs
|
19 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
|
Inclusion guards for vlc_keys.h
|
19 years ago |
|
vlc_md5.h
|
update: performs size and m5 checksum verification (untested)
|
19 years ago |
|
vlc_messages.h
|
Remove some GCCisms.
|
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
|
Same as previous commit
|
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
|
vlc_object_get(): removes unused parameter
|
18 years ago |
|
vlc_os_specific.h
|
Export a function to get the install dir of VLC from the plugins
|
19 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
|
Default to using pthread instead of exploding.
|
18 years ago |
|
vlc_threads_funcs.h
|
vlc_threads_funcs.h: Don't attempt to track pthread_cond_wait() that takes a long time before returning as we usually idle that way. This removes annoying warning messages.
|
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
|
Add VLC_VAR_GET{MIN,MAX,STEP} commands. Make it possible to use VLC_VAR_INHERITVALUE with a 2nd argument which will be used as the variable name to inherit (for example you want to inherit a variable named "v4l2-hue" into a variable named "hue": vlc_value_t val; val.psz_string = strdup( "v4l2-hue" ); var_Change( p_demux, "hue", VLC_VAR_INHERITVALUE, NULL, &val ); free( val.psz_string ); )
|
19 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 |