| .. |
|
vlc
|
ALL: MSVC compilation fixes to libvlc.
|
23 years ago |
|
.cvsignore
|
* ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc
|
24 years ago |
|
aout_internal.h
|
* ALL: final improvements to the decoders/packetizers api.
|
23 years ago |
|
audio_output.h
|
include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t.
|
23 years ago |
|
beos_specific.h
|
* ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
|
24 years ago |
|
charset.h
|
* added a vlc_current_charset function. This tries to get the current charset
|
23 years ago |
|
codecs.h
|
dvbsub.c: DVB subtitles decoder (ETSI EN 300 743). There is still a lot of
|
23 years ago |
|
configuration.h
|
* src/playlist/*: when deleting the currently playing item, skip it instead of stopping the playlist.
|
23 years ago |
|
darwin_specific.h
|
* ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed
|
24 years ago |
|
httpd.h
|
* include/httpd.h: compilation fix.
|
23 years ago |
|
input_ext-dec.h
|
* all: removed decoder_fifo_t.
|
23 years ago |
|
input_ext-intf.h
|
Add more uses of msecstotimestr. Remove OFFSETTOTIME_MAX_SIZE -
|
23 years ago |
|
input_ext-plugins.h
|
* include/input_ext-plugins.h: export input_DecodeBlock().
|
23 years ago |
|
intf_eject.h
|
* ALL: new module API. Makes a few things a lot simpler, and we gain
|
24 years ago |
|
iso_lang.h
|
* include/iso_lang.h: Since the exported functions use the "const" keyword,
|
23 years ago |
|
main.h
|
* ALL: improved hotkeys support.
|
23 years ago |
|
mmx.h
|
* ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
|
24 years ago |
|
modules.h
|
* include/modules.h: Fixed the OS X build by adding a required header.
|
23 years ago |
|
modules_inner.h
|
* Fix the problem with OpenDVD crash.
|
23 years ago |
|
mtime.h
|
Add secstotimestr and msecstotimestr to convert (milli)seconds to a
|
23 years ago |
|
network.h
|
* added vlc_url_t structure, vlc_UrlParse and vlc_UrlClean.
|
23 years ago |
|
ninput.h
|
* all: added demux_t structure and some demux2_* functions.
|
23 years ago |
|
os_specific.h
|
* include/os_specific.h: oops, fixed my last commit.
|
23 years ago |
|
osd.h
|
improves OSD sytem
|
23 years ago |
|
stream_control.h
|
* ninput.h : change control parameters.
|
23 years ago |
|
stream_output.h
|
* include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing.
|
23 years ago |
|
variables.h
|
ALL: MSVC compilation fixes to libvlc.
|
23 years ago |
|
video_output.h
|
* modules/video_output/directx/*: first try at multimonitor support (untested).
|
23 years ago |
|
vlc_bits.h
|
* include/vlc_bits.h: bit stream reader/writer.
|
23 years ago |
|
vlc_block.h
|
* include/vlc_block.h: added a temporary i_rate field to block_t.
|
23 years ago |
|
vlc_block_helper.h
|
* include/vlc_block_helper.h: small bugfix to block_FindStartcodeFromOffset().
|
23 years ago |
|
vlc_codec.h
|
* modules/stream_out/transcode.c: new options
|
23 years ago |
|
vlc_common.h
|
Added PDA interface.
|
23 years ago |
|
vlc_config.h
|
This fixes bugs 1285 and 1343
|
23 years ago |
|
vlc_cpu.h
|
* ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because
|
24 years ago |
|
vlc_error.h
|
* include/error.h: Renamed this file to include/vlc_error.h to avoid name
|
23 years ago |
|
vlc_es.h
|
* all: ported/cleaned up/renabled dvb subtitle decoder. But it is untested.
|
23 years ago |
|
vlc_help.h
|
* toolbox:
|
23 years ago |
|
vlc_interface.h
|
* src/playlist/* && Makefile.am
|
23 years ago |
|
vlc_keys.h
|
* added hotkeys F1, F2, ..., F10 to switch between predefined medias
|
23 years ago |
|
vlc_messages.h
|
* ALL: another bunch of MSVC compilation fixes.
|
23 years ago |
|
vlc_objects.h
|
* all: removed decoder_fifo_t.
|
23 years ago |
|
vlc_playlist.h
|
all:
|
23 years ago |
|
vlc_threads.h
|
+ modules/misc/freetype.c: fixed a couple of typos
|
23 years ago |
|
vlc_threads_funcs.h
|
+ modules/misc/freetype.c: fixed a couple of typos
|
23 years ago |
|
vlc_video.h
|
include/vlc_es.h: defines es_format_t, audio_format_t, video_format_t.
|
23 years ago |
|
vout_synchro.h
|
* src/video_output/vout_synchro.c, include/vout_synchro.h: got rid of the dependency on the vout.
|
23 years ago |
|
win32_specific.h
|
* ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable.
|
24 years ago |