]> git.sesse.net Git - vlc/history - modules/access
More clean up (it has 1 minor side effect but in a buggy section anyway).
[vlc] / modules / access /
2008-07-09 Rémi DuraffortDon't leak memory when something goes wrong.
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-05 Laurent AimarRemoved unwanted debug messages.
2008-07-05 Rémi Denis-CourmontDummy amd64 warnings
2008-07-05 Rémi Denis-CourmontV4L2: error handling
2008-07-05 Rémi Denis-CourmontAnother unused variable
2008-07-05 Rémi Denis-CourmontBunch of warnings
2008-07-05 Rémi Denis-CourmontRemove duplicate b_die check
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-05 Rémi Denis-CourmontFix misleading comment
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-07-01 Rémi Denis-CourmontRemove dead code (CID #2)
2008-07-01 Rémi Denis-CourmontMissing #include
2008-06-28 Laurent AimarFixed use of freed memory every time rtmp access is...
2008-06-28 Jean-Baptiste KempfFix previous commit.
2008-06-28 Jean-Baptiste KempfHeaders for newer libdvdread have moved :D
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-06-22 Bill C. Riemershttp: fix Content-Length and stream closure issues.
2008-06-20 Rémi Denis-Courmontaccess_file: use the waitpipe and always poll
2008-06-20 Rémi Denis-CourmontRevert "No need to send Connection: close or Connection...
2008-06-18 Antoine CellerierShould fix compilation of dshow access. Thanks to Poe.
2008-06-18 Antoine CellerierAdd options to configure audio input format (code was...
2008-06-17 Bill C RiemersNo need to send Connection: close or Connection: Keep...
2008-06-17 Bill C Riemersaccess_http: do not close the stream when seeking out...
2008-06-17 Rémi Denis-CourmontHTTP: do not send a negative byte range
2008-06-16 Dominique LeuenbergerFix Memory leak: free proxy_factory even when buffer...
2008-06-16 Przemyslaw FialaMMS stream pausing
2008-06-15 Dominique LeuenbergerHTTP access: support for libproxy, with configure autod...
2008-06-15 Jean-Baptiste KempfFix typo introduced in [ba06700b854653f4c1af9175aefcb92...
2008-06-15 Jean-Baptiste KempfKill a warning on windows.
2008-06-14 Jean-Baptiste KempfDon't define smb_auth on windows.
2008-06-14 Jean-Baptiste KempfRemove unused variable.
2008-06-14 Jean-Baptiste KempfRemove unused variables.
2008-06-14 Felix Paul KühneAdded a couple of more useful error messages
2008-06-14 Pierre d'Herbemontmms: Get rid of the playlist.
2008-06-14 Pierre d'HerbemontRemove VLC_DIR_ACTIVITY, as it is not used.
2008-06-14 Pierre d'Herbemontcdda: Fix a really right warning.
2008-06-14 Pierre d'Herbemontdirectory: Playlist code shouldn't be used here.
2008-06-14 Pierre d'Herbemontcdda: Warn about wrong playlist usage in the file.
2008-06-14 Pierre d'Herbemontcdda: Warn about wrong playlist usage in the file.
2008-06-14 Pierre d'Herbemontcdda: Remove inclusion of vlc_playlist.h.
2008-06-14 Pierre d'Herbemontvcdx: Don't include playlist.h
2008-06-14 Jean-Paul SamanFix indentation.
2008-06-13 Rémi Denis-CourmontHTTP: put the password to a separate field, so we can...
2008-06-13 Felix Paul KühneAdded complete l10n to the Capture interface and a...
2008-06-12 Felix Paul KühneDon't double free objects on error. Pointed by Pierre
2008-06-12 Rémi Denis-CourmontFile: devices are not seekable
2008-06-12 Felix Paul KühneClean up the code a bit, turning to be half as laggy...
2008-06-07 Rémi Denis-CourmontUDP: remove old RTP code
2008-06-07 Rémi Denis-CourmontRemove some dead code
2008-06-07 Rémi Denis-CourmontUDP: remove unneeded DCCP support
2008-06-04 Rémi Denis-Courmontaccess_udp: remove UDP-Lite support
2008-06-04 Rémi Denis-CourmontDo not use the old UDP access for RTP/AVP
2008-06-04 Rémi Denis-CourmontFTP: do not rely on object_type
2008-06-04 Antoine CellerierFix help string.
2008-05-31 Jean-Baptiste KempfMingw64 defines _I64_MAX in limits.h
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-30 Rémi Denis-CourmontRevert "Simplify - CID 6"
2008-05-30 Rafaël CarréSimplify - CID 6
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-28 Rémi Denis-Courmontintf_Destroy(): use vlc_object_release() and a destruct...
2008-05-28 Pierre d'Herbemontqtcapture: Initialize our structure no sooner than...
2008-05-28 Pierre d'Herbemontqtcapture: Don't probe qtcapture access if not selected.
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-27 Pierre d'Herbemontqtcapture: Hack to get a more decent CPU consumption.
2008-05-26 bl4mms/tcp: hanging or unexpected seeking after the end...
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-26 Antoine CellerierOops.
2008-05-26 Antoine CellerierUse mouse as capture retangle center instead of upper...
2008-05-26 Antoine CellerierAdd --screen-mouse-follow option (x11 only).
2008-05-26 Antoine CellerierImplement partial screen capture for x11. Feel free...
2008-05-26 Pierre d'Herbemontqtcapture: Don't use the pts provided by qtkit. I don...
2008-05-26 Pierre d'Herbemontqtcapture: Fix a warning.
2008-05-26 Pierre d'Herbemontqtcapture: Tab fixes, plus attempt to get the real...
2008-05-26 Pierre d'Herbemontqtcapture: statification and comment.
2008-05-26 Pierre d'Herbemontqtcapture: msg_Err->msg_Dbg
2008-05-26 Pierre d'Herbemontqtcapture: New access_demux module (QTKit based) to...
2008-05-25 Antoine CellerierAdd UYVY to the list of chromas tried by default in...
2008-05-25 Rafaël CarréWe don't use paranoia_mode_t if libcdio <= 0.72
2008-05-25 Rafaël CarréPARANOIA_MODE_* were introduced in libcdio 0.72
2008-05-23 bl4mms/tcp: send requested media file path to the server...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-10 Jean-Paul SamanFix compiler warnings.
2008-05-10 Jean-Paul SamanDon't override original pointer when realloc fails.
2008-05-10 Jean-Paul SamanCheck malloc return value and cleanup if allocation...
2008-05-10 Jean-Paul SamanCheck malloc return value or risk overwritting not...
2008-05-10 Miguel Angel Cabre... Fixed error handling in function
2008-05-10 Rémi Denis-CourmontDo not wander twice in the same subdir - fix distcheck
2008-05-09 Rafaël CarréDo not leak psz_demux
2008-05-08 Christophe Mutricydvb module uses STRINGIFY()
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-06 Ilkka OllakkaAdding some forgotten return-statements and removing...
2008-05-06 Miguel Angel Cabre... RTMP bugfix and reusability enhacenment
2008-05-04 Rémi Denis-CourmontMore avoidable directories
2008-05-04 Rémi Denis-CourmontMaintain SUBDIRS manually for extra flexibility
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
next