]> git.sesse.net Git - vlc/history - modules/access
Qt: don't call SeparateEntries twice
[vlc] / modules / access /
2008-08-21 Derk-Jan Hartmandvdnav: switch to the activated color sooner
2008-08-21 Laurent AimarSend an end of sequence after a still frame.
2008-08-20 Eric PetitFixes bad error checking on read errors.
2008-08-19 Rémi DuraffortFix warnings.
2008-08-19 Laurent AimarDo not try rtmp access unless requested (as all other...
2008-08-17 Rémi DuraffortCheck asprintf return value.
2008-08-17 Rémi DuraffortFix warning and potential memleak.
2008-08-15 Rémi DuraffortCheck malloc return value.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-14 Rémi DuraffortFix compilation warnings (here the lib might have ask...
2008-08-14 Rémi DuraffortFix warning about unused variables.
2008-08-14 Rémi DuraffortCheck malloc return value.
2008-08-14 Rémi DuraffortUse asprintf instead of malloc+sprintf (and check the...
2008-08-14 Pierre d'Herbemontcdda: asprintf checks.
2008-08-14 Jean-Baptiste KempfFix typo
2008-08-13 Rémi DuraffortChek asprintf return value.
2008-08-13 Rémi DuraffortFix warning (asprintf return value and some others)
2008-08-13 Jean-Baptiste KempfFix vasprintf warning.
2008-08-13 Rémi Denis-CourmontAvoid printf for debug
2008-08-13 Rémi Denis-CourmontRemove GCCism
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-06 Rémi Denis-CourmontPOLLHUP and POLLERR only make sense in revents
2008-08-03 Derk-Jan Hartmaneyetv: Switch from Read to BlockRead, and use a more...
2008-08-03 Derk-Jan Hartmanv4l: const decl. in line with v4l2.c
2008-08-03 Derk-Jan Hartmanqtcapture: const a struct.
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-03 Justus PiaterIn VCDFormatStr(), made temp_str non-static
2008-08-01 Jean-Baptiste KempfRewrite a useful tooltip for Windows DShow.
2008-08-01 Rémi DuraffortFix previous commit.
2008-08-01 Rémi Duraffortvcdx: Fix memleaks.
2008-08-01 Rémi Duraffortcdda/info: fix memleaks.
2008-08-01 Rémi DuraffortAccess/cdda: fix memleak
2008-08-01 Rémi DuraffortFix [10fcb9f9c3c73d13340c0bd4153fc4c9c87b7186] (win...
2008-07-31 Derk-Jan Hartmanhttp access: Use EnsureUTF8() on the ICY strings. Avoid...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Jean-Baptiste KempfFix preferences for jack (avoid the double 'pace' text)
2008-07-31 Rémi DuraffortMore memleaks (pointed out by Jpeg)
2008-07-31 Rémi DuraffortFix tiny memleak.
2008-07-31 Rémi DuraffortAccess dvdread: use setenv instead of putenv to fix...
2008-07-31 Rémi DuraffortFix memleak in cdda access.
2008-07-27 Derk-Jan Hartmanvcd module: fix .cue loading. was failing on .cue's...
2008-07-27 Laurent AimarFixed icy meta data parsing after http reconnection...
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-25 Derk-Jan Hartmanqtcapture: don't release an item that is in the autorel...
2008-07-24 Laurent AimarCheck for dvdnav_get_highlight_area error.
2008-07-22 Laurent AimarCheck for file size change at every read (improve readi...
2008-07-22 Pierre d'Herbemontdirectory: assert() at critical places.
2008-07-21 Rémi DuraffortUse pl_Release.
2008-07-21 Rémi DuraffortUse pl_Locked and pl_Unlocked
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-21 Derk-Jan Hartmanqtcapture: Use Hosttime when available.
2008-07-19 Rémi DuraffortUse pl_Locked and pl_Unlocked.
2008-07-17 Pierre d'HerbemontRevert "qtcapture: Use a direct block buffer, and remov...
2008-07-17 Pierre d'Herbemontqtcapture: Use a direct block buffer, and remove a...
2008-07-17 Rémi DuraffortThe playlist is not lock at this stage so let it lock...
2008-07-16 Felix Paul KühneFixed a rare sent-msg-to-freed-object issue
2008-07-16 Pierre d'Herbemontqtcapture: Don't release objects when libvlc quit,...
2008-07-16 Pierre d'Herbemontdirectory: Make sure we can exit and interrupt the...
2008-07-16 Derk-Jan HartmanDon't send blocks from qtcapture Demux that we have...
2008-07-16 Derk-Jan HartmanUse the actual pts in qtcapture.
2008-07-15 Pierre d'Herbemontdirectory: playlist_NodeCreate needs a lock.
2008-07-13 Pierre d'Herbemontdirectory: Remove unuseful debug message.
2008-07-13 Pierre d'Herbemontdirectory: Return VLC_EGENERIC in case of interruption...
2008-07-13 Pierre d'Herbemontdirectory: Don't get stuck if playlist dies. And remove...
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.
next