]> git.sesse.net Git - vlc/history - modules/access
* src/input/meta.c: stop the spamming of the meta engine.
[vlc] / modules / access /
2006-10-04 Damien Fouilleul- directshow: added fps in debug info
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-09-24 Clément StenacRename vlc_input_item_* functions to input_Item* for...
2006-09-17 Clément StenacDon't use find for the playlist
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-14 Clément StenacFix a number of problems with interaction dialogs
2006-09-12 Rémi Denis-CourmontWarnings
2006-09-09 Rémi Denis-CourmontFix segfault. FTP access output is now somehow "tested"
2006-09-09 Rémi Denis-CourmontMore fixes
2006-09-09 Rémi Denis-CourmontOSX compile fix
2006-09-09 Rémi Denis-CourmontOups
2006-09-09 Rémi Denis-CourmontUntested FTP access output (closes #605)
2006-09-09 Rémi Denis-CourmontMore cosmetic
2006-09-09 Rémi Denis-CourmontCosmetic fixes
2006-09-09 Rémi Denis-CourmontDon't use someone's else domain in our default values
2006-09-07 Derk-Jan Hartman* Reset access->info.b_eof when we search. After you...
2006-09-03 Clément StenacFix possible crash
2006-09-02 Rémi Denis-CourmontMerge [PATCH] http chunked encoding fix
2006-09-02 Dennis van Amerongen* more ouput -> output typos
2006-09-02 Dennis van Amerongen* typo ouput -> output
2006-08-31 Derk-Jan Hartman* Include vlc_input.h so we don't bug out with shared vlc
2006-08-29 Jean-Paul SamanFix compiler warnings related to wrong datatypes.
2006-08-29 Jean-Paul SamanUse correct formatting for message size_t
2006-08-27 Benjamin Pracht* Some more probing
2006-08-24 Benjamin Pracht* Some more debug
2006-08-23 Benjamin Pracht* Very first beginning of a v4l2 access-demux
2006-08-23 Felix Paul Kühne* compilation fix
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-08 Derk-Jan Hartman* Fix an #ifdef hidden error in cddax
2006-08-06 Jean-Paul SamanCoding Style fixes
2006-08-03 Gildas Bazin* modules/access/file.c, directory.c: bug and memory...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-07-19 Clément StenacMove v4l and pvr into the main access directory.
2006-07-19 Clément StenacSome more demux and access code factorization
2006-07-11 Benjamin Pracht* Patch to add ATSC support by Dennis Lou
2006-06-29 Sigmund Augdal HelbergFix a regression in r15404 causing people to experience...
2006-06-29 Derk-Jan Hartman* HTTP 1.0 is not seekable
2006-06-27 Sigmund Augdal HelbergAttempt to support international charsets in mmi menus...
2006-06-12 Clément StenacSimplify the CDDA module. Split more between parse...
2006-06-10 Rémi Denis-CourmontMemleak spotted by Dugal Harris.
2006-06-10 Rémi Denis-CourmontMJPG support with DirectShow (patch from Dugal Harris)
2006-06-09 Antoine CellerierDshow input fix (suggest by "sneeze" on http://forum...
2006-06-09 Rémi Denis-CourmontFTP cleartext authentication from Petr Vacek.
2006-06-02 Christophe MutricyFix Stream title. Patch by Diego "Flameeyes" Petteno
2006-05-31 Clément StenacFix playlist crasher and simplify a few things
2006-05-25 Clément StenacFix CDDA and a corner-case in playlist handling
2006-05-25 Clément StenacCumulative fix for BeOS - by Cian Duffy < myob87 4t...
2006-05-25 Clément StenacAdd a change_internal modifier to options. Please check...
2006-05-20 Jean-Paul SamanCompare the right datatypes
2006-05-20 Jean-Paul SamanDefault value for pointer that could be used uninitalised
2006-05-17 Derk-Jan Hartman* This makes the cddax and vcdx modules compile again...
2006-05-16 Jean-Paul SamanFix potential segmentation fault
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-05-14 Rémi Denis-CourmontRecognize XSPF MIME type when there is a charset parameter.
2006-05-14 Felix Paul Kühne* first implementation of a widget-free authentication...
2006-05-02 Antoine CellerierThis should now at least compile
2006-05-02 Antoine CellerierUntested change to support different AMTUNER modes...
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
next