]> git.sesse.net Git - vlc/history - modules/access
wmafixed: optimize
[vlc] / modules / access /
2009-02-05 Rémi Denis-CourmontFix unitialized seekable variable
2009-02-05 Rémi Denis-CourmontSystem knows better whether we can seek.
2009-02-05 Rémi Denis-CourmontDo not poll regular files (useless), block devices...
2009-02-05 Rémi Denis-CourmontOnly use file size for regular files. Allow seeking...
2009-02-05 Rémi Denis-Courmontaccess_file: cosmetics
2009-02-03 Laurent AimarAdd more CDDA informations to the playlist node.
2009-02-03 Rémi Duraffortunused variables.
2009-02-02 Rémi Denis-CourmontUse --x11-display whenever calling XOpenDisplay (except...
2009-02-01 Laurent AimarImproved CDDB information support in cdda.c
2009-01-31 Rémi Denis-CourmontProgress interaction: remove useless parameter
2009-01-31 Rémi Denis-CourmontInteraction: remove (buggy and useless) dialog IDs
2009-01-28 Rémi Denis-CourmontFix plugin strings translation
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Jean-Philippe AndreZip: don't use hacks but rewrite the path.
2009-01-27 Jean-Philippe AndreZip: add access/stream_filter to the buildsystem
2009-01-27 Jean-Philippe AndreZip: add a stream_filter and an access
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontRemove redumdant fcntl() calls
2009-01-24 Rémi Denis-CourmontRTP: update plugin name
2009-01-24 Jean-Baptiste Kempfs/Disk/Disc for Digital Versatile Disc
2009-01-24 Jean-Baptiste Kempfs/BD Input/Blu-Ray Disc Input to help users lost in...
2009-01-24 Laurent AimarSupport clpi/mpls avchd version (untested).
2009-01-24 Laurent AimarFixed a few BD warnings.
2009-01-24 Laurent AimarAdded initial uncrypted blu-ray support.
2009-01-22 Rémi Duraffortaccess_cdda: use INT64_C
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-21 Jean-Baptiste KempfVarious shortnames forgotten.
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-20 Laurent AimarConverted mms access to block mode.
2009-01-20 Rémi Denis-CourmontFix format string
2009-01-19 Rémi Denis-CourmontVCDX: interface creation is commented out so comment...
2009-01-18 Ilkka Ollakkadvb-c scanning support (not working yet)
2009-01-18 Rémi Denis-CourmontFile: (try to) give up reading on I/O error
2009-01-18 Laurent AimarProbe v4l2 when specifically forced not when an access...
2009-01-18 Laurent AimarSmall simplification in cdda.
2009-01-18 Laurent AimarTry to partially clean up CDDAX (libcdio) module.
2009-01-18 Rémi DuraffortRevert "access_samba: don't use deprecated functions."
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Antoine CellerierRemove debug.
2009-01-17 Antoine CellerierAdd support for directory listing in ftp access.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Antoine CellerierIgnore image types in directory access.
2009-01-17 Antoine CellerierFix some demux control replies
2009-01-17 Antoine CellerierMerges of misc comments in mailing list thread.
2009-01-17 Antoine CellerierDefault duration of 10s when fake isn't forced. Make...
2009-01-17 Joseph Tuloua straighforward still image demuxer with 100% compatib...
2009-01-16 Laurent AimarFixed an invalid use of p_input->i_pts_delay.
2009-01-16 Timo Paulssenfix cdda playlists for CDs that have more than 9 titles.
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-16 Rémi DuraffortUse the access helpers.
2009-01-16 Rémi Duraffortaccess_mms: use STANDARD_READ_ACCESS_INIT and fix poten...
2009-01-16 Rémi Duraffortaccess_gnomevfs: Read function take a size_t and not...
2009-01-16 Rémi Duraffortaccess_samba: don't use deprecated functions.
2009-01-14 Christophe MutricyRemove unused includes
2009-01-14 Christophe MutricyRemove unused includes
2009-01-14 Rémi Duraffortaccess_ftp: uneeded var_get.
2009-01-14 Rémi Duraffortaccess_file: unneeded test.
2009-01-13 FUJISAWA TooruAdd subscreen/follow mouse options in open dialog.
2009-01-12 Rémi Duraffortaccess_ftp: cleanup.
2009-01-11 Rémi Denis-CourmontRTP: allow odd RTP ports for TCP & DCCP
2009-01-11 Rémi Denis-CourmontRTP: implement separate option for RTCP receive port
2009-01-11 Rémi Denis-CourmontRemove some semi-colons
2009-01-11 FUJISAWA TooruAdd subscreen/follow mouse support to Mac OS X screen...
2009-01-11 Rémi Denis-Courmontdvdnav: also probe file:// (fixes #2131)
2009-01-11 Rémi Denis-Courmontdvdnav: trivially avoid duplicate file path lookup
2009-01-11 Rémi Denis-Courmontdvdnav: cosmetic simplification
2009-01-10 Rémi Denis-CourmontDirectory: ignore SSA files - fixes #2341
2009-01-07 Ken SelfBDA: remove %S formatting plus a few other fixes
2009-01-04 Antoine Cellerierv4l2 access can now find optimal frame rate and dimensions
2009-01-04 Antoine CellerierInput based input slaves sound better.
2009-01-04 Antoine CellerierMove v4l2.c back to the access/ directory
2009-01-04 Antoine CellerierFix confusing variable name.
2009-01-03 Antoine CellerierImplement DEMUX_SET_NEXT_DEMUX_TIME in alsa & oss
2009-01-03 Antoine CellerierImplement DEMUX_GET_TIME in screen access.
2009-01-03 Antoine CellerierRemove debug message.
2009-01-03 Antoine CellerierUse poll instead of msleep in v4l
2009-01-03 Antoine CellerierRemove OSS support from v4l module.
2009-01-03 Antoine CellerierCosmetics.
2009-01-03 Antoine CellerierRemove Alsa and OSS support from v4l2 module.
2009-01-03 Antoine CellerierCleanup alsa.
2009-01-03 Antoine CellerierFix alsa polling.
2009-01-03 Antoine CellerierSplit OSS access from v4l2.
2009-01-03 Antoine CellerierSplit Alsa access module from v4l2.
2009-01-03 Antoine CellerierFix copyright date.
2009-01-03 Antoine CellerierUse polling instead of msleep in v4l2 access_demux.
2008-12-31 Joseph Tuloutest if access dc1394 is right earlier in the probing...
2008-12-28 Ken SelfBDA allow card selection
2008-12-21 Dominique LeuenbergerFix for 'no-return-in-nonvoid function intf.c'
2008-12-17 Rémi DuraffortCheck malloc return value.
2008-12-17 Rémi DuraffortUse NULL instead of 0.
2008-12-17 Rémi Duraffortcaugh caugh.
2008-12-17 Rémi DuraffortAnother fix for win32.
2008-12-17 Rémi DuraffortFix win32 compilation.
2008-12-16 Rémi Duraffortbdagraph: cleaning.
2008-12-16 Rémi Duraffortbda: little cleanup.
2008-12-15 Rémi Duraffortmms/mmstu: fix a memleak and avoid to memcpy two times...
2008-12-15 Rémi DuraffortReally fix this.
2008-12-15 Rémi DuraffortFix multiple deallocation (three deallocation for the...
2008-12-15 Rémi DuraffortRemove unneded test before delete/free.
next