]> git.sesse.net Git - vlc/history - src
* Update of language files
[vlc] / src /
2003-07-20 Gildas Bazin* src/input/input_ext-plugins.c: fixed previous commit.
2003-07-20 Derk-Jan Hartman* README.MacOSX.rtf: updated section on subtitles.
2003-07-20 Gildas Bazin* src/input/input_ext-plugins.c: in input_FillBuffer...
2003-07-19 Gildas Bazin* src/libvlc.c: use UTF-8 internally on win32.
2003-07-18 Derk-Jan Hartman* add a #include <errno.h>
2003-07-18 Gildas Bazin* src/libvlc.h: disabled the encoders config options...
2003-07-18 Gildas Bazin* modules/audio_output/alsa.c: alsa is now the default...
2003-07-17 Gildas Bazin* src/playlist/playlist.c: fixed recent playlist breakage.
2003-07-17 Sam Hocevar * Makefile.am: Parse mozilla after . so that the...
2003-07-17 Sam Hocevar * src/stream_output/announce.c:
2003-07-17 Sam Hocevar * src/stream_output/announce.c:
2003-07-15 Sigmund Augdal Helbergmoved Doxyfile to doc/ to make sam happy. Changed Doxyf...
2003-07-14 Sigmund Augdal HelbergAll: My shot at improving subtitle rendering in vlc...
2003-07-13 Christophe Massiot* Only allow 4x fast-forward, since 8x won't work on...
2003-07-09 Gildas Bazin* modules/gui/wxwindows/interface.cpp: resume after...
2003-07-07 Sam Hocevar * modules/control/corba/: Olivier Aubert's CORBA...
2003-07-05 Clément Stenac* sap.c: Improved IPv6 multicast detection
2003-07-04 Mohammed Adnène... * bug fix, @ is not necessary in fact ;)
2003-07-04 Mohammed Adnène... * Fix Bug thanks to Cif: url form was "IP:port" and...
2003-07-01 Sam Hocevar * include/error.h: Renamed this file to include/vlc_e...
2003-07-01 Sam Hocevar * Makefile.am:
2003-06-28 Laurent Aimar * input: close all vouts (not only the first one).
2003-06-28 Laurent Aimar video_output.c: should fix playback of file with multi...
2003-06-28 Laurent Aimar * input.c : call input_DelInfo _after_ that all decode...
2003-06-27 Sam Hocevar * src/misc/configuration.c: minor fix in a comment.
2003-06-27 Clément Stenac* modules/demux/m3u.c :
2003-06-26 Gildas Bazin* src/stream_output/announce.c: msvc compilation fix.
2003-06-26 Sam Hocevar * include/video.h: renamed this file to vlc_video...
2003-06-25 Sam Hocevar * src/stream_output/announce.c:
2003-06-25 Clément Stenac* ./include/announce.h
2003-06-24 Cyril Deguet* all: show/hide the interface with middle-click on...
2003-06-24 Sam Hocevar * include/interface.h: renamed this file to vlc_inter...
2003-06-24 Gildas Bazin* src/stream_output/announce.c: inet_pton() isn't suppo...
2003-06-23 Cyril Deguet* src/playlist/playlist.c: set "intf-change" in SkipItem
2003-06-23 Gildas Bazin* src/misc/modules.c, modules/gui/wxwindows/timer.cpp...
2003-06-23 Clément StenacFixed a segfault that could happen if you have ipv6...
2003-06-23 Clément Stenac* Stream output now support IPv6 SAP announces
2003-06-21 Sam Hocevar * src/libvlc.c: got rid of type-punning warnings.
2003-06-20 Derk-Jan Hartman* Made the search path configuration options, directory...
2003-06-17 Cyril Deguet* moved the ttl help in the right section
2003-06-14 Gildas Bazin* src/misc/configuration.c: in config_SaveConfigFile...
2003-06-13 Sam Hocevar * ./src/misc/messages.c: ouch. when the message queue...
2003-06-12 Clément StenacCode cleanup
2003-06-09 Christophe Massiot* include/video.h include/video_output.h src/video_outp...
2003-06-06 Derk-Jan Hartman* All: some spelling corrections and description string...
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-28 Derk-Jan Hartman* src/libvlc.h:
2003-05-27 Derk-Jan Hartman* Turn mem leaks into warning's instead of errors....
2003-05-27 Eric Petit * src/stream_output/announce.c : BeOS compile fix.
2003-05-27 Derk-Jan Hartman* removed vlc_wraptext
2003-05-26 Gildas Bazin* modules/audio_output/alsa.c: the aout-device obj...
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-25 Gildas Bazin* src/video_output/video_output.c, modules/video_output...
2003-05-24 Gildas Bazin* src/misc/variables.c, include/variables.h: first...
2003-05-24 Gildas Bazin* src/video_output/video_output.c: new "deinterlace...
2003-05-24 Derk-Jan Hartman* modules/codec/quicktime.c: cleaning up of the code...
2003-05-22 Gildas Bazin* src/libvlc.h: fixed spelling mistake.
2003-05-22 Gildas Bazin* src/audio_output/*, src/input/*: fixed the audio...
2003-05-22 Gildas Bazin* INSTALL.win32: added a small note about running vlc...
2003-05-21 Derk-Jan Hartman* include/main.h
2003-05-21 Gildas Bazin* modules/gui/skins/src/vlcproc.cpp: fixed yesterday...
2003-05-21 Sigmund Augdal Helbergremoved the desctiption texts of a nonexisting config...
2003-05-21 Sigmund Augdal Helbergremoved the --playlist option as it doesn't seem to...
2003-05-20 Clément StenacAll: Support for SAP advertising in stream output
2003-05-19 Gildas Bazin* src/stream_output/stream_output.c, modules/stream_out...
2003-05-18 Laurent Aimar * input_program.c: input_DelES destroyed the decoder...
2003-05-17 Gildas Bazin* include/input_ext-intf.h: forgot this file in my...
2003-05-17 Gildas Bazin* configure.ac.in: removed the encoders from the list...
2003-05-15 Gildas Bazin* src/input/input_programs.c: a few fixes to the naviga...
2003-05-15 Gildas Bazin* src/input/input_programs.c: implemented prev-title...
2003-05-14 Laurent Aimar * aac: compilation fix.
2003-05-12 Gildas Bazin* modules/gui/skins/*: got rid of wxdialogs.h, the...
2003-05-11 Gildas Bazin* src/input/input_programs.c: small bug fix.
2003-05-11 Derk-Jan Hartman* src/input/input_programs.c: Added a 'intf-changed...
2003-05-11 Sigmund Augdal Helberguse c comment, and not c++
2003-05-11 Christophe Massiot* modules/audio_filter/resampler/coreaudio.c: more...
2003-05-10 Derk-Jan Hartman* fix titer's language commit. The list needs to end...
2003-05-10 Eric Petit * src/libvlc.[ch]: removed --translation to avoid...
2003-05-10 Gildas Bazin* src/input/input_programs.c: misc fixes/improvements...
2003-05-09 Eric Petit * src/misc/messages.c: forget a defined(SYS_BEOS)...
2003-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
2003-05-08 Gildas Bazin* modules/access/file.c: fixed large file support on...
2003-05-08 Eric Petit src/libvlc.*: --translation is now a string. Usefull...
2003-05-08 Eric Petit src/misc/beos_specific.cpp:
2003-05-07 Derk-Jan Hartman* changed "Gayscale video output" option back into...
2003-05-05 Gildas Bazin* modules/demux/mpeg/ts.c: compiler warning fix.
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-05 Sam Hocevar * ./src/video_output/video_output.c: fixed a crash...
2003-05-04 Gildas Bazin* src/audio_output/output.c: fixed warning.
2003-05-04 Christophe Massiot* First round of capitalization of description strings.
2003-05-04 Gildas Bazin* src/misc/variables.c, ALL: improvements to the object...
2003-05-04 Christophe Massiot* modules/codec/libmpeg2.c: fixed the "main: cannot...
2003-04-29 Laurent Aimar * stream_output.c: some sanity checks and bypass defau...
2003-04-29 Laurent Aimar * stream_output.c: fix segfault when not specifying...
2003-04-27 Gildas Bazin* src/video_output/vout_pictures.c, include/video_outpu...
2003-04-27 Gildas Bazin* src/video_output/video_output.c: small bugfix + vout_...
next