]> git.sesse.net Git - vlc/history - modules/access/rtmp/rtmp_amf_flv.c
Annotation libvlc_media_get_user_data tracks parameter as an [OUT] parameter
[vlc] / modules / access / rtmp / rtmp_amf_flv.c
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-25 Colin GuthrieRTMP: Fix a format-security warning
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-15 JP Dingerrtmp_amf_flv: Try and refactor a bit by reducing overly...
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
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-06 Rémi DuraffortFix potential segfault (CID 224)
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-06 Ilkka OllakkaAdding some forgotten return-statements and removing...
2008-05-06 Miguel Angel Cabre... RTMP bugfix and reusability enhacenment
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-05 Ilkka OllakkaRTMP access patch from Miguel Angel Cabrera <macabrera...