]> git.sesse.net Git - vlc/shortlog
vlc
2005-08-01 Christophe... * src/misc/image.c: New image_Filter call to apply...
2005-08-01 Christophe... * extras/contrib/bootstrap: Really fixed it this time.
2005-08-01 Christophe... * extras/contrib/bootstrap: Typo.
2005-08-01 Christophe... * modules/codec/twolame.c, modules/codec/ffmpeg/encode...
2005-08-01 Christophe... * modules/control/http.c: Add an 'ext' field to file...
2005-08-01 Christophe... * Makefile.am: fix build location of Mac OS X bundle...
2005-08-01 Christophe... * extras/contrib/src/packages.mak: Reverted [11913...
2005-08-01 Jean-Paul SamanFix wrong uninstall key
2005-07-31 Olivier Teulière * wxwindows: do not save the position of minimized...
2005-07-31 Rémi Denis... - Put IP6 instead of IP4 when appropriate
2005-07-31 Rémi Denis... Add const
2005-07-31 Antoine Cellerierfree stuff and add mutex (will be needed when RSS feed...
2005-07-31 Antoine Cellerieradd update checker and rss subfilter
2005-07-31 Antoine Cellerierchange option names so users can have different setting...
2005-07-31 Antoine Cellerier * rss.c : add new rss module (sub filter)
2005-07-30 Antoine Cellerier--sub-filter should appear in vlc -H without needing...
2005-07-30 Antoine Celleriersvn propset svn:keywords Id
2005-07-30 Antoine Cellerierremove tabs and trailing spaces
2005-07-30 Derk-Jan Hartman* forwardport [11919]
2005-07-30 Derk-Jan Hartman* Add options for SDK building. (not enabled yet) and...
2005-07-30 Gildas Bazin* modules/audio_output/waveout.c: get rid of roundf...
2005-07-30 Gildas Bazin* include/network.h, modules/access/mms/mmstu.c, src...
2005-07-30 Derk-Jan Hartman* Update some sourceforge download locations to use...
2005-07-29 Rémi Denis... Fix some memleaks
2005-07-29 Rémi Denis... - Put correct IP4 owner address
2005-07-29 Rémi Denis... Fix compilation. Thanks bigben
2005-07-29 Rémi Denis... I had missed a third similar problem
2005-07-29 Rémi Denis... - Add httpd_ServerIP() to obtain HTTP server's IP used...
2005-07-29 Rémi Denis... Forgot this file
2005-07-29 Rémi Denis... Don't require a vlc_object_t in net_Get(Sock|Peer)Address
2005-07-29 Christophe... * include/network.h: VLC should now compile.
2005-07-29 Rémi Denis... Similar fixes
2005-07-29 Rémi Denis... Bind RTSP to all interfaces by default (refs #270)
2005-07-29 Rémi Denis... Accept NULL hostname for httpd_HostNew
2005-07-29 Rémi Denis... Don't add brackets around IPv6 addresses, this is annoying
2005-07-29 Rémi Denis... A bunch of minor fixes
2005-07-29 Rémi Denis... Use more sensible/conservative buffer size for psz_ttl
2005-07-29 Rémi Denis... Don't use NULL char pointer
2005-07-29 Rémi Denis... Inline net_GetAddress
2005-07-29 Christophe... * modules/codec/sdl_image.c: New decoder taking advant...
2005-07-28 Rémi Denis... - Remove dead multicast code
2005-07-28 Rémi Denis... Fix RTSP error codes
2005-07-28 Rémi Denis... Really listen to all IP addresses by default
2005-07-28 Rémi Denis... Link with libvlc.a last rather than first (closes ...
2005-07-28 Rémi Denis... Fix typo
2005-07-28 Rémi Denis... Fix compiler warning
2005-07-28 Rémi Denis... inet_pton() replacement
2005-07-28 Damien Fouilleul- replaced inet_pton() with WSAStringToAddress() for...
2005-07-28 Derk-Jan Hartman* forwardport [11883]
2005-07-27 Derk-Jan Hartman* forwardport [11880]
2005-07-27 Derk-Jan Hartman* forwardport [11877]
2005-07-27 Rémi Denis... Fix inet_pton check
2005-07-27 Rémi Denis... - Fix segfault when doing RTSP DESCRIBE (trunk-only...
2005-07-27 Rémi Denis... Remove FIXME that doesn't need to be fixed
2005-07-27 Rémi Denis... - Include proper source IP address in SAP header (longs...
2005-07-27 Christophe... Fix for wxMSW
2005-07-27 Rémi Denis... Define HAVE_INET_PTON
2005-07-27 Rémi Denis... Err, IPv4 multicast starts at 224.0.0.0 not 225.0.0.0
2005-07-27 Rémi Denis... - takes scope into account for NI_MAXNUMERICHOST
2005-07-27 Rémi Denis... Have readable debug message with IPv6 addresses
2005-07-27 Christophe... * modules/codec/ffmpeg: New --no-sout-ffmpeg-interlace...
2005-07-27 Christophe... * modules/stream_out/transcode.c: Attempt at having...
2005-07-27 Rémi Denis... Put correct owner address in SAP-generated SDP
2005-07-27 Rémi Denis... Add const where appropriate
2005-07-27 Christophe... * modules/access/dvb: Set the DVR device in non-blocki...
2005-07-26 Rémi Denis... Add const
2005-07-26 Rémi Denis... Fix FIXME
2005-07-26 Christophe... * src/playlist/playlist.c: Attempt to fix PLAYLIST_ITE...
2005-07-26 Rémi Denis... Save a few useless strdup() calls
2005-07-26 Christophe... wxWidget 2.4 fix
2005-07-26 Christophe... * Removed the satellite access module since it won...
2005-07-25 Derk-Jan Hartman* update liveMedia and flac for contrib system
2005-07-25 Clément StenacFix compilation
2005-07-25 Antoine Cellerieronly display newer versions.
2005-07-25 Antoine Cellerierthis still doesn't look safe but at least i can't see...
2005-07-25 Gildas Bazin* modules/demux/mp4/libmp4.c: handle SoundDescriptionV2...
2005-07-25 Derk-Jan Hartman* change hotkeys OSD message from 0-100% to 0-400%
2005-07-25 Antoine Cellerieradd major, minor, revision and extra version numbers...
2005-07-25 Derk-Jan Hartman* longstanding typo in the webinterface
2005-07-25 Derk-Jan Hartman* Change volume range to 0-400 % visually in the macosx...
2005-07-25 Olivier Teulière * skins2: Prevent invisible windows from anchoring...
2005-07-25 Rémi Denis... - Fix buffer overflow (up to 1024 bytes)
2005-07-25 Rémi Denis... Don't reinvent the wheel^W^WANSI C
2005-07-25 Christophe... * modules/access/dvb/linux_dvb.c: Added support for...
2005-07-25 Derk-Jan Hartman* Fix the two SAP issues reported by Marian Durkovic.
2005-07-25 Christophe... * modules/control/http.c:
2005-07-25 Christophe... * modules/access/dvb: Support frequencies for the...
2005-07-25 Derk-Jan Hartman* revert [11512] closes #245
2005-07-25 Felix Paul... * AUTHORS: add a location to bigben's entry to prevent...
2005-07-24 Antoine Cellerierremove useless lines
2005-07-24 Antoine Cellerierchange some debug stuff
2005-07-24 Antoine CellerierVLC update checker in the wxWidgets interface (in help...
2005-07-24 Felix Paul... * Updated the NEWS file and my mail-address
2005-07-24 Jérome DecoodtFix user:pass parsing if protocol is not given.
2005-07-24 Felix Paul... * include wizard.h as well to make GCC happy
2005-07-24 Felix Paul... * shut up some compiler warnings
2005-07-24 Benjamin PrachtAlso update the wizard playlist on item addition and...
2005-07-24 Felix Paul... * added encap-formats information to the codec-info...
2005-07-24 Felix Paul... * minor fixes to the OSX-wizard (refs #13)
2005-07-24 Felix Paul... * fixed 'Could not connect the action t3_addressEntered...
next