]> git.sesse.net Git - vlc/history - modules/access/rtmp
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / rtmp /
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-03-07 Rémi Denis-CourmontRTMP: totally broken, disabled for the time being
2010-03-07 Rémi Denis-CourmontCosmetic fix
2010-02-10 Christophe MutricyRTMP: Don't trust the length given by the stream
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2010-01-25 Colin GuthrieRTMP: Fix a format-security warning
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2009-11-18 Rémi Duraffortrtmp_access: remove dead code.
2009-11-18 Rémi Duraffortrtmp: factorize a bit.
2009-11-18 Rémi DuraffortRevert "RTMP: factorization"
2009-11-17 Rémi Denis-CourmontRTMP: use new thread API, remove bogus uses of b_die...
2009-11-17 Rémi Denis-CourmontRTMP: tag some of the obvious bugs
2009-11-17 Rémi Denis-CourmontRTMP: small cleanup
2009-11-17 Rémi Denis-CourmontRTMP: fix a sign warning
2009-11-17 Rémi Denis-CourmontRTMP: factorization
2009-11-15 JP Dingerrtmp_amf_flv: Try and refactor a bit by reducing overly...
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-08-29 Rémi Denis-CourmontRTMP access: disable strict aliasing
2009-07-15 Chris Whitertmp: fixed description formatting and made default...
2009-07-10 JP DingerReplace for() (rand() & 0xff) with vlc_rand_bytes(...
2009-07-08 Rémi Duraffortrtmp: add an option to let the user set swfUrl and...
2009-07-08 Kevin DuBoisRTMP handshake compliance for clients
2009-07-04 Rémi Duraffortrtmp: kill the thread if the active connect failed..
2009-07-04 Rémi Duraffortrtmp: fix a memory leak (we must release the fifo)
2009-06-19 Rémi DuraffortNever print the password in the logs.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-10 Rémi DuraffortDon't dereference strrchr without check (CID 185)
2008-10-06 Rémi DuraffortFix potential segfault (CID 224)
2008-09-14 Rémi Denis-CourmontDo not use block_FifoWake if block_FifoGet does not...
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-19 Laurent AimarDo not try rtmp access unless requested (as all other...
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-05 Rémi Denis-CourmontBunch of warnings
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-28 Laurent AimarFixed use of freed memory every time rtmp access is...
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-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-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-Courmontblock_FifoNew: remove un-needed parameter
2008-05-01 Rémi Denis-CourmontRemove I64C as well
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-04-13 Ibraheem Paredathaccess.c: Fix a warning "In function 'Close':WARNING...
2008-03-07 Ilkka Ollakkacode refactoring
2008-03-05 Ilkka OllakkaRTMP access patch from Miguel Angel Cabrera <macabrera...