]> git.sesse.net Git - vlc/history - modules/access/mms
Avoid variable shadowing
[vlc] / modules / access / mms /
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
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-06 Rémi Denis-CourmontMMSH connection error handling fix from Alex Antropoff
2007-05-16 Jean-Paul SamanUse proper datatype.
2007-05-16 Jean-Paul SamanRemove unused variable pw.
2007-05-04 Antoine Cellerier* mmsh.c: Try using the http-proxy config option if...
2007-03-24 Laurent AimarFixed small memory leaks.
2007-03-24 Laurent AimarImplemented http proxy for mmsh (close #629)
2007-03-23 Laurent AimarFixed #949 (UTF-8 url support)
2007-03-23 Laurent AimarFixed #1102 ("Bad request" error)
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-12-03 Rémi Denis-CourmontSame as previous commit, for invalid MMS URLs
2006-12-03 Rémi Denis-CourmontFix über memleak when falling back to MMS/HTTP
2006-11-29 Derk-Jan Hartman* const and a few other casting fixes
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-11-04 Rémi Denis-CourmontFix warning
2006-09-17 Clément StenacDon't use find for the playlist
2006-08-29 Jean-Paul SamanUse correct formatting for message size_t
2006-08-03 Clément StenacFix duplicate definitions of FREE
next