]> git.sesse.net Git - vlc/history - modules/stream_filter/smooth
vlc_plugin: allow overriding module meta-infos
[vlc] / modules / stream_filter / smooth /
2014-12-18 Jean-Baptiste KempfSmooth: use PRIu|d64 as format
2014-12-01 Frédéric Yhuelstream_filter: smooth: minor optimization
2014-12-01 Frédéric Yhuelstream_filter: smooth: fix segfault
2014-11-10 Tristan Matthewsstream_filter: smooth: fix leaks (cid #1251056)
2014-11-10 Francois Cartegniestream_filter: smooth: fix endianness creating smoo box
2014-11-10 Francois Cartegniestream_filter: smooth: merge trackid fix with chunk...
2014-11-10 Francois Cartegniestream_filter: smooth: parse chunks using libmp4.h
2014-11-10 Francois Cartegniestream_filter: smooth: get rid of es->index->es
2014-11-10 Francois Cartegniestream_filter: smooth: dynamically create smoo box
2014-11-10 Francois Cartegniestream_filter: smooth: pass stream reference when addin...
2014-11-10 Francois Cartegniestream_filter: smooth: rewrite bw adaptation algorithm
2014-11-10 Francois Cartegniestream_filter: smooth: rewrite buffering
2014-11-09 Francois Cartegniestream_filter: smooth: handle "start_time" and "start...
2014-11-09 Francois Cartegniestream_filter: smooth: fix write overflow
2014-10-29 Francois Cartegniestream_filter: smooth: missing terminating zero
2014-10-29 Francois Cartegniestream_filter: smooth: server does control pace in...
2014-10-29 Francois Cartegniestream_filter: smooth: live mode must download all...
2014-10-29 Francois Cartegniestream_filter: smooth: fix int overflows reading xml
2014-10-29 Francois Cartegniestream_filter: smooth: handle live max lookahead
2014-10-29 Francois Cartegniestream_filter: smooth: missing full cleanup/fix leak
2014-10-28 Francois Cartegniestream_filter: smooth: fix url template token replacement
2014-10-28 Francois Cartegniestream_filter: smooth: handle quality custom attributes
2014-10-28 Francois Cartegniestream_filter: smooth: allow pausing
2014-10-28 Francois Cartegniestream_filter: smooth: fix always zero get_lead()
2014-10-28 Francois Cartegniestream_filter: smooth: non live streams can control...
2014-10-28 Francois Cartegniestream_filter: smooth: fix unwanted padding in error...
2014-10-28 Francois Cartegniestream_filter: smooth: fix signedness
2014-10-27 Francois Cartegniestream_filter: smooth: fix warnings for non bw adapt...
2014-08-10 Tristan Matthewsstream_filter: smooth: fix leak (cid #1211818)
2014-05-10 Francois Cartegniestream_filter: smooth: fix dead case (cid 1211817)
2014-05-10 Francois Cartegniestream_filter: smooth: fix leak (cid #1211818)
2014-05-01 Francois Cartegniestream_filter: smooth: node & attributes names are...
2014-05-01 Francois Cartegniestream_filter: smooth: useless code cleanup
2014-05-01 Francois Cartegniestream_filter: smooth: fix memleak
2014-05-01 Francois Cartegniestream_filter: smooth: fix memleaks
2014-05-01 Francois Cartegniestream_filter: smooth: some streamindex have no fragmen...
2014-04-23 Rémi Denis-CourmontSmooth: remove tautology
2014-04-22 Rémi Denis-Courmontsmooth: memory leak
2014-03-12 Francois Cartegniestream_filter: smooth: fix negative array access
2014-02-21 Rémi Denis-Courmontstream_filter: rectify PTS delay unit (fix #10748)
2013-11-10 Rémi Denis-Courmontsmooth: provide PTS delay
2013-10-06 Jean-Baptiste KempfSmooth: check FromCharset return
2013-04-16 Rémi Denis-Courmonthttp filters: pause not implemented, pace control not...
2013-01-06 Rémi DuraffortFix potential usage of an uninitialized pointer
2012-12-22 Rémi Duraffortsmooth: fix potential memleak
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-10 Rémi Denis-CourmontDo not access b_die directly
2012-10-12 Frédéric YhuelSmooth Streaming: fix a memory leak
2012-10-12 Frédéric YhuelSmooth Streaming: don't use block_t
2012-10-12 Frédéric YhuelSmooth Streaming: fix some memory leaks
2012-10-05 Frédéric YhuelSmooth Streaming: fix a macro
2012-10-05 Frédéric YhuelSmooth Streaming: fix manifest parsing (FourCC)
2012-10-05 Frédéric YhuelSmooth Streaming: clean / factorize code
2012-09-28 Frédéric YhuelSmooth Streaming: read PacketSize attribute in manifest
2012-09-26 Frédéric YhuelSmooth Streaming: play streams with no video (or audio...
2012-09-24 Frédéric YhuelAdd Smooth Streaming module