]> git.sesse.net Git - vlc/history - modules/access/mms
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / mms /
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-03-30 Keary GriffinMade the mmsh protocol adhere to content-length header...
2010-03-05 Rémi Denis-CourmontASF: thread-safe pseudo-random numbers
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-02-14 Laurent AimarSimplified and fixed mmst/u pausing (close #2673).
2010-02-11 Laurent AimarUsed var_Inherit in mms access.
2010-02-11 Laurent AimarFixed invalid var_Create type in mmsh.
2010-02-07 Rémi Denis-Courmontnet_Printf: automagic cast to VLC object
2010-02-03 Jakob Lebeninput_item: compress two functions into one and rename...
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-28 Rémi Denis-CourmontMMS: nothing ever sets b_error, so no need to check it
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-14 Rémi Denis-CourmontMMS: fix variable type
2010-01-13 Rémi Duraffortaccess_mms: fix variable type.
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2009-12-30 Rémi Denis-CourmontMMSH: use var_Inherit
2009-12-30 Rémi Denis-CourmontAvoid variable shadowing
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-09 Rémi Duraffortmmstu: fix msg_* format.
2009-10-16 Rémi Duraffortaccess_mmsh: fix memleak.
2009-10-16 Rémi Duraffortmmsh: factorize.
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-10 Rémi DuraffortRemove uneeded VLC_OBJECT().
2009-05-14 Jean-Paul Samanmmsh: cleanup
2009-05-14 Jean-Paul Samanmmstu: fix memleak
2009-05-14 Jean-Paul Samanmmsh: fix potential memleak
2009-05-14 Jean-Paul Samanmmstu: handle keepalive error case
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Paul Samanmmsh: cleanup
2009-05-14 Jean-Paul Samanmmstu: fix memleak
2009-05-14 Jean-Paul Samanmmsh: fix potential memleak
2009-05-14 Jean-Paul Samanmmstu: handle keepalive error case
2009-05-04 Laurent AimarDo not try to seeking beyond the end of stream in mmstu.
2009-03-12 Rémi Duraffortunused variables.
2009-03-08 Rémi Duraffortmmstu: unneed call.
2009-02-18 Laurent AimarFixed mms udp polling and network timeout.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-20 Laurent AimarConverted mms access to block mode.
2009-01-16 Rémi Duraffortaccess_mms: use STANDARD_READ_ACCESS_INIT and fix poten...
2008-12-15 Rémi Duraffortmms/mmstu: fix a memleak and avoid to memcpy two times...
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-11-24 Laurent AimarDo not try other protocols when ask to quit (mms).
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-05 Christophe MutricyAvoid segfault
2008-09-23 Derk-Jan Hartmanmms: Fix uninitialized vlc_cond in mms KeepAlive thread
2008-09-08 Rémi Denis-CourmontMMSTU: suspend the keep-alive thread while not paused
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-26 Pierre d'Herbemontmmsh: Fix an input_item_t leak.
2008-08-24 Rémi Denis-CourmontMMS integers handling fixes, including buffer overflow
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-13 Rémi DuraffortFix warning (asprintf return value and some others)
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-05 Laurent AimarRemoved unwanted debug messages.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-16 Przemyslaw FialaMMS stream pausing
2008-06-14 Pierre d'Herbemontmms: Get rid of the playlist.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-29 Rémi Denis-CourmontSpelling
2008-05-26 bl4mms/tcp: hanging or unexpected seeking after the end...
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-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-28 Rémi Denis-CourmontAvoid vlc-config for access plugins that are always...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-28 Rafaël CarréMMS: close access on network timeout
2008-03-13 Rémi DuraffortUseless test before a free()
2008-02-05 Rémi Denis-CourmontUse same type name in declaration and definition
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-20 Rémi Denis-CourmontFix previous commit
2008-01-20 Rémi Denis-CourmontFix #include
2008-01-18 Rémi Denis-CourmontSwitch MMS to poll to avoid select() issues. Needs...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-10 Ilkka Ollakkaremove #if 0 #endif from commit 23493 which seems to...
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-12-08 Gildas Bazin* modules/access/mms/mmsh.c: fixed changeset 23489...
2007-12-08 Jean-Paul SamanLittle cleanup.
2007-12-08 Jean-Paul SamanRemove dead code (and commented out fprintf's).
2007-12-08 Jean-Paul SamanCheck malloc return value and cleanup.
2007-12-08 Jean-Paul SamanGuard headerfiles in modules/access/mms/*.h against...
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-04 Rémi Denis-CourmontFix incorrect type size on 64bits
next