]> git.sesse.net Git - vlc/history - src
* NEWS: added an entry for the experimental matroska demux.
[vlc] / src /
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_...
2003-04-24 Gildas Bazin* src/libvlc.c: forgot to reload the command line optio...
2003-04-22 Cyril Deguet* output.c: avoid a floating point exception when aout...
2003-04-22 Eric Petit * Makefile.am: fixed 'make package-beos'
2003-04-20 Christophe Massiot* The libmpeg2 plug-in is now completely operational ;
2003-04-18 Laurent Aimar * stream_output.c: add a vlc_mutex_lock/unlock ...
2003-04-18 Eric Petit ALL: fixed i18n under BeOS
2003-04-16 Laurent Aimar * modules/packetizer/mpegvideo.c : cut after a complet...
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-04-09 Gildas Bazin* src/libvlc.c: fixed the "color" config option.
2003-04-08 Christophe Massiot* Fixed the translation option with Mac OS X.
2003-04-07 Christophe Massiot* Updated ChangeLog
2003-04-07 Gildas Bazin* src/libvlc.c: fixed the translation config option...
2003-04-07 Gildas Bazin* src/libvlc.c: reload the main module in case the...
2003-04-07 Gildas Bazin* src/misc/configuration.c: what the f??k, configuratio...
2003-04-06 Christophe Massiot* Renamed the "headphone" option to "headphone-opt...
2003-04-06 Christophe MassiotDisabled the translation configuration variable on...
2003-04-06 Christophe Massiot* OS X : create dummy fr.lproj etc. directories, so...
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...
2003-03-30 Gildas Bazin* modules/gui/wxwindows/*: small formating changes.
2003-03-30 Gildas Bazin* include/configuration.h: added the add_directory...
2003-03-30 Gildas Bazin* modules/gui/wxwindows/*: fixed the save feature of...
2003-03-30 Christophe Massiot* Resampler plug-in based on CoreAudio's AudioConverter.
2003-03-29 Gildas Bazin* modules/audio_filter/channel_mixer/headphone.c, src...
2003-03-28 Gildas Bazin* modules/audio_output/waveout.c: compilation fix for...
2003-03-26 Gildas Bazin* src/libvlc.c, src/libvlc.h: added a config option...
2003-03-25 Gildas Bazin* src/input/input.c, src/video_output/video_output...
2003-03-25 Gildas Bazin* src/misc/modules.c: module_Need() now only raises...
2003-03-25 Gildas Bazin* src/video_output/video_output.c: fixed my previous...
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-21 Gildas Bazin* configure.ac.in, src/interface/intf_eject.c: scrapped...
2003-03-18 Gildas Bazin* src/playlist/playlist.c: fixed misplaced variable...
2003-03-17 Laurent Aimar * all: fixed some stupid bugs.
2003-03-17 Derk-Jan Hartman* src/playlist/playlist.c:
2003-03-17 Christophe MassiotFixed aspect ratio's tooltip.
2003-03-15 Laurent Aimar * sout: fix a stupid bug making avi muxer segfaulting.
next