]> git.sesse.net Git - vlc/history - include
* ./doc/skins/events-howto.txt: added some events
[vlc] / include /
2003-06-16 Gildas Bazin* modules/gui/wxwindows/preferences.cpp: fixed the...
2003-06-14 Eric Petit include/vlc_threads.h: more BeOS' priorities tuning.
2003-06-12 Clément StenacCode cleanup
2003-06-09 Christophe Massiot* include/video.h include/video_output.h src/video_outp...
2003-06-05 Gildas Bazin* include/vlc_common.h: fixed the I64C() macro for...
2003-05-31 Eric Petit * src/input/input_ext-intf.c : added an input_SetRate...
2003-05-27 Derk-Jan Hartman* removed vlc_wraptext
2003-05-26 Clément Stenac* The VLC-integrated SAP server now sends compliant...
2003-05-25 Christophe Massiot* We now use UTF-8 internally under Mac OS X. This...
2003-05-24 Gildas Bazin* src/misc/variables.c, include/variables.h: first...
2003-05-21 Derk-Jan Hartman* include/main.h
2003-05-20 Clément StenacAll: Support for SAP advertising in stream output
2003-05-17 Gildas Bazin* include/input_ext-intf.h: forgot this file in my...
2003-05-12 Gildas Bazin* include/vlc_common.h: small change to shut-up some...
2003-05-12 Gildas Bazin* modules/gui/skins/*: got rid of wxdialogs.h, the...
2003-05-05 Gildas Bazin* ALL: changed the prototype of input_AddES() to includ...
2003-05-05 Gildas Bazin* ALL: removed the old channels server stuff (was depre...
2003-05-05 Sigmund Augdal Helbergimplemented VLC_VAR_TIME using two ints
2003-05-04 Gildas Bazin* src/misc/variables.c, ALL: improvements to the object...
2003-04-29 Laurent Aimar * vlc_config.h: increased AOUT_PTS_TOLERANCE to 40ms...
2003-04-27 Gildas Bazin* src/video_output/vout_pictures.c, include/video_outpu...
2003-04-16 Gildas Bazin* modules/misc/dummy/input.c, modules/access/file.c...
2003-04-14 Christophe Massiot* Implementation of a frame-dropping algorithm for...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-30 Gildas Bazin* include/configuration.h: added the add_directory...
2003-03-30 Gildas Bazin* configure.ac.in: removed the -fno-exceptions gcc...
2003-03-28 Gildas Bazin* modules/audio_output/waveout.c: compilation fix for...
2003-03-24 Gildas Bazin* src/video_output/video_output.c, include/video_output.h:
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-23 Sigmund Augdal Helbergmodules/video_filter/osd_text.c: A video filter that...
2003-03-17 Sam Hocevar * ./modules/misc/gtk_main.c, ./modules/gui/gtk/gtk.c,
2003-03-17 Derk-Jan Hartman* src/playlist/playlist.c:
2003-03-15 Laurent Aimar * httpd: begin to support get/post method (look at...
2003-03-11 Gildas Bazin* ALL: experimental code for stream (dvd) navigation...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-03-10 Christophe Massiot* Bumped up version number to 0.5.2
2003-03-09 Jon Lech Johansen * ./modules/demux/mpeg: DTS support.
2003-03-06 Gildas Bazin* src/audio_output/dec.c, include/aout_internal.h:...
2003-03-06 Laurent Aimar * http: fixed a segfault while using it more than...
2003-03-04 Gildas Bazin* include/vlc_common.h: on win32 we include malloc...
2003-03-04 Christophe Massiot* Fixed a major bug in the LPCM codec.
2003-03-04 Gildas Bazin* modules/audio_filter/resampler/bandlimited.[ch]:...
2003-03-03 Christophe Massiot* mpeg_video is back as a built-in because it is reprod...
2003-03-03 Gildas Bazin* ALL: another bunch of fixes for the MSVC build.
2003-03-02 Gildas Bazin* src/misc/threads.c, include/vlc_threads_funcs.h:...
2003-03-01 Gildas Bazin* src/misc/threads.c, include/vlc_threads_funcs.h:...
2003-02-28 Olivier TeulièreInternationalization now works for the win32 interface...
2003-02-27 Christophe Massiot* Bumped up revision number to 0.5.2-test2
2003-02-26 Christophe Massiot* Added sanity checks for PTS in the future.
2003-02-25 Laurent Aimar * stream_output.* : added a flags variable to sout_buf...
2003-02-24 Laurent Aimar * stream_output.h : add a private parameter to sout_in...
2003-02-24 Laurent Aimar * stream output: fixed name inconsistency, added a...
2003-02-23 Laurent Aimar * all : declaration of http and httpd.
2003-02-23 Laurent Aimar * modules/access_output/http : http output.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-17 Sam Hocevar * ./src/misc/win32_specific.c: under Win32 we retriev...
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-02-11 Christophe Massiot* modules/codec/lpcm.c: Attempt at supporting all chann...
2003-02-09 Stephan Assmusmodules/gui/beos/PreferenceWindow.h/.cpp
2003-02-09 Christophe Massiot* aout_Volume* functions now do their own vlc_object_fi...
2003-02-08 Christophe Massiot* src/extras/libc.c: New vlc_wraptext function,
2003-02-07 Sam Hocevar * ./include/interface.h: grmbl, I forgot VLC_EXPORT...
2003-02-07 Sam Hocevar * ./modules/access/dvdplay/demux.c: fixed a minor...
2003-02-06 Sam Hocevar * ./modules/access/dvdplay/demux.c: the dvdplay plugi...
2003-02-06 Christophe MassiotFixed interface freezes in the OS X interface.
2003-02-06 Eric Petit Tuned BeOS priorities for a better playback on low...
2003-02-06 Christophe MassiotFixed AFMT_AC3 and AFMT_S16_NE handling.
2003-02-02 Sam Hocevar * ./include/vlc_config.h: changed "VideoLAN Client...
2003-02-02 Johan Bilien * NEWS: VCD entry points and iso files
2003-02-02 Christophe Massiot* README.MacOSX.rtf: Typos
2003-01-30 Christophe Massiot* modules/codec/mpeg_video/headers.c: more checks in...
2003-01-29 Gildas Bazin* include/vlc_threads.h: VLC_THREAD_PRIORITY_VIDEO...
2003-01-29 Jon Lech Johansen * core/playlist: PLAYLIST_PAUSE, playlist_IsPlaying...
2003-01-28 Sam Hocevar * ./src/video_output/video_output.c: don't try to...
2003-01-28 Sam Hocevar * ./bootstrap, ./toolbox: moved the Glade bugs fixing...
2003-01-28 Gildas Bazin* src/video_output/video_output.c, include/video_output...
2003-01-28 Sam Hocevar * ./include/vlc_common.h: removed duplicate macro...
2003-01-28 Sam Hocevar * ./po/*: spelling fixes.
2003-01-27 Sam Hocevar * ./include/vlc_common.h: if we don't have strndup...
2003-01-27 Olivier Teulière * src/misc/objects.c: vlc_list_find now returns a...
2003-01-25 Laurent Aimar* avi: no more segfault when we have 'max buffer alloca...
2003-01-24 Derk-Jan Hartman* changed the CONFIG_DIR for Darwin into Library/Prefer...
2003-01-24 Eric Petit * vlc_threads.h: lower a priority that made sound...
2003-01-23 Christophe Massiot* Resized elements in the open panel,
2003-01-23 Christophe MassiotFixed a segfault with quitting when no audio output...
2003-01-22 Christophe MassiotReverse stereo option.
2003-01-22 Christophe MassiotLess aggressive debug message.
2003-01-22 Laurent Aimar * added file needed for video transcoding with vlc.
2003-01-19 Sam Hocevar * ./src/misc/beos_specific.cpp, ./src/misc/darwin_spe...
2003-01-18 Christophe MassiotIncluding font-eutopiabold36.rle for DivX and ogg subti...
2003-01-16 Loïc Minier * configure.ac.in:
2003-01-16 Sam Hocevar * ./include/vlc_common.h: fixed win32 plugin compilation.
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-10 Eric Petit Thread priority management on BeOS.
2003-01-09 Christophe Massiot* OS X: Fixed a segfault with empty configuration strin...
2003-01-08 Laurent Aimar * all: added a new function (sout_BufferChain) and...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2003-01-06 Simon Latapie * added a i_min, i_max, f_min and f_max in module_conf...
2003-01-05 Christophe MassiotMacOS X port :
2003-01-03 Christophe Massiot* modules/access/file.c: we now regularly check the...
next