]> git.sesse.net Git - vlc/history - modules/access/rtmp/access.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / access / rtmp / access.c
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...