]> git.sesse.net Git - vlc/history - modules/stream_out/rtpfmt.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / stream_out / rtpfmt.c
2009-12-07 Rafaël Carrésout_rtp: use VLC_TS_INVALID (refs #3135)
2009-11-30 Rémi Denis-CourmontRTP out: convert s16l to s16b on the fly
2009-02-28 Rémi Denis-CourmontUse our endianism macros
2008-09-04 Rafaël CarréFix g726 packetizing : forgot to compute the padding...
2008-09-04 Rafaël Carrértp: g726 packetization
2008-06-11 Rémi Denis-CourmontRemove useless stream parameter
2008-06-11 Rémi Denis-CourmontRTP sout: use block_Alloc
2008-06-11 Rémi Denis-CourmontRTP sout: rework sample-based audio codecs to not excee...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-04 Rémi Denis-Courmontrtpfmt.c: fix file description
2008-01-29 Rafaël Carréstream_out: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-13 Rémi Denis-CourmontDon't substract twelve twice
2007-12-13 Rémi Denis-CourmontSplit RTP sout further