]> git.sesse.net Git - vlc/history - modules/access/rtmp/access.c
Annotation libvlc_media_get_user_data tracks parameter as an [OUT] parameter
[vlc] / modules / access / rtmp / access.c
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
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: factorization
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-07-15 Chris Whitertmp: fixed description formatting and made default...
2009-07-08 Rémi Duraffortrtmp: add an option to let the user set swfUrl and...
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-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-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-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-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-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...