1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-31 06:46:39 +02:00
vlc/include
Gildas Bazin d44f9d26ae * include/vlc_codec.h: defines decoders/encoders related structures here.
* include/vlc_video.h: new video_frame_format_t structure which defines the properties of a video frame.
* include/vlc/decoder.h: include vlc_codec.h
* src/misc/objects.c: added VLC_OBJECT_PACKETIZER and VLC_OBJECT_ENCODER object types.
* modules/stream_out/transcode.c, modules/codec/theora.c: experimental theora video encoder.
* src/input/*: some cleanup.
2003-10-08 21:01:07 +00:00
..
vlc * include/vlc_codec.h: defines decoders/encoders related structures here. 2003-10-08 21:01:07 +00:00
.cvsignore * ./debian/rules: moved the gtk_main and gnome_main plugins to the gvlc 2002-09-30 15:46:47 +00:00
aout_internal.h * src/audio_output/dec.c, include/aout_internal.h: the aout core was 2003-03-06 23:10:11 +00:00
audio_output.h * include/vlc_codec.h: defines decoders/encoders related structures here. 2003-10-08 21:01:07 +00:00
beos_specific.h * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed 2003-01-19 03:16:24 +00:00
charset.h * added a vlc_current_charset function. This tries to get the current charset 2003-08-23 12:59:31 +00:00
codecs.h * all: move "wave format tag to fourcc" from demuxers to codecs.h 2003-08-18 00:17:44 +00:00
configuration.h First part of code to allow configurable hotkeys. 2003-08-14 19:25:56 +00:00
darwin_specific.h * ./src/misc/beos_specific.cpp, ./src/misc/darwin_specific.m: removed 2003-01-19 03:16:24 +00:00
httpd.h * include/httpd.h: compilation fix. 2003-07-11 09:50:10 +00:00
input_ext-dec.h * include/vlc_codec.h: defines decoders/encoders related structures here. 2003-10-08 21:01:07 +00:00
input_ext-intf.h * src/video_output/video_output.c : do not use FIND_ANYWHERE to catch 2003-09-13 17:42:16 +00:00
input_ext-plugins.h * ALL: changed the prototype of input_AddES() to include enough information so we can build an "video-es", "audio-es" and "spu-es" object variable. These variables can be used by the interfaces to navigate between the elementary streams. 2003-05-05 22:23:42 +00:00
intf_eject.h * ALL: new module API. Makes a few things a lot simpler, and we gain 2002-07-31 20:56:53 +00:00
iso_lang.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
main.h * include/main.h, src/libvlc.c, src/libvlc.h, src/misc/configuration.c: added a --config, --save-config and --reset-config option to the command line. 2003-09-24 21:31:55 +00:00
mmx.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
modules_inner.h * modules/gui/wxwindows/preferences.cpp: fixed the preferences to also show the config options of sub-modules. 2003-06-16 21:55:58 +00:00
modules.h * include/modules.h: Fixed the OS X build by adding a required header. 2003-10-04 12:25:00 +00:00
mtime.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
network.h * all: added a i_ttl field in network_socket_t to allow per connection ttl 2003-07-31 23:44:49 +00:00
ninput.h * modules/misc/freetype.c: spelling errors 2003-10-01 22:44:58 +00:00
os_specific.h * include/os_specific.h: oops, fixed my last commit. 2003-09-29 18:20:37 +00:00
osd.h Further doxygenization. 2003-10-04 15:51:22 +00:00
stream_control.h * ninput.h : change control parameters. 2003-09-07 22:45:16 +00:00
stream_output.h * include/stream_output.h include/vlc_common.h : move TAB_APPEND, 2003-09-12 18:34:45 +00:00
variables.h Doxyfile: 2003-09-29 15:45:19 +00:00
video_output.h Further doxygenization. 2003-10-04 15:51:22 +00:00
vlc_block_helper.h * modules/codec/mpeg_audio.c: fixes and improvements. 2003-10-05 00:50:05 +00:00
vlc_block.h * include/vlc_block.h, modules/codec/libmpeg2.c: re-added the discontinuity flag in block_t and re-enabled the discontinuity gestion in the libmpeg2 codec. 2003-09-30 20:23:03 +00:00
vlc_codec.h * include/vlc_codec.h: defines decoders/encoders related structures here. 2003-10-08 21:01:07 +00:00
vlc_common.h * include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences. 2003-10-08 19:40:42 +00:00
vlc_config.h * include/vlc_config.h: removed unused config stuff. 2003-08-30 13:59:15 +00:00
vlc_cpu.h * ./include/*, ./src/*: separated WIN32 #tests and UNDER_CE #tests, because 2002-11-11 14:39:12 +00:00
vlc_error.h * include/error.h: Renamed this file to include/vlc_error.h to avoid name 2003-07-01 12:56:47 +00:00
vlc_help.h * include/vlc_help.h src/libvlc.h: thou shalt not hardcode newlines in the middle of sentences. 2003-10-08 19:40:42 +00:00
vlc_interface.h Added some Doxygen doc 2003-09-18 17:54:02 +00:00
vlc_keys.h * include/vlc_codec.h: defines decoders/encoders related structures here. 2003-10-08 21:01:07 +00:00
vlc_messages.h * ./include/vlc_messages.h: msg_* functions now use the same argument type 2002-12-18 11:47:35 +00:00
vlc_objects.h * include/vlc_codec.h: defines decoders/encoders related structures here. 2003-10-08 21:01:07 +00:00
vlc_playlist.h * include/vlc_playlist.h 2003-10-06 16:23:30 +00:00
vlc_threads_funcs.h * src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes 2003-03-02 01:35:30 +00:00
vlc_threads.h * src/misc/threads.c, include/vlc_threads.h: Removed the pthread wrapper for 2003-08-28 17:19:42 +00:00
vlc_video.h * include/vlc_codec.h: defines decoders/encoders related structures here. 2003-10-08 21:01:07 +00:00
vout_synchro.h * include/video.h include/video_output.h src/video_output/vout_pictures.c: 2003-06-09 00:33:34 +00:00
win32_specific.h * ./src/misc/beos_specific.cpp: BeOS fixes, removed a static variable. 2002-06-01 14:31:32 +00:00