]> git.sesse.net Git - vlc/history - modules/stream_out/rtpfmt.c
direct3d11: implement the pixel format fallback
[vlc] / modules / stream_out / rtpfmt.c
2015-02-21 Rémi Denis-Courmontrtp sout: missing const
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2015-02-04 Tristan Matthewsrtp: implement raw video packetization (RFC 4175)
2015-01-15 Tristan Matthewsrtp: jpeg: fix memory leaks
2014-12-10 Fabian Yamaguchistream_out: rtp: don't use VLA for user controlled...
2014-12-06 Jean-Baptiste KempfRTP: remove trailing spaces
2014-09-25 Rémi Denis-Courmontrtp: improve S16L to L16 packetization
2014-09-25 Rémi Denis-Courmontrtp: improve PCM packetization (fixes #6505) and try...
2014-09-25 Rémi Denis-Courmontrtp: set the marker bit correctly for Opus
2014-09-25 Rémi Denis-Courmontrtp: fix Opus packetization and use zero copy
2014-09-25 Rémi Denis-Courmontrtp: remove mutually cancelling writes to block_t.i_buffer
2014-09-25 Rémi Denis-Courmontrtp: hand-over the data block reference to the packetiz...
2014-04-24 Rémi Denis-CourmontRTP sout: handle base64 decoding error
2014-02-15 Rafaël Carrés/sout_stream_id_t/sout_stream_id_sys_t/
2014-01-12 Andrey UtkinEnable JPEG RTP packetization
2013-12-09 Andrey UtkinEnable VP8 RTP packetization
2013-12-08 Andrey UtkinEnable OPUS RTP packetization
2013-12-08 Andrey UtkinEnable GSM RTP packetization
2013-11-20 Jean-Baptiste KempfLGPL relicensing of streaming output
2013-10-25 Rafaël Carréxiph_SplitHeaders: do not malloc+memcpy headers
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2011-01-19 Pierre Ynardt140: fix RTP synchronization
2011-01-04 Rémi Denis-CourmontRTP output: add audio/L24 (untested)
2010-12-03 Pierre Ynardrtp sout: send in-band vorbis/theora configuration...
2010-12-02 Pierre Ynardrtp sout: theora packetizer
2010-12-01 Pierre Ynardrtp sout: fix memleak
2010-11-17 Pierre Ynardrtp sout: vorbis packetizer
2010-11-16 Pierre Ynardrtp sout: make private functions static
2010-11-16 Pierre YnardMerge VoD module into RTP stream output module
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