]> git.sesse.net Git - vlc/history - modules/access/rtp/rtp.c
Merge branch 1.0-bugfix
[vlc] / modules / access / rtp / rtp.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-01 Laurent AimarCosmetic.
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-04-16 Rémi Denis-CourmontPrivatize a variable
2009-02-28 Rémi Denis-CourmontPacketize MPV as well
2009-02-28 Rémi Denis-CourmontRTP: audio/MPA needs to be packetized
2009-02-28 Rémi Denis-CourmontSAP: add new payload types
2009-01-28 Rémi Denis-CourmontFix plugin strings translation
2009-01-24 Rémi Denis-CourmontRTP: update plugin name
2009-01-11 Rémi Denis-CourmontRTP: allow odd RTP ports for TCP & DCCP
2009-01-11 Rémi Denis-CourmontRTP: implement separate option for RTCP receive port
2009-01-11 Rémi Denis-CourmontRemove some semi-colons
2008-12-09 Laurent AimarRemove access-filter support.
2008-12-09 Laurent AimarRemoved useless stream_DemuxDelete.
2008-12-07 Rémi Denis-CourmontRTP: add QCLEP and GSM static formats (untested)
2008-11-27 Rémi Denis-CourmontRTP: implement demux EOF
2008-11-27 Rémi Denis-CourmontRTP: notify demux thread when RTP flow is dead
2008-11-22 Laurent AimarDo not refuse to open odd port number with RTP input...
2008-11-09 Rémi Denis-CourmontRTP: try to improve packet re-ordering
2008-11-09 Rémi Denis-CourmontMove RTP to access/rtp