]> git.sesse.net Git - vlc/history - modules/access
* forward-port [15464] and update the TODO-list at the top of the file
[vlc] / modules / access /
2006-04-29 Rémi Denis-CourmontClean up
2006-04-29 Rémi Denis-CourmontOpenBSDish strlcpy()
2006-04-29 Rémi Denis-CourmontWin32 compile fix
2006-04-29 Rémi Denis-CourmontNul terminate
2006-04-29 Rémi Denis-Courmont- Use poll() instead of select() so we don't depend...
2006-04-29 Rémi Denis-CourmontUse strncpy() rather than strncat() when the destinatio...
2006-04-28 Rémi Denis-CourmontCompile fix
2006-04-28 Rémi Denis-CourmontAnother select() -> poll()
2006-04-28 Rémi Denis-CourmontUse poll() instead of select() so we won't fall for...
2006-04-27 Rémi Denis-CourmontWhenever using select() companion macro FD_SET(), one...
2006-04-27 Damien Fouilleul- fix for problem reported in http://forum.videolan...
2006-04-14 Christophe Massiot * modules/access/pvr/pvr.c: Be compatible with both...
2006-04-13 Christophe Massiot * modules/access/pvr/pvr.c: The radio API in ivtv...
2006-04-11 Clément StenacMore strings
2006-04-11 Clément StenacString fixes
2006-04-06 Clément StenacFix potential bugs
2006-04-04 Damien Fouilleul- should fix audio capture for Hauppagge WinTV PVR...
2006-04-03 Sigmund Augdal Helberglinux_dvb.c: hopefully fixed CAM support for some cards...
2006-04-02 Damien Fouilleulpossible fix for Trac Ticket #621, whereby Hauppage...
2006-03-31 Christophe MutricyFix compile
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-03-29 Felix Paul Kühne* fixed a few signedness warnings. Please shout if...
2006-03-25 Clément StenacShould fix playback of cdda://D:\ under win32. Please...
2006-03-18 Christophe Mutricyaccess/dshow: Add option to configure dshow from comman...
2006-03-11 Antoine Celleriersrc/playlist/loadsave.c, modules/demux/playlist/*,...
2006-03-10 Rémi Denis-CourmontTell user we disabled EPSV mode _before_ reconnecting...
2006-03-09 Jean-Paul SamanUpdate e-mail address
2006-03-01 Felix Paul Kühne* fixed some warnings
2006-03-01 Derk-Jan Hartman* Fixes for CDDB courtesy of Alexander Gall <gall at...
2006-02-27 Rémi Denis-CourmontCompile fixes
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-02-20 Derk-Jan Hartman* Fix CDDA and VCD modules for Mac OS X Intel. Fix...
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-02-18 Rémi Denis-CourmontFix warning
2006-02-17 Clément StenacDon't disable audio if V4L video dev does not have...
2006-02-16 Antoine Cellerier[patch] unifying meta-information access, the 2nd by...
2006-02-13 Rémi Denis-CourmontAnother bunch of Unicode file names fixes (refs #528)
2006-02-11 Derk-Jan Hartman* Fix the duration of the dvdread module. refs #198.
2006-02-10 Derk-Jan Hartman* fprintf -> msg_Dbg
2006-02-03 Sigmund Augdal Helberglinux_dvb.c: initialize a variable
2006-02-01 Rémi Denis-CourmontAdditionnal conversions
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-29 Clément StenacShould fix CDDA build
2006-01-28 Damien Fouilleulcdda.c: don't forget to include <errno.h> when using...
2006-01-28 Clément StenacAdd CDDB support to CDDA module (Refs:#459)
2006-01-22 Clément StenacFix build of vcdx module
2006-01-21 Clément StenacEnqueue the item ID instead of pointer for preparse
2006-01-19 Sigmund Augdal Helberglinux_dvb.c: output "Tuning failed" in dvb status page...
2006-01-17 Damien Fouilleuldshow.cpp: Removed default preferred media types (I420...
2006-01-16 Derk-Jan Hartman* Real RTSP sometimes uses pnm://
2006-01-14 Jean-Paul SamanRevert revision 13903. It is implemented in a different...
2006-01-13 Rémi Denis-CourmontPartial distcheck fix
2006-01-12 Antoine CellerierFSF address change.
2006-01-12 Jean-Paul SamanPatch by Paul Sokolovsky <pmsicml _AT_ gmail _dot_...
2006-01-07 Derk-Jan Hartman* Compile fix for OSes without F_RDAHEAD and F_NOCACHE
2006-01-07 Derk-Jan Hartman* Set FD_RDAHEAD and FD_NOCACHE on when reading from...
2006-01-06 Damien Fouilleuldvdnav.patch: changed code that read DVD title to use...
2005-12-28 Christophe Massiot * modules/access/dvb: Handle removal of the CAM module...
2005-12-27 Christophe Massiot * modules/access/dvb/linux_dvb.c: Disabled FE_CAN_CLEA...
2005-12-27 Christophe Massiot * modules/access/dvb: Full support for DVB MMI menus...
2005-12-21 Christophe Massiot * modules/access/dvb: Fixed link-level CAM API.
2005-12-17 Jean-Paul SamanSupport CHUNK_TYPE_RESET for mmsh. (Patch by Gregory...
2005-12-17 Clément StenacRelease playlist
2005-12-16 Clément StenacDon't crash
2005-12-16 Clément StenacAdd multi-item support to cdda module (default enabled...
2005-12-16 Clément StenacBordel de saloperie de merde
2005-12-16 Clément StenacGrmbl
2005-12-16 Clément StenacRevert
2005-12-16 Clément StenacMove cddax to access/cddax
2005-12-15 Antoine CellerierChange the http password request message.
2005-12-14 Derk-Jan Hartman* Free scandir results when we are done with them....
2005-12-13 Derk-Jan Hartman* Fix directory.c on WinCE (which has neither DT_DIR...
2005-12-12 Jean-Paul SamanFix crash when no IEEE1394/Firewire device is present
2005-12-12 Rémi Denis-CourmontDon't recurse in symbolic link - fixes #375
2005-12-12 Rémi Denis-CourmontClean up and remove unnused internal parameter
2005-12-11 Clément StenacRequest authentication if we get a 401 error
2005-12-08 Clément StenacDon't print too many errors
2005-12-05 Rémi Denis-Courmonts/OpenTCP/ConnectTCP/ for consistency
2005-12-04 Gildas Bazin* modules/access/rtsp/rtsp.c: fixed major bug in realrt...
2005-12-04 Gildas Bazin* modules/demux/real.c, modules/access/rtsp: fixed...
2005-12-02 Damien Fouilleuldvdnav.c: replace %lld printf formating with I64Fd
2005-11-30 Sigmund Augdal HelbergSupport for CAM modules on dvb-s cards using the high...
2005-11-29 Damien Fouilleuldshow.cpp: fixed a potentatial crash, some memory was...
2005-11-27 Clément StenacImrpove description of http-continuous (Closes:#409)
2005-11-24 Jean-Paul SamanRun thread that reads from the DV camera at a slightly...
2005-11-23 Christophe Massiot * modules/access/pvr/pvr.c: Added support for radio...
2005-11-23 Christophe Massiot * modules/access/dvb/en50221.c: Implemented basic...
2005-11-23 Jean-Paul SamanDigital Video (Firewire/IEEE1394/I-Link) input for...
2005-11-20 Marian Durkovicalways go through BlockChoose(), since it assigns the...
2005-11-19 Marian Durkovicdon't perform prebuffering for UDP, since it causes...
2005-11-12 Sam Hocevar * modules/access/dshow/filter.cpp: minor, but ugly...
2005-11-11 Marian Durkovicforwardport [13195]
2005-10-30 Felix Paul Kühne* fixed some other strings
2005-10-30 Felix Paul Kühne* fixed some untranslatable strings and strings which...
2005-10-30 Gildas Bazin* modules/demux/real.c, modules/access/rtsp/*: fixes...
2005-10-29 Marian Durkovicremoved i_seqno from block_t ; RTP access now stores...
2005-10-27 Marian Durkovicskip 4 bytes also for RTP payload=32 (MPV) - RFC2250
2005-10-25 Marian DurkovicFTP URLs are relative to user's default directory ...
next